Use a darker shade of red in dark mode

This commit is contained in:
Kovid Goyal 2020-08-19 22:44:40 +05:30
parent 9dadd1a1a4
commit 0e3c79ef70
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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