diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-09-26 17:41:55 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-09-26 17:41:55 +0300 |
| commit | 7977266bdb764ceb9b42a4112413d496043dfbd4 (patch) | |
| tree | f9bb126b4c8f190f6e877b14a483c497b999b024 /ef-deuteranopia-dark-theme.el | |
| parent | 31c8d4a3c1c6ce9e6ab6be8c99ce4f2364965d58 (diff) | |
ef-deuteranopia-dark: refine bg-{err,warning,info}
Makes them stand out a bit more, which is necessary for this theme.
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 084b11c..c99339e 100644 --- a/ef-deuteranopia-dark-theme.el +++ b/ef-deuteranopia-dark-theme.el @@ -131,9 +131,9 @@ (bg-hl-line "#2e2e1b") (bg-region "#202d3f") (bg-paren "#0f4f9a") - (bg-err "#232d09") ; check with err - (bg-warning "#332600") ; check with warning - (bg-info "#001a4a") ; check with info + (bg-err "#342d09") ; check with err + (bg-warning "#292900") ; check with warning + (bg-info "#00204f") ; check with info (border "#40455f") (cursor "#ffff00") |
