15 lines
318 B
TOML
15 lines
318 B
TOML
[theme]
|
|
# Color primario — verde TIP (botones, checkboxes, sliders, links activos)
|
|
primaryColor = "#27500A"
|
|
|
|
# Fondo de la app
|
|
backgroundColor = "#0e1117"
|
|
|
|
# Fondo de inputs, sidebars, expanders
|
|
secondaryBackgroundColor = "#1a1a1a"
|
|
|
|
# Color del texto principal
|
|
textColor = "#fafafa"
|
|
|
|
# Fuente
|
|
font = "sans serif" |