Akascape / CTkListbox

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

customtkinter light appearance mode makes the list items nearly invisible #52

Closed Alex-Schaefer closed 2 months ago

Alex-Schaefer commented 3 months ago

Adding customtkinter.set_appearance_mode("light") to the provided example breaks the CTKListbox colors: Only the selected item and hovering items are visible. The other ones are barely visible.

In dark mode it works fine, but light mode is not usable:

ctklistbox-light-broken

ctklistbox-dark-works

Setting a custom text_color tuple is a workaround, but in my opinion the default colors should work out of the box.

Akascape commented 2 months ago

@Alex-Schaefer Fixed, update to new version.