feat(theme): update theme colors and improve theme resolution logic

This commit is contained in:
Supra4E8C
2026-03-22 17:28:17 +08:00
parent 1b85f4d80c
commit 868ac6b61b
5 changed files with 25 additions and 16 deletions
+4 -4
View File
@@ -160,11 +160,11 @@ const THEME_CARDS: Array<{
key: 'auto',
labelKey: 'theme.auto',
colors: {
bg: 'linear-gradient(135deg, #faf9f5 0 50%, #151412 50% 100%)',
card: 'linear-gradient(135deg, #f0eee8 0 50%, #1d1b18 50% 100%)',
border: '#bdb6ae',
bg: 'linear-gradient(135deg, #ffffff 0 50%, #111111 50% 100%)',
card: 'linear-gradient(135deg, #ffffff 0 50%, #1a1a1a 50% 100%)',
border: '#bdbdbd',
text: '#2d2a26',
textMuted: 'linear-gradient(135deg, #a29c95 0 50%, #9c958d 50% 100%)',
textMuted: 'linear-gradient(135deg, #c9c9c9 0 50%, #5a5a5a 50% 100%)',
},
},
{