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
.add_defaults()
From https://forum.posit.co/t/compileerror-when-trying-to-customize-a-shiny-theme/189700/6
It'd be reasonable for us to watch for key color values being changed via .add_defaults() to update the .colors property.
.colors
from shinyswatch.theme import minty as shiny_theme shiny_theme = shiny_theme.add_defaults( primary="#aa00ff", secondary="#bfff00", ) print(shiny_theme.colors.primary) # NOT "#aa00ff"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From https://forum.posit.co/t/compileerror-when-trying-to-customize-a-shiny-theme/189700/6
It'd be reasonable for us to watch for key color values being changed via
.add_defaults()
to update the.colors
property.The text was updated successfully, but these errors were encountered: