From bd7e23dff2c22e1133ec7908f689b9e7b8d5704a Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 10 May 2025 20:18:01 +0530 Subject: patched dwm-float-border-color-20231008-3a7ea45f.diff --- config.def.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index e784ab4..15dde7c 100644 --- a/config.def.h +++ b/config.def.h @@ -6,10 +6,10 @@ static const char *barlayout = "sn|lt"; static const int user_bh = 30; static const char *fonts[] = { "Noto Sans CJK JP:size=14" }; static const unsigned int gappx = 8; -static const char *colors[][3] = { - /* fg bg border */ - [SchemeNorm] = { "#bbbbbb", "#282c34", "#282c34" }, - [SchemeSel] = { "#232627", "#7874c2", "#c678dd" }, +static const char *colors[][4] = { + /* fg bg border float */ + [SchemeNorm] = { "#bbbbbb", "#282c34", "#282c34", "#282c34" }, + [SchemeSel] = { "#232627", "#7874c2", "#c678dd", "#05fa88" }, }; /* tagging */ -- cgit v1.2.3