Spaces:
Runtime error
Runtime error
Upload config.toml
Browse files- config.toml +6 -6
config.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
[theme]
|
2 |
-
primaryColor = "#
|
3 |
-
backgroundColor = "#
|
4 |
-
secondaryBackgroundColor = "#
|
5 |
-
textColor = "#
|
6 |
-
font = "
|
|
|
1 |
+
[theme]
|
2 |
+
primaryColor = "#FF4B4B" # Change to your preferred color
|
3 |
+
backgroundColor = "#0E1117" # Dark background
|
4 |
+
secondaryBackgroundColor = "#262730" # Secondary background
|
5 |
+
textColor = "#FAFAFA" # Text color
|
6 |
+
font = "sans serif" # You can also specify 'serif', 'monospace'
|