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

# window title, inactive and active
Colorset 1 fg #cdcdcd, bg #7f7f7f, Plain, NoShape
Colorset 2 fg #ffffff, bg #6381c6, Plain, NoShape

# window borders, inactive and active
Colorset 3 fg #cdcdcd, bg #7f7f7f, Plain, NoShape
Colorset 4 fg #ffffff, bg #6381c6, Plain, NoShape

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

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