Spaces:
Sleeping
Sleeping
Upload config.toml
Browse files- .streamlit/config.toml +20 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
base = "dark"
|
3 |
+
primaryColor = "#FF9933" # Orange (accent color)
|
4 |
+
backgroundColor = "#262730" # Dark gray
|
5 |
+
secondaryBackgroundColor = "#373A40" # Even darker gray
|
6 |
+
textColor = "#FFFFFF" # White
|
7 |
+
|
8 |
+
# Additional customization for a professional look
|
9 |
+
font = "sans serif"
|
10 |
+
|
11 |
+
# Header customization
|
12 |
+
[header]
|
13 |
+
backgroundColor = "#373A40" # Match secondary background
|
14 |
+
textColor = "#FF9933" # Orange
|
15 |
+
|
16 |
+
# Sidebar customization
|
17 |
+
[sidebar]
|
18 |
+
backgroundColor = "#262730" # Match primary background
|
19 |
+
textColor = "#FFFFFF" # White
|
20 |
+
titleColor = "#FF9933" # Orange
|