| 1234567891011121314151617181920 | 
							- # Theme metadata
 
- name = "Forest"
 
- # Is theme light or dark?
 
- light = true
 
- # Primary
 
- primary = "#4caf50"
 
- primary_light = "#80e27e"
 
- primary_dark = "#087f23"
 
- # Menu
 
- menu_primary = "#4caf50"
 
- menu_text = "#fff"
 
- menu_text_active = "#1b5e20"
 
- menu_title = "#fff"
 
- # Home sections
 
- home_section_odd = "rgb(255, 255, 255)"
 
- home_section_even = "rgb(247, 247, 247)"
 
 
  |