diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-10 20:18:01 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-10 20:18:01 +0530 |
commit | bd7e23dff2c22e1133ec7908f689b9e7b8d5704a (patch) | |
tree | 769eb0f7683fae42491a2ff4ccb334779d16cfee /config.def.h | |
parent | 7b54c80ec7c930598cfc44115bd710210298f6b8 (diff) |
patched dwm-float-border-color-20231008-3a7ea45f.diff
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 */ |