1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[colors] Change default text color to white (#ffffff).

This commit is contained in:
Witold Filipczyk 2021-08-12 21:54:04 +02:00
parent 7992e39476
commit 6d2aed2e2e

View File

@ -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"),