aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rwxr-xr-xconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index df93e75..b4e440f 100755
--- a/config.h
+++ b/config.h
@@ -15,6 +15,7 @@ static const char col_gray2[] = "#3B4252"; /* nord1 - Sekundärer Hintergrund *
static const char col_gray3[] = "#D8DEE9"; /* nord4 - Normaler Text */
static const char col_gray4[] = "#ECEFF4"; /* nord6 - Hervorgehobener Text */
static const char col_cyan[] = "#616E88"; /* nord9 - Akzent (Light Gray Bright) */
+static const char col_urgborder[] = "#ff0000";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },