Spaces:
Sleeping
Sleeping
Commit
·
3d1e4e3
1
Parent(s):
495664e
Update config.toml
Browse files- config.toml +5 -17
config.toml
CHANGED
@@ -1,18 +1,6 @@
|
|
1 |
[theme]
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
backgroundColor = '#273346'
|
8 |
-
|
9 |
-
# Background color for sidebar and most interactive widgets
|
10 |
-
secondaryBackgroundColor = '#B9F1C0'
|
11 |
-
|
12 |
-
# Color used for almost all text
|
13 |
-
textColor = '#FFFFFF'
|
14 |
-
|
15 |
-
# Font family for all text in the app, except code blocks
|
16 |
-
# Accepted values (serif | sans serif | monospace)
|
17 |
-
# Default: "sans serif"
|
18 |
-
font = "sans serif"
|
|
|
1 |
[theme]
|
2 |
+
primaryColor = "#E694FF"
|
3 |
+
backgroundColor = "#00172B"
|
4 |
+
secondaryBackgroundColor = "#0083B8"
|
5 |
+
textColor = "#C6CDD4"
|
6 |
+
font = "sans-serif"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|