-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dark to Light (and vice versa) appearance transitions don't change background of tooltip #22
Comments
@matthew-efseaff Are you using a single bg_color? Can you show the code? |
I'm using vanilla themes from CTk (blue, dark-blue, green) and don't set Is there any other code you'd like to see? If Dark is changed to Light in the app the tooltip text changes color but the tooltip background stays (dark background, dark text). My initialization saves the Dark/Light choice on exit. So, if I exit and restart, the Light choice initializes and the tooltip is displayed correctly (light background, dark text). |
i also have same issue with your CTkScrollableDropdown and CTkToolTip. I don't set bg_color, Dark/Light change in Windows 10 Settings->Personalization->Colors, and no widgets configured when changing dark/light |
same problem here The light bg_color I used is "gray86" and dark bg_color is "gray17", it's the default fg_color for the blue theme of a CTkFrame |
Start in dark theme:
change to light theme in app:
The background color of the tooltip should change since the text is changing.
The text was updated successfully, but these errors were encountered: