aboutsummaryrefslogtreecommitdiff
path: root/ef-winter-theme.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2022-10-20 06:39:31 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2022-10-20 06:39:31 +0300
commit7b929de99546d7678a4254333c8d77277e7ad090 (patch)
treeadf7e826bdb717a4d845c254afb38dff6b288031 /ef-winter-theme.el
parent9b1a35502c2b360fd25f73c4fd99ded8214b6ade (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-winter-theme.el')
-rw-r--r--ef-winter-theme.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/ef-winter-theme.el b/ef-winter-theme.el
index 0bb51e8..9c6a3cf 100644
--- a/ef-winter-theme.el
+++ b/ef-winter-theme.el
@@ -140,9 +140,9 @@
(modeline-warning "#ddb300")
(modeline-info "#40e0af")
- (underline-err "#ff2f2f")
- (underline-warning "#e0dc00")
- (underline-info "#22ff52")
+ (underline-err "#d02f2f")
+ (underline-warning "#c0b000")
+ (underline-info "#22b022")
;; Mappings
(err red-warmer)