aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2026-02-18 20:42:21 +0200
committerProtesilaos Stavrou <info@protesilaos.com>2026-02-18 20:42:21 +0200
commit2c1e997ea13e006a82d6c9c98f795ee0b9a9414e (patch)
tree636eff750ac899f0c6b9e5b1ac3d7541dba5a7f8
parenta4b5f9353063ef895f6c13c8cd594bfd5df455ca (diff)
Revert "Reinstate the theme-autoload cookie with the deftheme in place"
This reverts commit a4b5f9353063ef895f6c13c8cd594bfd5df455ca. The reason is that this breaks the package when trying to load a theme at startup. This was reported by Eamonn Sullivan in issue 69 in the ef-themes repository: <https://github.com/protesilaos/ef-themes/issues/69>.
-rw-r--r--ef-arbutus-theme.el7
-rw-r--r--ef-autumn-theme.el7
-rw-r--r--ef-bio-theme.el7
-rw-r--r--ef-cherie-theme.el7
-rw-r--r--ef-cyprus-theme.el7
-rw-r--r--ef-dark-theme.el7
-rw-r--r--ef-day-theme.el7
-rw-r--r--ef-deuteranopia-dark-theme.el7
-rw-r--r--ef-deuteranopia-light-theme.el7
-rw-r--r--ef-dream-theme.el7
-rw-r--r--ef-duo-dark-theme.el7
-rw-r--r--ef-duo-light-theme.el7
-rw-r--r--ef-eagle-theme.el7
-rw-r--r--ef-elea-dark-theme.el7
-rw-r--r--ef-elea-light-theme.el7
-rw-r--r--ef-fig-theme.el7
-rw-r--r--ef-frost-theme.el7
-rw-r--r--ef-kassio-theme.el7
-rw-r--r--ef-light-theme.el7
-rw-r--r--ef-maris-dark-theme.el7
-rw-r--r--ef-maris-light-theme.el7
-rw-r--r--ef-melissa-dark-theme.el7
-rw-r--r--ef-melissa-light-theme.el7
-rw-r--r--ef-night-theme.el7
-rw-r--r--ef-orange-theme.el7
-rw-r--r--ef-owl-theme.el7
-rw-r--r--ef-reverie-theme.el7
-rw-r--r--ef-rosa-theme.el7
-rw-r--r--ef-spring-theme.el7
-rw-r--r--ef-summer-theme.el7
-rw-r--r--ef-symbiosis-theme.el7
-rw-r--r--ef-trio-dark-theme.el7
-rw-r--r--ef-trio-light-theme.el7
-rw-r--r--ef-tritanopia-dark-theme.el7
-rw-r--r--ef-tritanopia-light-theme.el7
-rw-r--r--ef-winter-theme.el7
36 files changed, 0 insertions, 252 deletions
diff --git a/ef-arbutus-theme.el b/ef-arbutus-theme.el
index c461378..4653cdc 100644
--- a/ef-arbutus-theme.el
+++ b/ef-arbutus-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-arbutus
- "Legible light theme with red and green colors."
- :background-mode 'light
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-arbutus-palette-partial
'((cursor "#208f10")
(bg-main "#ffead8")
diff --git a/ef-autumn-theme.el b/ef-autumn-theme.el
index 5712617..3c3b222 100644
--- a/ef-autumn-theme.el
+++ b/ef-autumn-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(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-partial
'((cursor "#ffaa33")
(bg-main "#0f0e06")
diff --git a/ef-bio-theme.el b/ef-bio-theme.el
index d8caf19..db4f8be 100644
--- a/ef-bio-theme.el
+++ b/ef-bio-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-bio
- "Legible dark theme with green, teal, blue, purple colors."
- :background-mode 'dark
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-bio-palette-partial
'((cursor "#35f038")
(bg-main "#111111")
diff --git a/ef-cherie-theme.el b/ef-cherie-theme.el
index c7a2b10..04ffd2c 100644
--- a/ef-cherie-theme.el
+++ b/ef-cherie-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(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-partial
'((cursor "#ff5aaf")
(bg-main "#190a0f")
diff --git a/ef-cyprus-theme.el b/ef-cyprus-theme.el
index 7bef7d1..257091a 100644
--- a/ef-cyprus-theme.el
+++ b/ef-cyprus-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-cyprus
- "Legible light theme with green, yellow, teal, red colors."
- :background-mode 'light
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-cyprus-palette-partial
'((cursor "#007f00")
(bg-main "#fcf7ef")
diff --git a/ef-dark-theme.el b/ef-dark-theme.el
index 149ffc9..b047867 100644
--- a/ef-dark-theme.el
+++ b/ef-dark-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-dark
- "Legible dark theme with blue, magenta, cyan, purple colors."
- :background-mode 'dark
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-dark-palette-partial
'((cursor "#ff76ff")
(bg-main "#000000")
diff --git a/ef-day-theme.el b/ef-day-theme.el
index 1e7a658..ea2c3fa 100644
--- a/ef-day-theme.el
+++ b/ef-day-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(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-partial
'((cursor "#cf1f00")
(bg-main "#fff5ea")
diff --git a/ef-deuteranopia-dark-theme.el b/ef-deuteranopia-dark-theme.el
index 5430965..6ca990c 100644
--- a/ef-deuteranopia-dark-theme.el
+++ b/ef-deuteranopia-dark-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-deuteranopia-dark
- "Legible dark theme, optimized for red-green color deficiency."
- :background-mode 'dark
- :kind 'color-scheme
- :family 'ef)
-
;; 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.
diff --git a/ef-deuteranopia-light-theme.el b/ef-deuteranopia-light-theme.el
index 9046714..61e94dd 100644
--- a/ef-deuteranopia-light-theme.el
+++ b/ef-deuteranopia-light-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-deuteranopia-light
- "Legible light theme, optimized for red-green color deficiency."
- :background-mode 'light
- :kind 'color-scheme
- :family 'ef)
-
;; 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.
diff --git a/ef-dream-theme.el b/ef-dream-theme.el
index b6b43b1..8da32c7 100644
--- a/ef-dream-theme.el
+++ b/ef-dream-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-dream
- "Legible dark theme with gold and nuanced colors."
- :background-mode 'dark
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-dream-palette-partial
'((cursor "#f3c09a")
(bg-main "#232025")
diff --git a/ef-duo-dark-theme.el b/ef-duo-dark-theme.el
index 70750c4..bee4ca9 100644
--- a/ef-duo-dark-theme.el
+++ b/ef-duo-dark-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(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-partial
'((cursor "#ef6f11")
(bg-main "#070019")
diff --git a/ef-duo-light-theme.el b/ef-duo-light-theme.el
index ec36ca7..7656c2a 100644
--- a/ef-duo-light-theme.el
+++ b/ef-duo-light-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(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-partial
'((cursor "#1144ff")
(bg-main "#fff8f0")
diff --git a/ef-eagle-theme.el b/ef-eagle-theme.el
index 1a323f0..6b7f57d 100644
--- a/ef-eagle-theme.el
+++ b/ef-eagle-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-eagle
- "Legible light theme with brown, red, and desatured colors."
- :background-mode 'light
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-eagle-palette-partial
'((cursor "#774400")
(bg-main "#f1ecd0")
diff --git a/ef-elea-dark-theme.el b/ef-elea-dark-theme.el
index aa046c8..2043cfa 100644
--- a/ef-elea-dark-theme.el
+++ b/ef-elea-dark-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-elea-dark
- "Legible dark theme with brown, magenta, and green colors."
- :background-mode 'dark
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-elea-dark-palette-partial
'((cursor "#ef7fa8")
(bg-main "#222524")
diff --git a/ef-elea-light-theme.el b/ef-elea-light-theme.el
index dd39fff..e046886 100644
--- a/ef-elea-light-theme.el
+++ b/ef-elea-light-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-elea-light
- "Legible light theme with brown, magenta, and green colors."
- :background-mode 'light
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-elea-light-palette-partial
'((cursor "#770080")
(bg-main "#edf5e2")
diff --git a/ef-fig-theme.el b/ef-fig-theme.el
index f183b87..b0ede2d 100644
--- a/ef-fig-theme.el
+++ b/ef-fig-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-fig
- "Legible dark theme with warm green, yellow, and magenta colors."
- :background-mode 'dark
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-fig-palette-partial
'((cursor "#e0646a")
(bg-main "#3b2043")
diff --git a/ef-frost-theme.el b/ef-frost-theme.el
index 75d976e..bae93d4 100644
--- a/ef-frost-theme.el
+++ b/ef-frost-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-frost
- "Legible light theme with blue, cyan, teal, purple colors."
- :background-mode 'light
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-frost-palette-partial
'((cursor "#0055bb")
(bg-main "#fcffff")
diff --git a/ef-kassio-theme.el b/ef-kassio-theme.el
index 4fdf098..9347dd2 100644
--- a/ef-kassio-theme.el
+++ b/ef-kassio-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-kassio
- "Legible light theme with blue, red, magenta, and earthly colors."
- :background-mode 'light
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-kassio-palette-partial
'((cursor "#d06f30")
(bg-main "#fff7f7")
diff --git a/ef-light-theme.el b/ef-light-theme.el
index 6863c39..02ba790 100644
--- a/ef-light-theme.el
+++ b/ef-light-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-light
- "Legible light theme with blue, magenta, cyan, purple colors."
- :background-mode 'light
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-light-palette-partial
'((cursor "#0033cc")
(bg-main "#ffffff")
diff --git a/ef-maris-dark-theme.el b/ef-maris-dark-theme.el
index c6033ea..fe7d0f5 100644
--- a/ef-maris-dark-theme.el
+++ b/ef-maris-dark-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-maris-dark
- "Legible dark theme with blue, cyan, and green colors."
- :background-mode 'dark
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-maris-dark-palette-partial
'((cursor "#8fdfff")
(bg-main "#131c2b")
diff --git a/ef-maris-light-theme.el b/ef-maris-light-theme.el
index 4b4b460..3c634db 100644
--- a/ef-maris-light-theme.el
+++ b/ef-maris-light-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-maris-light
- "Legible light theme with blue, cyan, and green colors."
- :background-mode 'light
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-maris-light-palette-partial
'((cursor "#036f99")
(bg-main "#edf4f8")
diff --git a/ef-melissa-dark-theme.el b/ef-melissa-dark-theme.el
index 0b53ae7..c5f7da4 100644
--- a/ef-melissa-dark-theme.el
+++ b/ef-melissa-dark-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-melissa-dark
- "Legible dark theme with warm colors (yellow, red, green, cyan)."
- :background-mode 'dark
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-melissa-dark-palette-partial
'((cursor "#f9cf7a")
(bg-main "#352718")
diff --git a/ef-melissa-light-theme.el b/ef-melissa-light-theme.el
index a5ac53c..6434d74 100644
--- a/ef-melissa-light-theme.el
+++ b/ef-melissa-light-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-melissa-light
- "Legible light theme with warm colors (yellow, red, green, cyan)."
- :background-mode 'light
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-melissa-light-palette-partial
'((cursor "#a07f00")
(bg-main "#fff6d8")
diff --git a/ef-night-theme.el b/ef-night-theme.el
index d41c4b9..2760282 100644
--- a/ef-night-theme.el
+++ b/ef-night-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-night
- "Legible dark theme with mostly green, blue, purple colors."
- :background-mode 'dark
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-night-palette-partial
'((cursor "#00ccff")
(bg-main "#000e17")
diff --git a/ef-orange-theme.el b/ef-orange-theme.el
index e63ddf9..5dbd2fe 100644
--- a/ef-orange-theme.el
+++ b/ef-orange-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-orange
- " Legible light theme with orange, yellow, and green colors."
- :background-mode 'light
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-orange-palette-partial
'((cursor "#cf5f00")
(bg-main "#ffedc9")
diff --git a/ef-owl-theme.el b/ef-owl-theme.el
index b82d03f..49e5552 100644
--- a/ef-owl-theme.el
+++ b/ef-owl-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-owl
- "Legible dark theme with blue, cyan, magenta and desaturated colors."
- :background-mode 'dark
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-owl-palette-partial
'((cursor "#afe6ef")
(bg-main "#292c2f")
diff --git a/ef-reverie-theme.el b/ef-reverie-theme.el
index 71b880f..f832799 100644
--- a/ef-reverie-theme.el
+++ b/ef-reverie-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-reverie
- "Legible light theme with gold and nuanced colors."
- :background-mode 'light
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-reverie-palette-partial
'((cursor "#9d5744")
(bg-main "#f3eddf")
diff --git a/ef-rosa-theme.el b/ef-rosa-theme.el
index 59eedcf..3a8d354 100644
--- a/ef-rosa-theme.el
+++ b/ef-rosa-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-rosa
- "Legible dark theme with magenta and green colors."
- :background-mode 'dark
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-rosa-palette-partial
'((cursor "#ef607a")
(bg-main "#322023")
diff --git a/ef-spring-theme.el b/ef-spring-theme.el
index 31a738d..90dd745 100644
--- a/ef-spring-theme.el
+++ b/ef-spring-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(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-partial
'((cursor "#bf005f")
(bg-main "#f6fff9")
diff --git a/ef-summer-theme.el b/ef-summer-theme.el
index 74ffefe..2b41a15 100644
--- a/ef-summer-theme.el
+++ b/ef-summer-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-summer
- "Legible light theme with magenta, purple, gold, cyan colors."
- :background-mode 'light
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-summer-palette-partial
'((cursor "#cf0090")
(bg-main "#fff2f3")
diff --git a/ef-symbiosis-theme.el b/ef-symbiosis-theme.el
index 45bd5aa..b116e12 100644
--- a/ef-symbiosis-theme.el
+++ b/ef-symbiosis-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-symbiosis
- "Legible dark theme with blue, green, cyan, gold colors."
- :background-mode 'dark
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-symbiosis-palette-partial
'((cursor "#f0af7f")
(bg-main "#130911")
diff --git a/ef-trio-dark-theme.el b/ef-trio-dark-theme.el
index 3baacd9..93e4213 100644
--- a/ef-trio-dark-theme.el
+++ b/ef-trio-dark-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(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-partial
'((cursor "#ff99ff")
(bg-main "#160f0f")
diff --git a/ef-trio-light-theme.el b/ef-trio-light-theme.el
index 04c0032..d75feca 100644
--- a/ef-trio-light-theme.el
+++ b/ef-trio-light-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(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-partial
'((cursor "#4f45ff")
(bg-main "#f8f5ff")
diff --git a/ef-tritanopia-dark-theme.el b/ef-tritanopia-dark-theme.el
index 202274c..5005630 100644
--- a/ef-tritanopia-dark-theme.el
+++ b/ef-tritanopia-dark-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-tritanopia-dark
- "Legible dark theme, optimized for blue-yellow color deficiency."
- :background-mode 'dark
- :kind 'color-scheme
- :family 'ef)
-
;; 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.
diff --git a/ef-tritanopia-light-theme.el b/ef-tritanopia-light-theme.el
index 0dddfdd..1f3b611 100644
--- a/ef-tritanopia-light-theme.el
+++ b/ef-tritanopia-light-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-tritanopia-light
- "Legible light theme, optimized for blue-yellow color deficiency."
- :background-mode 'light
- :kind 'color-scheme
- :family 'ef)
-
;; 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.
diff --git a/ef-winter-theme.el b/ef-winter-theme.el
index 537894b..637408a 100644
--- a/ef-winter-theme.el
+++ b/ef-winter-theme.el
@@ -35,13 +35,6 @@
(require 'ef-themes)
-;;;###theme-autoload
-(deftheme ef-winter
- "Legible dark theme with magenta, purple, fawn, teal colors."
- :background-mode 'dark
- :kind 'color-scheme
- :family 'ef)
-
(defconst ef-winter-palette-partial
'((cursor "#ff6ff0")
(bg-main "#0f0b15")