aboutsummaryrefslogtreecommitdiff
path: root/ef-winter-theme.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2022-12-18 16:36:41 +0200
committerProtesilaos Stavrou <info@protesilaos.com>2022-12-18 16:36:41 +0200
commit4332a7433ba2e29cf7a3303fe93296e312cc7e47 (patch)
treec8921757b0bc390ceef0cf3727d58923c9eefa47 /ef-winter-theme.el
parent9bbb2fb45ee9c3ebcfc8458ca4a1850a123dcb6b (diff)
Expand doc string of each theme's palette
Diffstat (limited to 'ef-winter-theme.el')
-rw-r--r--ef-winter-theme.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/ef-winter-theme.el b/ef-winter-theme.el
index b361cfe..2d01185 100644
--- a/ef-winter-theme.el
+++ b/ef-winter-theme.el
@@ -200,7 +200,13 @@
(rainbow-6 green-cooler)
(rainbow-7 yellow-cooler)
(rainbow-8 cyan-warmer))
- "The `ef-winter' palette.")
+ "The `ef-winter' palette.
+Color values have the form (COLOR-NAME HEX-VALUE) with the former
+as a symbol and the latter as a string.
+
+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-winter-palette-overrides nil
"Overrides for `ef-winter-palette'.")