possibility to change bg/fg of the tkinter text widget by appearance mode #466
-
i have an app to display results of some data processing. I attached screenhost showing both statex (dark/light) for better explanation of my point. I can set results to labels but there is no possibility to copy text to clipboard directly. (only with button or checkbox..) On top there is text widget under that are labels. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This soulution works, but its have a lot of lines when you have more styles. In my case 9. `def change_appearance_mode(new_appearance_mode):
` |
Beta Was this translation helpful? Give feedback.
This soulution works, but its have a lot of lines when you have more styles. In my case 9.
`def change_appearance_mode(new_appearance_mode):
global my_bg_color
customtkinter.set_appearance_mode(new_appearance_mode)