-
Notifications
You must be signed in to change notification settings - Fork 141
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
filedialog window has white text on white background (for dark mode) #35
Comments
I assume this happens on Linux, though I wasn't able to reproduce it. Could you please attach some example code? |
Thanks for the reply, @rdbende . I should have included more information to begin with.
The
|
Ohh yess, now I see. Tho it's really strange. Why do do that item remain black when unselected? 🤔 Now I'm a bit confused, lol 🥴 |
Note for myself: https://stackoverflow.com/questions/53655418/tkfiledialog-asksaveasfile-text-color-font#comment109368049_53656679 Edit: I can't get this to work |
I found this workaround: |
Turns out it's some kind of canvas thingy. |
I could hack the canvas to make the background dark, but then it wouldn't work after an item is selected. |
The tkinter filedialog pop-up has a white background, even when styled in the dark Azure theme. This makes the white filename-texts unreadable.
The text was updated successfully, but these errors were encountered: