Spaces:
Runtime error
Runtime error
Update config.toml
Browse files- config.toml +5 -5
config.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[theme]
|
2 |
-
primaryColor = "#
|
3 |
-
backgroundColor = "#
|
4 |
-
secondaryBackgroundColor = "#
|
5 |
-
textColor = "#
|
6 |
-
font = "sans serif" #
|
|
|
1 |
[theme]
|
2 |
+
primaryColor = "#1E88E5" # Blue for primary actions
|
3 |
+
backgroundColor = "#121212" # Dark background color
|
4 |
+
secondaryBackgroundColor = "#1E1E1E" # Slightly lighter dark for sidebar
|
5 |
+
textColor = "#E0E0E0" # Light gray text for readability
|
6 |
+
font = "sans serif" # Clean sans-serif font
|