Make the active window border lines easy to see
This commit is contained in:
parent
27fe1f5c15
commit
f4b1630b7e
4
config.h
4
config.h
@ -25,10 +25,12 @@ static const char col_dark2[] = "#203449";
|
|||||||
static const char col_dark3[] = "#708594";
|
static const char col_dark3[] = "#708594";
|
||||||
static const char col_white[] = "#FFFFFF";
|
static const char col_white[] = "#FFFFFF";
|
||||||
|
|
||||||
|
static const char col_green[] = "#00FF00";
|
||||||
|
|
||||||
static const char *colors[][3] = {
|
static const char *colors[][3] = {
|
||||||
/* fg bg border */
|
/* fg bg border */
|
||||||
[SchemeNorm] = { col_white, col_dark1, col_dark1 },
|
[SchemeNorm] = { col_white, col_dark1, col_dark1 },
|
||||||
[SchemeSel ] = { col_white, col_dark3, col_dark3 },
|
[SchemeSel ] = { col_white, col_dark3, col_green },
|
||||||
};
|
};
|
||||||
|
|
||||||
/* tagging */
|
/* tagging */
|
||||||
|
Loading…
Reference in New Issue
Block a user