Better Looking Dark mode
Opened this issue · 1 comments
Czekoloczek commented
Windows200000 commented
@Czekoloczek Well, feel free to give it a crack. You can define another style in this function:
TwitchDropsMiner-updated/gui.py
Lines 2195 to 2198 in 58b9035
If you find something, feel free to just add another elif and I will change the checkbox in settings to be a drop-down.
Keep in mind, that not all Tkinter themes are cross-platform. This list has a quick overview for that.
The default theme Tkinter uses on Windows, the one in your first picture, is called "vista". This theme is Windows-exclusive, as it isn't entirely defined in Tkinter, but rather uses some universal elements built into windows, such as the buttons, which as a consequence, cannot be recolored.