19 lines
289 B
TOML
19 lines
289 B
TOML
|
# Theme metadata
|
||
|
name = "Strawberry"
|
||
|
|
||
|
# Is theme light or dark?
|
||
|
light = true
|
||
|
|
||
|
# Primary
|
||
|
primary = "#ff3860"
|
||
|
|
||
|
# Menu
|
||
|
menu_primary = "#ff3860"
|
||
|
menu_text = "#fff"
|
||
|
menu_text_active = "rgb(208, 255, 56)"
|
||
|
menu_title = "#fff"
|
||
|
|
||
|
# Home sections
|
||
|
home_section_odd = "#fff"
|
||
|
home_section_even = "#fff"
|