0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00

[colors] Back to bfbfbf as text color instead of ffffff. Refs #247

This commit is contained in:
Witold Filipczyk 2023-07-20 08:58:08 +02:00
parent 83a296234a
commit b92d8d9e9b

View File

@ -641,7 +641,7 @@ static union option_info config_options_info[] = {
INIT_OPT_COLOR("document.colors", N_("Text color"),
"text", OPT_ZERO, "#ffffff",
"text", OPT_ZERO, "#bfbfbf",
N_("Default text color.")),
INIT_OPT_COLOR("document.colors", N_("Background color"),