Restore updated VT220 palette

This commit is contained in:
Kevin Lange 2011-12-03 19:27:36 -06:00
parent 8f120c4db3
commit c556b4ec19
1 changed files with 4 additions and 4 deletions

View File

@ -291,9 +291,9 @@ ready:
output = "\333\333";
break;
case 6:
colors[','] = " "; /* Blue background */
colors['.'] = "**"; /* White stars */
colors['\''] = "##"; /* Black border */
colors[','] = "::"; /* Blue background */
colors['.'] = "@@"; /* White stars */
colors['\''] = " "; /* Black border */
colors['@'] = "##"; /* Tan poptart */
colors['$'] = "??"; /* Pink poptart */
colors['-'] = "<>"; /* Red poptart */
@ -303,7 +303,7 @@ ready:
colors['#'] = "++"; /* Green rainbow */
colors['='] = "~~"; /* Light blue rainbow */
colors[';'] = "$$"; /* Dark blue rainbow */
colors['*'] = " "; /* Gray cat face */
colors['*'] = ";;"; /* Gray cat face */
colors['%'] = "()"; /* Pink cheeks */
always_escape = 1;
break;