Make the active window border lines easy to see

This commit is contained in:
Dita Aji Pratama 2025-09-02 11:59:23 +07:00
parent 27fe1f5c15
commit f4b1630b7e

View File

@ -25,10 +25,12 @@ static const char col_dark2[] = "#203449";
static const char col_dark3[] = "#708594";
static const char col_white[] = "#FFFFFF";
static const char col_green[] = "#00FF00";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_white, col_dark1, col_dark1 },
[SchemeSel ] = { col_white, col_dark3, col_dark3 },
[SchemeSel ] = { col_white, col_dark3, col_green },
};
/* tagging */