chore: perauset customer project
This commit is contained in:
12
packages/mantine-theme/package.json
Normal file
12
packages/mantine-theme/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "@perauset/mantine-theme",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pikku/mantine": "^0.12.6"
|
||||
}
|
||||
}
|
||||
28
packages/mantine-theme/src/index.ts
Normal file
28
packages/mantine-theme/src/index.ts
Normal file
@@ -0,0 +1,28 @@
|
||||
import { createTheme } from '@pikku/mantine/core'
|
||||
|
||||
export const theme = createTheme({
|
||||
primaryColor: 'teal',
|
||||
colors: {
|
||||
teal: [
|
||||
'#E6F5F7',
|
||||
'#C2E6EB',
|
||||
'#9DD7DF',
|
||||
'#78C8D3',
|
||||
'#53B9C7',
|
||||
'#2A7B88',
|
||||
'#247A85',
|
||||
'#1E6A75',
|
||||
'#185A65',
|
||||
'#124A55',
|
||||
],
|
||||
},
|
||||
fontFamily: '"Raleway", sans-serif',
|
||||
headings: {
|
||||
fontFamily: '"Cormorant", serif',
|
||||
fontWeight: '600',
|
||||
},
|
||||
other: {
|
||||
bodyBg: '#F5F0E8',
|
||||
textColor: '#3D2B1F',
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user