diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-10-16 08:15:13 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-10-16 08:15:13 +0300 |
| commit | 5337d4fa068d5d46b8c73bacf976a14c0f31a9b5 (patch) | |
| tree | 522cb3fea3156103c18a492e826ad1856af096e7 /ef-deuteranopia-dark-theme.el | |
| parent | 8f59f41c257e2c7cd517a5d730a50129c655c350 (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-deuteranopia-dark-theme.el')
| -rw-r--r-- | ef-deuteranopia-dark-theme.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ef-deuteranopia-dark-theme.el b/ef-deuteranopia-dark-theme.el index a4ed93a..5b1063c 100644 --- a/ef-deuteranopia-dark-theme.el +++ b/ef-deuteranopia-dark-theme.el @@ -143,6 +143,10 @@ (modeline-warning "#ddb300") (modeline-info "#aaaaff") + (underline-err "#ffff00") + (underline-warning "#bfaf50") + (underline-info "#22cff2") + ;; Mappings (err yellow-warmer) (warning yellow) |
