diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-09-03 05:24:15 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-09-03 05:24:15 +0300 |
| commit | 13d8cfa8526305a0e84decce291cf874e5e72447 (patch) | |
| tree | 09bcb31758bb5776844ea674fcc3ba58f169c87c /ef-light-theme.el | |
| parent | f13ca4250131b8e523c6e4149944670707198f46 (diff) | |
Revise some values from 703deb4
Note that we can't have either green or yellow in the light themes.
They are simply too dark and their hue is lost.
Diffstat (limited to 'ef-light-theme.el')
| -rw-r--r-- | ef-light-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ef-light-theme.el b/ef-light-theme.el index 70a98c9..7166011 100644 --- a/ef-light-theme.el +++ b/ef-light-theme.el @@ -137,8 +137,8 @@ (fg-intense "#000000") (modeline-err "#9f0000") - (modeline-warning "#5f5000") - (modeline-info "#005f00") + (modeline-warning "#5f0070") + (modeline-info "#002fa0") ;; Mappings (err red-warmer) |
