wrong color

This commit is contained in:
Andrew Pamment 2017-03-31 10:44:24 +10:00
parent 09040fdf5c
commit 68c25484fb

2
deps/aha/aha.c vendored
View File

@ -291,7 +291,7 @@ char * aha(char *input)
if (bo) {
append_output(&output, "color:aqua;", &size, &outat);
} else {
append_output(&output, "color:#FFFF00;", &size, &outat);
append_output(&output, "color:#008888;", &size, &outat);
}
break; //Cyan
case 7: