Restore updated VT220 palette
This commit is contained in:
parent
8f120c4db3
commit
c556b4ec19
@ -291,9 +291,9 @@ ready:
|
|||||||
output = "\333\333";
|
output = "\333\333";
|
||||||
break;
|
break;
|
||||||
case 6:
|
case 6:
|
||||||
colors[','] = " "; /* Blue background */
|
colors[','] = "::"; /* Blue background */
|
||||||
colors['.'] = "**"; /* White stars */
|
colors['.'] = "@@"; /* White stars */
|
||||||
colors['\''] = "##"; /* Black border */
|
colors['\''] = " "; /* Black border */
|
||||||
colors['@'] = "##"; /* Tan poptart */
|
colors['@'] = "##"; /* Tan poptart */
|
||||||
colors['$'] = "??"; /* Pink poptart */
|
colors['$'] = "??"; /* Pink poptart */
|
||||||
colors['-'] = "<>"; /* Red poptart */
|
colors['-'] = "<>"; /* Red poptart */
|
||||||
@ -303,7 +303,7 @@ ready:
|
|||||||
colors['#'] = "++"; /* Green rainbow */
|
colors['#'] = "++"; /* Green rainbow */
|
||||||
colors['='] = "~~"; /* Light blue rainbow */
|
colors['='] = "~~"; /* Light blue rainbow */
|
||||||
colors[';'] = "$$"; /* Dark blue rainbow */
|
colors[';'] = "$$"; /* Dark blue rainbow */
|
||||||
colors['*'] = " "; /* Gray cat face */
|
colors['*'] = ";;"; /* Gray cat face */
|
||||||
colors['%'] = "()"; /* Pink cheeks */
|
colors['%'] = "()"; /* Pink cheeks */
|
||||||
always_escape = 1;
|
always_escape = 1;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user