KilgorePennington commited on
Commit
9b9f634
·
verified ·
1 Parent(s): f744405

Create config.toml

Browse files
Files changed (1) hide show
  1. src/config.toml +9 -0
src/config.toml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ [theme]
2
+ primaryColor = "#FF6B6B"
3
+ backgroundColor = "#FFFFFF"
4
+ secondaryBackgroundColor = "#F0F2F6"
5
+ textColor = "#262730"
6
+
7
+ [server]
8
+ headless = true
9
+ port = 7860