\Tenebrae <tenebrae_at_niceboots.com> writes:
> On Thu, 27 Dec 2001, Mikhael Goikhman wrote:
> > Currently you can't do anything except for using colorsets to replace gray
> > with whatever you want, like on the first line here (your colors used):
> >
> > *FvwmTheme: Colorset 1 bg #22152B, fg black, sh #110A15, hi #442a52
> > *FvwmTheme: Colorset 2 bg #3C025E, fg #ffe22d
> >
> > Style * Colorset 1 # inactive windows
> > Style * HilightColorset 2 # active window
> >
> > DestroyFunc StartFunction
> > AddToFunc StartFunction
> > + I ModuleSynchronous FvwmTheme
...
> Observatory summary:
> It would appear that part of my problem was that the default shadow colour
> for any custom colour not appearing in rgb.txt is GREY. Please correct me
> if I'm wrong.
Nope, thats not right. It doesn't matter if the color is in rgb.txt
or not. No matter how you specify the color, it gets converted to RGB
(Red/Green/Blue) values. For a shadow, it tries to subtract a
percentage from each of the 3 RGB numbers, and for highlighting it
tries to add. It gets more complicated than that. To really
understand it, read libs/ColorUtils.c.
--
Dan Espen
444 Hoes Lane Room RRC 1C-214 E-mail: dane_at_mk.telcordia.com
Piscataway, NJ 08854 Phone: (732) 699-5570
--
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 majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Thu Dec 27 2001 - 22:12:29 GMT