st-meta-vim-full: change currentBg, introduce currentFg
This commit is contained in:
@@ -175,7 +175,7 @@ unsigned int defaultfg = 258;
|
||||
unsigned int defaultbg = 259;
|
||||
unsigned int defaultcs = 256;
|
||||
static unsigned int defaultrcs = 257;
|
||||
unsigned int const currentBg = 6, buffSize = 2048;
|
||||
unsigned int const currentBg = 179, currentFg = 0, buffSize = 2048;
|
||||
/// Enable double / triple click yanking / selection of word / line.
|
||||
int const mouseYank = 1, mouseSelect = 0;
|
||||
/// [Vim Browse] Colors for search results currently on screen.
|
||||
|
||||
Reference in New Issue
Block a user