added urgent border patch, fixed sticky patch

This commit is contained in:
2020-07-02 13:18:35 +02:00
parent 4fcccf1fe1
commit 7936509652
3 changed files with 64 additions and 2 deletions

View File

@@ -14,10 +14,12 @@ static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee";
static const char col_cyan[] = "#005577";
static const char col_urgborder[] = "#ff0000";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
[SchemeSel] = { col_gray4, col_cyan, col_cyan },
[SchemeUrg] = { col_gray4, col_cyan, col_urgborder },
};
/* tagging */