summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteph Enders <smenders@gmail.com>2022-06-29 10:06:01 -0400
committerSteph Enders <smenders@gmail.com>2023-02-26 03:24:26 -0500
commit4afac4f78a7f2c4cdf6c9039420baf8543e5e33e (patch)
tree923e89c792b87df387f9330996ffbf08394dadfc
parentcd60483c07c9bf2bd528e57c53ea4b04cf66ffec (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.h2
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 */