diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2024-01-01 07:46:45 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2024-01-01 07:46:45 +0200 |
| commit | 84b0720dc19136ce5688256e57fca185d983be4e (patch) | |
| tree | 8bafac53ddfd326c24da9bd7f9c981e95c333d08 | |
| parent | 5471d064d302597481b46cbe918c345c4a48c1f1 (diff) | |
ef-arbutus: refine rainbow mappings
| -rw-r--r-- | ef-arbutus-theme.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ef-arbutus-theme.el b/ef-arbutus-theme.el index fe8a0ea..e98c725 100644 --- a/ef-arbutus-theme.el +++ b/ef-arbutus-theme.el @@ -259,11 +259,11 @@ (rainbow-0 green) (rainbow-1 red-faint) (rainbow-2 green-cooler) - (rainbow-3 magenta) + (rainbow-3 yellow) (rainbow-4 green-warmer) (rainbow-5 cyan-cooler) - (rainbow-6 yellow) - (rainbow-7 magenta-warmer) + (rainbow-6 yellow-cooler) + (rainbow-7 magenta) (rainbow-8 cyan)) "The `ef-arbutus' palette. Color values have the form (COLOR-NAME HEX-VALUE) with the former |
