123456789101112131415161718 |
- # Theme metadata
- name = "Minimal"
- # Is theme light or dark?
- light = true
- # Primary
- primary = "#2962ff"
- # Menu
- menu_primary = "#fff"
- menu_text = "#34495e"
- menu_text_active = "#2962ff"
- menu_title = "#2b2b2b"
- # Home sections
- home_section_odd = "rgb(255, 255, 255)"
- home_section_even = "rgb(247, 247, 247)"
|