diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-10-20 06:39:31 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-10-20 06:39:31 +0300 |
| commit | 7b929de99546d7678a4254333c8d77277e7ad090 (patch) | |
| tree | adf7e826bdb717a4d845c254afb38dff6b288031 /ef-bio-theme.el | |
| parent | 9b1a35502c2b360fd25f73c4fd99ded8214b6ade (diff) | |
Tone down colour-coded underlines in dark themes
All dark themes, except the deuteranopia and tritanopia ones, had too
intense colours. These are very distracting in a buffer that has lots
of errors/warnings. We want them to be usable and not call too much
attention to themselves.
The light themes are all fine in this regard.
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 04396e9..4a9c4db 100644 --- a/ef-bio-theme.el +++ b/ef-bio-theme.el @@ -140,9 +140,9 @@ (modeline-warning "#dfcf33") (modeline-info "#7fdfff") - (underline-err "#ff2f2f") - (underline-warning "#e0dc00") - (underline-info "#22ff52") + (underline-err "#d02f2f") + (underline-warning "#c0b000") + (underline-info "#22b022") ;; Mappings (err red) |
