-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi! I've noticed that the latest release of ef-themes does not have a definition for ef-themes--current-theme-palette, essentially breaking the bootstrap script!
I tried to pin down the commit in Emacs.org for 1.11.0 but the feature is experimental so I forked the repo and dropped commits until 1.11.0, then replaced call to add ef-themes package with
(use-package ef-themes
:straight (:type git :host github :repo "hollowsunhc/ef-themes"
:branch "main2")
:config
(setq ef-duo-light-palette-overrides
'((constant green))))
Have a good day!
Metadata
Metadata
Assignees
Labels
No labels