So, I have a very old configuration, and some of the colors and transparency settings just … don’t work. Here are my colorset definitions:
# Window Colorsets
###########
Colorset 1 fg #0afbff, bg grey, NoShape, RootTransparent buffer, Tint white 20
Colorset 2 fg #0afbff, bg grey, NoShape, RootTransparent buffer, Tint #091251 05
Colorset 3 fg black, bg grey, NoShape, RootTransparent buffer, Tint white 20
Colorset 4 fg black, bg grey, NoShape, RootTransparent buffer, Tint white 10
Colorset 5 fg black, bg grey, NoShape, RootTransparent buffer, Tint white 35
Colorset 6 fg #0afbff, bg grey, NoShape, RootTransparent buffer, Tint white 10
Colorset 7 fg rgb:1B/34/EE, bg rgb:09/12/51, RootTransparent buffer, Translucent rgb:09/12/51 60, ParentRelative
# Style * MenuColorset 7, PopupOffset 0 100, AnimationOff
Colorset 8 RootTransparent buffer, fg #0afbff, ParentRelative
Colorset 9 RootTransparent, fg #0afbff, bg average, Tint #091251 40, Translucent #091251 20, ParentRelative
Colorset 10 Pixmap $[fvwm_wallpapers]/3117-darksea.png
Colorset 11 Pixmap $[fvwm_wallpapers]/spiralspiel.png
Colorset 12 Pixmap $[fvwm_wallpapers]/silver.png
Colorset 13 Pixmap $[fvwm_img]/homeworld/HW2_05_Mothership_1.png
Colorset 20 RootTransparent, fg rgb:1b/34/ee, bg average, Tint black 20, bgTint black 20
Now, from my decorations file, I have a few settings, such as:
Style * Hilight Colorset 9, ParentalRelativity
From the above, this should make the title bar of my active window dark gray, semi-transparent, with a light teal title text. This has never been the case. The text is always black, which makes it impossible to read against a dark background. Why is this?
Next, there’s the FvwmPager swallowed by ButtonBar. Here’s the config:
#------------------------------------------------------------------------------
#------------------ FvwmPager: Swallowed by ButtonBar
#------------------------------------------------------------------------------
Style "FvwmPagerPager" NoTitle, NoHandles, Sticky, WindowListSkip, CirculateSkip
DestroyModuleConfig FvwmPagerPager: *
*FvwmPagerPager: UseSkipList
*FvwmPagerPager: Colorset * 2
*FvwmPagerPager: HighlightColorset * 5
*FvwmPagerPager: Fore Translucent midnightblue 60
*FvwmPagerPager: Font "xft:monospace:Bold:pixelsize=10;-adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
*FvwmPagerPager: Hilight Translucent lightgrey 60
*FvwmPagerPager: MiniIcons
*FvwmPagerPager: Balloons
*FvwmPagerPager: BalloonColorset * 3
*FvwmPagerPager: WindowColorsets 4 4
*FvwmPagerPager: BalloonFont "xft:monospace:Medium:pixelsize=10;-*-fixed-medium-r-*-*-12-*-*-*-*-*-*-*"
*FvwmPagerPager: Geometry 319x69+5000+5000
#WIN 1
#*FvwmPagerPager: WindowColors white grey51 white Blue4
#FVWM 1
*FvwmPagerPager: WindowColors white grey51 white SlateBlue
*FvwmPagerPager: Label 0 Main
*FvwmPagerPager: Label 1 Internet
*FvwmPagerPager: Label 2 Games
*FvwmPagerPager: Label 3 Work
*FvwmPagerPager: SmallFont "xft:sans-serif:Medium:pixelsize=8;-*-fixed-medium-r-*-*-10-*-*-*-*-*-*-*"
The problem here is that the Hilight color is now a default light gray, and the tooltip balloons no longer appear. This was after the recent update (this week) to fvwm3-1.1.1.
I have the same problem with a lack of transparency and defaulting to light gray in FvwmMenu. Here’s the config for the menu decoration:
MenuStyle * fvwm
MenuStyle * font "xft:TeX Gyre Heros:size=12"
MenuStyle * Foreground rgb:1b/34/ee, Background rgb:09/12/51, Translucent rgb:19/19/70 50
MenuStyle * ActiveFore #0AFBFF, HilightBack #0F1F97
MenuStyle * MenuColorset 20, PopupOffset 0 100, AnimationOn
MenuStyle * Greyed grey60 # default is invisible on backgroud grey80
MenuStyle * VerticalItemSpacing 2 4, VerticalTitleSpacing 2 4
CopyMenuStyle * winops
MenuStyle winops font "xft:TeX Gyre Heros:size=12"
MenuStyle winops TitleWarpOff
MenuStyle winops VerticalItemSpacing 1 2, VerticalTitleSpacing 1 2
Again, the Hilight color defaults to light gray, with no transparency.
Thanks for the help fixing this!
EE