diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-11-21 05:00:17 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-11-21 05:00:17 +0200 |
| commit | f7e85a48120b46dfe8067746f952ee6335cd03d0 (patch) | |
| tree | f7de2a0d65376b71f789e766564b2a45b630a580 /ef-dark-theme.el | |
| parent | 999d57a21fc6fd2f38c751cc80db3fa2e04f2636 (diff) | |
Expand deftheme with appropriate data
This is for Emacs 29. I tested it on Emacs 27 and there is no problem
with it.
Diffstat (limited to 'ef-dark-theme.el')
| -rw-r--r-- | ef-dark-theme.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ef-dark-theme.el b/ef-dark-theme.el index 0775bc1..9646f53 100644 --- a/ef-dark-theme.el +++ b/ef-dark-theme.el @@ -37,7 +37,11 @@ (eval-and-compile (require 'ef-themes) - (deftheme ef-dark "Legible dark theme with blue, magenta, cyan, purple colors.") + (deftheme ef-dark + "Legible dark theme with blue, magenta, cyan, purple colors." + :background-mode 'dark + :kind 'color-scheme + :family 'ef) (defconst ef-dark-palette '(;; Basic tones |
