
// Default color scheme
// @type: reference
// ===================================

// $myTheme: (
// 	grey: 		( class: "grey", 		color: #666, 	text: #fff, lod: true ),
// 	light: 		( class: "light", 		color: #CCC, 	text: #666, lod: false ),
// 	primary: 	( class: "primary", 	color: #FFC900, text: #666, lod: false ),
// 	secondary: 	( class: "secondary", 	color: #F60, 	text: #FFF, lod: true ),
// 	red: 		( class: "red", 		color: #F60, 	text: #FFF, lod: true ),
// 	orange: 	( class: "orange", 		color: #F90, 	text: #FFF, lod: true )
// );
