18 lines
306 B
TOML
18 lines
306 B
TOML
|
# Theme metadata
|
||
|
name = "Default"
|
||
|
|
||
|
# Is theme light or dark?
|
||
|
light = true
|
||
|
# Primary
|
||
|
primary = "#60aaf3"
|
||
|
|
||
|
# Menu
|
||
|
menu_primary = "#fff"
|
||
|
menu_text = "#8c9eff"
|
||
|
menu_text_active = "#ffb92c"
|
||
|
menu_title = "#2b2b2b"
|
||
|
|
||
|
# Home sections
|
||
|
home_section_odd = "rgb(255, 255, 255)"
|
||
|
home_section_even = "rgb(247, 247, 247)"
|