diff options
| author | Naz <ndpm13@ch-naseem.com> | 2026-01-20 13:13:28 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2026-01-20 13:34:10 +0100 |
| commit | 14481059b265a57302add3dc26fcb58ef83ed694 (patch) | |
| tree | 32fb22667daebea8592e4f1e648d3ecd1f3efe02 /config.def.h | |
| parent | 8a31563a4818070a1e570dc9634540e516c8c8d7 (diff) | |
feat(apply): apply dwm-colorbar-6.3
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 70d3904..1363b3d 100644 --- a/config.def.h +++ b/config.def.h @@ -31,6 +31,11 @@ static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, [SchemeSel] = { col_gray4, col_cyan, col_cyan }, + [SchemeStatus] = { col_gray3, col_gray1, "#000000" }, // Statusbar right {text,background,not used but cannot be empty} + [SchemeTagsSel] = { col_gray4, col_cyan, "#000000" }, // Tagbar left selected {text,background,not used but cannot be empty} + [SchemeTagsNorm] = { col_gray3, col_gray1, "#000000" }, // Tagbar left unselected {text,background,not used but cannot be empty} + [SchemeInfoSel] = { col_gray4, col_cyan, "#000000" }, // infobar middle selected {text,background,not used but cannot be empty} + [SchemeInfoNorm] = { col_gray3, col_gray1, "#000000" }, // infobar middle unselected {text,background,not used but cannot be empty} }; typedef struct { |
