Fix for 'new blue'.

This commit is contained in:
Bartek Stalewski 2022-04-28 00:52:20 +02:00
parent bb11278bcb
commit 8f9965e5b1
3 changed files with 11 additions and 11 deletions

View file

@ -100,7 +100,7 @@ static const char *colorname[] = {
"#fd4285",
"#a6e22d",
"#e5da72",
"#005577",
"#0094d8",
"#9a37ff",
"#50b6d8",
"#c7c7c7",
@ -108,18 +108,18 @@ static const char *colorname[] = {
"#fa7fac",
"#bde271",
"#fff27f",
"#00bdff",
"#005577",
"#bd9eff",
"#5ed6fe",
"#feffff",
[255] = 0,
/* more colors can be added after 255 to use with DefaultXX */
"#c7c7c7", /* 259 -> foreground */
"#161616", /* 258 -> background */
"#c7c7c7", /* 256 -> cursor */
"#161616", /* 257 -> cursor text */
/* more colors can be added after 255 to use with DefaultXX */
"#c7c7c7", /* 256 -> foreground */
"#161616", /* 257 -> background */
"#c7c7c7", /* 258 -> cursor */
"#161616", /* 259 -> cursor text */
};