/* Styles for exporting programs out of Kate as html */

.comment {
	color:#898887;
}

.TODO {
	color:#ca9219;
	background:#451e1a;
}

.statement {
	color:#ff5500;
}

.quote {
	color:#bf0303;
}

.pythonVar {
	color:#3daee9;
}

.constant {
	color:#0057ae;
}

.function {
	color:#644a9b;
}

.value {
	color:#b08000;
}

.specialChar {
	color:#924c9d;
}

.quoteMark {
	color:#008000;
}

.argument {
	color:#c00000;
}

.regex {
	color:#ff6c6c;
}
