shoshana-levitt commited on
Commit
bbc615e
1 Parent(s): ff00daf

add to dark theme

Browse files
Files changed (1) hide show
  1. config.toml +8 -0
config.toml CHANGED
@@ -1,2 +1,10 @@
1
  [UI.theme]
2
  default = "dark"
 
 
 
 
 
 
 
 
 
1
  [UI.theme]
2
  default = "dark"
3
+ [UI.theme.dark]
4
+ background = "#FAFAFA"
5
+ paper = "#FFFFFF"
6
+
7
+ [UI.theme.dark.primary]
8
+ main = "#A80061"
9
+ dark = "#380039"
10
+ light = "#FFE7EB"