Benedek Dévényi
Benedek Dévényi
I would have added animations, but Tkinter doesn't support animations of any kind. So I just simply can't.
Adapta:  Spinbox is not styled (you commented out the whole spinbox-part, images missing)  Notebook client is too contrasty, does not fit the theme (you commented out the Notebook.client-part,...
Aquativo:   The radio and checkbuttons have a different background color when disabled, which is not good (-disabledbackground is missing from the code): 
What Tk version are you using? Refering to [this issue](https://wiki.tcl-lang.org/page/Tk+differences+on+Mac+OS+X) -> `ttk::scrollbar Styling` there was a problem like this before version 8.6.10. And I know from [here](https://stackoverflow.com/a/43354924) that Tk on...
@Akuli PR created
> There's no documentation for how to install the gif brach Yeah it isn't on Pypi, you can download it only from here. > Anyway, gif branch seems as slow...
The CPU usage is indeed higher (like 40-50%) when resizing the window, but unfortunately I can't address that issue here. It's simply the nature of ttk. It uses png/gif images...
Doing further experiments, I realized, that the 40-50% is not that bad compared to other, quite simple applications. For example my screenshot tool and emoji selector (both Qt-based) have around...
Because it's not that easy. First, Tkinter uses an other GUI toolkit under the hood, called Tcl/Tk, so it cannot be fixed in Tkinter itself. And second, Tcl/Tk was originally...
Duplicate of #6 I just quickly done a `diff light.tcl dark.tcl` and I found nothing that might cause this issue. I remember I saw this issue with other ttk themes,...