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

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

[elpa] externals/ef-themes 8c9ae194d6: Add theme-autoload cookies (rever


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 8c9ae194d6: Add theme-autoload cookies (revert commit f7e85a4)
Date: Thu, 1 Dec 2022 00:57:43 -0500 (EST)

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

    Add theme-autoload cookies (revert commit f7e85a4)
    
    These seem to work with Emacs 27, whereas adding those in the
    'deftheme' form produces an error.
---
 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, 80 insertions(+), 80 deletions(-)

diff --git a/ef-autumn-theme.el b/ef-autumn-theme.el
index 8b0d614314..11d19c865d 100644
--- a/ef-autumn-theme.el
+++ b/ef-autumn-theme.el
@@ -38,10 +38,7 @@
   (require 'ef-themes)
 
   (deftheme ef-autumn
-    "Legible dark theme with warm, varied colors (red, yellow, green, teal)."
-    :background-mode 'dark
-    :kind 'color-scheme
-    :family 'ef)
+    "Legible dark theme with warm, varied colors (red, yellow, green, teal).")
 
   (defconst ef-autumn-palette
     '(;; Basic tones
@@ -204,4 +201,7 @@
 
   (provide-theme 'ef-autumn))
 
+;;;###theme-autoload
+(put 'ef-autumn 'theme-properties '(:background-mode dark :kind color-scheme 
:family ef))
+
 ;;; ef-autumn-theme.el ends here
diff --git a/ef-bio-theme.el b/ef-bio-theme.el
index 0842b1fa4e..5ad08dce7f 100644
--- a/ef-bio-theme.el
+++ b/ef-bio-theme.el
@@ -38,10 +38,7 @@
   (require 'ef-themes)
 
   (deftheme ef-bio
-    "Legible dark theme with green, teal, blue, purple colors."
-    :background-mode 'dark
-    :kind 'color-scheme
-    :family 'ef)
+    "Legible dark theme with green, teal, blue, purple colors.")
 
   (defconst ef-bio-palette
     '(;; Basic tones
@@ -204,4 +201,7 @@
 
   (provide-theme 'ef-bio))
 
+;;;###theme-autoload
+(put 'ef-bio 'theme-properties '(:background-mode dark :kind color-scheme 
:family ef))
+
 ;;; ef-bio-theme.el ends here
diff --git a/ef-cherie-theme.el b/ef-cherie-theme.el
index 208b598559..d00532cd67 100644
--- a/ef-cherie-theme.el
+++ b/ef-cherie-theme.el
@@ -38,10 +38,7 @@
   (require 'ef-themes)
 
   (deftheme ef-cherie
-    "Legible dark theme with warm colors (mostly pink, magenta, gold)"
-    :background-mode 'dark
-    :kind 'color-scheme
-    :family 'ef)
+    "Legible dark theme with warm colors (mostly pink, magenta, gold)")
 
   (defconst ef-cherie-palette
     '(;; Basic tones
@@ -204,4 +201,7 @@
 
   (provide-theme 'ef-cherie))
 
+;;;###theme-autoload
+(put 'ef-cherie 'theme-properties '(:background-mode dark :kind color-scheme 
:family ef))
+
 ;;; ef-cherie-theme.el ends here
diff --git a/ef-cyprus-theme.el b/ef-cyprus-theme.el
index 5f03612c59..a875dbb157 100644
--- a/ef-cyprus-theme.el
+++ b/ef-cyprus-theme.el
@@ -38,10 +38,7 @@
   (require 'ef-themes)
 
   (deftheme ef-cyprus
-    "Legible light theme with green, yellow, teal, red colors."
-    :background-mode 'light
-    :kind 'color-scheme
-    :family 'ef)
+    "Legible light theme with green, yellow, teal, red colors.")
 
   (defconst ef-cyprus-palette
     '(;; Basic tones
@@ -204,4 +201,7 @@
 
   (provide-theme 'ef-cyprus))
 
+;;;###theme-autoload
+(put 'ef-cyprus 'theme-properties '(:background-mode light :kind color-scheme 
:family ef))
+
 ;;; ef-cyprus-theme.el ends here
diff --git a/ef-dark-theme.el b/ef-dark-theme.el
index a48b0070e5..4b31ffe3fe 100644
--- a/ef-dark-theme.el
+++ b/ef-dark-theme.el
@@ -38,10 +38,7 @@
   (require 'ef-themes)
 
   (deftheme ef-dark
-    "Legible dark theme with blue, magenta, cyan, purple colors."
-    :background-mode 'dark
-    :kind 'color-scheme
-    :family 'ef)
+    "Legible dark theme with blue, magenta, cyan, purple colors.")
 
   (defconst ef-dark-palette
     '(;; Basic tones
@@ -204,4 +201,7 @@
 
   (provide-theme 'ef-dark))
 
+;;;###theme-autoload
+(put 'ef-dark 'theme-properties '(:background-mode dark :kind color-scheme 
:family ef))
+
 ;;; ef-dark-theme.el ends here
diff --git a/ef-day-theme.el b/ef-day-theme.el
index 2c88ccaefd..1eeb2b96c6 100644
--- a/ef-day-theme.el
+++ b/ef-day-theme.el
@@ -38,10 +38,7 @@
   (require 'ef-themes)
 
   (deftheme ef-day
-    "Legible light theme with warm, varied colors (yellow, red, green, 
purple)."
-    :background-mode 'light
-    :kind 'color-scheme
-    :family 'ef)
+    "Legible light theme with warm, varied colors (yellow, red, green, 
purple).")
 
   (defconst ef-day-palette
     '(;; Basic tones
@@ -204,4 +201,7 @@
 
   (provide-theme 'ef-day))
 
+;;;###theme-autoload
+(put 'ef-day 'theme-properties '(:background-mode light :kind color-scheme 
:family ef))
+
 ;;; ef-day-theme.el ends here
diff --git a/ef-deuteranopia-dark-theme.el b/ef-deuteranopia-dark-theme.el
index 97c7c4e12c..f432534017 100644
--- a/ef-deuteranopia-dark-theme.el
+++ b/ef-deuteranopia-dark-theme.el
@@ -41,10 +41,7 @@
   ;; 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."
-    :background-mode 'dark
-    :kind 'color-scheme
-    :family 'ef)
+    "Legible dark theme, optimized for red-green color deficiency.")
 
   (defconst ef-deuteranopia-dark-palette
     '(;; Basic tones
@@ -207,4 +204,7 @@
 
   (provide-theme 'ef-deuteranopia-dark))
 
+;;;###theme-autoload
+(put 'ef-deuteranopia-dark 'theme-properties '(:background-mode dark :kind 
color-scheme :family ef))
+
 ;;; ef-deuteranopia-dark-theme.el ends here
diff --git a/ef-deuteranopia-light-theme.el b/ef-deuteranopia-light-theme.el
index e43ecbfdbf..1c32f38fb0 100644
--- a/ef-deuteranopia-light-theme.el
+++ b/ef-deuteranopia-light-theme.el
@@ -41,10 +41,7 @@
   ;; 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."
-    :background-mode 'light
-    :kind 'color-scheme
-    :family 'ef)
+    "Legible light theme, optimized for red-green color deficiency.")
 
   (defconst ef-deuteranopia-light-palette
     '(;; Basic tones
@@ -207,4 +204,7 @@
 
   (provide-theme 'ef-deuteranopia-light))
 
+;;;###theme-autoload
+(put 'ef-deuteranopia-light 'theme-properties '(:background-mode light :kind 
color-scheme :family ef))
+
 ;;; ef-deuteranopia-light-theme.el ends here
diff --git a/ef-duo-dark-theme.el b/ef-duo-dark-theme.el
index d36880e1cd..ba281d3a3b 100644
--- a/ef-duo-dark-theme.el
+++ b/ef-duo-dark-theme.el
@@ -41,10 +41,7 @@
   ;; 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."
-    :background-mode 'dark
-    :kind 'color-scheme
-    :family 'ef)
+    "Legible dark theme with mostly blue and orange colors.")
 
   (defconst ef-duo-dark-palette
     '(;; Basic tones
@@ -207,4 +204,7 @@
 
   (provide-theme 'ef-duo-dark))
 
+;;;###theme-autoload
+(put 'ef-duo-dark 'theme-properties '(:background-mode dark :kind color-scheme 
:family ef))
+
 ;;; ef-duo-dark-theme.el ends here
diff --git a/ef-duo-light-theme.el b/ef-duo-light-theme.el
index 386f49b0af..e58a15bbc5 100644
--- a/ef-duo-light-theme.el
+++ b/ef-duo-light-theme.el
@@ -41,10 +41,7 @@
   ;; 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."
-    :background-mode 'light
-    :kind 'color-scheme
-    :family 'ef)
+    "Legible light theme with mostly blue and yellow colors.")
 
   (defconst ef-duo-light-palette
     '(;; Basic tones
@@ -208,4 +205,7 @@
 
   (provide-theme 'ef-duo-light))
 
+;;;###theme-autoload
+(put 'ef-duo-light 'theme-properties '(:background-mode light :kind 
color-scheme :family ef))
+
 ;;; ef-duo-light-theme.el ends here
diff --git a/ef-frost-theme.el b/ef-frost-theme.el
index 30fc13bac0..15d880294c 100644
--- a/ef-frost-theme.el
+++ b/ef-frost-theme.el
@@ -38,10 +38,7 @@
   (require 'ef-themes)
 
   (deftheme ef-frost
-    "Legible light theme with blue, cyan, teal, purple colors."
-    :background-mode 'light
-    :kind 'color-scheme
-    :family 'ef)
+    "Legible light theme with blue, cyan, teal, purple colors.")
 
   (defconst ef-frost-palette
     '(;; Basic tones
@@ -204,4 +201,7 @@
 
   (provide-theme 'ef-frost))
 
+;;;###theme-autoload
+(put 'ef-frost 'theme-properties '(:background-mode light :kind color-scheme 
:family ef))
+
 ;;; ef-frost-theme.el ends here
diff --git a/ef-light-theme.el b/ef-light-theme.el
index 93c655cbd3..b6bf72449f 100644
--- a/ef-light-theme.el
+++ b/ef-light-theme.el
@@ -38,10 +38,7 @@
   (require 'ef-themes)
 
   (deftheme ef-light
-    "Legible light theme with blue, magenta, cyan, purple colors."
-    :background-mode 'light
-    :kind 'color-scheme
-    :family 'ef)
+    "Legible light theme with blue, magenta, cyan, purple colors.")
 
   (defconst ef-light-palette
     '(;; Basic tones
@@ -204,4 +201,7 @@
 
   (provide-theme 'ef-light))
 
+;;;###theme-autoload
+(put 'ef-light 'theme-properties '(:background-mode light :kind color-scheme 
:family ef))
+
 ;;; ef-light-theme.el ends here
diff --git a/ef-night-theme.el b/ef-night-theme.el
index 41bb72d8cb..995da52193 100644
--- a/ef-night-theme.el
+++ b/ef-night-theme.el
@@ -38,10 +38,7 @@
   (require 'ef-themes)
 
   (deftheme ef-night
-    "Legible dark theme with mostly green, blue, purple colors."
-    :background-mode 'dark
-    :kind 'color-scheme
-    :family 'ef)
+    "Legible dark theme with mostly green, blue, purple colors.")
 
   (defconst ef-night-palette
     '(;; Basic tones
@@ -204,4 +201,7 @@
 
   (provide-theme 'ef-night))
 
+;;;###theme-autoload
+(put 'ef-night 'theme-properties '(:background-mode dark :kind color-scheme 
:family ef))
+
 ;;; ef-night-theme.el ends here
diff --git a/ef-spring-theme.el b/ef-spring-theme.el
index eb7417091b..d570ff27de 100644
--- a/ef-spring-theme.el
+++ b/ef-spring-theme.el
@@ -38,10 +38,7 @@
   (require 'ef-themes)
 
   (deftheme ef-spring
-    "Legible light theme with cool, varied colors (green, cyan, red)."
-    :background-mode 'light
-    :kind 'color-scheme
-    :family 'ef)
+    "Legible light theme with cool, varied colors (green, cyan, red).")
 
   (defconst ef-spring-palette
     '(;; Basic tones
@@ -204,4 +201,7 @@
 
   (provide-theme 'ef-spring))
 
+;;;###theme-autoload
+(put 'ef-spring 'theme-properties '(:background-mode light :kind color-scheme 
:family ef))
+
 ;;; ef-spring-theme.el ends here
diff --git a/ef-summer-theme.el b/ef-summer-theme.el
index 48775920bf..6bd4708add 100644
--- a/ef-summer-theme.el
+++ b/ef-summer-theme.el
@@ -38,10 +38,7 @@
   (require 'ef-themes)
 
   (deftheme ef-summer
-    "Legible light theme with magenta, purple, gold, cyan colors."
-    :background-mode 'light
-    :kind 'color-scheme
-    :family 'ef)
+    "Legible light theme with magenta, purple, gold, cyan colors.")
 
   (defconst ef-summer-palette
     '(;; Basic tones
@@ -204,4 +201,7 @@
 
   (provide-theme 'ef-summer))
 
+;;;###theme-autoload
+(put 'ef-summer 'theme-properties '(:background-mode light :kind color-scheme 
:family ef))
+
 ;;; ef-summer-theme.el ends here
diff --git a/ef-trio-dark-theme.el b/ef-trio-dark-theme.el
index 7ed7ce9913..89226b3d64 100644
--- a/ef-trio-dark-theme.el
+++ b/ef-trio-dark-theme.el
@@ -38,10 +38,7 @@
   (require 'ef-themes)
 
   (deftheme ef-trio-dark
-    "Legible dark theme with magenta, blue, teal colors."
-    :background-mode 'dark
-    :kind 'color-scheme
-    :family 'ef)
+    "Legible dark theme with magenta, blue, teal colors.")
 
   (defconst ef-trio-dark-palette
     '(;; Basic tones
@@ -204,4 +201,7 @@
 
   (provide-theme 'ef-trio-dark))
 
+;;;###theme-autoload
+(put 'ef-trio-dark 'theme-properties '(:background-mode dark :kind 
color-scheme :family ef))
+
 ;;; ef-trio-dark-theme.el ends here
diff --git a/ef-trio-light-theme.el b/ef-trio-light-theme.el
index de5a3c5936..9be9cb5cb8 100644
--- a/ef-trio-light-theme.el
+++ b/ef-trio-light-theme.el
@@ -38,10 +38,7 @@
   (require 'ef-themes)
 
   (deftheme ef-trio-light
-    "Legible light theme with magenta, blue, and teal colors."
-    :background-mode 'light
-    :kind 'color-scheme
-    :family 'ef)
+    "Legible light theme with magenta, blue, and teal colors.")
 
   (defconst ef-trio-light-palette
     '(;; Basic tones
@@ -204,4 +201,7 @@
 
   (provide-theme 'ef-trio-light))
 
+;;;###theme-autoload
+(put 'ef-trio-light 'theme-properties '(:background-mode light :kind 
color-scheme :family ef))
+
 ;;; ef-trio-light-theme.el ends here
diff --git a/ef-tritanopia-dark-theme.el b/ef-tritanopia-dark-theme.el
index 9ea101c762..3730722680 100644
--- a/ef-tritanopia-dark-theme.el
+++ b/ef-tritanopia-dark-theme.el
@@ -41,10 +41,7 @@
   ;; 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."
-    :background-mode 'dark
-    :kind 'color-scheme
-    :family 'ef)
+    "Legible dark theme, optimized for blue-yellow color deficiency.")
 
   (defconst ef-tritanopia-dark-palette
     '(;; Basic tones
@@ -207,4 +204,7 @@
 
   (provide-theme 'ef-tritanopia-dark))
 
+;;;###theme-autoload
+(put 'ef-tritanopia-dark 'theme-properties '(:background-mode dark :kind 
color-scheme :family ef))
+
 ;;; ef-tritanopia-dark-theme.el ends here
diff --git a/ef-tritanopia-light-theme.el b/ef-tritanopia-light-theme.el
index 6b2824a803..1cbf08f22b 100644
--- a/ef-tritanopia-light-theme.el
+++ b/ef-tritanopia-light-theme.el
@@ -41,10 +41,7 @@
   ;; 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."
-    :background-mode 'light
-    :kind 'color-scheme
-    :family 'ef)
+    "Legible light theme, optimized for blue-yellow color deficiency.")
 
   (defconst ef-tritanopia-light-palette
     '(;; Basic tones
@@ -207,4 +204,7 @@
 
   (provide-theme 'ef-tritanopia-light))
 
+;;;###theme-autoload
+(put 'ef-tritanopia-light 'theme-properties '(:background-mode light :kind 
color-scheme :family ef))
+
 ;;; ef-tritanopia-light-theme.el ends here
diff --git a/ef-winter-theme.el b/ef-winter-theme.el
index 2ddbd293b3..2838cd449d 100644
--- a/ef-winter-theme.el
+++ b/ef-winter-theme.el
@@ -38,10 +38,7 @@
   (require 'ef-themes)
 
   (deftheme ef-winter
-    "Legible dark theme with magenta, purple, fawn, teal colors."
-    :background-mode 'dark
-    :kind 'color-scheme
-    :family 'ef)
+    "Legible dark theme with magenta, purple, fawn, teal colors.")
 
   (defconst ef-winter-palette
     '(;; Basic tones
@@ -204,4 +201,7 @@
 
   (provide-theme 'ef-winter))
 
+;;;###theme-autoload
+(put 'ef-winter 'theme-properties '(:background-mode dark :kind color-scheme 
:family ef))
+
 ;;; ef-winter-theme.el ends here



reply via email to

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