From 50a3208aa005a439d5cea806540228e33b42c172 Mon Sep 17 00:00:00 2001 From: Marios Andreopoulos Date: Tue, 19 Feb 2013 00:52:17 +0200 Subject: [PATCH] some comments about the colors --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index ccc9715..2e6a0f6 100644 --- a/main.c +++ b/main.c @@ -78,8 +78,8 @@ int main(int argc,char** argv) 0 1 0 green 0x3 0 1 1 aqua 0x4 1 0 1 purple 0x5 - 1 1 0 yellow 0x6 - 1 1 1 white 0x7 + 1 1 0 yellow 0x6 (more of a mustard - green color) + 1 1 1 white 0x7 (a very blue-ish white) */ if ( strcmp(argv[1],"blue") == 0 ) {