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:
parent
83a296234a
commit
b92d8d9e9b
@ -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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user