1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-29 22:40:44 +00:00

Add metacity 1 and 2 support

This commit is contained in:
Woky 2016-10-09 00:04:56 +03:00
parent 9e611fca4c
commit c29a3e691e
3 changed files with 201 additions and 191 deletions

View File

@ -146,98 +146,101 @@
<rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" />
</draw_ops>
<!--close-->
<draw_ops name="close_focused">
<image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="close_focused_pressed">
<image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close_focused_normal.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="close_focused_prelight">
<image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close_focused_prelight.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="close_focused_pressed">
<image filename="close_focused_pressed.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="close_unfocused">
<image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close_unfocused.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="close_unfocused_prelight">
<image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close_unfocused_prelight.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="close_unfocused_pressed">
<image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close_unfocused_pressed.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<!--maximize-->
<draw_ops name="maximize_focused">
<image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="maximize_focused_pressed">
<image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="maximize_focused_normal.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="maximize_focused_prelight">
<image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="maximize_focused_prelight.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="maximize_focused_pressed">
<image filename="maximize_focused_pressed.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="maximize_unfocused">
<image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="maximize_unfocused.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="maximize_unfocused_prelight">
<image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="maximize_unfocused_prelight.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="maximize_unfocused_pressed">
<image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<!--minimize-->
<draw_ops name="minimize_focused">
<image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="minimize_focused_pressed">
<image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="minimize_focused_prelight">
<image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="minimize_unfocused">
<image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="minimize_unfocused_prelight">
<image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="minimize_unfocused_pressed">
<image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="maximize_unfocused_pressed.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>

View File

@ -147,97 +147,101 @@
</draw_ops>
<!--close-->
<draw_ops name="close_focused">
<image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="close_focused_pressed">
<image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close_focused_normal.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="close_focused_prelight">
<image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close_focused_prelight.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="close_focused_pressed">
<image filename="close_focused_pressed.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="close_unfocused">
<image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close_unfocused.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="close_unfocused_prelight">
<image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close_unfocused_prelight.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="close_unfocused_pressed">
<image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close_unfocused_pressed.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<!--maximize-->
<draw_ops name="maximize_focused">
<image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="maximize_focused_pressed">
<image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="maximize_focused_normal.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="maximize_focused_prelight">
<image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="maximize_focused_prelight.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="maximize_focused_pressed">
<image filename="maximize_focused_pressed.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="maximize_unfocused">
<image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="maximize_unfocused.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="maximize_unfocused_prelight">
<image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="maximize_unfocused_prelight.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="maximize_unfocused_pressed">
<image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<!--minimize-->
<draw_ops name="minimize_focused">
<image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="minimize_focused_pressed">
<image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="minimize_focused_prelight">
<image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="minimize_unfocused">
<image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="minimize_unfocused_prelight">
<image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="minimize_unfocused_pressed">
<image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="maximize_unfocused_pressed.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>

View File

@ -147,100 +147,103 @@
</draw_ops>
<!--close-->
<draw_ops name="close_focused">
<image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="close_focused_pressed">
<image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close_focused_normal.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="close_focused_prelight">
<image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close_focused_prelight.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="close_focused_pressed">
<image filename="close_focused_pressed.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="close_unfocused">
<image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close_unfocused.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="close_unfocused_prelight">
<image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close_unfocused_prelight.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="close_unfocused_pressed">
<image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="close_unfocused_pressed.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<!--maximize-->
<draw_ops name="maximize_focused">
<image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="maximize_focused_pressed">
<image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="maximize_focused_normal.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="maximize_focused_prelight">
<image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="maximize_focused_prelight.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="maximize_focused_pressed">
<image filename="maximize_focused_pressed.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="maximize_unfocused">
<image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="maximize_unfocused.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="maximize_unfocused_prelight">
<image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="maximize_unfocused_prelight.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<draw_ops name="maximize_unfocused_pressed">
<image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="maximize_unfocused_pressed.png"
x="(width - object_width) / 2"
y="(height - object_height) / 2"
width="object_width"
height="object_height"/>
</draw_ops>
<!--minimize-->
<draw_ops name="minimize_focused">
<image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="minimize_focused_pressed">
<image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="minimize_focused_prelight">
<image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="minimize_unfocused">
<image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="minimize_unfocused_prelight">
<image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="minimize_unfocused_pressed">
<image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
<image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/>
</draw_ops>
<!--Todo-->
<draw_ops name="menu_focused"></draw_ops>
<draw_ops name="menu_focused_pressed"></draw_ops>