summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2022-02-12 10:25:30 -0600
committerzachir <zachir@librem.one>2022-02-12 10:25:30 -0600
commitb146a074f1706f95ebf3e77e72eabe4966cd47b1 (patch)
tree05900e495d5e1639cd46bf09d53282ac3dd80626 /config.def.h
parent6a8967e71f04ff4e3bc562efd480ddc4aa12a9a1 (diff)
add urg-border patch, and change colors
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 {