From b146a074f1706f95ebf3e77e72eabe4966cd47b1 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 12 Feb 2022 10:25:30 -0600 Subject: add urg-border patch, and change colors --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') 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 { -- cgit v1.2.3