Better white and black

This commit is contained in:
Kevin Lange 2012-12-21 03:59:38 -08:00
parent 1652cd3bd1
commit 3e1afbd2a6
1 changed files with 2 additions and 2 deletions

View File

@ -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 */