coffee.toml 424 B

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