AceScottie / RapidTk

a wrapper for Tkinter to create objects faster
https://acescottie.github.io/RapidTk/
MIT License
2 stars 1 forks source link

Add Manager code for Themes #3

Open AceScottie opened 2 years ago

AceScottie commented 2 years ago

Themes should be a default colour space that can be applied to all objects without having to pass background, foreground and highlight colours. This should also include a ttk theme support to automatically switch between tk and ttk widgets while keeping as much configuration as possible.

AceScottie commented 1 year ago

Requires the integration of ttk