minimal.toml 307 B

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