https://github.com/jrieke/streamlit-theme-generator
👩🎨️ Generate beautiful color themes for Streamlit, powered by colormind.io
https://github.com/jrieke/streamlit-theme-generator
streamlit streamlit-webapp theme theme-development ui
Last synced: 11 months ago
JSON representation
👩🎨️ Generate beautiful color themes for Streamlit, powered by colormind.io
- Host: GitHub
- URL: https://github.com/jrieke/streamlit-theme-generator
- Owner: jrieke
- License: mit
- Created: 2021-03-25T20:21:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-01T23:56:24.000Z (over 4 years ago)
- Last Synced: 2025-05-06T22:12:49.701Z (11 months ago)
- Topics: streamlit, streamlit-webapp, theme, theme-development, ui
- Language: Jupyter Notebook
- Homepage: https://share.streamlit.io/jrieke/streamlit-theme-generator/main
- Size: 15.3 MB
- Stars: 16
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Streamlit Theme Generator 👩🎨️
[](https://share.streamlit.io/jrieke/streamlit-theme-generator/main)
**Generate beautiful color themes for Streamlit, powered by [colormind.io](http://colormind.io/bootstrap/).**
[Theming in Streamlit](https://blog.streamlit.io/introducing-theming/) is awesome but
it can be hard to find colors that match. This Streamlit app generates beautiful color
palettes through [colormind.io](http://colormind.io/bootstrap/)
and applies them live to its own theme. Just generate new themes until you
find one you like and copy it to your own app!
---
🌈 Start coloring 🌈
---
## Development
**These steps are only required to work on the app.**
Install with:
```bash
git clone https://github.com/jrieke/streamlit-theme-generator.git
cd streamlit-theme-generator
pipenv install # or: pip install -r requirements.txt
```
And then start the Streamlit server with:
```bash
streamlit run streamlit_app.py
```
## TODO
PRs are welcome! Please open an issue before you start working to coordinate.
TBA
