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

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

[elpa] externals/standard-themes 1433229141: Add theme-autoload cookies


From: ELPA Syncer
Subject: [elpa] externals/standard-themes 1433229141: Add theme-autoload cookies
Date: Thu, 1 Dec 2022 00:58:15 -0500 (EST)

branch: externals/standard-themes
commit 1433229141ea5235bf99be93072911754c1c5b76
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add theme-autoload cookies
    
    These seem to work with Emacs 27, whereas adding those in the
    'deftheme' form produces an error.
---
 standard-dark-theme.el  | 3 +++
 standard-light-theme.el | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/standard-dark-theme.el b/standard-dark-theme.el
index cfca535db1..47960eb59b 100644
--- a/standard-dark-theme.el
+++ b/standard-dark-theme.el
@@ -218,4 +218,7 @@
 
   (provide-theme 'standard-dark))
 
+;;;###theme-autoload
+(put 'standard-dark 'theme-properties '(:background-mode dark :kind 
color-scheme :family standard))
+
 ;;; standard-dark-theme.el ends here
diff --git a/standard-light-theme.el b/standard-light-theme.el
index ee7c83c4c7..fb00416092 100644
--- a/standard-light-theme.el
+++ b/standard-light-theme.el
@@ -218,4 +218,7 @@
 
   (provide-theme 'standard-light))
 
+;;;###theme-autoload
+(put 'standard-light 'theme-properties '(:background-mode light :kind 
color-scheme :family standard))
+
 ;;; standard-light-theme.el ends here



reply via email to

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