Better white and black
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user