aboutsummaryrefslogtreecommitdiff
path: root/ef-day-theme.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2022-10-16 08:15:13 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2022-10-16 08:15:13 +0300
commit5337d4fa068d5d46b8c73bacf976a14c0f31a9b5 (patch)
tree522cb3fea3156103c18a492e826ad1856af096e7 /ef-day-theme.el
parent8f59f41c257e2c7cd517a5d730a50129c655c350 (diff)
Implement palette subset for colour-coded underlines
We cannot use the regular colours for errors, warning, notices because those are optimised to apply to text. Those used for text need to render the glyphs legible, whereas for underlines we need to present a more vivid colour. These new values make it possible to cover flymake, flyspell and related packages. For most of the themes in the collection, this is not needed as their default faces are "okay". It is necessary, though, for the deuteranopia and tritanopia themes so that they use the appropriate colours.
Diffstat (limited to 'ef-day-theme.el')
-rw-r--r--ef-day-theme.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/ef-day-theme.el b/ef-day-theme.el
index 5074992..f1e3d87 100644
--- a/ef-day-theme.el
+++ b/ef-day-theme.el
@@ -140,6 +140,10 @@
(modeline-warning "#66008f")
(modeline-info "#1f409f")
+ (underline-err "#ef0f1f")
+ (underline-warning "#bf5f00")
+ (underline-info "#02af52")
+
;; Mappings
(err red-warmer)
(warning yellow-warmer)