cupcake.toml 336 B

1234567891011121314151617181920
  1. # Theme metadata
  2. name = "Cupcake"
  3. # Is theme light or dark?
  4. light = true
  5. # Primary
  6. primary = "#EC407A"
  7. primary_light = "#F793B5"
  8. primary_dark = "#CD0045"
  9. # Menu
  10. menu_primary = "#BE37C7"
  11. menu_text = "#FFB298"
  12. menu_text_active = "#fff"
  13. menu_title = "#FFB298"
  14. # Home sections
  15. home_section_odd = "#FFB298"
  16. home_section_even = "#FFB298"