streamlit / docs

Source code for the Streamlit Python library documentation
https://docs.streamlit.io
Apache License 2.0
117 stars 471 forks source link

Fix theming colors #1103

Closed jrieke closed 4 months ago

jrieke commented 4 months ago

📚 Context

The theming docs still use our old primary color from a few years ago, this PR fixes that.

🧠 Description of Changes

Revised:

Insert screenshot of your updated UI/code here

Current:

Insert screenshot of existing UI/code here

💥 Impact

Size:

🌐 References

Contribution License Agreement

By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.

sfc-gh-dmatthews commented 4 months ago

@jrieke I cherry-picked the image update into a larger PR of fixes where I already updated the the text of the default color config (including text color). If you want to give that a review, I can merge it:

1083