docs: update theme

This commit is contained in:
braks
2023-10-06 23:39:02 +02:00
committed by Braks
parent be70047e48
commit 28fd4955f4
11 changed files with 260 additions and 134 deletions
+36 -33
View File
@@ -29,43 +29,46 @@ export default defineConfig({
extend: {
colors: {
primary: {
'50': '#fcf9ff',
'100': '#f8f3ff',
'200': '#eee1fe',
'300': '#e4cffe',
'400': '#cfaafd',
'500': '#BB86FC',
'600': '#a879e3',
'700': '#8c65bd',
'800': '#705097',
'900': '#5c427b',
'DEFAULT': '#BB86FC',
DEFAULT: '#42B983',
50: '#C7EBDB',
100: '#B8E6D1',
200: '#9ADBBE',
300: '#7CD0AA',
400: '#5EC697',
500: '#42B983',
600: '#339066',
700: '#246648',
800: '#163D2B',
900: '#07140E',
950: '#000000',
},
secondary: {
'50': '#c4fef9',
'100': '#9df7ef',
'200': '#77f0e4',
'300': '#50e8da',
'400': '#2ae1cf',
'500': '#03dac5',
'600': '#03ae9d',
'700': '#028276',
'800': '#02564e',
'900': '#012a26',
'DEFAULT': '#03dac5',
DEFAULT: '#35495E',
50: '#8CA5BE',
100: '#7F9AB7',
200: '#6586A8',
300: '#527292',
400: '#445D78',
500: '#35495E',
600: '#212D3A',
700: '#0D1116',
800: '#000000',
900: '#000000',
950: '#000000',
},
accent: {
'50': '#e6d4ff',
'100': '#ccaafc',
'200': '#b17ff8',
'300': '#9755f5',
'400': '#7c2af1',
'500': '#6200ee',
'600': '#5000c1',
'700': '#3d0095',
'800': '#2b0068',
'900': '#18003b',
'DEFAULT': '#6200ee',
DEFAULT: '#F15A16',
50: '#FBD5C3',
100: '#FAC7B0',
200: '#F8AC89',
300: '#F69163',
400: '#F3753C',
500: '#F15A16',
600: '#C3450C',
700: '#8E3209',
800: '#591F05',
900: '#240D02',
950: '#0A0401',
},
},
},