ocean.toml 346 B

123456789101112131415161718
  1. # Theme metadata
  2. name = "Ocean"
  3. # Is theme light or dark?
  4. light = true
  5. # Primary
  6. primary = "#3f51b5"
  7. # Menu
  8. menu_primary = "#3f51b5" # Material 500
  9. menu_text = "#fff"
  10. menu_text_active = "#ffeb3b" # Material Complemantary 500
  11. menu_title = "#fff"
  12. # Home sections
  13. home_section_odd = "rgb(255, 255, 255)"
  14. home_section_even = "rgb(247, 247, 247)"