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-tritanopia-dark-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-tritanopia-dark-theme.el')
| -rw-r--r-- | ef-tritanopia-dark-theme.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ef-tritanopia-dark-theme.el b/ef-tritanopia-dark-theme.el index 202274c..5005630 100644 --- a/ef-tritanopia-dark-theme.el +++ b/ef-tritanopia-dark-theme.el @@ -35,13 +35,6 @@ (require 'ef-themes) -;;;###theme-autoload -(deftheme ef-tritanopia-dark - "Legible dark theme, optimized for blue-yellow color deficiency." - :background-mode 'dark - :kind 'color-scheme - :family 'ef) - ;; Most of the colors here, like the blue and green hues, are defined ;; simply to preserve compatibility with the rest of the project. We ;; don't actually rely on them for anything critical. |
