diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2026-02-18 18:46:12 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2026-02-18 18:46:12 +0200 |
| commit | a4b5f9353063ef895f6c13c8cd594bfd5df455ca (patch) | |
| tree | d76fb0efc31846c4b9f165b238e97ffd0098136c /ef-dark-theme.el | |
| parent | f3f074d5fbeb0c3cf9622205c22e012120761390 (diff) | |
Reinstate the theme-autoload cookie with the deftheme in place
We need this because otherwise the autolaods are not generated
properly, which can cause problems for other packages that need to
read the theme data.
Diffstat (limited to 'ef-dark-theme.el')
| -rw-r--r-- | ef-dark-theme.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ef-dark-theme.el b/ef-dark-theme.el index b047867..149ffc9 100644 --- a/ef-dark-theme.el +++ b/ef-dark-theme.el @@ -35,6 +35,13 @@ (require 'ef-themes) +;;;###theme-autoload +(deftheme ef-dark + "Legible dark theme with blue, magenta, cyan, purple colors." + :background-mode 'dark + :kind 'color-scheme + :family 'ef) + (defconst ef-dark-palette-partial '((cursor "#ff76ff") (bg-main "#000000") |
