We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Very nice theme! Unfortunately it doesn't load for me. I'm using this code:
breezePath = scriptPath + r'\Breeze\breeze.tcl' # the following line throws a TCL error: root.tk.call("source", breezePath) # Sunvalley is loading fine: sunValleyPath = scriptPath + r'\Sunvalley\sun-valley.tcl' root.tk.call("source", sunValleyPath) s = ttk.Style() print(s.theme_names()) ttk.Style(root).theme_use('sun-valley-light')
I'm using Python 3.10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Very nice theme! Unfortunately it doesn't load for me. I'm using this code:
I'm using Python 3.10
The text was updated successfully, but these errors were encountered: