Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Toggle-Your-Stuff] Cycle through themes #170

Open
2l47 opened this issue Apr 18, 2022 · 0 comments
Open

[Toggle-Your-Stuff] Cycle through themes #170

2l47 opened this issue Apr 18, 2022 · 0 comments

Comments

@2l47
Copy link

2l47 commented Apr 18, 2022

It would be useful to be able to use a hotkey to cycle through themes, rather than having different bindings for each one and having to disable, then enable each, to change themes. I use a few variants of DiscordRecolor with lighter/darker shades, for example, but this would be applicable to anyone who wants to cycle through their themes conveniently.

Example pseudocode
on first run:

  • disable all themes
  • prompt user to whitelist themes they don't want disabled when cycling
  • set current_index to -1

on dedicated "theme cycle" hotkey:

  • disable theme with current_index (if not -1)
  • increment current_index
  • if (current_index == len(themes)) current_index = 0
  • enable theme with current_index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant