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-trio-light-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-trio-light-theme.el')
| -rw-r--r-- | ef-trio-light-theme.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ef-trio-light-theme.el b/ef-trio-light-theme.el index 04c0032..d75feca 100644 --- a/ef-trio-light-theme.el +++ b/ef-trio-light-theme.el @@ -35,13 +35,6 @@ (require 'ef-themes) -;;;###theme-autoload -(deftheme ef-trio-light - "Legible light theme with magenta, blue, and teal colors." - :background-mode 'light - :kind 'color-scheme - :family 'ef) - (defconst ef-trio-light-palette-partial '((cursor "#4f45ff") (bg-main "#f8f5ff") |
