diff options
author | Steph Enders <smenders@gmail.com> | 2022-06-29 10:06:01 -0400 |
---|---|---|
committer | Steph Enders <smenders@gmail.com> | 2023-02-26 03:24:26 -0500 |
commit | 4afac4f78a7f2c4cdf6c9039420baf8543e5e33e (patch) | |
tree | 923e89c792b87df387f9330996ffbf08394dadfc | |
parent | cd60483c07c9bf2bd528e57c53ea4b04cf66ffec (diff) |
Use clearer blue to update readabilitylocal-fork
Previous darker blue was good but this is more pastel and easier on the
eyes
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |