Dark Mode
Dark mode would be nice for late night checking.
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: https://github.com/DevilXD/TwitchDropsMiner/blob/1df916f91ea233f94dd9d045cd8a0d9dcebb665c/gui.py#L1790-L1793
I've tested them a while ago and it's pretty neat, just never added a way to change those from the GUI.
Ah alright, ill test with them later. Thanks for the quick response!
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!
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.