earth.toml 371 B

12345678910111213141516171819202122232425
  1. # Theme metadata
  2. name = "Earth"
  3. # Is theme light or dark?
  4. is_light = true
  5. # Primary
  6. primary = "#707070"
  7. # Menu
  8. menu_primary = "#f6eee9"
  9. menu_text = "#000"
  10. menu_text_active = "#000"
  11. menu_title = "#000"
  12. # Links
  13. link = "#707070"
  14. link_hover = "#000"
  15. link_decoration = "underline"
  16. # Home sections
  17. home_section_odd = "#f9f7f6"
  18. home_section_even = "#ffffff"
  19. font = "rose"