harpreetsahota commited on
Commit
7b1e8fd
·
1 Parent(s): aeadfac

Create config.toml

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