strawberry.toml 289 B

123456789101112131415161718
  1. # Theme metadata
  2. name = "Strawberry"
  3. # Is theme light or dark?
  4. light = true
  5. # Primary
  6. primary = "#ff3860"
  7. # Menu
  8. menu_primary = "#ff3860"
  9. menu_text = "#fff"
  10. menu_text_active = "rgb(208, 255, 56)"
  11. menu_title = "#fff"
  12. # Home sections
  13. home_section_odd = "#fff"
  14. home_section_even = "#fff"