custom.toml 469 B

12345678910111213141516171819202122
  1. # Theme metadata
  2. name = "Starter Blog"
  3. [light]
  4. # Primary
  5. primary = "#2962ff"
  6. # Menu
  7. menu_primary = "rgb(247, 250, 252)"
  8. menu_text = "#34495e"
  9. menu_text_active = "#2962ff"
  10. menu_title = "#2b2b2b"
  11. # Home sections
  12. home_section_odd = "rgb(247, 250, 252)"
  13. home_section_even = "rgb(247, 250, 252)"
  14. [dark]
  15. background = "rgb(26, 32, 44)"
  16. home_section_odd = "rgb(26, 32, 44)"
  17. home_section_even = "rgb(26, 32, 44)"
  18. menu_primary = "rgb(26, 32, 44)"