Skip to content

Instantly share code, notes, and snippets.

@janduplessis883
Created January 30, 2026 18:28
Show Gist options
  • Select an option

  • Save janduplessis883/fc84740f355427b11de6843e0079dc60 to your computer and use it in GitHub Desktop.

Select an option

Save janduplessis883/fc84740f355427b11de6843e0079dc60 to your computer and use it in GitHub Desktop.
Streamlit Full Theme Code
# Apple-inspired Streamlit Theme
# Uses Inter (similar to SF Pro) and JetBrains Mono for code
# Apple's design language: clean, minimalist, elegant with generous white space
[theme]
primaryColor = "#0071e3"
backgroundColor = "#ffffff"
secondaryBackgroundColor = "#f5f5f7"
codeBackgroundColor = "#fbfbfd"
textColor = "#1d1d1f"
linkColor = "#0066cc"
borderColor = "#d2d2d7"
showWidgetBorder = true
showSidebarBorder = true
baseRadius = "12px"
buttonRadius = "12px"
font = "Inter:https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
codeFont = "'JetBrains Mono':https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap"
codeFontSize = "0.85rem"
baseFontSize = 17
baseFontWeight = 400
headingFontSizes = ["48px", "32px", "24px", "20px", "17px", "14px"]
headingFontWeights = [600, 600, 600, 600, 600, 600]
chartCategoricalColors = ["#0071e3", "#34c759", "#ff9500", "#ff3b30", "#5856d6", "#af52de", "#00c7be"]
[theme.sidebar]
backgroundColor = "#f5f5f7"
secondaryBackgroundColor = "#ebebed"
codeBackgroundColor = "#f5f5f7"
borderColor = "#d2d2d7"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment