danicafisher commited on
Commit
4b24bc7
·
verified ·
1 Parent(s): 66cc2d7

Update config.toml

Browse files
Files changed (1) hide show
  1. config.toml +8 -4
config.toml CHANGED
@@ -1,4 +1,8 @@
1
- [UI]
2
- # ...
3
- # This can either be a css file in your `public` dir or a URL
4
- custom_css = '/public/stylesheet.css'
 
 
 
 
 
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"