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

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

[elpa] externals/ef-themes 4332a7433b 4/7: Expand doc string of each the


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

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

    Expand doc string of each theme's palette
---
 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 7f237de523..1cb19cb4b8 100644
--- a/ef-autumn-theme.el
+++ b/ef-autumn-theme.el
@@ -200,7 +200,13 @@
       (rainbow-6 red-cooler)
       (rainbow-7 green)
       (rainbow-8 yellow))
-    "The `ef-autumn' palette.")
+    "The `ef-autumn' 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-autumn-palette-overrides nil
     "Overrides for `ef-autumn-palette'.")
diff --git a/ef-bio-theme.el b/ef-bio-theme.el
index f8b5b71de7..8201d5731a 100644
--- a/ef-bio-theme.el
+++ b/ef-bio-theme.el
@@ -200,7 +200,13 @@
       (rainbow-6 blue)
       (rainbow-7 cyan)
       (rainbow-8 magenta))
-    "The `ef-bio' palette.")
+    "The `ef-bio' 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-bio-palette-overrides nil
     "Overrides for `ef-bio-palette'.")
diff --git a/ef-cherie-theme.el b/ef-cherie-theme.el
index 6b21b6b5a0..415bb11b0a 100644
--- a/ef-cherie-theme.el
+++ b/ef-cherie-theme.el
@@ -200,7 +200,13 @@
       (rainbow-6 red-cooler)
       (rainbow-7 cyan-warmer)
       (rainbow-8 magenta-cooler))
-    "The `ef-cherie' palette.")
+    "The `ef-cherie' 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-cherie-palette-overrides nil
     "Overrides for `ef-cherie-palette'.")
diff --git a/ef-cyprus-theme.el b/ef-cyprus-theme.el
index e4065dcac7..2d31bf2e15 100644
--- a/ef-cyprus-theme.el
+++ b/ef-cyprus-theme.el
@@ -200,7 +200,13 @@
       (rainbow-6 yellow-cooler)
       (rainbow-7 cyan-cooler)
       (rainbow-8 red))
-    "The `ef-cyprus' palette.")
+    "The `ef-cyprus' 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-cyprus-palette-overrides nil
     "Overrides for `ef-cyprus-palette'.")
diff --git a/ef-dark-theme.el b/ef-dark-theme.el
index 126815f2f5..3d3892a16b 100644
--- a/ef-dark-theme.el
+++ b/ef-dark-theme.el
@@ -200,7 +200,13 @@
       (rainbow-6 red-cooler)
       (rainbow-7 green-warmer)
       (rainbow-8 yellow))
-    "The `ef-dark' palette.")
+    "The `ef-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-dark-palette-overrides nil
     "Overrides for `ef-dark-palette'.")
diff --git a/ef-day-theme.el b/ef-day-theme.el
index e46ae82a62..af1c66a1c7 100644
--- a/ef-day-theme.el
+++ b/ef-day-theme.el
@@ -200,7 +200,13 @@
       (rainbow-6 magenta-cooler)
       (rainbow-7 red-cooler)
       (rainbow-8 green-cooler))
-    "The `ef-day' palette.")
+    "The `ef-day' 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-day-palette-overrides nil
     "Overrides for `ef-day-palette'.")
diff --git a/ef-deuteranopia-dark-theme.el b/ef-deuteranopia-dark-theme.el
index 5b1a352a21..038116f8d9 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'.")
diff --git a/ef-deuteranopia-light-theme.el b/ef-deuteranopia-light-theme.el
index acc1123606..15af8aab1b 100644
--- a/ef-deuteranopia-light-theme.el
+++ b/ef-deuteranopia-light-theme.el
@@ -203,7 +203,13 @@
       (rainbow-6 blue-faint)
       (rainbow-7 yellow-faint)
       (rainbow-8 cyan))
-    "The `ef-deuteranopia-light' palette.")
+    "The `ef-deuteranopia-light' 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-light-palette-overrides nil
     "Overrides for `ef-deuteranopia-light-palette'.")
diff --git a/ef-duo-dark-theme.el b/ef-duo-dark-theme.el
index 056005fbce..89d87de33b 100644
--- a/ef-duo-dark-theme.el
+++ b/ef-duo-dark-theme.el
@@ -203,7 +203,13 @@
       (rainbow-6 blue-cooler)
       (rainbow-7 red-cooler)
       (rainbow-8 green-cooler))
-    "The `ef-duo-dark' palette.")
+    "The `ef-duo-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-duo-dark-palette-overrides nil
     "Overrides for `ef-duo-dark-palette'.")
diff --git a/ef-duo-light-theme.el b/ef-duo-light-theme.el
index d83f1ce421..0ae3bcf21d 100644
--- a/ef-duo-light-theme.el
+++ b/ef-duo-light-theme.el
@@ -204,7 +204,13 @@
       (rainbow-6 cyan-warmer)
       (rainbow-7 yellow)
       (rainbow-8 green-cooler))
-    "The `ef-duo-light' palette.")
+    "The `ef-duo-light' 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-duo-light-palette-overrides nil
     "Overrides for `ef-duo-light-palette'.")
diff --git a/ef-frost-theme.el b/ef-frost-theme.el
index 3411b12d12..68200b5d7f 100644
--- a/ef-frost-theme.el
+++ b/ef-frost-theme.el
@@ -200,7 +200,13 @@
       (rainbow-6 green-warmer)
       (rainbow-7 magenta)
       (rainbow-8 cyan-warmer))
-    "The `ef-frost' palette.")
+    "The `ef-frost' 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-frost-palette-overrides nil
     "Overrides for `ef-frost-palette'.")
diff --git a/ef-light-theme.el b/ef-light-theme.el
index 06f1d9c275..3e754c4033 100644
--- a/ef-light-theme.el
+++ b/ef-light-theme.el
@@ -200,7 +200,13 @@
       (rainbow-6 red-cooler)
       (rainbow-7 green-cooler)
       (rainbow-8 yellow))
-    "The `ef-light' palette.")
+    "The `ef-light' 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-light-palette-overrides nil
     "Overrides for `ef-light-palette'.")
diff --git a/ef-night-theme.el b/ef-night-theme.el
index 71df32e7d4..ed4f909e1b 100644
--- a/ef-night-theme.el
+++ b/ef-night-theme.el
@@ -200,7 +200,13 @@
       (rainbow-6 yellow)
       (rainbow-7 cyan)
       (rainbow-8 green-warmer))
-    "The `ef-night' palette.")
+    "The `ef-night' 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-night-palette-overrides nil
     "Overrides for `ef-night-palette'.")
diff --git a/ef-spring-theme.el b/ef-spring-theme.el
index f2ab6e54d4..954eacd6a0 100644
--- a/ef-spring-theme.el
+++ b/ef-spring-theme.el
@@ -200,7 +200,13 @@
       (rainbow-6 magenta)
       (rainbow-7 magenta-cooler)
       (rainbow-8 yellow-cooler))
-    "The `ef-spring' palette.")
+    "The `ef-spring' 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-spring-palette-overrides nil
     "Overrides for `ef-spring-palette'.")
diff --git a/ef-summer-theme.el b/ef-summer-theme.el
index d970dec112..5c66934d50 100644
--- a/ef-summer-theme.el
+++ b/ef-summer-theme.el
@@ -200,7 +200,13 @@
       (rainbow-6 red-cooler)
       (rainbow-7 cyan-cooler)
       (rainbow-8 yellow-cooler))
-    "The `ef-summer' palette.")
+    "The `ef-summer' 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-summer-palette-overrides nil
     "Overrides for `ef-summer-palette'.")
diff --git a/ef-trio-dark-theme.el b/ef-trio-dark-theme.el
index 805f601543..a2874ff60b 100644
--- a/ef-trio-dark-theme.el
+++ b/ef-trio-dark-theme.el
@@ -200,7 +200,13 @@
       (rainbow-6 magenta-cooler)
       (rainbow-7 cyan-warmer)
       (rainbow-8 yellow-cooler))
-    "The `ef-trio-dark' palette.")
+    "The `ef-trio-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-trio-dark-palette-overrides nil
     "Overrides for `ef-trio-dark-palette'.")
diff --git a/ef-trio-light-theme.el b/ef-trio-light-theme.el
index 5c8f437b40..68566ebce5 100644
--- a/ef-trio-light-theme.el
+++ b/ef-trio-light-theme.el
@@ -200,7 +200,13 @@
       (rainbow-6 magenta-cooler)
       (rainbow-7 cyan-warmer)
       (rainbow-8 yellow-cooler))
-    "The `ef-trio-light' palette.")
+    "The `ef-trio-light' 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-trio-light-palette-overrides nil
     "Overrides for `ef-trio-light-palette'.")
diff --git a/ef-tritanopia-dark-theme.el b/ef-tritanopia-dark-theme.el
index 88576c1162..0d7d5e8099 100644
--- a/ef-tritanopia-dark-theme.el
+++ b/ef-tritanopia-dark-theme.el
@@ -203,7 +203,13 @@
       (rainbow-6 cyan-faint)
       (rainbow-7 magenta-faint)
       (rainbow-8 red-faint))
-    "The `ef-tritanopia-dark' palette.")
+    "The `ef-tritanopia-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-tritanopia-dark-palette-overrides nil
     "Overrides for `ef-tritanopia-dark-palette'.")
diff --git a/ef-tritanopia-light-theme.el b/ef-tritanopia-light-theme.el
index 126c181baf..42de0877ee 100644
--- a/ef-tritanopia-light-theme.el
+++ b/ef-tritanopia-light-theme.el
@@ -203,7 +203,13 @@
       (rainbow-6 cyan-faint)
       (rainbow-7 magenta-faint)
       (rainbow-8 red-faint))
-    "The `ef-tritanopia-light' palette.")
+    "The `ef-tritanopia-light' 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-tritanopia-light-palette-overrides nil
     "Overrides for `ef-tritanopia-light-palette'.")
diff --git a/ef-winter-theme.el b/ef-winter-theme.el
index b361cfe164..2d0118579e 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'.")



reply via email to

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