14 lines
230 B
TOML
14 lines
230 B
TOML
[theme]
|
|
base = "light"
|
|
primaryColor = "#4F46E5"
|
|
backgroundColor = "#F8FAFC"
|
|
secondaryBackgroundColor = "#FFFFFF"
|
|
textColor = "#0F172A"
|
|
font = "sans serif"
|
|
|
|
[client]
|
|
showSidebarNavigation = false
|
|
|
|
[server]
|
|
fileWatcherType = "poll"
|