Artin2009 commited on
Commit
930fff2
1 Parent(s): 0019885

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 = "#30C3D9"
7
+ dark = "#007693"
8
+ light = "#A4E3EF"