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-owl-theme.el | |
| parent | 5bac1d016cd011e6d20c4ab1ce2f7719720cf15c (diff) | |
Rename all the partial palette symbols for consistency
Diffstat (limited to 'ef-owl-theme.el')
| -rw-r--r-- | ef-owl-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ef-owl-theme.el b/ef-owl-theme.el index 6ffc43d..5f686e2 100644 --- a/ef-owl-theme.el +++ b/ef-owl-theme.el @@ -36,7 +36,7 @@ (eval-and-compile (require 'ef-themes) - (defconst ef-owl-partial + (defconst ef-owl-palette-partial '((cursor "#afe6ef") (bg-main "#292c2f") (bg-dim "#373b3d") @@ -216,7 +216,7 @@ further details)." :link '(info-link "(ef-themes) Palette overrides")) (defconst ef-owl-palette - (append ef-themes-common-palette-overrides ef-owl-partial ef-themes-palette-common)) + (append ef-themes-common-palette-overrides ef-owl-palette-partial ef-themes-palette-common)) (modus-themes-theme ef-owl |
