Selected window's border color.

This commit is contained in:
Bartek Stalewski 2022-04-14 23:12:02 +02:00
parent 75e919c7c6
commit 2cd2daa858

View File

@ -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 },