Spaces:
Paused
Paused
Update config.toml
Browse files- config.toml +8 -4
config.toml
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
-
[UI]
|
2 |
-
#
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
[UI.theme.light]
|
2 |
+
background = "#110061"
|
3 |
+
paper = "#FFFFFF"
|
4 |
+
|
5 |
+
[UI.theme.light.primary]
|
6 |
+
main = "#110061"
|
7 |
+
dark = "#180039"
|
8 |
+
light = "#FFE7EB"
|