borders red and non-transparent

This commit is contained in:
Luke Smith
2020-05-08 13:12:08 -04:00
parent 771df89d28
commit 0f3f2a46e4
2 changed files with 3 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ static char normbgcolor[] = "#222222";
static char normbordercolor[] = "#444444";
static char normfgcolor[] = "#bbbbbb";
static char selfgcolor[] = "#eeeeee";
static char selbordercolor[] = "#005577";
static char selbordercolor[] = "#770000";
static char selbgcolor[] = "#005577";
static char *colors[][3] = {
/* fg bg border */