# ------------------
# Window decorations

# window title, inactive and active
Colorset 1 fg #aaaaaa, bg #eeeeee, Plain, NoShape
Colorset 2 fg #000000, bg #aaaaaa, Plain, NoShape

# window borders, inactive and active
Colorset 3 fg #aaaaaa, bg #d0d0d0, Plain, NoShape
Colorset 4 fg #000000, bg #aaaaaa, Plain, NoShape

# background for window title, buttons and border
DestroyFunc FuncFvwmDecorBackground
AddToFunc   FuncFvwmDecorBackground
+ I TitleStyle \
	ActiveUp   (TiledPixmap $./images/decor/title-active.xpm) \
	ActiveDown (TiledPixmap $./images/decor/title-active.xpm) \
	Inactive   (TiledPixmap $./images/decor/title-inactive.xpm) \
	ToggledActiveUp   (TiledPixmap $./images/decor/title-active.xpm) \
	ToggledActiveDown (TiledPixmap $./images/decor/title-active.xpm) \
	ToggledInactive   (TiledPixmap $./images/decor/title-inactive.xpm)

+ I ButtonStyle All Pixmap 16x16/empty.xpm
+ I ButtonStyle All -- UseTitleStyle
