aboutsummaryrefslogtreecommitdiff
path: root/ef-dark-theme.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2022-12-18 16:40:29 +0200
committerProtesilaos Stavrou <info@protesilaos.com>2022-12-18 16:40:29 +0200
commitf5f30e617e34f60ef79de17122c1212f3efc8f6d (patch)
treeec50c166132184b909b30ffe7ec992f074de5be2 /ef-dark-theme.el
parent4332a7433ba2e29cf7a3303fe93296e312cc7e47 (diff)
Expand doc string of each theme's palette overrides
Diffstat (limited to 'ef-dark-theme.el')
-rw-r--r--ef-dark-theme.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/ef-dark-theme.el b/ef-dark-theme.el
index 3d3892a..333e90a 100644
--- a/ef-dark-theme.el
+++ b/ef-dark-theme.el
@@ -209,7 +209,13 @@ with both as symbols. The latter is a color that already exists
in the palette and is associated with a HEX-VALUE.")
(defvar ef-dark-palette-overrides nil
- "Overrides for `ef-dark-palette'.")
+ "Overrides for `ef-dark-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'.")
(ef-themes-theme ef-dark ef-dark-palette ef-dark-palette-overrides)