branch: externals/standard-themes commit 482c28a6e0ea8aa9a70ab22999593553902c875d Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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