earth.toml 349 B

123456789101112131415161718192021
  1. # Theme metadata
  2. name = "Earth"
  3. [light]
  4. # Primary
  5. primary = "#707070"
  6. # Menu
  7. menu_primary = "#f6eee9"
  8. menu_text = "#000"
  9. menu_text_active = "#000"
  10. menu_title = "#000"
  11. # Links
  12. link = "#707070"
  13. link_hover = "#000"
  14. link_decoration = "underline"
  15. # Home sections
  16. home_section_odd = "#f9f7f6"
  17. home_section_even = "#ffffff"