mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
adjust default theme colors
This commit is contained in:
@@ -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)',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user