Y4SH commited on
Commit
a0afdce
·
verified ·
1 Parent(s): bb6e5b9

Upload config.toml

Browse files
Files changed (1) hide show
  1. config.toml +6 -6
config.toml CHANGED
@@ -1,6 +1,6 @@
1
- [theme]
2
- primaryColor = "#1E88E5" # Blue for primary actions
3
- backgroundColor = "#121212" # Dark background color
4
- secondaryBackgroundColor = "#1E1E1E" # Slightly lighter dark for sidebar
5
- textColor = "#E0E0E0" # Light gray text for readability
6
- font = "monospace" # Clean sans-serif font
 
1
+ [theme]
2
+ primaryColor = "#FF4B4B" # Change to your preferred color
3
+ backgroundColor = "#0E1117" # Dark background
4
+ secondaryBackgroundColor = "#262730" # Secondary background
5
+ textColor = "#FAFAFA" # Text color
6
+ font = "sans serif" # You can also specify 'serif', 'monospace'