20 lines
373 B
TOML
20 lines
373 B
TOML
# Theme metadata
|
|
name = "Coffee"
|
|
|
|
# Is theme light or dark?
|
|
light = true
|
|
|
|
# Primary
|
|
primary = "#795548"
|
|
|
|
# Menu
|
|
menu_primary = "#795548"
|
|
menu_text = "rgba(255,255,255,0.6)"
|
|
menu_text_active = "rgba(255,255,255,1)"
|
|
menu_title = "#fff"
|
|
|
|
# Backgrounds
|
|
background = "hsla(16, 24%, 85%, 1)"
|
|
home_section_odd = "hsla(16, 24%, 85%, 1)"
|
|
home_section_even = "hsla(16, 24%, 80%, 1)"
|