diff options
Diffstat (limited to 'ef-spring-theme.el')
| -rw-r--r-- | ef-spring-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ef-spring-theme.el b/ef-spring-theme.el index 4541000..6d3ad03 100644 --- a/ef-spring-theme.el +++ b/ef-spring-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-spring-palette + (defconst ef-spring-palette (append ef-themes-common-palette-overrides ef-spring-partial ef-themes-palette-common)) (modus-themes-theme @@ -224,7 +224,7 @@ further details)." "Legible light floral theme with cool, varied colors (green, cyan, red)." light modus-operandi-palette - ef-themes-spring-palette + ef-spring-palette ef-spring-palette-overrides)) ;;; ef-spring-theme.el ends here |
