1DestroyFunc FuncFvwmStartThemeBackground
2AddToFunc   FuncFvwmStartThemeBackground
3+ I Exec exec fvwm-root $FT_DATADIR/images/background/stone.xpm
4
5DestroyFunc FuncFvwmStopThemeBackground
6AddToFunc   FuncFvwmStopThemeBackground
7+ I Nop
8
9DestroyFunc FuncFvwmBackgroundSolidColor
10AddToFunc   FuncFvwmBackgroundSolidColor
11+ I DestroyFunc FuncFvwmStartThemeBackground
12+ I AddToFunc   FuncFvwmStartThemeBackground
13+ I + I Exec exec fvwm-themes-root --solid "$0"
14
15DestroyFunc FuncFvwmBackgroundPixmapColors
16AddToFunc   FuncFvwmBackgroundPixmapColors
17+ I DestroyFunc FuncFvwmStartThemeBackground
18+ I AddToFunc   FuncFvwmStartThemeBackground
19+ I + I Exec exec fvwm-themes-images --in-file $FT_DATADIR/images/background/stone.xpm --colorize --colorize-colors $* --setroot
20
21DestroyFunc FuncFvwmBackgroundImage
22AddToFunc   FuncFvwmBackgroundImage
23+ I DestroyFunc FuncFvwmStartThemeBackground
24+ I AddToFunc   FuncFvwmStartThemeBackground
25+ I + I Exec exec fvwm-themes-root --adjust $./images/background/'$0'
26