coffee.toml 363 B

1234567891011121314151617
  1. # Theme metadata
  2. name = "Coffee"
  3. [light]
  4. # Primary
  5. primary = "#795548"
  6. # Menu
  7. menu_primary = "#795548"
  8. menu_text = "rgba(255,255,255,0.6)"
  9. menu_text_active = "rgba(255,255,255,1)"
  10. menu_title = "#fff"
  11. # Backgrounds
  12. background = "hsla(16, 24%, 85%, 1)"
  13. home_section_odd = "hsla(16, 24%, 85%, 1)"
  14. home_section_even = "hsla(16, 24%, 80%, 1)"