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-frost-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-frost-theme.el')
| -rw-r--r-- | ef-frost-theme.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ef-frost-theme.el b/ef-frost-theme.el index 36be917..90ba7e9 100644 --- a/ef-frost-theme.el +++ b/ef-frost-theme.el @@ -140,6 +140,10 @@ (modeline-warning "#7f1090") (modeline-info "#0000af") + (underline-err "#ef0f1f") + (underline-warning "#bf5f00") + (underline-info "#02af52") + ;; Mappings (err red) (warning yellow-cooler) |
