diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2026-02-18 20:42:21 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2026-02-18 20:42:21 +0200 |
| commit | 2c1e997ea13e006a82d6c9c98f795ee0b9a9414e (patch) | |
| tree | 636eff750ac899f0c6b9e5b1ac3d7541dba5a7f8 /ef-owl-theme.el | |
| parent | a4b5f9353063ef895f6c13c8cd594bfd5df455ca (diff) | |
Revert "Reinstate the theme-autoload cookie with the deftheme in place"
This reverts commit a4b5f9353063ef895f6c13c8cd594bfd5df455ca.
The reason is that this breaks the package when trying to load a theme
at startup. This was reported by Eamonn Sullivan in issue 69 in the
ef-themes repository: <https://github.com/protesilaos/ef-themes/issues/69>.
Diffstat (limited to 'ef-owl-theme.el')
| -rw-r--r-- | ef-owl-theme.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ef-owl-theme.el b/ef-owl-theme.el index b82d03f..49e5552 100644 --- a/ef-owl-theme.el +++ b/ef-owl-theme.el @@ -35,13 +35,6 @@ (require 'ef-themes) -;;;###theme-autoload -(deftheme ef-owl - "Legible dark theme with blue, cyan, magenta and desaturated colors." - :background-mode 'dark - :kind 'color-scheme - :family 'ef) - (defconst ef-owl-palette-partial '((cursor "#afe6ef") (bg-main "#292c2f") |
