Xterm style

This seems simple enough: an xterm with a blue back ground and white font:

Style "xterm" Colorset 30 fg white, bg rgb:00/00/50, Plain, NoShape

But no combination of commands will do it.

Sure – but FVWM doesn’t control applications. just the reparented window. So what you really want to do is:

Exec exec xterm -fg white -bg blue

Now, if that wasn’t what you meant, and you really did mean the xterm window border/title then write the Style line properly:

Colorset 30 fg white, bg rgb:00/00/50, Plain, NoShape Style xterm Colorset 30

– Thomas Adam

I meant the colors…okay, that is what I figured with the xterm style. Thanks!