aboutsummaryrefslogtreecommitdiff
path: root/ef-dark-theme.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2022-10-23 07:38:01 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2022-10-23 07:38:01 +0300
commitf29137e65ba184665360fe71802b545bd64f7b3e (patch)
treebdf9bab7a1adc0501a996327abd9c567629e10b0 /ef-dark-theme.el
parent0f4f5456d2e384363b9c49e7070aa90186fd5e68 (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-dark-theme.el')
-rw-r--r--ef-dark-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ef-dark-theme.el b/ef-dark-theme.el
index 417c6ec..814624a 100644
--- a/ef-dark-theme.el
+++ b/ef-dark-theme.el
@@ -140,7 +140,7 @@
(modeline-warning "#dfcf33")
(modeline-info "#2fc82f")
- (underline-err "#d02f2f")
+ (underline-err "#df2f2f")
(underline-warning "#c0b000")
(underline-info "#22b022")