Akascape/CTkListbox

Add support for custom themes

Opened this issue · 0 comments

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.