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-bio-theme.el | |
| parent | 9ce1bf32a334f891f6297430575d83b82d99dc57 (diff) | |
Make all dark theme bg-{err,warning,info} a bit more pronounced
Diffstat (limited to 'ef-bio-theme.el')
| -rw-r--r-- | ef-bio-theme.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ef-bio-theme.el b/ef-bio-theme.el index caf2f9b..ae17d99 100644 --- a/ef-bio-theme.el +++ b/ef-bio-theme.el @@ -141,9 +141,9 @@ (bg-hover-secondary "#003e5f") (bg-hl-line "#00331f") (bg-paren "#664950") - (bg-err "#381400") ; check with err - (bg-warning "#332800") ; check with warning - (bg-info "#132f00") ; check with info + (bg-err "#48100f") ; check with err + (bg-warning "#3b3400") ; check with warning + (bg-info "#1a3b0f") ; check with info (border "#525959") (cursor "#35f038") |
