Better white and black
This commit is contained in:
parent
1652cd3bd1
commit
3e1afbd2a6
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user