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

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

[elpa] externals/ef-themes f7e85a4812: Expand deftheme with appropriate


From: ELPA Syncer
Subject: [elpa] externals/ef-themes f7e85a4812: Expand deftheme with appropriate data
Date: Sun, 20 Nov 2022 22:57:41 -0500 (EST)

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

    Expand deftheme with appropriate data
    
    This is for Emacs 29.  I tested it on Emacs 27 and there is no problem
    with it.
---
 ef-autumn-theme.el             | 6 +++++-
 ef-bio-theme.el                | 6 +++++-
 ef-cherie-theme.el             | 6 +++++-
 ef-cyprus-theme.el             | 6 +++++-
 ef-dark-theme.el               | 6 +++++-
 ef-day-theme.el                | 6 +++++-
 ef-deuteranopia-dark-theme.el  | 6 +++++-
 ef-deuteranopia-light-theme.el | 6 +++++-
 ef-duo-dark-theme.el           | 6 +++++-
 ef-duo-light-theme.el          | 6 +++++-
 ef-frost-theme.el              | 6 +++++-
 ef-light-theme.el              | 6 +++++-
 ef-night-theme.el              | 6 +++++-
 ef-spring-theme.el             | 6 +++++-
 ef-summer-theme.el             | 6 +++++-
 ef-trio-dark-theme.el          | 6 +++++-
 ef-trio-light-theme.el         | 6 +++++-
 ef-tritanopia-dark-theme.el    | 6 +++++-
 ef-tritanopia-light-theme.el   | 6 +++++-
 ef-winter-theme.el             | 6 +++++-
 20 files changed, 100 insertions(+), 20 deletions(-)

