diff options
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 */ |