Streamlit Theme

https://img.shields.io/pypi/v/streamlit-theme.svg https://img.shields.io/travis/samdobson/streamlit-theme.svg Documentation Status Updates

Easy customisation of Streamlit look and feel.

$ pip install streamlit-theme
import streamlit as st
import streamlit_theme as stt

stt.set_theme({'primary': '#1b3388'})
st.title('My themed app')

Styling will not be applied to the React components (sliders, checkboxes etc.). See Issue #2

Dcoumentation: https://streamlit-theme.readthedocs.io