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

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

[elpa] externals/standard-themes 482c28a6e0 18/74: Expand defthem with a


From: ELPA Syncer
Subject: [elpa] externals/standard-themes 482c28a6e0 18/74: Expand defthem with appropriate data
Date: Wed, 30 Nov 2022 08:58:23 -0500 (EST)

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

    Expand defthem with appropriate data
    
    This is for Emacs 29.  I tested it on Emacs 27 and there was no
    problem with it.
---
 standard-dark-theme.el  | 6 +++++-
 standard-light-theme.el | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/standard-dark-theme.el b/standard-dark-theme.el
index 506088acd1..73989297ad 100644
--- a/standard-dark-theme.el
+++ b/standard-dark-theme.el
@@ -37,7 +37,11 @@
 (eval-and-compile
   (require 'standard-themes)
 
-  (deftheme standard-dark "Like the unthemed dark Emacs, but more consistent.")
+  (deftheme standard-dark
+    "Like the unthemed dark Emacs, but more consistent."
+    :background-mode 'dark
+    :kind 'color-scheme
+    :family 'standard)
 
   (defconst standard-dark-palette
     '(;; Basic tones
diff --git a/standard-light-theme.el b/standard-light-theme.el
index a832d1fab8..ea7fcb7da2 100644
--- a/standard-light-theme.el
+++ b/standard-light-theme.el
@@ -37,7 +37,11 @@
 (eval-and-compile
   (require 'standard-themes)
 
-  (deftheme standard-light "Like the unthemed light Emacs, but more 
consistent.")
+  (deftheme standard-light
+    "Like the unthemed light Emacs, but more consistent."
+    :background-mode 'light
+    :kind 'color-scheme
+    :family 'standard)
 
   (defconst standard-light-palette
     '(;; Basic tones



reply via email to

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