Selected window's border color.
This commit is contained in:
parent
75e919c7c6
commit
2cd2daa858
@ -21,7 +21,7 @@ static const char col_bg[] = "#161616";
|
||||
static const char col_bd[] = "#161616";
|
||||
static const char col_fg_sel[] = "#ffffff";
|
||||
static const char col_bg_sel[] = "#005577";
|
||||
static const char col_bd_sel[] = "#ffffff";
|
||||
static const char col_bd_sel[] = "#707070";
|
||||
static const char *colors[][3] = {
|
||||
/* fg bg border */
|
||||
[SchemeNorm] = { col_fg, col_bg, col_bd },
|
||||
|
Loading…
Reference in New Issue
Block a user