mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2025-01-27 12:22:59 +00:00
19 lines
355 B
TOML
19 lines
355 B
TOML
# Theme metadata
|
|
name = "Mr Robot"
|
|
|
|
# Is theme light or dark?
|
|
light = false
|
|
|
|
# Primary
|
|
primary = "rgb(0, 136, 204)"
|
|
|
|
# Menu
|
|
menu_primary = "rgb(33, 37, 41)"
|
|
menu_text = "rgb(0, 136, 204)"
|
|
menu_text_active = "rgba(255,255,255,1)"
|
|
menu_title = "rgb(153, 153, 153)"
|
|
|
|
# Home sections
|
|
home_section_odd = "rgb(29, 33, 39)"
|
|
home_section_even = "rgb(29, 33, 39)"
|