aboutsummaryrefslogtreecommitdiff
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
parent4332a7433ba2e29cf7a3303fe93296e312cc7e47 (diff)
Expand doc string of each theme's palette overrides
-rw-r--r--ef-autumn-theme.el8
-rw-r--r--ef-bio-theme.el8
-rw-r--r--ef-cherie-theme.el8
-rw-r--r--ef-cyprus-theme.el8
-rw-r--r--ef-dark-theme.el8
-rw-r--r--ef-day-theme.el8
-rw-r--r--ef-deuteranopia-dark-theme.el8
-rw-r--r--ef-deuteranopia-light-theme.el8
-rw-r--r--ef-duo-dark-theme.el8
-rw-r--r--ef-duo-light-theme.el8
-rw-r--r--ef-frost-theme.el8
-rw-r--r--ef-light-theme.el8
-rw-r--r--ef-night-theme.el8
-rw-r--r--ef-spring-theme.el8
-rw-r--r--ef-summer-theme.el8
-rw-r--r--ef-trio-dark-theme.el8
-rw-r--r--ef-trio-light-theme.el8
-rw-r--r--ef-tritanopia-dark-theme.el8
-rw-r--r--ef-tritanopia-light-theme.el8
-rw-r--r--ef-winter-theme.el8
20 files changed, 140 insertions, 20 deletions
diff --git a/ef-autumn-theme.el b/ef-autumn-theme.el
index 1cb19cb..3455674 100644
--- a/ef-autumn-theme.el
+++ b/ef-autumn-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-autumn-palette-overrides nil
- "Overrides for `ef-autumn-palette'.")
+ "Overrides for `ef-autumn-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-autumn ef-autumn-palette ef-autumn-palette-overrides)
diff --git a/ef-bio-theme.el b/ef-bio-theme.el
index 8201d57..c3334cf 100644
--- a/ef-bio-theme.el
+++ b/ef-bio-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-bio-palette-overrides nil
- "Overrides for `ef-bio-palette'.")
+ "Overrides for `ef-bio-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-bio ef-bio-palette ef-bio-palette-overrides)
diff --git a/ef-cherie-theme.el b/ef-cherie-theme.el
index 415bb11..25d14e6 100644
--- a/ef-cherie-theme.el
+++ b/ef-cherie-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-cherie-palette-overrides nil
- "Overrides for `ef-cherie-palette'.")
+ "Overrides for `ef-cherie-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-cherie ef-cherie-palette ef-cherie-palette-overrides)
diff --git a/ef-cyprus-theme.el b/ef-cyprus-theme.el
index 2d31bf2..907d792 100644
--- a/ef-cyprus-theme.el
+++ b/ef-cyprus-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-cyprus-palette-overrides nil
- "Overrides for `ef-cyprus-palette'.")
+ "Overrides for `ef-cyprus-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-cyprus ef-cyprus-palette ef-cyprus-palette-overrides)
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)
diff --git a/ef-day-theme.el b/ef-day-theme.el
index af1c66a..dec6d97 100644
--- a/ef-day-theme.el
+++ b/ef-day-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-day-palette-overrides nil
- "Overrides for `ef-day-palette'.")
+ "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'.")
(ef-themes-theme ef-day ef-day-palette ef-day-palette-overrides)
diff --git a/ef-deuteranopia-dark-theme.el b/ef-deuteranopia-dark-theme.el
index 038116f..ce8be69 100644
--- a/ef-deuteranopia-dark-theme.el
+++ b/ef-deuteranopia-dark-theme.el
@@ -212,7 +212,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-deuteranopia-dark-palette-overrides nil
- "Overrides for `ef-deuteranopia-dark-palette'.")
+ "Overrides for `ef-deuteranopia-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-deuteranopia-dark ef-deuteranopia-dark-palette ef-deuteranopia-dark-palette-overrides)
diff --git a/ef-deuteranopia-light-theme.el b/ef-deuteranopia-light-theme.el
index 15af8aa..591efb2 100644
--- a/ef-deuteranopia-light-theme.el
+++ b/ef-deuteranopia-light-theme.el
@@ -212,7 +212,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-deuteranopia-light-palette-overrides nil
- "Overrides for `ef-deuteranopia-light-palette'.")
+ "Overrides for `ef-deuteranopia-light-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-deuteranopia-light ef-deuteranopia-light-palette ef-deuteranopia-light-palette-overrides)
diff --git a/ef-duo-dark-theme.el b/ef-duo-dark-theme.el
index 89d87de..071d023 100644
--- a/ef-duo-dark-theme.el
+++ b/ef-duo-dark-theme.el
@@ -212,7 +212,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-duo-dark-palette-overrides nil
- "Overrides for `ef-duo-dark-palette'.")
+ "Overrides for `ef-duo-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-duo-dark ef-duo-dark-palette ef-duo-dark-palette-overrides)
diff --git a/ef-duo-light-theme.el b/ef-duo-light-theme.el
index 0ae3bcf..ec7ebad 100644
--- a/ef-duo-light-theme.el
+++ b/ef-duo-light-theme.el
@@ -213,7 +213,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-duo-light-palette-overrides nil
- "Overrides for `ef-duo-light-palette'.")
+ "Overrides for `ef-duo-light-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-duo-light ef-duo-light-palette ef-duo-light-palette-overrides)
diff --git a/ef-frost-theme.el b/ef-frost-theme.el
index 68200b5..8640fbe 100644
--- a/ef-frost-theme.el
+++ b/ef-frost-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-frost-palette-overrides nil
- "Overrides for `ef-frost-palette'.")
+ "Overrides for `ef-frost-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-frost ef-frost-palette ef-frost-palette-overrides)
diff --git a/ef-light-theme.el b/ef-light-theme.el
index 3e754c4..a87a6d0 100644
--- a/ef-light-theme.el
+++ b/ef-light-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-light-palette-overrides nil
- "Overrides for `ef-light-palette'.")
+ "Overrides for `ef-light-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-light ef-light-palette ef-light-palette-overrides)
diff --git a/ef-night-theme.el b/ef-night-theme.el
index ed4f909..82e3b62 100644
--- a/ef-night-theme.el
+++ b/ef-night-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-night-palette-overrides nil
- "Overrides for `ef-night-palette'.")
+ "Overrides for `ef-night-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-night ef-night-palette ef-night-palette-overrides)
diff --git a/ef-spring-theme.el b/ef-spring-theme.el
index 954eacd..7fb424a 100644
--- a/ef-spring-theme.el
+++ b/ef-spring-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-spring-palette-overrides nil
- "Overrides for `ef-spring-palette'.")
+ "Overrides for `ef-spring-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-spring ef-spring-palette ef-spring-palette-overrides)
diff --git a/ef-summer-theme.el b/ef-summer-theme.el
index 5c66934..4c5557c 100644
--- a/ef-summer-theme.el
+++ b/ef-summer-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-summer-palette-overrides nil
- "Overrides for `ef-summer-palette'.")
+ "Overrides for `ef-summer-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-summer ef-summer-palette ef-summer-palette-overrides)
diff --git a/ef-trio-dark-theme.el b/ef-trio-dark-theme.el
index a2874ff..b686040 100644
--- a/ef-trio-dark-theme.el
+++ b/ef-trio-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-trio-dark-palette-overrides nil
- "Overrides for `ef-trio-dark-palette'.")
+ "Overrides for `ef-trio-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-trio-dark ef-trio-dark-palette ef-trio-dark-palette-overrides)
diff --git a/ef-trio-light-theme.el b/ef-trio-light-theme.el
index 68566eb..9fbf3a1 100644
--- a/ef-trio-light-theme.el
+++ b/ef-trio-light-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-trio-light-palette-overrides nil
- "Overrides for `ef-trio-light-palette'.")
+ "Overrides for `ef-trio-light-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-trio-light ef-trio-light-palette ef-trio-light-palette-overrides)
diff --git a/ef-tritanopia-dark-theme.el b/ef-tritanopia-dark-theme.el
index 0d7d5e8..d1c3b8c 100644
--- a/ef-tritanopia-dark-theme.el
+++ b/ef-tritanopia-dark-theme.el
@@ -212,7 +212,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-tritanopia-dark-palette-overrides nil
- "Overrides for `ef-tritanopia-dark-palette'.")
+ "Overrides for `ef-tritanopia-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-tritanopia-dark ef-tritanopia-dark-palette ef-tritanopia-dark-palette-overrides)
diff --git a/ef-tritanopia-light-theme.el b/ef-tritanopia-light-theme.el
index 42de087..42f7882 100644
--- a/ef-tritanopia-light-theme.el
+++ b/ef-tritanopia-light-theme.el
@@ -212,7 +212,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-tritanopia-light-palette-overrides nil
- "Overrides for `ef-tritanopia-light-palette'.")
+ "Overrides for `ef-tritanopia-light-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-tritanopia-light ef-tritanopia-light-palette ef-tritanopia-light-palette-overrides)
diff --git a/ef-winter-theme.el b/ef-winter-theme.el
index 2d01185..f83e5fe 100644
--- a/ef-winter-theme.el
+++ b/ef-winter-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-winter-palette-overrides nil
- "Overrides for `ef-winter-palette'.")
+ "Overrides for `ef-winter-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-winter ef-winter-palette ef-winter-palette-overrides)