Spaces:
Running
Running
Update config.toml
Browse files- config.toml +2 -2
config.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[theme]
|
2 |
-
base = "dark"
|
3 |
-
primaryColor = "#F39C12"
|
4 |
backgroundColor = "#1E1E1E"
|
5 |
secondaryBackgroundColor = "#262626"
|
6 |
textColor = "#FFFFFF"
|
|
|
1 |
[theme]
|
2 |
+
base = "dark" # Enables dark mode
|
3 |
+
primaryColor = "#F39C12"
|
4 |
backgroundColor = "#1E1E1E"
|
5 |
secondaryBackgroundColor = "#262626"
|
6 |
textColor = "#FFFFFF"
|