Spaces:
Running
Running
Commit
·
720a432
1
Parent(s):
93d383b
fix: use dark theme
Browse files- .streamlit/config.toml +3 -3
.streamlit/config.toml
CHANGED
|
@@ -3,13 +3,13 @@
|
|
| 3 |
primaryColor = '#0091D5'
|
| 4 |
|
| 5 |
# Background color for the main content area
|
| 6 |
-
backgroundColor = '#
|
| 7 |
|
| 8 |
# Background color for sidebar and most interactive widgets
|
| 9 |
-
secondaryBackgroundColor = '#
|
| 10 |
|
| 11 |
# Color used for almost all text
|
| 12 |
-
textColor = '#
|
| 13 |
|
| 14 |
# Font family for all text in the app, except code blocks
|
| 15 |
# Accepted values (serif | sans serif | monospace)
|
|
|
|
| 3 |
primaryColor = '#0091D5'
|
| 4 |
|
| 5 |
# Background color for the main content area
|
| 6 |
+
backgroundColor = '#1E1E1E'
|
| 7 |
|
| 8 |
# Background color for sidebar and most interactive widgets
|
| 9 |
+
secondaryBackgroundColor = '#2D2D2D'
|
| 10 |
|
| 11 |
# Color used for almost all text
|
| 12 |
+
textColor = '#FFFFFF'
|
| 13 |
|
| 14 |
# Font family for all text in the app, except code blocks
|
| 15 |
# Accepted values (serif | sans serif | monospace)
|