forest.toml 291 B

12345678910111213141516
  1. # Theme metadata
  2. name = "Forest"
  3. [light]
  4. # Primary
  5. primary = "#4caf50"
  6. # Menu
  7. menu_primary = "#4caf50"
  8. menu_text = "#fff"
  9. menu_text_active = "#1b5e20"
  10. menu_title = "#fff"
  11. # Home sections
  12. home_section_odd = "rgb(255, 255, 255)"
  13. home_section_even = "rgb(247, 247, 247)"