dark.toml 358 B

123456789101112131415161718
  1. # Theme metadata
  2. name = "Dark"
  3. # Is theme light or dark?
  4. light = false
  5. # Primary
  6. primary = "hsl(339, 90%, 68%)"
  7. # Menu
  8. menu_primary = "rgb(20, 22, 34)"
  9. menu_text = "rgba(255,255,255,0.6)"
  10. menu_text_active = "rgba(255,255,255,1)"
  11. menu_title = "#fff"
  12. # Home sections
  13. home_section_odd = "hsla(231, 15%, 18%, 1)"
  14. home_section_even = "hsla(231, 15%, 16%, 1)"