dark.toml 344 B

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