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

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

[elpa] externals/standard-themes c31f8805dc 1/2: Remove deftheme attribu


From: ELPA Syncer
Subject: [elpa] externals/standard-themes c31f8805dc 1/2: Remove deftheme attributes
Date: Wed, 30 Nov 2022 22:58:03 -0500 (EST)

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

    Remove deftheme attributes
    
    They do not work for versions of Emacs prior to 29.
---
 standard-dark-theme.el  | 5 +----
 standard-light-theme.el | 5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/standard-dark-theme.el b/standard-dark-theme.el
index ace69892a2..cfca535db1 100644
--- a/standard-dark-theme.el
+++ b/standard-dark-theme.el
@@ -41,10 +41,7 @@
   (require 'standard-themes)
 
   (deftheme standard-dark
-    "Like the unthemed dark Emacs, but more consistent."
-    :background-mode 'dark
-    :kind 'color-scheme
-    :family 'standard)
+    "Like the unthemed dark Emacs, but more consistent.")
 
   (defconst standard-dark-palette
     '(;; Basic tones
diff --git a/standard-light-theme.el b/standard-light-theme.el
index 6824b7d248..ee7c83c4c7 100644
--- a/standard-light-theme.el
+++ b/standard-light-theme.el
@@ -41,10 +41,7 @@
   (require 'standard-themes)
 
   (deftheme standard-light
-    "Like the unthemed light Emacs, but more consistent."
-    :background-mode 'light
-    :kind 'color-scheme
-    :family 'standard)
+    "Like the unthemed light Emacs, but more consistent.")
 
   (defconst standard-light-palette
     '(;; Basic tones



reply via email to

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