S-Dreamer commited on
Commit
bc77e9b
·
verified ·
1 Parent(s): 9ad4afc

Upload config.toml

Browse files
Files changed (1) hide show
  1. config.toml +11 -0
config.toml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ headless = true
3
+ address = "0.0.0.0"
4
+ port = 5000
5
+
6
+ [theme]
7
+ primaryColor = "#FFD21E"
8
+ backgroundColor = "#F7FAFC"
9
+ secondaryBackgroundColor = "#4A5568"
10
+ textColor = "#1A202C"
11
+ font = "Inter"