diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-11-22 06:37:19 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-11-22 06:37:19 +0200 |
| commit | 2b4b7102ccbbbd29bdbd5e0d6ccd2736d06fb400 (patch) | |
| tree | 4af915637cb3b8873c2e8eff7c8f273e22c29484 /ef-cherie-theme.el | |
| parent | 949d87ef9f704d9640c007002aab4386a8e4c075 (diff) | |
Recalibrate bg-err and/or bg-info in some themes
These are some minor tweaks that improve the visuals of certain
elements. Overall, the effect is barely noticeable, unless one
compares samples side-by-side.
Diffstat (limited to 'ef-cherie-theme.el')
| -rw-r--r-- | ef-cherie-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ef-cherie-theme.el b/ef-cherie-theme.el index 5f875fa..798c10c 100644 --- a/ef-cherie-theme.el +++ b/ef-cherie-theme.el @@ -132,9 +132,9 @@ (bg-hl-line "#401f33") (bg-region "#232f3f") (bg-paren "#3f5f75") - (bg-err "#370f12") ; check with err + (bg-err "#3c0f12") ; check with err (bg-warning "#352905") ; check with warning - (bg-info "#1c2b00") ; check with info + (bg-info "#1a2e00") ; check with info (border "#695960") (cursor "#ff5aaf") |
