FVWM: minimal rc commands to give active inactive windowtitle a color

2003-02-12 Thread Jules Alberts
Hello everybody,

I've been using fvwm2 for a few months now, like a a lot (I come from 
gnome + sawfish). There is one thing that gives me some trouble, that's 
how do I give windowtitles their background and text color?

If I want active windows to have green text on a solid red background 
and inactive windows yellow text on a solid blue background (bwaaa... 
it's just an example :-), what would be the minimal commands in 
.fvwm2rc to do this?

This sounds very simple, but maybe something else in my rc (one single 
file of 281 lines) is in the way. I don't use themes, want to do it all 
by hand to get to know fvwm better.

TIA for any help!
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: minimal rc commands to give active inactive windowtitle a color

2003-02-12 Thread Ulrich Fahrenberg
On Wed, 12 Feb 2003, Jules Alberts wrote:

 Hello everybody,

 I've been using fvwm2 for a few months now, like a a lot (I come from
 gnome + sawfish). There is one thing that gives me some trouble, that's
 how do I give windowtitles their background and text color?

 If I want active windows to have green text on a solid red background
 and inactive windows yellow text on a solid blue background (bwaaa...
 it's just an example :-), what would be the minimal commands in
 .fvwm2rc to do this?

Style * ForeColor Yellow, BackColor Blue, HilightFore Green,
HilightBack Red

or, more minimal:

Style * Color Yellow/Blue, HilightFore Green, HilightBack Red

uli

-- 
Ulrich Fahrenberg -- http://www.math.auc.dk/~uli

--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: minimal rc commands to give active inactive windowtitle a color

2003-02-12 Thread Jules Alberts
Op 12 Feb 2003 (14:54), schreef Ulrich Fahrenberg [EMAIL PROTECTED]:
 On Wed, 12 Feb 2003, Jules Alberts wrote:
snip
  If I want active windows to have green text on a solid red background
  and inactive windows yellow text on a solid blue background (bwaaa...
  it's just an example :-), what would be the minimal commands in
  .fvwm2rc to do this?
snip
   Style * Color Yellow/Blue, HilightFore Green, HilightBack Red

Thanks a lot, I completely overlooked the Color parameter!
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]