Add support for custom themes
Opened this issue · 0 comments
Alex-Schaefer commented
Customtkinter supports creating own themes, so that the styling does not need to be set manually.
Consider adding support for a CTkListbox item in the theme.json file:
If customtkinter.ThemeManager.theme["CTkListbox"] exists, use the colors defined in the theme, otherwise the default ones.