Skip to content

How to cycle between themes in list? #13

@benghancock

Description

@benghancock

Great package! One thing is unclear to me: the documentation indicates that a user may create a list of light or dark themes, and then switch between them:

(setq heaven-and-hell-themes
      '((light . tsdh-light)
         (dark . (tsdh-dark wombat))))

In this scenario, how does one switch between tsdh-dark and wombat? Calling heaven-and-hell-toggle-theme switches only between light and dark, and seems to stick only to the first dark theme in the list when toggling to dark. I'd like to cycle between themes in the list.

Thanks!

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