aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Lange <kevin.lange@dakko.us>2012-12-21 03:50:38 -0800
committerKevin Lange <kevin.lange@dakko.us>2012-12-21 03:50:38 -0800
commit1652cd3bd12088296c27efba909bdc1b4123ae3c (patch)
tree3529d3e99cfb6013bd18b1d7f3dbe9dd76df0dd2
parente948abcb64adf60faa0c9ae095fdd85d0dfab7ce (diff)
downloadnyancat-1652cd3bd12088296c27efba909bdc1b4123ae3c.tar.gz
For the morons using solarized
-rw-r--r--src/nyancat.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/nyancat.c b/src/nyancat.c
index 6ab0403..02965a5 100644
--- a/src/nyancat.c
+++ b/src/nyancat.c
@@ -587,18 +587,18 @@ int main(int argc, char ** argv) {
switch (ttype) {
case 1:
colors[','] = "\033[48;5;17m"; /* Blue background */
- colors['.'] = "\033[48;5;15m"; /* White stars */
- colors['\''] = "\033[48;5;0m"; /* Black border */
+ colors['.'] = "\033[48;5;255m"; /* White stars */
+ colors['\''] = "\033[48;5;232m"; /* Black border */
colors['@'] = "\033[48;5;230m"; /* Tan poptart */
colors['$'] = "\033[48;5;175m"; /* Pink poptart */
colors['-'] = "\033[48;5;162m"; /* Red poptart */
- colors['>'] = "\033[48;5;9m"; /* Red rainbow */
- colors['&'] = "\033[48;5;202m"; /* Orange rainbow */
- colors['+'] = "\033[48;5;11m"; /* Yellow Rainbow */
- colors['#'] = "\033[48;5;10m"; /* Green rainbow */
+ colors['>'] = "\033[48;5;196m"; /* Red rainbow */
+ colors['&'] = "\033[48;5;214m"; /* Orange rainbow */
+ colors['+'] = "\033[48;5;226m"; /* Yellow Rainbow */
+ colors['#'] = "\033[48;5;118m"; /* Green rainbow */
colors['='] = "\033[48;5;33m"; /* Light blue rainbow */
colors[';'] = "\033[48;5;19m"; /* Dark blue rainbow */
- colors['*'] = "\033[48;5;8m"; /* Gray cat face */
+ colors['*'] = "\033[48;5;240m"; /* Gray cat face */
colors['%'] = "\033[48;5;175m"; /* Pink cheeks */
break;
case 2: