default.toml 358 B

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