Skip to content

Breaking changes from ef-themes 2.0.0 #5

@hollowsunhc

Description

@hollowsunhc

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions