1234567891011121314151617181920 |
- # Theme metadata
- name = "Cupcake"
- # Is theme light or dark?
- light = true
- # Primary
- primary = "#EC407A"
- primary_light = "#F793B5"
- primary_dark = "#CD0045"
- # Menu
- menu_primary = "#BE37C7"
- menu_text = "#FFB298"
- menu_text_active = "#fff"
- menu_title = "#FFB298"
- # Home sections
- home_section_odd = "#FFB298"
- home_section_even = "#FFB298"
|