~kris/suckless

st

bdf6a7b5e2aeb84aa0182e8f61ebbd7512aeb4d5 — siduck76 5 years ago 3bd47d1
change highlight colors
2 files changed, 6 insertions(+), 5 deletions(-)

M config.def.h
M config.h
M config.def.h => config.def.h +2 -2
@@ 138,7 138,7 @@ static const char *colorname[] = {
  /* more colors can be added after 255 to use with DefaultXX */
  "#add8e6", /* 256 -> cursor */
  "#555555", /* 257 -> rev cursor*/
  "#282828", /* 258 -> bg */
  "#282c34", /* 258 -> bg */
  "#ffffff", /* 259 -> fg */
};



@@ 156,7 156,7 @@ unsigned int const currentBg = 6, 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.
unsigned int const highlightBg = 160, highlightFg = 15;
unsigned int const highlightBg = 258, highlightFg = 15;
char const wDelS[] = "!\"#$%&'()*+,-./:;<=>?@[\\]^`{|}~", wDelL[] = " \t";
char *nmKeys [] = {              ///< Shortcusts executed in normal mode
  "R/Building\nN", "r/Building\n", "X/juli@machine\nN", "x/juli@machine\n",

M config.h => config.h +4 -3
@@ 138,7 138,7 @@ static const char *colorname[] = {
  /* more colors can be added after 255 to use with DefaultXX */
  "#add8e6", /* 256 -> cursor */
  "#555555", /* 257 -> rev cursor*/
  "#282828", /* 258 -> bg */
  "#282c34", /* 258 -> bg */
  "#ffffff", /* 259 -> fg */
};



@@ 152,11 152,12 @@ unsigned int defaultbg = 258;
unsigned int defaultcs = 256;
unsigned int defaultrcs = 257;

unsigned int const currentBg = 6, buffSize = 2048;
unsigned int const currentBg = 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.
unsigned int const highlightBg = 160, highlightFg = 15;
unsigned int const highlightBg = 250, highlightFg = 250;

char const wDelS[] = "!\"#$%&'()*+,-./:;<=>?@[\\]^`{|}~", wDelL[] = " \t";
char *nmKeys [] = {              ///< Shortcusts executed in normal mode
  "R/Building\nN", "r/Building\n", "X/juli@machine\nN", "x/juli@machine\n",