Spaces:
Running
Running
Set purple theme for buttons
Browse files- .streamlit/config.toml +5 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
primaryColor = "#9B6FCE"
|
| 3 |
+
backgroundColor = "#0A0A1A"
|
| 4 |
+
secondaryBackgroundColor = "#161640"
|
| 5 |
+
textColor = "#B0BCD0"
|