20 lines
301 B
TOML
20 lines
301 B
TOML
# Theme metadata
|
|
name = "1950s"
|
|
|
|
# Is theme light or dark?
|
|
light = true
|
|
|
|
# Primary
|
|
primary = "#EF525B"
|
|
|
|
# Menu
|
|
menu_primary = "#24C2CB"
|
|
menu_text = "#fff"
|
|
menu_text_active = "#00828B"
|
|
menu_title = "#fff"
|
|
|
|
# Backgrounds
|
|
background = "#EAE7D6"
|
|
home_section_odd = "#EAE7D6"
|
|
home_section_even = "#EAE7D6"
|