branch: externals/standard-themes
commit 164b7d00dc231ca99908d303016cfa02a3e37943
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Revert "Reinstate the theme-autoload cookie with the deftheme in place"
This reverts commit 1610307283c6c32f83fbb60a639030027952640b.
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>.
---
standard-adwaita-theme.el | 9 +--------
standard-dark-theme.el | 7 -------
standard-dark-tinted-theme.el | 7 -------
standard-light-theme.el | 7 -------
standard-light-tinted-theme.el | 7 -------
standard-wombat-theme.el | 9 +--------
6 files changed, 2 insertions(+), 44 deletions(-)
diff --git a/standard-adwaita-theme.el b/standard-adwaita-theme.el
index f0ee5b441b..bbad5b06ea 100644
--- a/standard-adwaita-theme.el
+++ b/standard-adwaita-theme.el
@@ -1,4 +1,4 @@
-;;; standard-adwaita-theme.el --- Like the built-in adwaita theme, but more
consistent -*- lexical-binding: t; -*-
+;;; standard-adwaita-theme.el --- Like the built-in adwaita theme, but more
consistent -*- lexical-binding: t; -*-
;; Copyright (C) 2026 Free Software Foundation, Inc.
@@ -37,13 +37,6 @@
(require 'standard-themes)
-;;;###theme-autoload
-(deftheme standard-adwaita
- "Like the built-in adwaita theme, but more consistent."
- :background-mode 'light
- :kind 'color-scheme
- :family 'standard)
-
(defcustom standard-adwaita-palette-overrides nil
"Overrides for `adwaita-palette'."
:type '(repeat (list symbol (choice symbol string)))
diff --git a/standard-dark-theme.el b/standard-dark-theme.el
index c85126d09a..7d88942be1 100644
--- a/standard-dark-theme.el
+++ b/standard-dark-theme.el
@@ -40,13 +40,6 @@
(require 'standard-themes)
-;;;###theme-autoload
-(deftheme standard-dark
- "Like the unthemed dark Emacs, but more consistent."
- :background-mode 'dark
- :kind 'color-scheme
- :family 'standard)
-
(defconst standard-dark-palette
(modus-themes-generate-palette
'((bg-main "#000000")
diff --git a/standard-dark-tinted-theme.el b/standard-dark-tinted-theme.el
index 4fbf6abf67..f77797796c 100644
--- a/standard-dark-tinted-theme.el
+++ b/standard-dark-tinted-theme.el
@@ -40,13 +40,6 @@
(require 'standard-themes)
-;;;###theme-autoload
-(deftheme standard-dark-tinted
- "Night sky variant of standard-dark theme."
- :background-mode 'dark
- :kind 'color-scheme
- :family 'standard)
-
(defconst standard-dark-tinted-palette
(modus-themes-generate-palette
'((bg-main "#182440")
diff --git a/standard-light-theme.el b/standard-light-theme.el
index 807f1bd3ba..ce90b16dd0 100644
--- a/standard-light-theme.el
+++ b/standard-light-theme.el
@@ -40,13 +40,6 @@
(require 'standard-themes)
-;;;###theme-autoload
-(deftheme standard-light
- "Like the unthemed light Emacs, but more consistent."
- :background-mode 'light
- :kind 'color-scheme
- :family 'standard)
-
(defconst standard-light-palette
(modus-themes-generate-palette
'((bg-main "#ffffff")
diff --git a/standard-light-tinted-theme.el b/standard-light-tinted-theme.el
index 6eacce74b6..a6aa7c868c 100644
--- a/standard-light-tinted-theme.el
+++ b/standard-light-tinted-theme.el
@@ -40,13 +40,6 @@
(require 'standard-themes)
-;;;###theme-autoload
-(deftheme standard-light-tinted
- "Light ochre variant of the standard-light theme."
- :background-mode 'light
- :kind 'color-scheme
- :family 'standard)
-
(defconst standard-light-tinted-palette
(modus-themes-generate-palette
'((bg-main "#eeecd9")
diff --git a/standard-wombat-theme.el b/standard-wombat-theme.el
index 170bc0aac3..858d2162a6 100644
--- a/standard-wombat-theme.el
+++ b/standard-wombat-theme.el
@@ -1,4 +1,4 @@
-;;; standard-wombat-theme.el --- Like the built-in wombat theme, but more
consistent -*- lexical-binding: t; -*-
+;;; standard-wombat-theme.el --- Like the built-in wombat theme, but more
consistent -*- lexical-binding: t; -*-
;; Copyright (C) 2026 Free Software Foundation, Inc.
@@ -38,13 +38,6 @@
(require 'standard-themes)
-;;;###theme-autoload
-(deftheme standard-wombat
- "Like the built-in wombat theme, but more consistent."
- :background-mode 'dark
- :kind 'color-scheme
- :family 'standard)
-
(defconst standard-wombat-palette
(modus-themes-generate-palette
'((bg-main "#242424")