emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes f5f30e617e 5/7: Expand doc string of each the


From: ELPA Syncer
Subject: [elpa] externals/ef-themes f5f30e617e 5/7: Expand doc string of each theme's palette overrides
Date: Sun, 18 Dec 2022 09:57:38 -0500 (EST)

branch: externals/ef-themes
commit f5f30e617e34f60ef79de17122c1212f3efc8f6d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Expand doc string of each theme's palette overrides
---
 ef-autumn-theme.el             | 8 +++++++-
 ef-bio-theme.el                | 8 +++++++-
 ef-cherie-theme.el             | 8 +++++++-
 ef-cyprus-theme.el             | 8 +++++++-
 ef-dark-theme.el               | 8 +++++++-
 ef-day-theme.el                | 8 +++++++-
 ef-deuteranopia-dark-theme.el  | 8 +++++++-
 ef-deuteranopia-light-theme.el | 8 +++++++-
 ef-duo-dark-theme.el           | 8 +++++++-
 ef-duo-light-theme.el          | 8 +++++++-
 ef-frost-theme.el              | 8 +++++++-
 ef-light-theme.el              | 8 +++++++-
 ef-night-theme.el              | 8 +++++++-
 ef-spring-theme.el             | 8 +++++++-
 ef-summer-theme.el             | 8 +++++++-
 ef-trio-dark-theme.el          | 8 +++++++-
 ef-trio-light-theme.el         | 8 +++++++-
 ef-tritanopia-dark-theme.el    | 8 +++++++-
 ef-tritanopia-light-theme.el   | 8 +++++++-
 ef-winter-theme.el             | 8 +++++++-
 20 files changed, 140 insertions(+), 20 deletions(-)

diff --git a/ef-autumn-theme.el b/ef-autumn-theme.el
index 1cb19cb4b8..34556743c4 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 8201d5731a..c3334cfdd8 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 415bb11b0a..25d14e62af 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 2d31bf2e15..907d79253a 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 3d3892a16b..333e90a267 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 af1c66a1c7..dec6d97e8d 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 038116f8d9..ce8be69937 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 15af8aab1b..591efb2df3 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 89d87de33b..071d0230b0 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 0ae3bcf21d..ec7ebad62b 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 68200b5d7f..8640fbe24f 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 3e754c4033..a87a6d01c0 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 ed4f909e1b..82e3b62c12 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 954eacd6a0..7fb424a758 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 5c66934d50..4c5557c149 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 a2874ff60b..b6860406ad 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 68566ebce5..9fbf3a14b5 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 0d7d5e8099..d1c3b8c272 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 42de0877ee..42f7882e1a 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 2d0118579e..f83e5fe3ea 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]