71803418e5
Shelly device management app with mDNS/subnet discovery, inventory, configuration, and mass operations for Gen1/Gen2+ devices. Includes .gitignore excluding runtime data (device DB, user config), AI conversation history, build artifacts, and common Python/OS patterns.
36 lines
1.1 KiB
TOML
36 lines
1.1 KiB
TOML
# Stripe Theme for Streamlit
|
|
# Polished, professional, modern with signature purple/indigo gradients
|
|
[theme]
|
|
primaryColor = "#635bff"
|
|
backgroundColor = "#ffffff"
|
|
secondaryBackgroundColor = "#f6f9fc"
|
|
codeBackgroundColor = "#f7f9fc"
|
|
textColor = "#425466"
|
|
linkColor = "#635bff"
|
|
borderColor = "#e3e8ee"
|
|
showWidgetBorder = true
|
|
showSidebarBorder = true
|
|
baseRadius = "8px"
|
|
buttonRadius = "8px"
|
|
font = "Inter:https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
|
|
codeFont = "'Source Code Pro':https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;500&display=swap"
|
|
codeFontSize = "0.85rem"
|
|
codeTextColor = "#425466"
|
|
baseFontSize = 15
|
|
baseFontWeight = 400
|
|
headingFontSizes = ["40px", "32px", "24px", "20px", "16px", "14px"]
|
|
headingFontWeights = [600, 600, 600, 600, 600, 600]
|
|
linkUnderline = false
|
|
chartCategoricalColors = ["#635bff", "#00d4ff", "#0a2540", "#adbdcc", "#80e9ff", "#7a73ff", "#425466"]
|
|
|
|
# Stripe color palette
|
|
violetColor = "#635bff"
|
|
blueColor = "#00d4ff"
|
|
grayColor = "#adbdcc"
|
|
|
|
[theme.sidebar]
|
|
backgroundColor = "#f6f9fc"
|
|
secondaryBackgroundColor = "#ebeef1"
|
|
codeBackgroundColor = "#ebeef1"
|
|
borderColor = "#e3e8ee"
|