adjust surface color for some themes

This commit is contained in:
jeffvli
2025-12-14 14:55:38 -08:00
parent 649f541077
commit d8c46ba7ef
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export const githubDark: AppThemeConfiguration = {
'state-info': 'rgb(88, 166, 255)',
'state-success': 'rgb(56, 211, 145)',
'state-warning': 'rgb(251, 188, 5)',
surface: 'rgb(22, 27, 34)',
surface: 'rgb(46, 57, 72)',
'surface-foreground': 'rgb(201, 209, 217)',
white: 'rgb(255, 255, 255)',
},
@@ -20,7 +20,7 @@ export const githubLight: AppThemeConfiguration = {
'state-info': 'rgb(9, 105, 218)',
'state-success': 'rgb(26, 127, 100)',
'state-warning': 'rgb(191, 136, 0)',
surface: 'rgb(246, 248, 250)',
surface: 'rgb(250, 252, 254)',
'surface-foreground': 'rgb(31, 35, 40)',
white: 'rgb(255, 255, 255)',
},
@@ -20,7 +20,7 @@ export const materialLight: AppThemeConfiguration = {
'state-info': 'rgb(33, 150, 243)',
'state-success': 'rgb(76, 175, 80)',
'state-warning': 'rgb(255, 152, 0)',
surface: 'rgb(255, 255, 255)',
surface: 'rgb(245, 245, 245)',
'surface-foreground': 'rgb(33, 33, 33)',
white: 'rgb(255, 255, 255)',
},
@@ -20,7 +20,7 @@ export const solarizedDark: AppThemeConfiguration = {
'state-info': 'rgb(38, 139, 210)',
'state-success': 'rgb(133, 153, 0)',
'state-warning': 'rgb(181, 137, 0)',
surface: 'rgb(7, 54, 66)',
surface: 'rgb(14, 65, 78)',
'surface-foreground': 'rgb(131, 148, 150)',
white: 'rgb(255, 255, 255)',
},
@@ -20,7 +20,7 @@ export const solarizedLight: AppThemeConfiguration = {
'state-info': 'rgb(38, 139, 210)',
'state-success': 'rgb(133, 153, 0)',
'state-warning': 'rgb(181, 137, 0)',
surface: 'rgb(238, 232, 213)',
surface: 'rgb(247, 240, 220)',
'surface-foreground': 'rgb(0, 43, 54)',
white: 'rgb(255, 255, 255)',
},