aboutsummaryrefslogtreecommitdiff
path: root/ef-deuteranopia-dark-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-deuteranopia-dark-theme.el
parent9bbb2fb45ee9c3ebcfc8458ca4a1850a123dcb6b (diff)
Expand doc string of each theme's palette
Diffstat (limited to 'ef-deuteranopia-dark-theme.el')
-rw-r--r--ef-deuteranopia-dark-theme.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/ef-deuteranopia-dark-theme.el b/ef-deuteranopia-dark-theme.el
index 5b1a352..038116f 100644
--- a/ef-deuteranopia-dark-theme.el
+++ b/ef-deuteranopia-dark-theme.el
@@ -203,7 +203,13 @@
(rainbow-6 yellow-faint)
(rainbow-7 blue-faint)
(rainbow-8 magenta-faint))
- "The `ef-deuteranopia-dark' palette.")
+ "The `ef-deuteranopia-dark' 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-deuteranopia-dark-palette-overrides nil
"Overrides for `ef-deuteranopia-dark-palette'.")