diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2023-07-22 07:41:12 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2023-07-22 07:41:12 +0300 |
| commit | 16a4c1ec33ac63f5658728f29382de198bae4ff4 (patch) | |
| tree | 0cc11c1b6969c3662222088728e14ed05fde3ff9 | |
| parent | 25e8723a91426d8947b06a283ebd985bd7e74531 (diff) | |
ef-maris-{dark,light}: revise accent mappings
| -rw-r--r-- | ef-maris-dark-theme.el | 4 | ||||
| -rw-r--r-- | ef-maris-light-theme.el | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ef-maris-dark-theme.el b/ef-maris-dark-theme.el index 3dae2d5..67cd5a0 100644 --- a/ef-maris-dark-theme.el +++ b/ef-maris-dark-theme.el @@ -196,9 +196,9 @@ ;;;; Accent mappings (accent-0 blue-cooler) - (accent-1 green) + (accent-1 green-warmer) (accent-2 cyan) - (accent-3 magenta) + (accent-3 red-cooler) ;;;; Date mappings diff --git a/ef-maris-light-theme.el b/ef-maris-light-theme.el index c2b3d5e..e052918 100644 --- a/ef-maris-light-theme.el +++ b/ef-maris-light-theme.el @@ -196,9 +196,9 @@ ;;;; Accent mappings (accent-0 blue-cooler) - (accent-1 green) + (accent-1 green-warmer) (accent-2 cyan) - (accent-3 magenta) + (accent-3 red-cooler) ;;;; Date mappings |
