diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2025-09-29 10:24:50 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2025-09-29 10:24:50 +0300 |
| commit | 94824db97e3b427ab2f08d937706d13bc82567b9 (patch) | |
| tree | b59ec2faeaa775e8be4a6f67f02ac47efe269688 /ef-rosa-theme.el | |
| parent | 5bac1d016cd011e6d20c4ab1ce2f7719720cf15c (diff) | |
Rename all the partial palette symbols for consistency
Diffstat (limited to 'ef-rosa-theme.el')
| -rw-r--r-- | ef-rosa-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ef-rosa-theme.el b/ef-rosa-theme.el index c1b6a9e..8198bb4 100644 --- a/ef-rosa-theme.el +++ b/ef-rosa-theme.el @@ -36,7 +36,7 @@ (eval-and-compile (require 'ef-themes) - (defconst ef-rosa-partial + (defconst ef-rosa-palette-partial '((cursor "#ef607a") (bg-main "#322023") (bg-dim "#432e32") @@ -216,7 +216,7 @@ further details)." :link '(info-link "(ef-themes) Palette overrides")) (defconst ef-rosa-palette - (append ef-themes-common-palette-overrides ef-rosa-partial ef-themes-palette-common)) + (append ef-themes-common-palette-overrides ef-rosa-palette-partial ef-themes-palette-common)) (modus-themes-theme ef-rosa |
