aboutsummaryrefslogtreecommitdiff
path: root/ef-day-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'ef-day-theme.el')
-rw-r--r--ef-day-theme.el12
1 files changed, 10 insertions, 2 deletions
diff --git a/ef-day-theme.el b/ef-day-theme.el
index 79b6f9a..66ceddc 100644
--- a/ef-day-theme.el
+++ b/ef-day-theme.el
@@ -250,14 +250,22 @@ Semantic color mappings have the form (MAPPING-NAME COLOR-NAME)
with both as symbols. The latter is a color that already exists
in the palette and is associated with a HEX-VALUE.")
- (defvar ef-day-palette-overrides nil
+ (defcustom ef-day-palette-overrides nil
"Overrides for `ef-day-palette'.
Mirror the elements of the aforementioned palette, overriding
their value.
For overrides that are shared across all of the Ef themes,
-refer to `ef-themes-common-palette-overrides'.")
+refer to `ef-themes-common-palette-overrides'.
+
+To preview the palette entries, use `ef-themes-preview-colors' or
+`ef-themes-preview-colors-current' (read the documentation for
+further details)."
+ :group 'ef-themes
+ :package-version '(ef-themes . "1.0.0")
+ :type '(repeat (list symbol (choice symbol string)))
+ :link '(info-link "(ef-themes) Palette overrides"))
(ef-themes-theme ef-day ef-day-palette ef-day-palette-overrides)