Colors.
This commit is contained in:
parent
f218fc6617
commit
fb95df00b8
2 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@ unsigned int tabspaces = 8;
|
|||
|
||||
/* Terminal colors (16 first used in escape sequence) */
|
||||
static const char *colorname[] = {
|
||||
"#161616",
|
||||
"#272822",
|
||||
"#fd4285",
|
||||
"#a6e22d",
|
||||
"#e5da72",
|
||||
|
@ -119,7 +119,7 @@ static const char *colorname[] = {
|
|||
"#272822", /* 256 -> background */
|
||||
"#c7c7c7", /* 257 -> foreground */
|
||||
"#c7c7c7", /* 258 -> cursor */
|
||||
"#161616", /* 259 -> cursor text */
|
||||
"#272822", /* 259 -> cursor text */
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue