mirror of
https://github.com/fmhy/edit.git
synced 2026-01-13 23:41:06 +11:00
Remove "Theme:", make TRUE catppuccin and remove uneeded dark.ts
This commit is contained in:
parent
385728eb1b
commit
1ef6da77c1
3 changed files with 13 additions and 175 deletions
|
|
@ -23,15 +23,15 @@ export const catppuccinTheme: Theme = {
|
|||
modes: {
|
||||
light: {
|
||||
brand: {
|
||||
1: '#8b5cf6',
|
||||
1: '#CBA6F6',
|
||||
2: '#7c3aed',
|
||||
3: '#5b21b6',
|
||||
3: '#ad82dfff',
|
||||
soft: '#a78bfa'
|
||||
},
|
||||
bg: '#ffffff',
|
||||
bgAlt: '#f9fafb',
|
||||
bgElv: 'rgba(255, 255, 255, 0.7)',
|
||||
bgMark: 'rgb(232, 232, 232)',
|
||||
bg: '#1F1E2E',
|
||||
bgAlt: '#1E1E29',
|
||||
bgElv: '#1E1E29',
|
||||
bgMark: '#1F1E2E',
|
||||
text: {
|
||||
1: '#1f2937',
|
||||
2: '#4b5563',
|
||||
|
|
@ -39,7 +39,7 @@ export const catppuccinTheme: Theme = {
|
|||
},
|
||||
button: {
|
||||
brand: {
|
||||
bg: '#8b5cf6',
|
||||
bg: '#C5A5F6',
|
||||
border: '#a78bfa',
|
||||
text: 'rgba(42, 40, 47)',
|
||||
hoverBorder: '#a78bfa',
|
||||
|
|
@ -87,24 +87,24 @@ export const catppuccinTheme: Theme = {
|
|||
},
|
||||
home: {
|
||||
heroNameColor: 'transparent',
|
||||
heroNameBackground: '-webkit-linear-gradient(120deg, #c4b5fd 30%, #7bc5e4)',
|
||||
heroNameBackground: '#C5A5F6',
|
||||
heroImageBackground: 'linear-gradient(-45deg, #c4b5fd 50%, #47caff 50%)',
|
||||
heroImageFilter: 'blur(44px)'
|
||||
}
|
||||
},
|
||||
dark: {
|
||||
brand: {
|
||||
1: '#a78bfa',
|
||||
2: '#8b5cf6',
|
||||
3: '#6d28d9',
|
||||
soft: '#c4b5fd'
|
||||
1: '#CBA6F6',
|
||||
2: '#7c3aed',
|
||||
3: '#ad82dfff',
|
||||
soft: '#a78bfa'
|
||||
},
|
||||
bg: 'rgb(26, 26, 26)',
|
||||
bgAlt: 'rgb(23, 23, 23)',
|
||||
bgElv: 'rgba(23, 23, 23, 0.8)',
|
||||
button: {
|
||||
brand: {
|
||||
bg: '#a78bfa',
|
||||
bg: '#C5A5F6',
|
||||
border: '#c4b5fd',
|
||||
text: 'rgba(42, 40, 47)',
|
||||
hoverBorder: '#c4b5fd',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue