mirror of
https://github.com/fmhy/edit.git
synced 2026-01-12 23:11:06 +11:00
light mode catppuccin, christmas fixes
This commit is contained in:
parent
b8608aeca0
commit
b35d3272cf
2 changed files with 24 additions and 24 deletions
|
|
@ -23,18 +23,18 @@ export const catppuccinTheme: Theme = {
|
||||||
modes: {
|
modes: {
|
||||||
light: {
|
light: {
|
||||||
brand: {
|
brand: {
|
||||||
1: '#CBA6F6',
|
1: '#9345ed',
|
||||||
2: '#7c3aed',
|
2: '#7c3aed',
|
||||||
3: '#ad82dfff',
|
3: '#ad82dfff',
|
||||||
soft: '#a78bfa'
|
soft: '#a78bfa'
|
||||||
},
|
},
|
||||||
bg: '#1F1E2E',
|
bg: '#f8fafc',
|
||||||
bgAlt: '#1E1E29',
|
bgAlt: '#eef2f5',
|
||||||
bgElv: '#1E1E29',
|
bgElv: '#eef2f5',
|
||||||
bgMark: '#1F1E2E',
|
bgMark: '#1F1E2E',
|
||||||
text: {
|
text: {
|
||||||
1: '#BEC3DC',
|
1: '#353638ff',
|
||||||
2: '#CCD5F3',
|
2: '#334155',
|
||||||
3: '#6b7280'
|
3: '#6b7280'
|
||||||
},
|
},
|
||||||
button: {
|
button: {
|
||||||
|
|
|
||||||
|
|
@ -28,14 +28,14 @@ export const christmasTheme: Theme = {
|
||||||
3: '#155C2F',
|
3: '#155C2F',
|
||||||
soft: '#a200ffff'
|
soft: '#a200ffff'
|
||||||
},
|
},
|
||||||
bg: '#ffffffff',
|
bg: '#f8fafc',
|
||||||
bgAlt: '#f9fafb',
|
bgAlt: '#eef2f5',
|
||||||
bgElv: 'rgba(255, 255, 255, 0.7)',
|
bgElv: '#eef2f5',
|
||||||
bgMark: 'rgb(232, 232, 232)',
|
bgMark: 'rgb(232, 232, 232)',
|
||||||
text: {
|
text: {
|
||||||
1: '#353638ff',
|
1: '#353638ff',
|
||||||
2: '#4b5563',
|
2: '#334155',
|
||||||
3: '#DEDDD4'
|
3: '#6b7280'
|
||||||
},
|
},
|
||||||
button: {
|
button: {
|
||||||
brand: {
|
brand: {
|
||||||
|
|
@ -68,19 +68,19 @@ export const christmasTheme: Theme = {
|
||||||
border: '#447A61',
|
border: '#447A61',
|
||||||
text: '#2D6A58',
|
text: '#2D6A58',
|
||||||
textDeep: '#166534'
|
textDeep: '#166534'
|
||||||
},
|
},
|
||||||
warning: {
|
warning: {
|
||||||
bg: '#FCEFC3',
|
bg: '#FCEFC3',
|
||||||
border: '#9A8034',
|
border: '#9A8034',
|
||||||
text: '#9C701B',
|
text: '#9C701B',
|
||||||
textDeep: '#92400e'
|
textDeep: '#92400e'
|
||||||
},
|
},
|
||||||
danger: {
|
danger: {
|
||||||
bg: '#FBE1E2',
|
bg: '#FBE1E2',
|
||||||
border: '#B3565E',
|
border: '#B3565E',
|
||||||
text: '#912239',
|
text: '#912239',
|
||||||
textDeep: '#991b1b'
|
textDeep: '#991b1b'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
selection: {
|
selection: {
|
||||||
bg: '#bfdbfe'
|
bg: '#bfdbfe'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue