Join the dark sideBe the first to know about new products, special releases, and much more.
7,449 people enjoy it!Subscribe to the RSS Feed.
If you are a git user, you can install the theme and keep up to date by cloning the repo:
git clone https://github.com/dracula/streamlit.git
Download using the GitHub .zip download option and unzip them.
Streamlit's team has created a short video on custom theming here. For this guide, we'll apply the theme to the global config file:
config.toml
file
~/.streamlit/config.toml
%userprofile%/.streamlit/config.toml
src/config.toml
into the directory .streamlit
. If this file does exist, copy the contents of src/config.toml
into the existing file and save