Akascape / CTkListbox

A simple listbox for customtkinter (extenstion/add-on)
MIT License
130 stars 14 forks source link

Add support for custom themes #53

Open Alex-Schaefer opened 3 months ago

Alex-Schaefer commented 3 months ago

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.