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-autumn-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-autumn-theme.el')
| -rw-r--r-- | ef-autumn-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ef-autumn-theme.el b/ef-autumn-theme.el index 701e690..00edee4 100644 --- a/ef-autumn-theme.el +++ b/ef-autumn-theme.el @@ -194,9 +194,9 @@ (rainbow-2 red) (rainbow-3 cyan-cooler) (rainbow-4 yellow-cooler) - (rainbow-5 blue) + (rainbow-5 green) (rainbow-6 red-cooler) - (rainbow-7 green) + (rainbow-7 blue-warmer) (rainbow-8 yellow))) (defcustom ef-autumn-palette-overrides nil |
