From 68c25484fb64bb79c56575e09b786bb0f5058c7a Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Fri, 31 Mar 2017 10:44:24 +1000 Subject: [PATCH] wrong color --- deps/aha/aha.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/aha/aha.c b/deps/aha/aha.c index 6fc4194..c99e39c 100644 --- a/deps/aha/aha.c +++ b/deps/aha/aha.c @@ -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: