Use colors in console display

Property definitions

github $ LoaderConfig :: no_colors
	# Use colors in console display
	fun no_colors: Bool do
		if opt_no_colors.value then return true
		return ini["loader.no_colors"] == "true"
	end
lib/github/loader.nit:126,2--130,4