You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just want to ask if there is an way how to CTkTble is handling "light/dark" theme? Asking for specifically in relation to native CustomTkinter Widgets where atributes can be tuple (light / dark).
Example: CTKButton - atribute: "fg_color" --> forground color, tuple: (light_color, dark_color) or single color or "transparent" link
those 2 colors are used to light / dark colors of atribute
CTkTable - atribure: "colors" --> set two fg_colors for the table (list), eg: colors=["yellow", "green"] link
those colors are used for changing row colors
Is there a way how to setup/update CTkTable same way to reflect by color setup themes like native CustomTkinter Widgets?
results now when switching from Dark to Light:
Dark Theme:
Switched to Light Theme:
--> see CTKFrame, CTkScrollableFrame changed colors based on attributes but table unfortunately not
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello all,
just want to ask if there is an way how to CTkTble is handling "light/dark" theme? Asking for specifically in relation to native CustomTkinter Widgets where atributes can be tuple (light / dark).
Example:
CTKButton - atribute: "fg_color" --> forground color, tuple: (light_color, dark_color) or single color or "transparent" link
CTkTable - atribure: "colors" --> set two fg_colors for the table (list), eg: colors=["yellow", "green"] link
Is there a way how to setup/update CTkTable same way to reflect by color setup themes like native CustomTkinter Widgets?
results now when switching from Dark to Light:
Dark Theme:
Switched to Light Theme:
--> see CTKFrame, CTkScrollableFrame changed colors based on attributes but table unfortunately not
Thank you
Jan Vaško
Beta Was this translation helpful? Give feedback.
All reactions