Benjamin wrote:
As it happens, I have a patch that does both: http://dillo-win32.sourceforge.net/patches/24-colors.diff
Here's some more assorted ripping-out of hardcoded colors added to that. As for X, I found out that I can set the secondary background color (e.g., background of Fl_Input) as well if I do something like dillo.foreground: purple dillo.background: green *Text.background: brown There's a big comment in fltk that goes: // XGetDefault does not do the expected thing: it does not like // periods in either word. Therefore it cannot match class.Text.background. // However *.Text.background is matched by pretending the program is "Text". // But this will also match *.background if there is no *.Text.background // entry, requiring users to put in both (unless they want the text fields // the same color as the windows).