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-dark-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-dark-theme.el')
| -rw-r--r-- | ef-dark-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ef-dark-theme.el b/ef-dark-theme.el index 9646f53..4644b3c 100644 --- a/ef-dark-theme.el +++ b/ef-dark-theme.el @@ -132,9 +132,9 @@ (bg-hl-line "#002435") (bg-region "#2a234a") (bg-paren "#20577a") - (bg-err "#330d09") ; check with err + (bg-err "#360d09") ; check with err (bg-warning "#332600") ; check with warning - (bg-info "#002212") ; check with info + (bg-info "#002c12") ; check with info (border "#4f4f5f") (cursor "#ff76ff") |
