coffee.toml 388 B

123456789101112131415161718192021
  1. # Theme metadata
  2. name = "Coffee"
  3. # Is theme light or dark?
  4. light = true
  5. # Primary
  6. primary = "#795548"
  7. # Menu
  8. menu_primary = "#795548"
  9. menu_text = "rgba(255,255,255,0.6)"
  10. menu_text_active = "rgba(255,255,255,1)"
  11. menu_title = "#fff"
  12. # Backgrounds
  13. background = "hsla(16, 24%, 85%, 1)"
  14. home_section_odd = "hsla(16, 24%, 85%, 1)"
  15. home_section_even = "hsla(16, 24%, 80%, 1)"
  16. font = "rose"