Spaces:
Runtime error
Runtime error
Create config.toml
Browse files- config.toml +6 -0
config.toml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
primaryColor = "#FF4B4B" # Change this to your preferred color
|
3 |
+
backgroundColor = "#FFFFFF" # Set the background color
|
4 |
+
secondaryBackgroundColor = "#F0F0F0" # Color for the sidebar
|
5 |
+
textColor = "#000000" # Text color
|
6 |
+
font = "sans serif" # Choose from 'sans serif', 'serif', or 'monospace'
|