commit: 534527d119c3092fce4d7ee949331f1e2ec8f234
parent: df8e17b0a5277255e52ef1676f6d2d26b14e6efe
author: Chris Noxz <chris@noxz.tech>
date: Sat, 19 Sep 2020 10:35:47 +0200
Update color configuration #2
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -15,7 +15,7 @@ static const char title_bg_light[] = "#fdfdfd";
static const int color_ptrs[][4] = {
/* fg bg border float */
[SchemeNorm] = { -1, -1, 5, -1 },
- [SchemeSel] = { -1, -1, 6, 13 },
+ [SchemeSel] = { -1, -1, 6, 1 },
[SchemeTagsNorm] = { 2, 0, 0, -1 },
[SchemeTagsSel] = { 5, 6, 6, -1 },
[SchemeTitleNorm] = { 6, -1, -1, -1 },