diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2026-03-08 18:21:57 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2026-03-08 18:21:57 +0200 |
| commit | 8ef5148c9904aa1de7a928c172ce5393ccd1eb76 (patch) | |
| tree | b072ca2683744ad2e2560e4df6f95f2a32b96879 /ef-trio-light-theme.el | |
| parent | 9f68c1be9d35958a0679d5855ac6ec10b2c46e1b (diff) | |
Revise the rainbow mappings of a few themes
This is because the colours they use are not thematically consistent.
I realised this after seeing the Info interface that aikrahguzar
showed me in issue 70: <https://github.com/protesilaos/ef-themes/issues/70>.
Diffstat (limited to 'ef-trio-light-theme.el')
| -rw-r--r-- | ef-trio-light-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ef-trio-light-theme.el b/ef-trio-light-theme.el index d540829..1a6197c 100644 --- a/ef-trio-light-theme.el +++ b/ef-trio-light-theme.el @@ -194,10 +194,10 @@ (rainbow-2 green-cooler) (rainbow-3 magenta) (rainbow-4 cyan) - (rainbow-5 green-warmer) + (rainbow-5 yellow-cooler) (rainbow-6 magenta-cooler) (rainbow-7 cyan-warmer) - (rainbow-8 yellow-cooler))) + (rainbow-8 green-warmer))) (defcustom ef-trio-light-palette-overrides nil "Overrides for `ef-trio-light-palette'. |
