tweak contrast
This commit is contained in:
@@ -80,12 +80,12 @@ export const darkTheme = createTheme({
|
||||
default: '#333333',
|
||||
},
|
||||
status: {
|
||||
ok: '#9cdcaa',
|
||||
warning: '#ffcd80',
|
||||
error: '#f07278',
|
||||
running: '#6cb6f5',
|
||||
pending: '#fff9c2',
|
||||
aborted: '#eeeeee',
|
||||
ok: '#71CF88',
|
||||
warning: '#FFB84D',
|
||||
error: '#F84C55',
|
||||
running: '#3488E3',
|
||||
pending: '#FEF071',
|
||||
aborted: '#9E9E9E',
|
||||
},
|
||||
bursts: {
|
||||
fontColor: '#FEFEFE',
|
||||
@@ -103,7 +103,7 @@ export const darkTheme = createTheme({
|
||||
},
|
||||
border: '#E6E6E6',
|
||||
textContrast: '#FFFFFF',
|
||||
textVerySubtle: '#727272',
|
||||
textVerySubtle: '#ececec',
|
||||
textSubtle: '#EEEEEE',
|
||||
highlight: '#FFFBCC',
|
||||
errorBackground: '#FFEBEE',
|
||||
|
||||
Reference in New Issue
Block a user