Some new colors + more lightweight coloring vim plugin.
This commit is contained in:
parent
c718047723
commit
5ccf664210
3 changed files with 8 additions and 9 deletions
|
@ -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 */
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue