commit 7cff89da52f6fbf6c7ae887ccc281b22d3abbdfd
parent 0331207d2d65ca494a538a0f6c3e4f2bb6f64b4b
Author: Hayden Hamilton <hayden@haydenvh.com>
Date: Mon, 10 Feb 2020 00:31:15 +0000
colours
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.h b/config.h
@@ -14,7 +14,7 @@ static const char *prompt = NULL; /* -p option; prompt to the left of
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#ffffff", "#0a0a10" },
- [SchemeSel] = { "#ffffff", "#0a3439" },
+ [SchemeSel] = { "#ffffff", "#0a2126" },
[SchemeOut] = { "#000000", "#00ffff" },
[SchemeMid] = { "#ffffff", "#0a0a10" },
};