adjust default theme colors

This commit is contained in:
jeffvli
2025-11-17 10:46:12 -08:00
parent 001ad7490c
commit 79af774569
+3 -3
View File
@@ -18,8 +18,8 @@ export const defaultTheme: AppThemeConfiguration = {
'scrollbar-track-hover-background': 'transparent',
},
colors: {
background: 'rgb(16, 16, 16)',
'background-alternate': 'rgb(0, 0, 0)',
background: 'rgb(12, 12, 12)',
'background-alternate': 'rgb(8, 8, 8)',
black: 'rgb(0, 0, 0)',
foreground: 'rgb(225, 225, 225)',
'foreground-muted': 'rgb(150, 150, 150)',
@@ -27,7 +27,7 @@ export const defaultTheme: AppThemeConfiguration = {
'state-info': 'rgb(53, 116, 252)',
'state-success': 'rgb(50, 204, 50)',
'state-warning': 'rgb(255, 120, 120)',
surface: 'rgb(24, 24, 24)',
surface: 'rgb(20, 20, 20)',
'surface-foreground': 'rgb(215, 215, 215)',
white: 'rgb(255, 255, 255)',
},