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

Dark Mode #197

Open
snappycreeper opened this issue May 18, 2023 · 4 comments
Open

Dark Mode #197

snappycreeper opened this issue May 18, 2023 · 4 comments
Labels
Enhancement New feature or request

Comments

@snappycreeper
Copy link

Dark mode would be nice for late night checking.

@DevilXD
Copy link
Owner

DevilXD commented May 18, 2023

Hello o/

Sounds okay, but I've never tried making my own Tkinter theme, and as far as I know, it's pretty complicated. But still doable, of course. I can try doing so, eventually.

Tkinter also comes with some pre-existing themes. One can try testing out these by uncommenting the two lines here, and then changing the 6 to any other number from 0-6 range. There might be more themes beyond 6 as well, I'm not sure - you can test yourself:

TwitchDropsMiner/gui.py

Lines 1790 to 1793 in 1df916f

# theme
theme = ''
# theme = style.theme_names()[6]
# style.theme_use(theme)

I've tested them a while ago and it's pretty neat, just never added a way to change those from the GUI.

@DevilXD DevilXD added the Enhancement New feature or request label May 18, 2023
@snappycreeper
Copy link
Author

Ah alright, ill test with them later. Thanks for the quick response!

@snappycreeper
Copy link
Author

Hey, I found a cool theme, it worked mostly but only problem was I can't add games to priority list or see the language button.
https://github.com/rdbende/Azure-ttk-theme/tree/main
Maybe this could be toggleable?
Thanks!

@DevilXD
Copy link
Owner

DevilXD commented May 19, 2023

It certainly looks interesting, but as I've said, the only experience I have with themes is just checking out the pre-existing ones. There are also some more pressing matters to solve than bigger visual improvements. Regardless, if I can find the time to sit to it and try figuring it out, I'm all for adding a "dark mode" to the GUI, sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants