ocean.toml 366 B

1234567891011121314151617181920
  1. # Theme metadata
  2. name = "Ocean"
  3. # Is theme light or dark?
  4. light = true
  5. # Primary
  6. primary = "#3f51b5"
  7. primary_light = "#757de8"
  8. primary_dark = "#002984"
  9. # Menu
  10. menu_primary = "#3f51b5" # 500
  11. menu_text = "#fff"
  12. menu_text_active = "#8c9eff" # A100
  13. menu_title = "#fff"
  14. # Home sections
  15. home_section_odd = "rgb(255, 255, 255)"
  16. home_section_even = "rgb(247, 247, 247)"