summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2026-01-20 13:13:28 +0100
committerNaz <ndpm13@ch-naseem.com>2026-01-20 13:29:01 +0100
commitf9ac585e31e00f18a4c7c926780a8956195c0210 (patch)
tree32fb22667daebea8592e4f1e648d3ecd1f3efe02 /config.def.h
parenta3243b62762a61f78632bf60cfdc4f1d355b0d7a (diff)
feat(apply): apply dwm-colorbar-6.3
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h5
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 {