On 01 Oct 2003 18:46:01 +0200, Klaus Umbach wrote:
> 
> is it possible to have transparent gradients?
> If yes, how can I do that?
> 
> My goal is to make the title and borders of the inactive windows
> transparent, but I want to keep the design of the active window.
This is possible, something like:
  TitleStyle    AllInactive Colorset 1 -- flat
  AddTitleStyle AllInactive Colorset 2 30     # alpha == 30% here
  TitleStyle    AllActive   Colorset 2 -- raised
  BorderStyle                   -- UseTitleStyle
  ButtonStyle   All AllInactive -- UseTitleStyle flat
  ButtonStyle   All AllActive   -- UseTitleStyle raised
  Colorset 1 RootTransparent buffer, fg gray80, bg average
  Colorset 2 fg #301058, VGradient 40 #a17aa1 #714a71, bg average
  Style * Colorset 1, HilightColorset 2
  Style * BorderColorset 1, HilightBorderColorset 2
Seems to work well.
Regards,
Mikhael.
--
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 Wed Oct 01 2003 - 13:45:30 BST