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-maris-dark-theme.el | |
| parent | 9ce1bf32a334f891f6297430575d83b82d99dc57 (diff) | |
Make all dark theme bg-{err,warning,info} a bit more pronounced
Diffstat (limited to 'ef-maris-dark-theme.el')
| -rw-r--r-- | ef-maris-dark-theme.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ef-maris-dark-theme.el b/ef-maris-dark-theme.el index dbcd446..1992703 100644 --- a/ef-maris-dark-theme.el +++ b/ef-maris-dark-theme.el @@ -141,9 +141,9 @@ (bg-hover-secondary "#49516a") (bg-hl-line "#243242") (bg-paren "#6c5d54") - (bg-err "#551525") ; check with err - (bg-warning "#403f20") ; check with warning - (bg-info "#104420") ; check with info + (bg-err "#551327") ; check with err + (bg-warning "#403f22") ; check with warning + (bg-info "#104324") ; check with info (border "#595a63") (cursor "#8fdfff") |
