diff options
| author | Kevin Lange <kevin.lange@dakko.us> | 2012-12-21 03:59:38 -0800 | 
|---|---|---|
| committer | Kevin Lange <kevin.lange@dakko.us> | 2012-12-21 03:59:38 -0800 | 
| commit | 3e1afbd2a68e0634c073bc37f7d493421b39f7a2 (patch) | |
| tree | 00c37ed227786829b521553d6b5d005b3c3a1105 | |
| parent | 1652cd3bd12088296c27efba909bdc1b4123ae3c (diff) | |
| download | nyancat-3e1afbd2a68e0634c073bc37f7d493421b39f7a2.tar.gz | |
Better white and black
| -rw-r--r-- | src/nyancat.c | 4 | 
1 files 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 */ | 
