How do I use the built-in themes? #1352
hoffstadt
announced in
Frequently Asked Questions (FAQ)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Answer
The built-in themes from previous Dear PyGui versions have moved to dearpygui_ext in the themes module. To use them, just install dearpygui_ext (use
pip install dearpygui_ext). Next, call thecreate_theme_<theme name>function to create the theme. Finally, just bind the theme globally or to whatever items you'd like.Example
Resources
Beta Was this translation helpful? Give feedback.
All reactions