aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7f237de..1cb19cb 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 f8b5b71..8201d57 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 6b21b6b..415bb11 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 e4065dc..2d31bf2 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 126815f..3d3892a 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 e46ae82..af1c66a 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 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'.")
diff --git a/ef-deuteranopia-light-theme.el b/ef-deuteranopia-light-theme.el
index acc1123..15af8aa 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 056005f..89d87de 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 d83f1ce..0ae3bcf 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 3411b12..68200b5 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 06f1d9c..3e754c4 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 71df32e..ed4f909 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 f2ab6e5..954eacd 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 d970dec..5c66934 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 805f601..a2874ff 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 5c8f437..68566eb 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 88576c1..0d7d5e8 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 126c181..42de087 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 b361cfe..2d01185 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'.")