From 6d2aed2e2e6e90c71ea105cc7dbeecc046b4fd4b Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Thu, 12 Aug 2021 21:54:04 +0200 Subject: [PATCH] [colors] Change default text color to white (#ffffff). --- src/config/options.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/options.inc b/src/config/options.inc index 8a27069d0..b71f5c022 100644 --- a/src/config/options.inc +++ b/src/config/options.inc @@ -620,7 +620,7 @@ static union option_info config_options_info[] = { INIT_OPT_COLOR("document.colors", N_("Text color"), - "text", 0, "#bfbfbf", + "text", 0, "#ffffff", N_("Default text color.")), INIT_OPT_COLOR("document.colors", N_("Background color"),