.dark {

	@background: black;
	@color: blue;
	//@import "light";

	background: @background;
	color: @color;

}
