Re: allow_white_bg
"Sebastian Geerken" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mo, Aug 19, 2013, Johannes Hofmann wrote: > > It seems that I'm getting old that I tried to set the option > > "allow_white_bg" to "false"; to find out that the replacement color is > > hardcoded! If I haven't missed something, and noone objets, I'll add a > > prefs variable "white_bg_replacement". > > Sounds good. white_bg_replacement would replace allow_white_bg, right? Currently, I've added another option, so you must specify something like: allow_white_bg=NO white_bg_replacement=0xf0f0d0 The standard for white_bg_replacement is 0xe0e0a3, the value hard-coded before. Your suggestion sounds good to, only to specify white_bg_replacement, which has a standard value of "undefined". I'm open to both. Sebastian