mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Use a darker shade of red in dark mode
This commit is contained in:
parent
9dadd1a1a4
commit
0e3c79ef70
@ -21,8 +21,8 @@ DEFAULT_COLORS = {
|
|||||||
'window-background': c(LIGHT, DT_DARK),
|
'window-background': c(LIGHT, DT_DARK),
|
||||||
'window-background2': c(LIGHT_DARKER, DT_DARK_LIGHTER),
|
'window-background2': c(LIGHT_DARKER, DT_DARK_LIGHTER),
|
||||||
'window-foreground': c(DARK, DT_LIGHT),
|
'window-foreground': c(DARK, DT_LIGHT),
|
||||||
'window-error-foreground': c('red'),
|
'window-error-foreground': c('red', '#C40233'),
|
||||||
'window-hover-foreground': c('red'),
|
'window-hover-foreground': c('red', '#C40233'),
|
||||||
'link-foreground': c('blue', '#6cb4ee'),
|
'link-foreground': c('blue', '#6cb4ee'),
|
||||||
|
|
||||||
# Top bar specific colors
|
# Top bar specific colors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user