diff --git a/ef-autumn-theme.el b/ef-autumn-theme.el
index 8c8b88a60a..6c006014b5 100644
--- a/ef-autumn-theme.el
+++ b/ef-autumn-theme.el
@@ -37,7 +37,11 @@
 (eval-and-compile
   (require 'ef-themes)
 
-  (deftheme ef-autumn "Legible dark theme with warm, varied colors (red, 
yellow, green, teal).")
+  (deftheme ef-autumn
+    "Legible dark theme with warm, varied colors (red, yellow, green, teal)."
+    :background-mode 'dark
+    :kind 'color-scheme
+    :family 'ef)
 
   (defconst ef-autumn-palette
     '(;; Basic tones
diff --git a/ef-bio-theme.el b/ef-bio-theme.el
index e172d1da70..9824946bdd 100644
--- a/ef-bio-theme.el
+++ b/ef-bio-theme.el
@@ -37,7 +37,11 @@
 (eval-and-compile
   (require 'ef-themes)
 
-  (deftheme ef-bio "Legible dark theme with green, teal, blue, purple colors.")
+  (deftheme ef-bio
+    "Legible dark theme with green, teal, blue, purple colors."
+    :background-mode 'dark
+    :kind 'color-scheme
+    :family 'ef)
 
   (defconst ef-bio-palette
     '(;; Basic tones
diff --git a/ef-cherie-theme.el b/ef-cherie-theme.el
index dcc3198f0c..def64cb00d 100644
--- a/ef-cherie-theme.el
+++ b/ef-cherie-theme.el
@@ -37,7 +37,11 @@
 (eval-and-compile
   (require 'ef-themes)
 
-  (deftheme ef-cherie "Legible dark theme with warm colors (mostly pink, 
magenta, gold)")
+  (deftheme ef-cherie
+    "Legible dark theme with warm colors (mostly pink, magenta, gold)"
+    :background-mode 'dark
+    :kind 'color-scheme
+    :family 'ef)
 
   (defconst ef-cherie-palette
     '(;; Basic tones
diff --git a/ef-cyprus-theme.el b/ef-cyprus-theme.el
index 83d9aaaf39..815a85d1a1 100644
--- a/ef-cyprus-theme.el
+++ b/ef-cyprus-theme.el
@@ -37,7 +37,11 @@
 (eval-and-compile
   (require 'ef-themes)
 
-  (deftheme ef-cyprus "Legible light theme with green, yellow, teal, red 
colors.")
+  (deftheme ef-cyprus
+    "Legible light theme with green, yellow, teal, red colors."
+    :background-mode 'light
+    :kind 'color-scheme
+    :family 'ef)
 
   (defconst ef-cyprus-palette
     '(;; Basic tones
diff --git a/ef-dark-theme.el b/ef-dark-theme.el
index 0775bc112c..9646f53ed2 100644
--- a/ef-dark-theme.el
+++ b/ef-dark-theme.el
@@ -37,7 +37,11 @@
 (eval-and-compile
   (require 'ef-themes)
 
-  (deftheme ef-dark "Legible dark theme with blue, magenta, cyan, purple 
colors.")
+  (deftheme ef-dark
+    "Legible dark theme with blue, magenta, cyan, purple colors."
+    :background-mode 'dark
+    :kind 'color-scheme
+    :family 'ef)
 
   (defconst ef-dark-palette
     '(;; Basic tones
diff --git a/ef-day-theme.el b/ef-day-theme.el
index 50f8d0f9a9..962ee85e7e 100644
--- a/ef-day-theme.el
+++ b/ef-day-theme.el
@@ -37,7 +37,11 @@
 (eval-and-compile
   (require 'ef-themes)
 
-  (deftheme ef-day "Legible light theme with warm, varied colors (yellow, red, 
green, purple).")
+  (deftheme ef-day
+    "Legible light theme with warm, varied colors (yellow, red, green, 
purple)."
+    :background-mode 'light
+    :kind 'color-scheme
+    :family 'ef)
 
   (defconst ef-day-palette
     '(;; Basic tones
diff --git a/ef-deuteranopia-dark-theme.el b/ef-deuteranopia-dark-theme.el
index 8ec026978b..30a7381435 100644
--- a/ef-deuteranopia-dark-theme.el
+++ b/ef-deuteranopia-dark-theme.el
@@ -40,7 +40,11 @@
   ;; Most of the colors here, like the red and green hues, are defined
   ;; simply to preserve compatibility with the rest of the project.  We
   ;; don't actually rely on them for anything critical.
-  (deftheme ef-deuteranopia-dark "Legible dark theme, optimized for red-green 
color deficiency.")
+  (deftheme ef-deuteranopia-dark
+    "Legible dark theme, optimized for red-green color deficiency."
+    :background-mode 'dark
+    :kind 'color-scheme
+    :family 'ef)
 
   (defconst ef-deuteranopia-dark-palette
     '(;; Basic tones
diff --git a/ef-deuteranopia-light-theme.el b/ef-deuteranopia-light-theme.el
index a0c944f212..e857e2e51b 100644
--- a/ef-deuteranopia-light-theme.el
+++ b/ef-deuteranopia-light-theme.el
@@ -40,7 +40,11 @@
   ;; Most of the colors here, like the red and green hues, are defined
   ;; simply to preserve compatibility with the rest of the project.  We
   ;; don't actually rely on them for anything critical.
-  (deftheme ef-deuteranopia-light "Legible light theme, optimized for 
red-green color deficiency.")
+  (deftheme ef-deuteranopia-light
+    "Legible light theme, optimized for red-green color deficiency."
+    :background-mode 'light
+    :kind 'color-scheme
+    :family 'ef)
 
   (defconst ef-deuteranopia-light-palette
     '(;; Basic tones
diff --git a/ef-duo-dark-theme.el b/ef-duo-dark-theme.el
index 1ef3f80bd3..b610486605 100644
--- a/ef-duo-dark-theme.el
+++ b/ef-duo-dark-theme.el
@@ -40,7 +40,11 @@
   ;; Most of the colors here are defined simply to preserve
   ;; compatibility with the rest of the project.  We don't actually rely
   ;; on them for anything critical.
-  (deftheme ef-duo-dark "Legible dark theme with mostly blue and orange 
colors.")
+  (deftheme ef-duo-dark
+    "Legible dark theme with mostly blue and orange colors."
+    :background-mode 'dark
+    :kind 'color-scheme
+    :family 'ef)
 
   (defconst ef-duo-dark-palette
     '(;; Basic tones
diff --git a/ef-duo-light-theme.el b/ef-duo-light-theme.el
index 7412c42afb..0ffa2a422e 100644
--- a/ef-duo-light-theme.el
+++ b/ef-duo-light-theme.el
@@ -40,7 +40,11 @@
   ;; Most of the colors here are defined simply to preserve
   ;; compatibility with the rest of the project.  We don't actually rely
   ;; on them for anything critical.
-  (deftheme ef-duo-light "Legible light theme with mostly blue and yellow 
colors.")
+  (deftheme ef-duo-light
+    "Legible light theme with mostly blue and yellow colors."
+    :background-mode 'light
+    :kind 'color-scheme
+    :family 'ef)
 
   (defconst ef-duo-light-palette
     '(;; Basic tones
diff --git a/ef-frost-theme.el b/ef-frost-theme.el
index b7d9fc3de9..e8124fb83e 100644
--- a/ef-frost-theme.el
+++ b/ef-frost-theme.el
@@ -37,7 +37,11 @@
 (eval-and-compile
   (require 'ef-themes)
 
-  (deftheme ef-frost "Legible light theme with blue, cyan, teal, purple 
colors.")
+  (deftheme ef-frost
+    "Legible light theme with blue, cyan, teal, purple colors."
+    :background-mode 'light
+    :kind 'color-scheme
+    :family 'ef)
 
   (defconst ef-frost-palette
     '(;; Basic tones
diff --git a/ef-light-theme.el b/ef-light-theme.el
index adf7335c20..fced08baa6 100644
--- a/ef-light-theme.el
+++ b/ef-light-theme.el
@@ -37,7 +37,11 @@
 (eval-and-compile
   (require 'ef-themes)
 
-  (deftheme ef-light "Legible light theme with blue, magenta, cyan, purple 
colors.")
+  (deftheme ef-light
+    "Legible light theme with blue, magenta, cyan, purple colors."
+    :background-mode 'light
+    :kind 'color-scheme
+    :family 'ef)
 
   (defconst ef-light-palette
     '(;; Basic tones
diff --git a/ef-night-theme.el b/ef-night-theme.el
index 285543b237..12e68cb561 100644
--- a/ef-night-theme.el
+++ b/ef-night-theme.el
@@ -37,7 +37,11 @@
 (eval-and-compile
   (require 'ef-themes)
 
-  (deftheme ef-night "Legible dark theme with mostly green, blue, purple 
colors.")
+  (deftheme ef-night
+    "Legible dark theme with mostly green, blue, purple colors."
+    :background-mode 'dark
+    :kind 'color-scheme
+    :family 'ef)
 
   (defconst ef-night-palette
     '(;; Basic tones
diff --git a/ef-spring-theme.el b/ef-spring-theme.el
index 6b7eb046ff..4baccbe3fe 100644
--- a/ef-spring-theme.el
+++ b/ef-spring-theme.el
@@ -37,7 +37,11 @@
 (eval-and-compile
   (require 'ef-themes)
 
-  (deftheme ef-spring "Legible light theme with cool, varied colors (green, 
cyan, red).")
+  (deftheme ef-spring
+    "Legible light theme with cool, varied colors (green, cyan, red)."
+    :background-mode 'light
+    :kind 'color-scheme
+    :family 'ef)
 
   (defconst ef-spring-palette
     '(;; Basic tones
diff --git a/ef-summer-theme.el b/ef-summer-theme.el
index 5a5f6d51fc..10b9f50d77 100644
--- a/ef-summer-theme.el
+++ b/ef-summer-theme.el
@@ -37,7 +37,11 @@
 (eval-and-compile
   (require 'ef-themes)
 
-  (deftheme ef-summer "Legible light theme with magenta, purple, gold, cyan 
colors.")
+  (deftheme ef-summer
+    "Legible light theme with magenta, purple, gold, cyan colors."
+    :background-mode 'light
+    :kind 'color-scheme
+    :family 'ef)
 
   (defconst ef-summer-palette
     '(;; Basic tones
diff --git a/ef-trio-dark-theme.el b/ef-trio-dark-theme.el
index ae0b9e63e0..dfbcb30fe0 100644
--- a/ef-trio-dark-theme.el
+++ b/ef-trio-dark-theme.el
@@ -37,7 +37,11 @@
 (eval-and-compile
   (require 'ef-themes)
 
-  (deftheme ef-trio-dark "Legible dark theme with magenta, blue, teal colors.")
+  (deftheme ef-trio-dark
+    "Legible dark theme with magenta, blue, teal colors."
+    :background-mode 'dark
+    :kind 'color-scheme
+    :family 'ef)
 
   (defconst ef-trio-dark-palette
     '(;; Basic tones
diff --git a/ef-trio-light-theme.el b/ef-trio-light-theme.el
index 3e8e811c08..5ab44f2d98 100644
--- a/ef-trio-light-theme.el
+++ b/ef-trio-light-theme.el
@@ -37,7 +37,11 @@
 (eval-and-compile
   (require 'ef-themes)
 
-  (deftheme ef-trio-light "Legible light theme with magenta, blue, and teal 
colors.")
+  (deftheme ef-trio-light
+    "Legible light theme with magenta, blue, and teal colors."
+    :background-mode 'light
+    :kind 'color-scheme
+    :family 'ef)
 
   (defconst ef-trio-light-palette
     '(;; Basic tones
diff --git a/ef-tritanopia-dark-theme.el b/ef-tritanopia-dark-theme.el
index 7116cd991e..e398dc4e2f 100644
--- a/ef-tritanopia-dark-theme.el
+++ b/ef-tritanopia-dark-theme.el
@@ -40,7 +40,11 @@
   ;; Most of the colors here, like the blue and green hues, are defined
   ;; simply to preserve compatibility with the rest of the project.  We
   ;; don't actually rely on them for anything critical.
-  (deftheme ef-tritanopia-dark "Legible dark theme, optimized for blue-yellow 
color deficiency.")
+  (deftheme ef-tritanopia-dark
+    "Legible dark theme, optimized for blue-yellow color deficiency."
+    :background-mode 'dark
+    :kind 'color-scheme
+    :family 'ef)
 
   (defconst ef-tritanopia-dark-palette
     '(;; Basic tones
diff --git a/ef-tritanopia-light-theme.el b/ef-tritanopia-light-theme.el
index a95084016b..9ce204c291 100644
--- a/ef-tritanopia-light-theme.el
+++ b/ef-tritanopia-light-theme.el
@@ -40,7 +40,11 @@
   ;; Most of the colors here, like the blue and green hues, are defined
   ;; simply to preserve compatibility with the rest of the project.  We
   ;; don't actually rely on them for anything critical.
-  (deftheme ef-tritanopia-light "Legible light theme, optimized for 
blue-yellow color deficiency.")
+  (deftheme ef-tritanopia-light
+    "Legible light theme, optimized for blue-yellow color deficiency."
+    :background-mode 'light
+    :kind 'color-scheme
+    :family 'ef)
 
   (defconst ef-tritanopia-light-palette
     '(;; Basic tones
diff --git a/ef-winter-theme.el b/ef-winter-theme.el
index 5ef582b8fd..c54e682191 100644
--- a/ef-winter-theme.el
+++ b/ef-winter-theme.el
@@ -37,7 +37,11 @@
 (eval-and-compile
   (require 'ef-themes)
 
-  (deftheme ef-winter "Legible dark theme with magenta, purple, fawn, teal 
colors.")
+  (deftheme ef-winter
+    "Legible dark theme with magenta, purple, fawn, teal colors."
+    :background-mode 'dark
+    :kind 'color-scheme
+    :family 'ef)
 
   (defconst ef-winter-palette
     '(;; Basic tones



reply via email to

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