diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-10-23 07:38:01 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-10-23 07:38:01 +0300 |
| commit | f29137e65ba184665360fe71802b545bd64f7b3e (patch) | |
| tree | bdf9bab7a1adc0501a996327abd9c567629e10b0 /ef-bio-theme.el | |
| parent | 0f4f5456d2e384363b9c49e7070aa90186fd5e68 (diff) | |
Refine error underline colour in some dark themes
This tweaks the work done in commit 7b929de. Basically, we want
colour-coded underlines to stand out but not be too intense. It is a
fine balancing act.
Diffstat (limited to 'ef-bio-theme.el')
| -rw-r--r-- | ef-bio-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ef-bio-theme.el b/ef-bio-theme.el index 4a9c4db..d79de33 100644 --- a/ef-bio-theme.el +++ b/ef-bio-theme.el @@ -140,7 +140,7 @@ (modeline-warning "#dfcf33") (modeline-info "#7fdfff") - (underline-err "#d02f2f") + (underline-err "#df2f2f") (underline-warning "#c0b000") (underline-info "#22b022") |
