Setting up Viola
See the README files which came with the software for more specific
information. But generally...
ViolaWWW gets many of its color settings from the ~/.Xdefault file.
Here's an example of what you might insert into your X resource
defaults file:
Viola.x: 550
Viola.y: 10
Viola.width: 595
Viola.height: 500
#ifdef COLOR
Viola*foreground: black
Viola*background: grey80
Viola.foreground_doc: black
Viola.background_doc: grey90
#else
Viola*foreground: white
Viola*background: black
Viola*borderColor: white
#endif
Then do this to update the X resources, to let it take effect:
% xrdb -load ~/.Xresources