Skip to content
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

tk.Entry font color issue #150

Open
YezhangLiu opened this issue Oct 4, 2024 · 1 comment
Open

tk.Entry font color issue #150

YezhangLiu opened this issue Oct 4, 2024 · 1 comment

Comments

@YezhangLiu
Copy link

when tk.Entry state set to 'read-only' on sv ttk dark mode, font color becomes white and bg also white, make it hard to see the text.
file_entry = tk.Entry(frame, width=30, fg='black')
fg = 'black' here doesn't work

@jhi2
Copy link

jhi2 commented Oct 7, 2024

Well, sv_ttk may be overriding your color selection. Maybe this will be helpful:#140 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants