aboutsummaryrefslogtreecommitdiff
path: root/ef-light-theme.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2025-09-28 15:45:24 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2025-09-28 15:45:24 +0300
commitfaf705ebaffe9132c9ef26a0aceb32782c6e15df (patch)
tree30408e172a46d09b319b0709a4080995ac8b1d55 /ef-light-theme.el
parentfe3f9384103beaac024d34d09a67d68b861d7b16 (diff)
Fix all the palette symbols
Diffstat (limited to 'ef-light-theme.el')
-rw-r--r--ef-light-theme.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/ef-light-theme.el b/ef-light-theme.el
index f0c28d6..44a4948 100644
--- a/ef-light-theme.el
+++ b/ef-light-theme.el
@@ -215,7 +215,7 @@ further details)."
:type '(repeat (list symbol (choice symbol string)))
:link '(info-link "(ef-themes) Palette overrides"))
- (defconst ef-themes-light-palette
+ (defconst ef-light-palette
(append ef-themes-common-palette-overrides ef-light-partial ef-themes-palette-common))
(modus-themes-theme
@@ -224,7 +224,7 @@ further details)."
"Legible light theme with blue, magenta, cyan, purple colors."
light
modus-operandi-palette
- ef-themes-light-palette
+ ef-light-palette
ef-light-palette-overrides))
;;; ef-light-theme.el ends here