mirror of
https://github.com/fmhy/edit.git
synced 2026-01-12 15:01:06 +11:00
light mode catppuccin, christmas fixes (#4405)
This commit is contained in:
parent
b8608aeca0
commit
97409972e6
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: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue