light mode catppuccin, christmas fixes (#4405)

This commit is contained in:
Icy
2025-12-08 00:31:04 +05:30
committed by GitHub
parent b8608aeca0
commit 97409972e6
2 changed files with 24 additions and 24 deletions

View File

@@ -23,18 +23,18 @@ export const catppuccinTheme: Theme = {
modes: {
light: {
brand: {
1: '#CBA6F6',
1: '#9345ed',
2: '#7c3aed',
3: '#ad82dfff',
soft: '#a78bfa'
},
bg: '#1F1E2E',
bgAlt: '#1E1E29',
bgElv: '#1E1E29',
bg: '#f8fafc',
bgAlt: '#eef2f5',
bgElv: '#eef2f5',
bgMark: '#1F1E2E',
text: {
1: '#BEC3DC',
2: '#CCD5F3',
1: '#353638ff',
2: '#334155',
3: '#6b7280'
},
button: {

View File

@@ -28,14 +28,14 @@ export const christmasTheme: Theme = {
3: '#155C2F',
soft: '#a200ffff'
},
bg: '#ffffffff',
bgAlt: '#f9fafb',
bgElv: 'rgba(255, 255, 255, 0.7)',
bg: '#f8fafc',
bgAlt: '#eef2f5',
bgElv: '#eef2f5',
bgMark: 'rgb(232, 232, 232)',
text: {
1: '#353638ff',
2: '#4b5563',
3: '#DEDDD4'
2: '#334155',
3: '#6b7280'
},
button: {
brand: {