Some new colors + more lightweight coloring vim plugin.

This commit is contained in:
Bartek Stalewski 2022-04-29 19:02:59 +02:00
parent c718047723
commit 5ccf664210
3 changed files with 8 additions and 9 deletions

View file

@ -116,8 +116,9 @@ static const char *colorname[] = {
[255] = 0,
/* more colors can be added after 255 to use with DefaultXX */
//"#f8f8f2",
"#c7c7c7", /* 256 -> foreground */
"#161616", /* 257 -> background */
"#272822", /* 257 -> background */
"#c7c7c7", /* 258 -> cursor */
"#161616", /* 259 -> cursor text */
};