I hate to say it but I have a slight problem with CVS as of about 10
minutes ago.  I last updated on May 9.

My problem is that it would seem that FvwmTheme is not parsing my config
or accepting input from FvwmConsole

In my rc I had 
*FvwmThemeColorset 0 fg #d7dde8, bg #979797 # default color
*FvwmThemeColorset 1 fg #d7dde8, bg #596eb1 # hilight color
*FvwmThemeColorset 2 fg #d7dde8, bg #5b74a2, Transparent
*FvwmThemeColorset 3 fg #d7dde8, bg #43608e, CGradient 128 #979797 #596eb1
*FvwmThemeColorset 4 fg gold,    bg #43608e, Transparent #DGradient 128 #444444 
#8b9dc3
*FvwmThemeColorset 5 fg pink,    bg #43608e, Transparent #DGradient 128 #444444 
#8b9dc3
*FvwmThemeColorset 6 fg #d7dde8, bg #000e4f
which worked fine with the 2.3.33

After checking the man page I converted to 
*FvwmTheme: Colorset 0 fg #d7dde8, bg #979797 # default color
*FvwmTheme: Colorset 1 fg #d7dde8, bg #596eb1 # hilight color
*FvwmTheme: Colorset 2 fg #d7dde8, bg #5b74a2, Transparent
*FvwmTheme: Colorset 3 fg #d7dde8, bg #43608e, CGradient 128 #979797 #596eb1
*FvwmTheme: Colorset 4 fg gold,    bg #43608e, Transparent #DGradient 128 
#444444 #8b9dc3
*FvwmTheme: Colorset 5 fg pink,    bg #43608e, Transparent #DGradient 128 
#444444 #8b9dc3
*FvwmTheme: Colorset 6 fg #d7dde8, bg #000e4f

in FvwmConsole id do
echo $[fg.cs0] $[fg.cs1] $[fg.cs2] $[fg.cs3] $[fg.cs4] $[fg.cs5] $[fg.cs6]
I get: [FVWM][Echo]:  rgb:d7d7/dddd/e8e8 rgb:d7d7/dddd/e8e8 rgb:d7d7/dddd/e8e8 
rgb:d7d7/dddd/e8e8 rgb:d7d7/dddd/e8e8 rgb:d7d7/dddd/e8e8 rgb:d7d7/dddd/e8e8 
So I try 
*FvwmTheme: Colorset 0 fg black
echo $[fg.cs0]
[FVWM][Echo]:  rgb:d7d7/dddd/e8e8

SendToModule FvwmTheme Colorset 0 fg black
echo $[fg.cs0]
[FVWM][Echo]:  rgb:d7d7/dddd/e8e8

*SendToModule FvwmTheme Colorset 0 fg  rgb:0000/0000/0000
echo $[fg.cs0]
[FVWM][Echo]:  rgb:d7d7/dddd/e8e8


It seems like all 7 colorsets I use are getting the bg, and fg of Colorset 0.
I'm at a loss I'm going to take a look at FvwmTheme now but maybe someone else 
could confirm this.

-- 
--- There are two kinds of knowledge, you either know the answer or
                        you know where to find it
                      -Kane, Johnson, and anonymous
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to