Skip to content

"No valid themes in cycle-themes-theme-list" #5

Description

@mtekman

I traced the culprit down to this line:

(not (custom-theme-p current-theme))))

Change (not (custom-theme-p current-theme)) to (custom-theme-p current-theme) and it works fine.

I don't understand the significance of skipping custom-themes or why it evaluates my leuven, monokai, and nyx as custom, but this line change fixes the problem for me.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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