Spaces:
Sleeping
Sleeping
Upload config.toml
Browse files- src/config.toml +17 -0
src/config.toml
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
# Button and radio color
|
| 3 |
+
primaryColor = "#85C1E9"
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
# Page background color
|
| 7 |
+
backgroundColor = "#F0F2F6"
|
| 8 |
+
|
| 9 |
+
# Sidebar color
|
| 10 |
+
secondaryBackgroundColor = "#D5DBDB"
|
| 11 |
+
|
| 12 |
+
#font color (black)
|
| 13 |
+
textColor = "#1B1B1B"
|
| 14 |
+
|
| 15 |
+
# Font type
|
| 16 |
+
font = "sans serif"
|
| 17 |
+
|