rdbende / Sun-Valley-ttk-theme

A gorgeous theme for Tkinter/ttk, based on the Sun Valley visual style ✨
https://pypi.org/project/sv-ttk
MIT License
1.94k stars 112 forks source link

tk.Entry font color issue #150

Open YezhangLiu opened 2 weeks ago

YezhangLiu commented 2 weeks ago

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 commented 1 week ago

Well, sv_ttk may be overriding your color selection. Maybe this will be helpful:https://github.com/rdbende/Sun-Valley-ttk-theme/issues/140#issuecomment-2196007960