aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarcel Screm <marcel@marcelscrem.com>2026-01-05 17:36:18 +0100
committerMarcel Screm <marcel@marcelscrem.com>2026-01-05 17:36:18 +0100
commit5d900a3458cc4051b1bb2168345ca3f3e2a718a9 (patch)
tree13fbf56914da1c4cd5880b587efef63eb71706c8 /config.def.h
parentbb6593783f652d8f9a4bd5c620b68a2f7b8da6c4 (diff)
added urgent border patch
Diffstat (limited to 'config.def.h')
-rwxr-xr-xconfig.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 87e61ce..641c46c 100755
--- a/config.def.h
+++ b/config.def.h
@@ -13,10 +13,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 */