summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2026-03-16 02:21:26 -0600
committerChristian Kolset <christian.kolset@gmail.com>2026-03-16 02:21:26 -0600
commit876602f6f531ca06ae045f8317419de621ab0d96 (patch)
treedd89e1bc5acddec3fcd47aba95f5560f2b4e8f55 /config.h
parentc1819f18c07df6984bbfd2ca7207295eec85806f (diff)
Changed bar colorHEADmaster
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index acc8457..cc14945 100644
--- a/config.h
+++ b/config.h
@@ -13,7 +13,8 @@ static const char *prompt = NULL; /* -p option; prompt to the left of
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#bbbbbb", "#222222" },
- [SchemeSel] = { "#eeeeee", "#005577" },
+/* [SchemeSel] = { "#eeeeee", "#005577" },*/
+ [SchemeSel] = { "#eeeeee", "#474948" },
[SchemeOut] = { "#000000", "#00ffff" },
};
static const unsigned int alphas[SchemeLast][2] = {