rose.toml 317 B

123456789101112131415161718
  1. # Theme metadata
  2. name = "Rose"
  3. # Is theme light or dark?
  4. light = true
  5. # Primary
  6. primary = "rgb(251, 191, 183)"
  7. # Menu
  8. menu_primary = "rgb(247, 247, 247)"
  9. menu_text = "#000"
  10. menu_text_active = "rgb(25, 25, 25)"
  11. menu_title = "#000"
  12. # Home sections
  13. home_section_odd = "#FFF"
  14. home_section_even = "rgb(234, 242, 250)"