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

# window title, inactive and active
Colorset 1 fg rgb:e2/e2/e2, bg rgb:80/80/80
Colorset 2 fg rgb:eb/eb/eb, bg rgb:a0/a0/a0

# window borders, inactive and active
Colorset 3 fg black, bg rgb:a0/a0/a0, Plain, NoShape
Colorset 4 fg black, bg rgb:a0/a0/a0, Plain, NoShape

DestroyFunc FuncFvwmTitleStyleEntry
AddToFunc   FuncFvwmTitleStyleEntry
+ I TitleStyle $0 MultiPixmap \
	Main     (stretched) $./images/decor/title-main-$1.xpm, \
	LeftEnd  $./images/decor/title-leftend-$1.xpm, \
	RightEnd $./images/decor/title-rightend-$1.xpm, \

# background for window title, buttons and border
DestroyFunc FuncFvwmDecorBackground
AddToFunc   FuncFvwmDecorBackground
+ I FuncFvwmTitleStyleEntry Active   active
+ I FuncFvwmTitleStyleEntry Inactive inactive
+ I FuncFvwmTitleStyleEntry ToggledActive   active
+ I FuncFvwmTitleStyleEntry ToggledInactive inactive

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