From 4afac4f78a7f2c4cdf6c9039420baf8543e5e33e Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Wed, 29 Jun 2022 10:06:01 -0400 Subject: Use clearer blue to update readability Previous darker blue was good but this is more pastel and easier on the eyes --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 6ba0329..cbfcac2 100644 --- a/config.def.h +++ b/config.def.h @@ -102,7 +102,7 @@ static const char *colorname[] = { [1] = "#e93d3d", /* red */ [2] = "#67ff79", /* green */ [3] = "#f1f156", /* yellow */ - [4] = "#016caa", /* blue */ + [4] = "#7239ce", /* blue */ [5] = "#cd78f4", /* magenta */ [6] = "#23ed9b", /* cyan */ [7] = "#ababab", /* white */ -- cgit v1.2.3-54-g00ecf