19 lines
317 B
TOML
19 lines
317 B
TOML
# Theme metadata
|
|
name = "Rose"
|
|
|
|
# Is theme light or dark?
|
|
light = true
|
|
|
|
# Primary
|
|
primary = "rgb(251, 191, 183)"
|
|
|
|
# Menu
|
|
menu_primary = "rgb(247, 247, 247)"
|
|
menu_text = "#000"
|
|
menu_text_active = "rgb(25, 25, 25)"
|
|
menu_title = "#000"
|
|
|
|
# Home sections
|
|
home_section_odd = "#FFF"
|
|
home_section_even = "rgb(234, 242, 250)"
|