summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2022-08-09 23:24:29 -0500
committerzachir <zachir@librem.one>2022-08-09 23:24:29 -0500
commitf141c882d48ebd1d6175ef8ce6b43611b4559fa9 (patch)
tree82d74f458b0d6e36bfb0a8aba5d4852a8758c198 /config.def.h
parent95b2cf4422a6a85a371de9b048e7645895713b86 (diff)
parent02aa015a115d186d9d39311287baa69b5ef1aa91 (diff)
merge
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 14c2bd3..4901408 100644
--- a/config.def.h
+++ b/config.def.h
@@ -18,10 +18,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 },
};
typedef struct {