Back to Streamlit

Streamlit theme templates

lib/streamlit/.agents/skills/developing-with-streamlit/assets/templates/themes/README.md

1.58.1.dev202606011.3 KB
Original Source

Streamlit theme templates

Ready-to-use theme configs. Each file in configs/ is a complete [theme] block — paste into your app's .streamlit/config.toml.

Available themes

ThemeBasePrimary colorFonts
draculaDark#BD93F9 (purple)Fira Sans, JetBrains Mono
financial-dashboardDark#60A5FA (blue)Inter, JetBrains Mono
fluentLight#0078D4 (blue)Segoe UI, Cascadia Code
jupyterLight#F37626 (orange)Source Sans 3, Source Code Pro
material-uiLight#6750A4 (violet)Roboto, Roboto Mono
minimalDark#6366F1 (indigo)Inter, JetBrains Mono
nordDark#88C0D0 (frost blue)Inter, JetBrains Mono
one-dark-proDark#61AFEF (blue)IBM Plex Sans, JetBrains Mono
shadcnLight#18181B (zinc)Inter, JetBrains Mono
solarized-lightLight#268BD2 (blue)Source Sans 3, Source Code Pro
ubuntuLight#E95420 (orange)Ubuntu, Ubuntu Mono
vscodeDark#0078D4 (blue)Segoe UI, Fira Code

All themes load Google Fonts via the font = "<family>:<stylesheet_url>" syntax — no local font files required.

See references/theme.md for the full theming guide.