From 3e1afbd2a68e0634c073bc37f7d493421b39f7a2 Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Fri, 21 Dec 2012 03:59:38 -0800 Subject: Better white and black --- src/nyancat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nyancat.c b/src/nyancat.c index 02965a5..759b9bf 100644 --- a/src/nyancat.c +++ b/src/nyancat.c @@ -587,8 +587,8 @@ int main(int argc, char ** argv) { switch (ttype) { case 1: colors[','] = "\033[48;5;17m"; /* Blue background */ - colors['.'] = "\033[48;5;255m"; /* White stars */ - colors['\''] = "\033[48;5;232m"; /* Black border */ + colors['.'] = "\033[48;5;231m"; /* White stars */ + colors['\''] = "\033[48;5;16m"; /* Black border */ colors['@'] = "\033[48;5;230m"; /* Tan poptart */ colors['$'] = "\033[48;5;175m"; /* Pink poptart */ colors['-'] = "\033[48;5;162m"; /* Red poptart */ -- cgit v1.2.3