back to normal xd
This commit is contained in:
parent
b64b391f28
commit
456ff0d2d8
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ unsigned int tabspaces = 8;
|
|||
/* Terminal colors (16 first used in escape sequence) */
|
||||
static const char *colorname[] = {
|
||||
/* 8 normal colors */
|
||||
[0] = "#1d2021", /* hard contrast: #1d2021 / soft contrast: #32302f */
|
||||
[0] = "#121212", /* hard contrast: #1d2021 / soft contrast: #32302f */
|
||||
[1] = "#cc241d", /* red */
|
||||
[2] = "#98971a", /* green */
|
||||
[3] = "#d79921", /* yellow */
|
||||
|
|
Loading…
Reference in a new issue