7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2025-02-16 21:49:31 +00:00
web-ansol.org/themes/academic/data/themes/dark.toml
2020-06-11 12:46:16 +01:00

19 lines
358 B
TOML

# Theme metadata
name = "Dark"
# Is theme light or dark?
light = false
# Primary
primary = "hsl(339, 90%, 68%)"
# Menu
menu_primary = "rgb(20, 22, 34)"
menu_text = "rgba(255,255,255,0.6)"
menu_text_active = "rgba(255,255,255,1)"
menu_title = "#fff"
# Home sections
home_section_odd = "hsla(231, 15%, 18%, 1)"
home_section_even = "hsla(231, 15%, 16%, 1)"