Y4SH commited on
Commit
026749c
·
verified ·
1 Parent(s): 2777800

Create config.toml

Browse files
Files changed (1) hide show
  1. config.toml +6 -0
config.toml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [theme]
2
+ primaryColor = "#FF4B4B" # Change this to your preferred color
3
+ backgroundColor = "#FFFFFF" # Set the background color
4
+ secondaryBackgroundColor = "#F0F0F0" # Color for the sidebar
5
+ textColor = "#000000" # Text color
6
+ font = "sans serif" # Choose from 'sans serif', 'serif', or 'monospace'