diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2024-02-23 07:46:44 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2024-02-23 07:46:44 +0200 |
| commit | 2fbe1def5dfdc117816599d14c4a0c12da0e243c (patch) | |
| tree | 3f4e0851a3caf4a1f3e51c8c68e57dba1759bb2b /ef-deuteranopia-dark-theme.el | |
| parent | 9ce1bf32a334f891f6297430575d83b82d99dc57 (diff) | |
Make all dark theme bg-{err,warning,info} a bit more pronounced
Diffstat (limited to 'ef-deuteranopia-dark-theme.el')
| -rw-r--r-- | ef-deuteranopia-dark-theme.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ef-deuteranopia-dark-theme.el b/ef-deuteranopia-dark-theme.el index 1b90bec..079493a 100644 --- a/ef-deuteranopia-dark-theme.el +++ b/ef-deuteranopia-dark-theme.el @@ -144,9 +144,9 @@ (bg-hover-secondary "#00405f") (bg-hl-line "#2e2e1b") (bg-paren "#0f4f9a") - (bg-err "#342b00") ; check with err - (bg-warning "#32351f") ; check with warning - (bg-info "#002252") ; check with info + (bg-err "#442f00") ; check with err + (bg-warning "#3a3a1f") ; check with warning + (bg-info "#002b60") ; check with info (border "#555a64") (cursor "#ffff00") |
