mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 20:19:33 +01:00
update colors
This commit is contained in:
@@ -8,18 +8,19 @@ export default defineTheme({
|
||||
},
|
||||
aside: {
|
||||
level: 1
|
||||
},
|
||||
colors: {
|
||||
primary: {
|
||||
50: '#BFEDFC',
|
||||
100: '#B0E9FB',
|
||||
200: '#93DEFA',
|
||||
300: '#76D4F9',
|
||||
400: '#58C8F7',
|
||||
500: '#3BBBF6',
|
||||
600: '#0BA6F3',
|
||||
700: '#0981C2',
|
||||
800: '#075E91',
|
||||
900: '#043D61'
|
||||
}
|
||||
}
|
||||
// colors: {
|
||||
// primary: {
|
||||
// 100: '#77b0db',
|
||||
// 200: '#589ed3',
|
||||
// 300: '#4e98d0',
|
||||
// 400: '#398ccb',
|
||||
// 500: '#398ccb',
|
||||
// 600: '#2BAB71',
|
||||
// 700: '#317eb9',
|
||||
// 800: '#2e77af',
|
||||
// 900: '#266290',
|
||||
// },
|
||||
// },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user