Spaces:
Runtime error
Runtime error
huntingcarlisle
commited on
Commit
•
4bab302
1
Parent(s):
31379ae
Create .streamlit/config.toml
Browse files- .streamlit/config.toml +7 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
base="light"
|
3 |
+
primaryColor="#FF9900" # AWS orange for primary actions
|
4 |
+
backgroundColor="#232f3e" # Dark background
|
5 |
+
secondaryBackgroundColor="#1f1f1f" # Slightly lighter background for secondary elements
|
6 |
+
textColor="#FFFFFF" # White text for readability
|
7 |
+
font="sans serif"
|