aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorHorst31802015-07-09 19:34:30 +0200
committerHorst31802015-07-09 19:34:30 +0200
commita79b1cee8a23fdc63b28265919e429919870bf4f (patch)
tree8adc71527559815b6d8dcdd91561af8021084669 /common
parentb45fb56bf7c8550f68f310413511afbcff729344 (diff)
downloadsolarc-theme-a79b1cee8a23fdc63b28265919e429919870bf4f.tar.gz
solarc-theme-a79b1cee8a23fdc63b28265919e429919870bf4f.tar.xz
solarc-theme-a79b1cee8a23fdc63b28265919e429919870bf4f.zip
metacity tweaks
Diffstat (limited to 'common')
-rw-r--r--common/gtk-3.0/3.14/_colors.scss6
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid.css6
-rw-r--r--common/gtk-3.0/3.14/gtk-contained.css6
-rw-r--r--common/gtk-3.0/3.16/_colors.scss6
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid.css6
-rw-r--r--common/gtk-3.0/3.16/gtk-contained.css6
-rw-r--r--common/metacity-1/close.svg109
-rw-r--r--common/metacity-1/close_prelight.svg109
-rw-r--r--common/metacity-1/close_pressed.svg109
-rw-r--r--common/metacity-1/close_unfocused.svg108
-rw-r--r--common/metacity-1/max.svg85
-rw-r--r--common/metacity-1/max_prelight.svg118
-rw-r--r--common/metacity-1/max_pressed.svg119
-rw-r--r--common/metacity-1/max_unfocused.svg85
-rw-r--r--common/metacity-1/metacity-theme-1-dark.xml778
-rw-r--r--common/metacity-1/metacity-theme-1.xml108
-rw-r--r--common/metacity-1/metacity-theme-2-dark.xml778
-rw-r--r--common/metacity-1/metacity-theme-2.xml108
-rw-r--r--common/metacity-1/min.svg85
-rw-r--r--common/metacity-1/min_prelight.svg118
-rw-r--r--common/metacity-1/min_pressed.svg119
-rw-r--r--common/metacity-1/min_unfocused.svg85
22 files changed, 1736 insertions, 1321 deletions
diff --git a/common/gtk-3.0/3.14/_colors.scss b/common/gtk-3.0/3.14/_colors.scss
index c031362..3186aac 100644
--- a/common/gtk-3.0/3.14/_colors.scss
+++ b/common/gtk-3.0/3.14/_colors.scss
@@ -91,7 +91,7 @@ $wm_button_unfocused_border: if($variant == 'light' and $darker == 'false', #ddd
$wm_button_hover_border: $selected_bg_color;
$wm_button_active_border: $selected_bg_color;
-$wm_icon_bg: if($variant == 'light' and $darker == 'false', #a7adb9, #939ca8);
-$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #babec7, #686f78);
-$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #757d91, #afb8c5);
+$wm_icon_bg: if($variant == 'light' and $darker == 'false', #8d93a4, #939ca8);
+$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #b8bcc7, #686f78);
+$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #70788d, #afb8c5);
$wm_icon_active_bg: $selected_fg_color;
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid.css b/common/gtk-3.0/3.14/gtk-contained-solid.css
index 3782119..61fe1c3 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid.css
@@ -3529,8 +3529,8 @@ GtkFileChooserDialog .action-bar.frame {
@define-color wm_button_unfocused_border #dddee2;
@define-color wm_button_hover_border #5294E2;
@define-color wm_button_active_border #5294E2;
-@define-color wm_icon_bg #a7adb9;
-@define-color wm_icon_unfocused_bg #babec7;
-@define-color wm_icon_hover_bg #757d91;
+@define-color wm_icon_bg #8d93a4;
+@define-color wm_icon_unfocused_bg #b8bcc7;
+@define-color wm_icon_hover_bg #70788d;
@define-color wm_icon_active_bg #ffffff;
@define-color content_view_bg #ffffff;
diff --git a/common/gtk-3.0/3.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css
index 3017f8a..4d2bc97 100644
--- a/common/gtk-3.0/3.14/gtk-contained.css
+++ b/common/gtk-3.0/3.14/gtk-contained.css
@@ -3529,8 +3529,8 @@ GtkFileChooserDialog .action-bar.frame {
@define-color wm_button_unfocused_border #dddee2;
@define-color wm_button_hover_border #5294E2;
@define-color wm_button_active_border #5294E2;
-@define-color wm_icon_bg #a7adb9;
-@define-color wm_icon_unfocused_bg #babec7;
-@define-color wm_icon_hover_bg #757d91;
+@define-color wm_icon_bg #8d93a4;
+@define-color wm_icon_unfocused_bg #b8bcc7;
+@define-color wm_icon_hover_bg #70788d;
@define-color wm_icon_active_bg #ffffff;
@define-color content_view_bg #ffffff;
diff --git a/common/gtk-3.0/3.16/_colors.scss b/common/gtk-3.0/3.16/_colors.scss
index c031362..3186aac 100644
--- a/common/gtk-3.0/3.16/_colors.scss
+++ b/common/gtk-3.0/3.16/_colors.scss
@@ -91,7 +91,7 @@ $wm_button_unfocused_border: if($variant == 'light' and $darker == 'false', #ddd
$wm_button_hover_border: $selected_bg_color;
$wm_button_active_border: $selected_bg_color;
-$wm_icon_bg: if($variant == 'light' and $darker == 'false', #a7adb9, #939ca8);
-$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #babec7, #686f78);
-$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #757d91, #afb8c5);
+$wm_icon_bg: if($variant == 'light' and $darker == 'false', #8d93a4, #939ca8);
+$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #b8bcc7, #686f78);
+$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #70788d, #afb8c5);
$wm_icon_active_bg: $selected_fg_color;
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid.css b/common/gtk-3.0/3.16/gtk-contained-solid.css
index e71b521..cc13fa1 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid.css
@@ -3392,8 +3392,8 @@ GtkFileChooserDialog .action-bar.frame {
@define-color wm_button_unfocused_border #dddee2;
@define-color wm_button_hover_border #5294E2;
@define-color wm_button_active_border #5294E2;
-@define-color wm_icon_bg #a7adb9;
-@define-color wm_icon_unfocused_bg #babec7;
-@define-color wm_icon_hover_bg #757d91;
+@define-color wm_icon_bg #8d93a4;
+@define-color wm_icon_unfocused_bg #b8bcc7;
+@define-color wm_icon_hover_bg #70788d;
@define-color wm_icon_active_bg #ffffff;
@define-color content_view_bg #ffffff;
diff --git a/common/gtk-3.0/3.16/gtk-contained.css b/common/gtk-3.0/3.16/gtk-contained.css
index a685262..188ea9f 100644
--- a/common/gtk-3.0/3.16/gtk-contained.css
+++ b/common/gtk-3.0/3.16/gtk-contained.css
@@ -3392,8 +3392,8 @@ GtkFileChooserDialog .action-bar.frame {
@define-color wm_button_unfocused_border #dddee2;
@define-color wm_button_hover_border #5294E2;
@define-color wm_button_active_border #5294E2;
-@define-color wm_icon_bg #a7adb9;
-@define-color wm_icon_unfocused_bg #babec7;
-@define-color wm_icon_hover_bg #757d91;
+@define-color wm_icon_bg #8d93a4;
+@define-color wm_icon_unfocused_bg #b8bcc7;
+@define-color wm_icon_hover_bg #70788d;
@define-color wm_icon_active_bg #ffffff;
@define-color content_view_bg #ffffff;
diff --git a/common/metacity-1/close.svg b/common/metacity-1/close.svg
deleted file mode 100644
index ee25b7c..0000000
--- a/common/metacity-1/close.svg
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- enable-background="new 0 0 32 32"
- height="16"
- id="Layer_1"
- version="1.1"
- viewBox="0 0 16 16"
- width="16"
- xml:space="preserve"
- inkscape:version="0.91 r13725"
- sodipodi:docname="close.svg"><metadata
- id="metadata26"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
- id="defs24" /><sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1366"
- inkscape:window-height="720"
- id="namedview22"
- showgrid="true"
- inkscape:zoom="16"
- inkscape:cx="-1.0102173"
- inkscape:cy="2.449103"
- inkscape:window-x="0"
- inkscape:window-y="25"
- inkscape:window-maximized="1"
- inkscape:current-layer="Layer_1"
- inkscape:snap-bbox="true"
- inkscape:bbox-paths="true"
- inkscape:bbox-nodes="true"
- inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
- type="xygrid"
- id="grid3003"
- empspacing="5"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true" /></sodipodi:namedview><g
- style="display:inline"
- id="titlebutton-close"
- inkscape:label="#g6210"
- transform="translate(-645,185.63782)"><g
- id="g4927-9"
- style="display:inline;opacity:1"
- transform="translate(-678,-432.63782)"><g
- transform="translate(-103,0)"
- style="display:inline;opacity:1"
- id="g4490-6-5-2"><g
- id="g4092-0-2-21-0"
- style="display:inline"
- transform="translate(58,0)"><circle
- r="7"
- cy="255"
- cx="1376"
- style="fill:#f37076;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path4068-7-5-9-6" /></g></g><g
- id="g4778-2-68"
- transform="translate(1323,246.86719)"
- style="fill:#ffffff;fill-opacity:1"><g
- style="display:inline;fill:#ffffff;fill-opacity:1"
- id="layer9-9-4-4"
- transform="translate(-60,-518)" /><g
- id="layer10-2-1-8"
- transform="translate(-60,-518)"
- style="fill:#ffffff;fill-opacity:1" /><g
- id="layer11-16-4-9"
- transform="translate(-60,-518)"
- style="fill:#ffffff;fill-opacity:1" /><g
- transform="matrix(0.75,0,0,0.75,2,2.0546875)"
- id="g2996-76-5"
- style="fill:#ffffff;fill-opacity:1"><g
- transform="translate(-60,-518)"
- id="layer12-4-5-7"
- style="fill:#ffffff;fill-opacity:1"><g
- transform="translate(19,-242)"
- id="layer4-4-1-9-5"
- style="display:inline;fill:#ffffff;fill-opacity:1"><path
- inkscape:connector-curvature="0"
- d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z"
- id="path10839-9-2-2"
- style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /></g></g></g><g
- id="layer13-2-6-11"
- transform="translate(-60,-518)"
- style="fill:#ffffff;fill-opacity:1" /><g
- id="layer14-4-0-33"
- transform="translate(-60,-518)"
- style="fill:#ffffff;fill-opacity:1" /><g
- id="layer15-7-3-0"
- transform="translate(-60,-518)"
- style="fill:#ffffff;fill-opacity:1" /></g></g><rect
- y="-185.63782"
- x="645"
- height="16"
- width="16"
- id="rect17883-39"
- style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file
diff --git a/common/metacity-1/close_prelight.svg b/common/metacity-1/close_prelight.svg
deleted file mode 100644
index 6b7ff04..0000000
--- a/common/metacity-1/close_prelight.svg
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- enable-background="new 0 0 32 32"
- height="16"
- id="Layer_1"
- version="1.1"
- viewBox="0 0 16 16"
- width="16"
- xml:space="preserve"
- inkscape:version="0.91 r13725"
- sodipodi:docname="close_prelight.svg"><metadata
- id="metadata26"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
- id="defs24" /><sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1366"
- inkscape:window-height="720"
- id="namedview22"
- showgrid="true"
- inkscape:zoom="16"
- inkscape:cx="-1.0102173"
- inkscape:cy="2.449103"
- inkscape:window-x="0"
- inkscape:window-y="25"
- inkscape:window-maximized="1"
- inkscape:current-layer="Layer_1"
- inkscape:snap-bbox="true"
- inkscape:bbox-paths="true"
- inkscape:bbox-nodes="true"
- inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
- type="xygrid"
- id="grid3003"
- empspacing="5"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true" /></sodipodi:namedview><g
- style="display:inline"
- id="titlebutton-close-hover"
- inkscape:label="#g6260"
- transform="translate(-542,185.63782)"><g
- id="g4927"
- style="display:inline;opacity:1"
- transform="translate(-781,-432.63782)"><g
- transform="translate(-103,0)"
- style="display:inline;opacity:1"
- id="g4490-6-9"><g
- id="g4092-0-2-3"
- style="display:inline"
- transform="translate(58,0)"><circle
- r="7"
- cy="255"
- cx="1376"
- style="fill:#f79da1;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path4068-7-5-8" /></g></g><g
- id="g4778-4"
- transform="translate(1323,246.86719)"
- style="fill:#ffffff;fill-opacity:1"><g
- style="display:inline;fill:#ffffff;fill-opacity:1"
- id="layer9-9-44"
- transform="translate(-60,-518)" /><g
- id="layer10-2-9"
- transform="translate(-60,-518)"
- style="fill:#ffffff;fill-opacity:1" /><g
- id="layer11-16-3"
- transform="translate(-60,-518)"
- style="fill:#ffffff;fill-opacity:1" /><g
- transform="matrix(0.75,0,0,0.75,2,2.0546875)"
- id="g2996-9"
- style="fill:#ffffff;fill-opacity:1"><g
- transform="translate(-60,-518)"
- id="layer12-4-7"
- style="fill:#ffffff;fill-opacity:1"><g
- transform="translate(19,-242)"
- id="layer4-4-1-3"
- style="display:inline;fill:#ffffff;fill-opacity:1"><path
- inkscape:connector-curvature="0"
- d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z"
- id="path10839-9-5"
- style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /></g></g></g><g
- id="layer13-2-02"
- transform="translate(-60,-518)"
- style="fill:#ffffff;fill-opacity:1" /><g
- id="layer14-4-7"
- transform="translate(-60,-518)"
- style="fill:#ffffff;fill-opacity:1" /><g
- id="layer15-7-4"
- transform="translate(-60,-518)"
- style="fill:#ffffff;fill-opacity:1" /></g></g><rect
- y="-185.63782"
- x="542"
- height="16"
- width="16"
- id="rect17883-5"
- style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file
diff --git a/common/metacity-1/close_pressed.svg b/common/metacity-1/close_pressed.svg
deleted file mode 100644
index a294819..0000000
--- a/common/metacity-1/close_pressed.svg
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- enable-background="new 0 0 32 32"
- height="16"
- id="Layer_1"
- version="1.1"
- viewBox="0 0 16 16"
- width="16"
- xml:space="preserve"
- inkscape:version="0.91 r13725"
- sodipodi:docname="close_pressed.svg"><metadata
- id="metadata26"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
- id="defs24" /><sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1366"
- inkscape:window-height="720"
- id="namedview22"
- showgrid="true"
- inkscape:zoom="16"
- inkscape:cx="-1.0102173"
- inkscape:cy="2.449103"
- inkscape:window-x="0"
- inkscape:window-y="25"
- inkscape:window-maximized="1"
- inkscape:current-layer="Layer_1"
- inkscape:snap-bbox="true"
- inkscape:bbox-paths="true"
- inkscape:bbox-nodes="true"
- inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
- type="xygrid"
- id="grid3003"
- empspacing="5"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true" /></sodipodi:namedview><g
- style="display:inline"
- id="titlebutton-close-active"
- inkscape:label="#g6332"
- transform="translate(-441,185.63782)"><g
- id="g4927-8-7"
- style="display:inline;opacity:1"
- transform="translate(-882,-432.63782)"><g
- transform="translate(-103,0)"
- style="display:inline;opacity:1"
- id="g4490-6-3-7"><g
- id="g4092-0-2-2-1"
- style="display:inline"
- transform="translate(58,0)"><circle
- r="7"
- cy="255"
- cx="1376"
- style="fill:#ef4048;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path4068-7-5-4-9" /></g></g><g
- id="g4778-3-6"
- transform="translate(1323,246.86719)"
- style="fill:#ffffff;fill-opacity:1"><g
- style="display:inline;fill:#ffffff;fill-opacity:1"
- id="layer9-9-6-0"
- transform="translate(-60,-518)" /><g
- id="layer10-2-3-6"
- transform="translate(-60,-518)"
- style="fill:#ffffff;fill-opacity:1" /><g
- id="layer11-16-2-2"
- transform="translate(-60,-518)"
- style="fill:#ffffff;fill-opacity:1" /><g
- transform="matrix(0.75,0,0,0.75,2,2.0546875)"
- id="g2996-7-0"
- style="fill:#ffffff;fill-opacity:1"><g
- transform="translate(-60,-518)"
- id="layer12-4-6-3"
- style="fill:#ffffff;fill-opacity:1"><g
- transform="translate(19,-242)"
- id="layer4-4-1-4-1"
- style="display:inline;fill:#ffffff;fill-opacity:1"><path
- inkscape:connector-curvature="0"
- d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z"
- id="path10839-9-8-7"
- style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /></g></g></g><g
- id="layer13-2-0-2"
- transform="translate(-60,-518)"
- style="fill:#ffffff;fill-opacity:1" /><g
- id="layer14-4-4-0"
- transform="translate(-60,-518)"
- style="fill:#ffffff;fill-opacity:1" /><g
- id="layer15-7-5-0"
- transform="translate(-60,-518)"
- style="fill:#ffffff;fill-opacity:1" /></g></g><rect
- y="-185.63782"
- x="441"
- height="16"
- width="16"
- id="rect17883-02"
- style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file
diff --git a/common/metacity-1/close_unfocused.svg b/common/metacity-1/close_unfocused.svg
deleted file mode 100644
index 4beb085..0000000
--- a/common/metacity-1/close_unfocused.svg
+++ /dev/null
@@ -1,108 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- enable-background="new 0 0 32 32"
- height="16"
- id="Layer_1"
- version="1.1"
- viewBox="0 0 16 16"
- width="16"
- xml:space="preserve"
- inkscape:version="0.91 r13725"
- sodipodi:docname="close_unfocused.svg"><metadata
- id="metadata26"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
- id="defs24" /><sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1366"
- inkscape:window-height="720"
- id="namedview22"
- showgrid="true"
- inkscape:zoom="16"
- inkscape:cx="-1.0102173"
- inkscape:cy="2.449103"
- inkscape:window-x="0"
- inkscape:window-y="25"
- inkscape:window-maximized="1"
- inkscape:current-layer="Layer_1"
- inkscape:snap-bbox="true"
- inkscape:bbox-paths="true"
- inkscape:bbox-nodes="true"
- inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
- type="xygrid"
- id="grid3003"
- empspacing="5"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true" /></sodipodi:namedview><g
- id="titlebutton-close-backdrop"
- inkscape:label="#g6497"
- style="display:inline;opacity:0.7"
- transform="translate(-645,168.63782)"><g
- id="g4927-9-9"
- style="display:inline;opacity:1"
- transform="translate(-678,-415.63782)"><ellipse
- cy="255"
- cx="1331"
- style="display:inline;opacity:0.9;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path4068-7-5-9-6-7-2-2"
- rx="6"
- ry="6.0000005" /><path
- style="display:inline;opacity:0.1;fill:#525d76;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- d="m 1331,248 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z"
- id="path4068-7-5-9-6-7-2-5-8"
- inkscape:connector-curvature="0" /><g
- id="g4778-2"
- transform="translate(1323,246.86719)"
- style="fill:#ffffff;fill-opacity:1"><g
- style="display:inline;fill:#ffffff;fill-opacity:1"
- id="layer9-9-4"
- transform="translate(-60,-518)" /><g
- id="layer10-2-1"
- transform="translate(-60,-518)"
- style="fill:#ffffff;fill-opacity:1" /><g
- id="layer11-16-4"
- transform="translate(-60,-518)"
- style="fill:#ffffff;fill-opacity:1" /><g
- transform="matrix(0.75,0,0,0.75,2,2.0546875)"
- id="g2996-76"
- style="fill:#ffffff;fill-opacity:1"><g
- transform="translate(-60,-518)"
- id="layer12-4-5"
- style="fill:#ffffff;fill-opacity:1"><g
- transform="translate(19,-242)"
- id="layer4-4-1-9"
- style="display:inline;fill:#ffffff;fill-opacity:1"><path
- inkscape:connector-curvature="0"
- d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z"
- id="path10839-9-2"
- style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#525d76;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /></g></g></g><g
- id="layer13-2-6"
- transform="translate(-60,-518)"
- style="fill:#ffffff;fill-opacity:1" /><g
- id="layer14-4-0"
- transform="translate(-60,-518)"
- style="fill:#ffffff;fill-opacity:1" /><g
- id="layer15-7-3"
- transform="translate(-60,-518)"
- style="fill:#ffffff;fill-opacity:1" /></g></g><rect
- style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
- id="rect17883-39-2"
- width="16"
- height="16"
- x="645"
- y="-168.63782" /></g></svg> \ No newline at end of file
diff --git a/common/metacity-1/max.svg b/common/metacity-1/max.svg
deleted file mode 100644
index 37b7f8e..0000000
--- a/common/metacity-1/max.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- enable-background="new 0 0 32 32"
- height="16"
- id="Layer_1"
- version="1.1"
- viewBox="0 0 16 16"
- width="16"
- xml:space="preserve"
- inkscape:version="0.91 r13725"
- sodipodi:docname="max.svg"><metadata
- id="metadata26"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
- id="defs24" /><sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1366"
- inkscape:window-height="720"
- id="namedview22"
- showgrid="true"
- inkscape:zoom="16"
- inkscape:cx="-1.0102173"
- inkscape:cy="2.449103"
- inkscape:window-x="0"
- inkscape:window-y="25"
- inkscape:window-maximized="1"
- inkscape:current-layer="Layer_1"
- inkscape:snap-bbox="true"
- inkscape:bbox-paths="true"
- inkscape:bbox-nodes="true"
- inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
- type="xygrid"
- id="grid3003"
- empspacing="5"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true" /></sodipodi:namedview><g
- style="display:inline"
- id="titlebutton-max"
- inkscape:label="#g6234"
- transform="translate(-616,185.63782)"><ellipse
- cy="-177.63782"
- cx="624"
- style="display:inline;opacity:0.9;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path4068-7-5-9-6-7-2-6"
- rx="6"
- ry="6.0000005" /><path
- style="display:inline;opacity:0.1;fill:#525d76;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- d="m 624,-184.63782 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z"
- id="path4068-7-5-9-6-7-2-5-2"
- inkscape:connector-curvature="0" /><g
- id="g7146"
- style="display:inline;opacity:1"
- transform="translate(-781,-432.63782)"><g
- transform="translate(-29,0)"
- style="display:inline;opacity:1"
- id="g4490-2-96"><g
- id="g4092-0-6-83"
- style="display:inline"
- transform="translate(58,0)" /></g><path
- id="path4293-5-95"
- style="display:inline;opacity:0.5;fill:#525d76;fill-opacity:1;fill-rule:evenodd;stroke:none"
- d="m 1403.7995,252 3.3818,0 c 0.4503,0 0.8162,0.36847 0.8187,0.8188 l 0,3.3817 z m 2.4074,6.00692 -3.395,0 c -0.4504,0 -0.8188,-0.36842 -0.8188,-0.81875 l 0,-3.39509 4.2138,4.21384"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csscccsscc" /></g><rect
- y="-185.63782"
- x="616"
- height="16"
- width="16"
- id="rect17883-29"
- style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file
diff --git a/common/metacity-1/max_prelight.svg b/common/metacity-1/max_prelight.svg
deleted file mode 100644
index a6986e1..0000000
--- a/common/metacity-1/max_prelight.svg
+++ /dev/null
@@ -1,118 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- enable-background="new 0 0 32 32"
- height="16"
- id="Layer_1"
- version="1.1"
- viewBox="0 0 16 16"
- width="16"
- xml:space="preserve"
- inkscape:version="0.91 r13725"
- sodipodi:docname="max_prelight.svg"><metadata
- id="metadata26"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
- id="defs24" /><sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1366"
- inkscape:window-height="720"
- id="namedview22"
- showgrid="true"
- inkscape:zoom="16"
- inkscape:cx="-1.0102173"
- inkscape:cy="2.449103"
- inkscape:window-x="0"
- inkscape:window-y="25"
- inkscape:window-maximized="1"
- inkscape:current-layer="Layer_1"
- inkscape:snap-bbox="true"
- inkscape:bbox-paths="true"
- inkscape:bbox-nodes="true"
- inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
- type="xygrid"
- id="grid3003"
- empspacing="5"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true" /></sodipodi:namedview><g
- style="display:inline"
- id="titlebutton-max-hover"
- inkscape:label="#g6284"
- transform="translate(-513,185.63782)"><g
- id="g4891"
- style="display:inline;opacity:1"
- transform="translate(-781,-432.63782)"><ellipse
- cy="255"
- cx="1302"
- style="display:inline;opacity:0.9;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path4068-7-5-9-6-7-2-4"
- rx="6"
- ry="6.0000005" /><path
- style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- d="m 1302,248 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z"
- id="path4068-7-5-9-6-7-2-5-78"
- inkscape:connector-curvature="0" /><g
- id="g4806-9"
- transform="translate(1294,247)"
- style="fill:#c0e3ff;fill-opacity:1"><g
- transform="translate(-81.0002,-967)"
- style="display:inline;fill:#c0e3ff;fill-opacity:1"
- inkscape:label="status"
- id="layer9-78-7" /><g
- transform="translate(-81.0002,-967)"
- inkscape:label="devices"
- id="layer10-3-3"
- style="fill:#c0e3ff;fill-opacity:1" /><g
- transform="translate(-81.0002,-967)"
- inkscape:label="apps"
- id="layer11-19-75"
- style="fill:#c0e3ff;fill-opacity:1" /><g
- transform="translate(-81.0002,-967)"
- inkscape:label="places"
- id="layer13-4-9"
- style="fill:#c0e3ff;fill-opacity:1" /><g
- transform="translate(-81.0002,-967)"
- inkscape:label="mimetypes"
- id="layer14-8-5"
- style="fill:#c0e3ff;fill-opacity:1" /><g
- transform="translate(-81.0002,-967)"
- style="display:inline;fill:#c0e3ff;fill-opacity:1"
- inkscape:label="emblems"
- id="layer15-5-8" /><g
- transform="translate(-81.0002,-967)"
- style="display:inline;fill:#c0e3ff;fill-opacity:1"
- inkscape:label="emotes"
- id="g71291-1-7" /><g
- transform="translate(-81.0002,-967)"
- style="display:inline;fill:#c0e3ff;fill-opacity:1"
- inkscape:label="categories"
- id="g4953-7-1" /><g
- transform="translate(-81.0002,-967)"
- style="display:inline;fill:#c0e3ff;fill-opacity:1"
- inkscape:label="actions"
- id="layer12-3-0"><path
- sodipodi:nodetypes="csscccsscc"
- inkscape:connector-curvature="0"
- d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384"
- style="opacity:0.8;fill:#525d76;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path4293-6" /></g></g></g><rect
- y="-185.63782"
- x="513"
- height="16"
- width="16"
- id="rect17883-0"
- style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file
diff --git a/common/metacity-1/max_pressed.svg b/common/metacity-1/max_pressed.svg
deleted file mode 100644
index eafbbf5..0000000
--- a/common/metacity-1/max_pressed.svg
+++ /dev/null
@@ -1,119 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- enable-background="new 0 0 32 32"
- height="16"
- id="Layer_1"
- version="1.1"
- viewBox="0 0 16 16"
- width="16"
- xml:space="preserve"
- inkscape:version="0.91 r13725"
- sodipodi:docname="max_pressed.svg"><metadata
- id="metadata26"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
- id="defs24" /><sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1366"
- inkscape:window-height="720"
- id="namedview22"
- showgrid="true"
- inkscape:zoom="16"
- inkscape:cx="-1.0102173"
- inkscape:cy="2.449103"
- inkscape:window-x="0"
- inkscape:window-y="25"
- inkscape:window-maximized="1"
- inkscape:current-layer="Layer_1"
- inkscape:snap-bbox="true"
- inkscape:bbox-paths="true"
- inkscape:bbox-nodes="true"
- inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
- type="xygrid"
- id="grid3003"
- empspacing="5"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true" /></sodipodi:namedview><g
- style="display:inline"
- id="titlebutton-max-active"
- inkscape:label="#g6356"
- transform="translate(-412,185.63782)"><g
- id="g4891-4"
- style="display:inline;opacity:1"
- transform="translate(-882,-432.63782)"><g
- transform="translate(-132,0)"
- style="display:inline;opacity:1"
- id="g4490-2-9-1-2"><g
- id="g4092-0-6-3-6-8"
- style="display:inline"
- transform="translate(58,0)"><circle
- r="7"
- cy="255"
- cx="1376"
- style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path4068-7-6-5-1-6" /></g></g><g
- id="g4806-5-2"
- transform="translate(1294,247)"
- style="fill:#c0e3ff;fill-opacity:1"><g
- transform="translate(-81.0002,-967)"
- style="display:inline;fill:#c0e3ff;fill-opacity:1"
- inkscape:label="status"
- id="layer9-78-2-0" /><g
- transform="translate(-81.0002,-967)"
- inkscape:label="devices"
- id="layer10-3-9-9"
- style="fill:#c0e3ff;fill-opacity:1" /><g
- transform="translate(-81.0002,-967)"
- inkscape:label="apps"
- id="layer11-19-7-6"
- style="fill:#c0e3ff;fill-opacity:1" /><g
- transform="translate(-81.0002,-967)"
- inkscape:label="places"
- id="layer13-4-7-4"
- style="fill:#c0e3ff;fill-opacity:1" /><g
- transform="translate(-81.0002,-967)"
- inkscape:label="mimetypes"
- id="layer14-8-9-7"
- style="fill:#c0e3ff;fill-opacity:1" /><g
- transform="translate(-81.0002,-967)"
- style="display:inline;fill:#c0e3ff;fill-opacity:1"
- inkscape:label="emblems"
- id="layer15-5-4-2" /><g
- transform="translate(-81.0002,-967)"
- style="display:inline;fill:#c0e3ff;fill-opacity:1"
- inkscape:label="emotes"
- id="g71291-1-4-6" /><g
- transform="translate(-81.0002,-967)"
- style="display:inline;fill:#c0e3ff;fill-opacity:1"
- inkscape:label="categories"
- id="g4953-7-0-8" /><g
- transform="translate(-81.0002,-967)"
- style="display:inline;fill:#c0e3ff;fill-opacity:1"
- inkscape:label="actions"
- id="layer12-3-7-2"><path
- sodipodi:nodetypes="csscccsscc"
- inkscape:connector-curvature="0"
- d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="path4293-4-9" /></g></g></g><rect
- y="-185.63782"
- x="412"
- height="16"
- width="16"
- id="rect17883-79"
- style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file
diff --git a/common/metacity-1/max_unfocused.svg b/common/metacity-1/max_unfocused.svg
deleted file mode 100644
index 035326e..0000000
--- a/common/metacity-1/max_unfocused.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- enable-background="new 0 0 32 32"
- height="16"
- id="Layer_1"
- version="1.1"
- viewBox="0 0 16 16"
- width="16"
- xml:space="preserve"
- inkscape:version="0.91 r13725"
- sodipodi:docname="max_unfocused.svg"><metadata
- id="metadata26"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
- id="defs24" /><sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1366"
- inkscape:window-height="720"
- id="namedview22"
- showgrid="true"
- inkscape:zoom="16"
- inkscape:cx="-1.0102173"
- inkscape:cy="2.449103"
- inkscape:window-x="0"
- inkscape:window-y="25"
- inkscape:window-maximized="1"
- inkscape:current-layer="Layer_1"
- inkscape:snap-bbox="true"
- inkscape:bbox-paths="true"
- inkscape:bbox-nodes="true"
- inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
- type="xygrid"
- id="grid3003"
- empspacing="5"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true" /></sodipodi:namedview><g
- id="titlebutton-max-backdrop"
- inkscape:label="#g6521"
- style="display:inline;opacity:0.7"
- transform="translate(-616,168.63782)"><ellipse
- cy="-160.63782"
- cx="624"
- style="display:inline;opacity:0.9;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path4068-7-5-9-6-7-2-84"
- rx="6"
- ry="6.0000005" /><path
- style="display:inline;opacity:0.1;fill:#525d76;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- d="m 624,-167.63782 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z"
- id="path4068-7-5-9-6-7-2-5-7"
- inkscape:connector-curvature="0" /><g
- style="display:inline;opacity:1"
- id="g7146-1"
- transform="translate(-781,-415.63782)"><g
- transform="translate(-29,0)"
- style="display:inline;opacity:1"
- id="g4490-2"><g
- id="g4092-0-6"
- style="display:inline"
- transform="translate(58,0)" /></g><path
- id="path4293-5"
- style="display:inline;opacity:0.5;fill:#525d76;fill-opacity:1;fill-rule:evenodd;stroke:none"
- d="m 1403.7995,252 3.3818,0 c 0.4503,0 0.8162,0.36847 0.8187,0.8188 l 0,3.3817 z m 2.4074,6.00692 -3.395,0 c -0.4504,0 -0.8188,-0.36842 -0.8188,-0.81875 l 0,-3.39509 4.2138,4.21384"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csscccsscc" /></g><rect
- style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
- id="rect17883-39-6"
- width="16"
- height="16"
- x="616"
- y="-168.63782" /></g></svg> \ No newline at end of file
diff --git a/common/metacity-1/metacity-theme-1-dark.xml b/common/metacity-1/metacity-theme-1-dark.xml
new file mode 100644
index 0000000..113dce4
--- /dev/null
+++ b/common/metacity-1/metacity-theme-1-dark.xml
@@ -0,0 +1,778 @@
+<?xml version="1.0"?>
+<metacity_theme>
+<info>
+ <name>Arc</name>
+ <author>horst3180</author>
+ <copyright>horst3180</copyright>
+ <date>2015</date>
+ <description>Arc Metacity theme</description>
+</info>
+
+<!-- meaningfull constants -->
+
+<constant name="C_title_focused" value="#afb8c5" />
+<constant name="C_title_unfocused" value="#686f78" />
+
+<constant name="C_wm_bg_focused" value="#2f343b" />
+<constant name="C_wm_bg_unfocused" value="#32383f" />
+
+<constant name="C_wm_highlight" value="#353b44" />
+
+<!-- window button colors -->
+
+<!-- close -->
+<constant name="C_button_close_bg_focused" value="#e45e65" />
+<constant name="C_button_close_bg_hover" value="#f48085" />
+<constant name="C_button_close_bg_active" value="#e6262f" />
+
+<constant name="C_icon_close_bg_focused" value="#ffffff" />
+<constant name="C_icon_close_bg_hover" value="#ffffff" />
+<constant name="C_icon_close_bg_active" value="#ffffff" />
+
+<!-- minimize, maximize -->
+<constant name="C_button_bg_focused" value="#272c32" />
+<constant name="C_button_bg_unfocused" value="#2a3035" />
+<constant name="C_button_bg_hover" value="#272c32" />
+<constant name="C_button_bg_active" value="#5294E2" />
+
+<constant name="C_button_border_focused" value="#191C21" />
+<constant name="C_button_border_unfocused" value="#1F2328" />
+<constant name="C_button_border_hover" value="#5294E2" />
+<constant name="C_button_border_active" value="#5294E2" />
+
+<constant name="C_icon_bg_focused" value="#939ca8" />
+<constant name="C_icon_bg_unfocused" value="#686f78" />
+<constant name="C_icon_bg_hover" value="#afb8c5" />
+<constant name="C_icon_bg_active" value="#ffffff" />
+
+<!-- geometries -->
+
+<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1">
+ <distance name="left_width" value="0" />
+ <distance name="right_width" value="0" />
+ <distance name="bottom_height" value="0" />
+ <distance name="left_titlebar_edge" value="5"/>
+ <distance name="right_titlebar_edge" value="5"/>
+ <distance name="title_vertical_pad" value="3"/>
+ <border name="title_border" left="10" right="10" top="3" bottom="3"/>
+ <border name="button_border" left="0" right="0" top="0" bottom="0"/>
+ <distance name="button_width" value="30"/>
+ <distance name="button_height" value="16"/>
+</frame_geometry>
+
+<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal">
+</frame_geometry>
+
+<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false">
+ <distance name="left_width" value="0" />
+ <distance name="right_width" value="0" />
+ <distance name="left_titlebar_edge" value="0"/>
+ <distance name="right_titlebar_edge" value="0"/>
+ <distance name="title_vertical_pad" value="2"/> <!--
+ This needs to be 1 less then the
+ title_vertical_pad on normal state
+ or you'll have bigger buttons -->
+ <distance name="bottom_height" value="0" />
+</frame_geometry>
+
+<frame_geometry name="small" title_scale="small" parent="normal" hide_buttons="true" rounded_top_left="1" rounded_top_right="1">
+ <distance name="title_vertical_pad" value="7"/>
+ <border name="title_border" left="10" right="10" top="0" bottom="1"/>
+</frame_geometry>
+
+<frame_geometry name="small_unfocused" parent="small">
+ <distance name="left_titlebar_edge" value="1"/>
+ <distance name="right_titlebar_edge" value="1"/>
+</frame_geometry>
+
+<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" >
+ <distance name="left_width" value="0" />
+ <distance name="right_width" value="0" />
+ <distance name="bottom_height" value="0" />
+ <distance name="title_vertical_pad" value="0" />
+ <border name="title_border" left="10" right="10" top="0" bottom="0" />
+</frame_geometry>
+
+<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small">
+ <distance name="title_vertical_pad" value="5"/>
+</frame_geometry>
+
+<!-- drawing operations -->
+
+ <!-- title -->
+
+<draw_ops name="title_focused">
+ <title x="(0 `max` ((width - title_width) / 2)) + 2"
+ y="(0 `max` ((height - title_height) / 2)) + 1"
+ color="C_title_focused" />
+</draw_ops>
+
+<draw_ops name="title_unfocused">
+ <title x="(0 `max` ((width - title_width) / 2)) + 2"
+ y="(0 `max` ((height - title_height) / 2)) + 1"
+ color="C_title_unfocused"/>
+</draw_ops>
+
+ <!-- window decorations -->
+
+<draw_ops name="entire_background_focused">
+ <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" />
+</draw_ops>
+
+<draw_ops name="entire_background_unfocused">
+ <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" />
+</draw_ops>
+
+<draw_ops name="titlebar_focused">
+ <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" />
+ <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" />
+</draw_ops>
+
+<draw_ops name="titlebar_unfocused">
+ <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" />
+ <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" />
+</draw_ops>
+
+<draw_ops name="titlebar_max">
+
+</draw_ops>
+
+<draw_ops name="titlebar_small_focused">
+
+</draw_ops>
+
+<draw_ops name="titlebar_small_unfocused">
+
+</draw_ops>
+
+<draw_ops name="border_focused">
+ <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" />
+</draw_ops>
+
+<draw_ops name="border_unfocused">
+ <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/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_close_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="close_focused_pressed">
+ <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_close_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="close_focused_prelight">
+ <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_close_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="close_unfocused">
+ <image filename="button-bg.svg" colorize="C_button_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="close_unfocused_prelight">
+ <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_close_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="close_unfocused_pressed">
+ <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_close_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<!--maximize-->
+<draw_ops name="maximize_focused">
+ <image filename="button-bg.svg" colorize="C_button_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="maximize_focused_pressed">
+ <image filename="button-bg.svg" colorize="C_button_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="maximize_focused_prelight">
+ <image filename="button-bg.svg" colorize="C_button_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="maximize_unfocused">
+ <image filename="button-bg.svg" colorize="C_button_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="maximize_unfocused_prelight">
+ <image filename="button-bg.svg" colorize="C_button_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="maximize_unfocused_pressed">
+ <image filename="button-bg.svg" colorize="C_button_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<!--minimize-->
+<draw_ops name="minimize_focused">
+ <image filename="button-bg.svg" colorize="C_button_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="minimize_focused_pressed">
+ <image filename="button-bg.svg" colorize="C_button_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="minimize_focused_prelight">
+ <image filename="button-bg.svg" colorize="C_button_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="minimize_unfocused">
+ <image filename="button-bg.svg" colorize="C_button_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="minimize_unfocused_prelight">
+ <image filename="button-bg.svg" colorize="C_button_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="minimize_unfocused_pressed">
+ <image filename="button-bg.svg" colorize="C_button_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+
+<!--Todo-->
+<draw_ops name="menu_focused"></draw_ops>
+<draw_ops name="menu_focused_pressed"></draw_ops>
+<draw_ops name="menu_unfocused"></draw_ops>
+<draw_ops name="menu_unfocused_prelight"></draw_ops>
+<draw_ops name="menu_unfocused_pressed"></draw_ops>
+<draw_ops name="shade_focused"></draw_ops>
+<draw_ops name="shade_focused_pressed"></draw_ops>
+<draw_ops name="shade_unfocused"></draw_ops>
+<draw_ops name="shade_unfocused_prelight"></draw_ops>
+<draw_ops name="shade_unfocused_pressed"></draw_ops>
+
+<!-- frame styles -->
+
+<frame_style name="normal_focused" geometry="normal">
+ <piece position="entire_background" draw_ops="entire_background_focused" />
+ <piece position="titlebar" draw_ops="titlebar_focused" />
+ <piece position="title" draw_ops="title_focused" />
+ <button function="close" state="normal" draw_ops="close_focused" />
+ <button function="close" state="pressed" draw_ops="close_focused_pressed" />
+ <button function="close" state="prelight" draw_ops="close_focused_prelight" />
+ <button function="maximize" state="normal" draw_ops="maximize_focused" />
+ <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
+ <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
+ <button function="minimize" state="normal" draw_ops="minimize_focused" />
+ <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
+ <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
+ <button function="menu" state="normal" draw_ops="menu_focused" />
+ <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_focused" />
+ <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_focused" />
+ <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="normal_unfocused" geometry="normal_unfocused">
+ <piece position="entire_background" draw_ops="entire_background_unfocused" />
+ <piece position="titlebar" draw_ops="titlebar_unfocused" />
+ <piece position="title" draw_ops="title_unfocused" />
+ <button function="close" state="normal" draw_ops="close_unfocused"/>
+ <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
+ <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
+ <button function="maximize" state="normal" draw_ops="maximize_unfocused"/>
+ <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/>
+ <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/>
+ <button function="minimize" state="normal" draw_ops="minimize_unfocused"/>
+ <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/>
+ <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/>
+ <button function="menu" state="normal" draw_ops="menu_unfocused" />
+ <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
+ <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_unfocused" />
+ <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
+ <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_unfocused" />
+ <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" />
+ <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="normal_max_focused" geometry="max">
+ <piece position="entire_background" draw_ops="entire_background_focused" />
+ <piece position="titlebar" draw_ops="titlebar_max" />
+ <piece position="title" draw_ops="title_focused" />
+ <button function="close" state="normal" draw_ops="close_focused" />
+ <button function="close" state="pressed" draw_ops="close_focused_pressed" />
+ <button function="close" state="prelight" draw_ops="close_focused_prelight" />
+ <button function="maximize" state="normal" draw_ops="maximize_focused" />
+ <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
+ <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
+ <button function="minimize" state="normal" draw_ops="minimize_focused" />
+ <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
+ <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
+ <button function="menu" state="normal" draw_ops="menu_focused" />
+ <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_focused" />
+ <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_focused" />
+ <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="normal_max_unfocused" geometry="max">
+ <piece position="entire_background" draw_ops="entire_background_unfocused" />
+ <piece position="titlebar" draw_ops="titlebar_max" />
+ <piece position="title" draw_ops="title_unfocused" />
+ <button function="close" state="normal" draw_ops="close_unfocused"/>
+ <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
+ <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
+ <button function="maximize" state="normal" draw_ops="maximize_unfocused"/>
+ <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/>
+ <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/>
+ <button function="minimize" state="normal" draw_ops="minimize_unfocused"/>
+ <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/>
+ <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/>
+ <button function="menu" state="normal" draw_ops="menu_unfocused" />
+ <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
+ <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_unfocused" />
+ <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
+ <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_unfocused" />
+ <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" />
+ <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="normal_max_shaded_focused" geometry="max">
+ <piece position="entire_background" draw_ops="entire_background_focused" />
+ <piece position="titlebar" draw_ops="titlebar_max" />
+ <piece position="title" draw_ops="title_focused" />
+ <button function="close" state="normal" draw_ops="close_focused" />
+ <button function="close" state="pressed" draw_ops="close_focused_pressed" />
+ <button function="close" state="prelight" draw_ops="close_focused_prelight" />
+ <button function="maximize" state="normal" draw_ops="maximize_focused" />
+ <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
+ <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
+ <button function="minimize" state="normal" draw_ops="minimize_focused" />
+ <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
+ <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
+ <button function="menu" state="normal" draw_ops="menu_focused" />
+ <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_focused" />
+ <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_focused" />
+ <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="normal_max_shaded_unfocused" geometry="max">
+ <piece position="entire_background" draw_ops="entire_background_unfocused" />
+ <piece position="titlebar" draw_ops="titlebar_max" />
+ <piece position="title" draw_ops="title_unfocused" />
+ <button function="close" state="normal" draw_ops="close_unfocused"/>
+ <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
+ <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
+ <button function="maximize" state="normal" draw_ops="maximize_unfocused"/>
+ <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/>
+ <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/>
+ <button function="minimize" state="normal" draw_ops="minimize_unfocused"/>
+ <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/>
+ <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/>
+ <button function="menu" state="normal" draw_ops="menu_unfocused" />
+ <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
+ <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_unfocused" />
+ <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
+ <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_unfocused" />
+ <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" />
+ <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="dialog_focused" geometry="normal">
+ <piece position="entire_background" draw_ops="entire_background_focused" />
+ <piece position="titlebar" draw_ops="titlebar_focused" />
+ <piece position="title" draw_ops="title_focused" />
+ <button function="close" state="normal" draw_ops="close_focused" />
+ <button function="close" state="pressed" draw_ops="close_focused_pressed" />
+ <button function="close" state="prelight" draw_ops="close_focused_prelight" />
+ <button function="maximize" state="normal" draw_ops="maximize_focused" />
+ <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
+ <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
+ <button function="minimize" state="normal" draw_ops="minimize_focused" />
+ <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
+ <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
+ <button function="menu" state="normal" draw_ops="menu_focused" />
+ <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_focused" />
+ <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_focused" />
+ <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="dialog_unfocused" geometry="normal">
+ <piece position="entire_background" draw_ops="entire_background_unfocused" />
+ <piece position="titlebar" draw_ops="titlebar_unfocused" />
+ <piece position="title" draw_ops="title_unfocused" />
+ <button function="close" state="normal" draw_ops="close_unfocused"/>
+ <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
+ <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
+ <button function="maximize" state="normal" draw_ops="maximize_unfocused"/>
+ <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/>
+ <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/>
+ <button function="minimize" state="normal" draw_ops="minimize_unfocused"/>
+ <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/>
+ <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/>
+ <button function="menu" state="normal" draw_ops="menu_unfocused" />
+ <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
+ <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
+ <button function="shade" state="normal"><draw_ops></draw_ops></button>
+ <button function="shade" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unshade" state="normal"><draw_ops></draw_ops></button>
+ <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="modal_dialog_focused" geometry="modal">
+ <piece position="entire_background" draw_ops="entire_background_focused" />
+ <piece position="titlebar" draw_ops="titlebar_focused" />
+ <piece position="title" draw_ops="title_focused" />
+ <button function="close" state="normal" draw_ops="close_focused" />
+ <button function="close" state="pressed" draw_ops="close_focused_pressed" />
+ <button function="close" state="prelight" draw_ops="close_focused_prelight" />
+ <button function="maximize" state="normal" draw_ops="maximize_focused" />
+ <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
+ <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
+ <button function="minimize" state="normal" draw_ops="minimize_focused" />
+ <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
+ <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
+ <button function="menu" state="normal" draw_ops="menu_focused" />
+ <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_focused" />
+ <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_focused" />
+ <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="modal_dialog_unfocused" geometry="modal">
+ <piece position="entire_background" draw_ops="entire_background_unfocused" />
+ <piece position="titlebar" draw_ops="titlebar_focused" />
+ <piece position="title" draw_ops="title_unfocused" />
+ <button function="close" state="normal" draw_ops="close_unfocused"/>
+ <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
+ <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
+ <button function="maximize" state="normal" draw_ops="maximize_unfocused"/>
+ <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/>
+ <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/>
+ <button function="minimize" state="normal" draw_ops="minimize_unfocused"/>
+ <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/>
+ <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/>
+ <button function="menu" state="normal" draw_ops="menu_unfocused" />
+ <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
+ <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_unfocused" />
+ <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
+ <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_unfocused" />
+ <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" />
+ <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="utility_focused" geometry="small">
+ <piece position="entire_background" draw_ops="entire_background_focused" />
+ <piece position="titlebar" draw_ops="titlebar_small_focused" />
+ <piece position="title" draw_ops="title_focused" />
+ <button function="close" state="normal" draw_ops="close_focused" />
+ <button function="close" state="pressed" draw_ops="close_focused_pressed" />
+ <button function="close" state="prelight" draw_ops="close_focused_prelight" />
+ <button function="maximize" state="normal" draw_ops="maximize_focused" />
+ <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
+ <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
+ <button function="minimize" state="normal" draw_ops="minimize_focused" />
+ <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
+ <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
+ <button function="menu" state="normal" draw_ops="menu_focused" />
+ <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_focused" />
+ <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_focused" />
+ <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="utility_unfocused" geometry="small_unfocused">
+ <piece position="entire_background" draw_ops="entire_background_unfocused" />
+ <piece position="titlebar" draw_ops="titlebar_small_unfocused" />
+ <piece position="title" draw_ops="title_unfocused" />
+ <button function="close" state="normal" draw_ops="close_unfocused"/>
+ <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
+ <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
+ <button function="maximize" state="normal" draw_ops="maximize_unfocused"/>
+ <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/>
+ <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/>
+ <button function="minimize" state="normal" draw_ops="minimize_unfocused"/>
+ <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/>
+ <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/>
+ <button function="menu" state="normal" draw_ops="menu_unfocused" />
+ <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
+ <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_unfocused" />
+ <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
+ <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_unfocused" />
+ <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" />
+ <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="border_focused" geometry="borderless">
+ <piece position="entire_background" draw_ops="entire_background_focused" />
+ <piece position="overlay" draw_ops="border_focused" />
+ <button function="close" state="normal"><draw_ops></draw_ops></button>
+ <button function="close" state="pressed"><draw_ops></draw_ops></button>
+ <button function="maximize" state="normal"><draw_ops></draw_ops></button>
+ <button function="maximize" state="pressed"><draw_ops></draw_ops></button>
+ <button function="minimize" state="normal"><draw_ops></draw_ops></button>
+ <button function="minimize" state="pressed"><draw_ops></draw_ops></button>
+ <button function="menu" state="normal"><draw_ops></draw_ops></button>
+ <button function="menu" state="pressed"><draw_ops></draw_ops></button>
+ <button function="shade" state="normal"><draw_ops></draw_ops></button>
+ <button function="shade" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unshade" state="normal"><draw_ops></draw_ops></button>
+ <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="border_unfocused" geometry="borderless">
+ <piece position="entire_background" draw_ops="entire_background_unfocused" />
+ <piece position="overlay" draw_ops="border_unfocused" />
+ <button function="close" state="normal"><draw_ops></draw_ops></button>
+ <button function="close" state="pressed"><draw_ops></draw_ops></button>
+ <button function="maximize" state="normal"><draw_ops></draw_ops></button>
+ <button function="maximize" state="pressed"><draw_ops></draw_ops></button>
+ <button function="minimize" state="normal"><draw_ops></draw_ops></button>
+ <button function="minimize" state="pressed"><draw_ops></draw_ops></button>
+ <button function="menu" state="normal"><draw_ops></draw_ops></button>
+ <button function="menu" state="pressed"><draw_ops></draw_ops></button>
+ <button function="shade" state="normal"><draw_ops></draw_ops></button>
+ <button function="shade" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unshade" state="normal"><draw_ops></draw_ops></button>
+ <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<!-- placeholder for unimplementated styles-->
+<frame_style name="blank" geometry="normal">
+ <button function="close" state="normal"><draw_ops></draw_ops></button>
+ <button function="close" state="pressed"><draw_ops></draw_ops></button>
+ <button function="maximize" state="normal"><draw_ops></draw_ops></button>
+ <button function="maximize" state="pressed"><draw_ops></draw_ops></button>
+ <button function="minimize" state="normal"><draw_ops></draw_ops></button>
+ <button function="minimize" state="pressed"><draw_ops></draw_ops></button>
+ <button function="menu" state="normal"><draw_ops></draw_ops></button>
+ <button function="menu" state="pressed"><draw_ops></draw_ops></button>
+ <button function="shade" state="normal"><draw_ops></draw_ops></button>
+ <button function="shade" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unshade" state="normal"><draw_ops></draw_ops></button>
+ <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<!-- frame style sets -->
+
+<frame_style_set name="normal_style_set">
+ <frame focus="yes" state="normal" resize="both" style="normal_focused"/>
+ <frame focus="no" state="normal" resize="both" style="normal_unfocused"/>
+ <frame focus="yes" state="maximized" style="normal_max_focused"/>
+ <frame focus="no" state="maximized" style="normal_max_unfocused"/>
+ <frame focus="yes" state="shaded" style="normal_focused"/>
+ <frame focus="no" state="shaded" style="normal_unfocused"/>
+ <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/>
+ <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/>
+</frame_style_set>
+
+<frame_style_set name="dialog_style_set">
+ <frame focus="yes" state="normal" resize="both" style="dialog_focused"/>
+ <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/>
+ <frame focus="yes" state="maximized" style="blank"/>
+ <frame focus="no" state="maximized" style="blank"/>
+ <frame focus="yes" state="shaded" style="dialog_focused"/>
+ <frame focus="no" state="shaded" style="dialog_unfocused"/>
+ <frame focus="yes" state="maximized_and_shaded" style="blank"/>
+ <frame focus="no" state="maximized_and_shaded" style="blank"/>
+</frame_style_set>
+
+<frame_style_set name="modal_dialog_style_set">
+ <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/>
+ <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/>
+ <frame focus="yes" state="maximized" style="blank"/>
+ <frame focus="no" state="maximized" style="blank"/>
+ <frame focus="yes" state="shaded" style="modal_dialog_focused"/>
+ <frame focus="no" state="shaded" style="modal_dialog_unfocused"/>
+ <frame focus="yes" state="maximized_and_shaded" style="blank"/>
+ <frame focus="no" state="maximized_and_shaded" style="blank"/>
+</frame_style_set>
+
+<frame_style_set name="utility_style_set">
+ <frame focus="yes" state="normal" resize="both" style="utility_focused"/>
+ <frame focus="no" state="normal" resize="both" style="utility_unfocused"/>
+ <frame focus="yes" state="maximized" style="blank"/>
+ <frame focus="no" state="maximized" style="blank"/>
+ <frame focus="yes" state="shaded" style="utility_focused"/>
+ <frame focus="no" state="shaded" style="utility_unfocused"/>
+ <frame focus="yes" state="maximized_and_shaded" style="blank"/>
+ <frame focus="no" state="maximized_and_shaded" style="blank"/>
+</frame_style_set>
+
+<frame_style_set name="border_style_set">
+ <frame focus="yes" state="normal" resize="both" style="border_focused"/>
+ <frame focus="no" state="normal" resize="both" style="border_unfocused"/>
+ <frame focus="yes" state="maximized" style="blank"/>
+ <frame focus="no" state="maximized" style="blank"/>
+ <frame focus="yes" state="shaded" style="blank"/>
+ <frame focus="no" state="shaded" style="blank"/>
+ <frame focus="yes" state="maximized_and_shaded" style="blank"/>
+ <frame focus="no" state="maximized_and_shaded" style="blank"/>
+</frame_style_set>
+
+
+<!-- windows -->
+
+<window type="normal" style_set="normal_style_set"/>
+<window type="dialog" style_set="dialog_style_set"/>
+<window type="modal_dialog" style_set="modal_dialog_style_set"/>
+<window type="menu" style_set="utility_style_set"/>
+<window type="utility" style_set="utility_style_set"/>
+<window type="border" style_set="border_style_set"/>
+
+</metacity_theme>
diff --git a/common/metacity-1/metacity-theme-1.xml b/common/metacity-1/metacity-theme-1.xml
index ba83938..13c50a8 100644
--- a/common/metacity-1/metacity-theme-1.xml
+++ b/common/metacity-1/metacity-theme-1.xml
@@ -18,6 +18,33 @@
<constant name="C_wm_highlight" value="#eeeff1" />
+<!-- window button colors -->
+
+<!-- close -->
+<constant name="C_button_close_bg_focused" value="#f37076" />
+<constant name="C_button_close_bg_hover" value="#f79da1" />
+<constant name="C_button_close_bg_active" value="#ef4048" />
+
+<constant name="C_icon_close_bg_focused" value="#ffffff" />
+<constant name="C_icon_close_bg_hover" value="#ffffff" />
+<constant name="C_icon_close_bg_active" value="#ffffff" />
+
+<!-- minimize, maximize -->
+<constant name="C_button_bg_focused" value="#ffffff" />
+<constant name="C_button_bg_unfocused" value="#ffffff" />
+<constant name="C_button_bg_hover" value="#fdfdfd" />
+<constant name="C_button_bg_active" value="#5294E2" />
+
+<constant name="C_button_border_focused" value="#d8dae0" />
+<constant name="C_button_border_unfocused" value="#dddee2" />
+<constant name="C_button_border_hover" value="#5294E2" />
+<constant name="C_button_border_active" value="#5294E2" />
+
+<constant name="C_icon_bg_focused" value="#a7adb9" />
+<constant name="C_icon_bg_unfocused" value="#babec7" />
+<constant name="C_icon_bg_hover" value="#757d91" />
+<constant name="C_icon_bg_active" value="#ffffff" />
+
<!-- geometries -->
<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1">
@@ -90,116 +117,143 @@
<draw_ops name="entire_background_focused">
<rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" />
- <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" />
</draw_ops>
<draw_ops name="entire_background_unfocused">
<rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" />
- <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" />
</draw_ops>
<draw_ops name="titlebar_focused">
- <include name="entire_background_focused" />
+ <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" />
+ <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" />
</draw_ops>
<draw_ops name="titlebar_unfocused">
- <include name="entire_background_unfocused" />
+ <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" />
+ <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" />
</draw_ops>
<draw_ops name="titlebar_max">
- <include name="entire_background_focused" />
+
</draw_ops>
<draw_ops name="titlebar_small_focused">
- <include name="entire_background_focused" />
+
</draw_ops>
<draw_ops name="titlebar_small_unfocused">
- <include name="entire_background_unfocused" />
+
</draw_ops>
<draw_ops name="border_focused">
- <include name="entire_background_focused" />
+ <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" />
</draw_ops>
<draw_ops name="border_unfocused">
- <include name="entire_background_unfocused" />
+ <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="close.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_close_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="close_focused_pressed">
- <image filename="close_pressed.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_close_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="close_focused_prelight">
- <image filename="close_prelight.svg" x="width/2-8" y="height/2-8" width="16" height="16" />
+ <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_close_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="close_unfocused">
- <image filename="close_unfocused.svg" x="width/2-8" y="height/2-8" width="16" height="16" />
+ <image filename="button-bg.svg" colorize="C_button_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="close_unfocused_prelight">
- <image filename="close_prelight.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_close_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="close_unfocused_pressed">
- <image filename="close_pressed.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_close_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<!--maximize-->
<draw_ops name="maximize_focused">
- <image filename="max.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="maximize_focused_pressed">
- <image filename="max_pressed.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="maximize_focused_prelight">
- <image filename="max_prelight.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="maximize_unfocused">
- <image filename="max_unfocused.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="maximize_unfocused_prelight">
- <image filename="max_prelight.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="maximize_unfocused_pressed">
- <image filename="max_pressed.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<!--minimize-->
<draw_ops name="minimize_focused">
- <image filename="min.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="minimize_focused_pressed">
- <image filename="min_pressed.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="minimize_focused_prelight">
- <image filename="min_prelight.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="minimize_unfocused">
- <image filename="min_unfocused.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="minimize_unfocused_prelight">
- <image filename="min_prelight.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="minimize_unfocused_pressed">
- <image filename="min_pressed.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
diff --git a/common/metacity-1/metacity-theme-2-dark.xml b/common/metacity-1/metacity-theme-2-dark.xml
new file mode 100644
index 0000000..113dce4
--- /dev/null
+++ b/common/metacity-1/metacity-theme-2-dark.xml
@@ -0,0 +1,778 @@
+<?xml version="1.0"?>
+<metacity_theme>
+<info>
+ <name>Arc</name>
+ <author>horst3180</author>
+ <copyright>horst3180</copyright>
+ <date>2015</date>
+ <description>Arc Metacity theme</description>
+</info>
+
+<!-- meaningfull constants -->
+
+<constant name="C_title_focused" value="#afb8c5" />
+<constant name="C_title_unfocused" value="#686f78" />
+
+<constant name="C_wm_bg_focused" value="#2f343b" />
+<constant name="C_wm_bg_unfocused" value="#32383f" />
+
+<constant name="C_wm_highlight" value="#353b44" />
+
+<!-- window button colors -->
+
+<!-- close -->
+<constant name="C_button_close_bg_focused" value="#e45e65" />
+<constant name="C_button_close_bg_hover" value="#f48085" />
+<constant name="C_button_close_bg_active" value="#e6262f" />
+
+<constant name="C_icon_close_bg_focused" value="#ffffff" />
+<constant name="C_icon_close_bg_hover" value="#ffffff" />
+<constant name="C_icon_close_bg_active" value="#ffffff" />
+
+<!-- minimize, maximize -->
+<constant name="C_button_bg_focused" value="#272c32" />
+<constant name="C_button_bg_unfocused" value="#2a3035" />
+<constant name="C_button_bg_hover" value="#272c32" />
+<constant name="C_button_bg_active" value="#5294E2" />
+
+<constant name="C_button_border_focused" value="#191C21" />
+<constant name="C_button_border_unfocused" value="#1F2328" />
+<constant name="C_button_border_hover" value="#5294E2" />
+<constant name="C_button_border_active" value="#5294E2" />
+
+<constant name="C_icon_bg_focused" value="#939ca8" />
+<constant name="C_icon_bg_unfocused" value="#686f78" />
+<constant name="C_icon_bg_hover" value="#afb8c5" />
+<constant name="C_icon_bg_active" value="#ffffff" />
+
+<!-- geometries -->
+
+<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1">
+ <distance name="left_width" value="0" />
+ <distance name="right_width" value="0" />
+ <distance name="bottom_height" value="0" />
+ <distance name="left_titlebar_edge" value="5"/>
+ <distance name="right_titlebar_edge" value="5"/>
+ <distance name="title_vertical_pad" value="3"/>
+ <border name="title_border" left="10" right="10" top="3" bottom="3"/>
+ <border name="button_border" left="0" right="0" top="0" bottom="0"/>
+ <distance name="button_width" value="30"/>
+ <distance name="button_height" value="16"/>
+</frame_geometry>
+
+<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal">
+</frame_geometry>
+
+<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false">
+ <distance name="left_width" value="0" />
+ <distance name="right_width" value="0" />
+ <distance name="left_titlebar_edge" value="0"/>
+ <distance name="right_titlebar_edge" value="0"/>
+ <distance name="title_vertical_pad" value="2"/> <!--
+ This needs to be 1 less then the
+ title_vertical_pad on normal state
+ or you'll have bigger buttons -->
+ <distance name="bottom_height" value="0" />
+</frame_geometry>
+
+<frame_geometry name="small" title_scale="small" parent="normal" hide_buttons="true" rounded_top_left="1" rounded_top_right="1">
+ <distance name="title_vertical_pad" value="7"/>
+ <border name="title_border" left="10" right="10" top="0" bottom="1"/>
+</frame_geometry>
+
+<frame_geometry name="small_unfocused" parent="small">
+ <distance name="left_titlebar_edge" value="1"/>
+ <distance name="right_titlebar_edge" value="1"/>
+</frame_geometry>
+
+<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" >
+ <distance name="left_width" value="0" />
+ <distance name="right_width" value="0" />
+ <distance name="bottom_height" value="0" />
+ <distance name="title_vertical_pad" value="0" />
+ <border name="title_border" left="10" right="10" top="0" bottom="0" />
+</frame_geometry>
+
+<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small">
+ <distance name="title_vertical_pad" value="5"/>
+</frame_geometry>
+
+<!-- drawing operations -->
+
+ <!-- title -->
+
+<draw_ops name="title_focused">
+ <title x="(0 `max` ((width - title_width) / 2)) + 2"
+ y="(0 `max` ((height - title_height) / 2)) + 1"
+ color="C_title_focused" />
+</draw_ops>
+
+<draw_ops name="title_unfocused">
+ <title x="(0 `max` ((width - title_width) / 2)) + 2"
+ y="(0 `max` ((height - title_height) / 2)) + 1"
+ color="C_title_unfocused"/>
+</draw_ops>
+
+ <!-- window decorations -->
+
+<draw_ops name="entire_background_focused">
+ <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" />
+</draw_ops>
+
+<draw_ops name="entire_background_unfocused">
+ <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" />
+</draw_ops>
+
+<draw_ops name="titlebar_focused">
+ <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" />
+ <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" />
+</draw_ops>
+
+<draw_ops name="titlebar_unfocused">
+ <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" />
+ <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" />
+</draw_ops>
+
+<draw_ops name="titlebar_max">
+
+</draw_ops>
+
+<draw_ops name="titlebar_small_focused">
+
+</draw_ops>
+
+<draw_ops name="titlebar_small_unfocused">
+
+</draw_ops>
+
+<draw_ops name="border_focused">
+ <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" />
+</draw_ops>
+
+<draw_ops name="border_unfocused">
+ <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/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_close_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="close_focused_pressed">
+ <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_close_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="close_focused_prelight">
+ <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_close_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="close_unfocused">
+ <image filename="button-bg.svg" colorize="C_button_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="close_unfocused_prelight">
+ <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_close_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="close_unfocused_pressed">
+ <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_close_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<!--maximize-->
+<draw_ops name="maximize_focused">
+ <image filename="button-bg.svg" colorize="C_button_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="maximize_focused_pressed">
+ <image filename="button-bg.svg" colorize="C_button_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="maximize_focused_prelight">
+ <image filename="button-bg.svg" colorize="C_button_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="maximize_unfocused">
+ <image filename="button-bg.svg" colorize="C_button_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="maximize_unfocused_prelight">
+ <image filename="button-bg.svg" colorize="C_button_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="maximize_unfocused_pressed">
+ <image filename="button-bg.svg" colorize="C_button_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<!--minimize-->
+<draw_ops name="minimize_focused">
+ <image filename="button-bg.svg" colorize="C_button_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="minimize_focused_pressed">
+ <image filename="button-bg.svg" colorize="C_button_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="minimize_focused_prelight">
+ <image filename="button-bg.svg" colorize="C_button_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="minimize_unfocused">
+ <image filename="button-bg.svg" colorize="C_button_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="minimize_unfocused_prelight">
+ <image filename="button-bg.svg" colorize="C_button_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+<draw_ops name="minimize_unfocused_pressed">
+ <image filename="button-bg.svg" colorize="C_button_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+</draw_ops>
+
+
+<!--Todo-->
+<draw_ops name="menu_focused"></draw_ops>
+<draw_ops name="menu_focused_pressed"></draw_ops>
+<draw_ops name="menu_unfocused"></draw_ops>
+<draw_ops name="menu_unfocused_prelight"></draw_ops>
+<draw_ops name="menu_unfocused_pressed"></draw_ops>
+<draw_ops name="shade_focused"></draw_ops>
+<draw_ops name="shade_focused_pressed"></draw_ops>
+<draw_ops name="shade_unfocused"></draw_ops>
+<draw_ops name="shade_unfocused_prelight"></draw_ops>
+<draw_ops name="shade_unfocused_pressed"></draw_ops>
+
+<!-- frame styles -->
+
+<frame_style name="normal_focused" geometry="normal">
+ <piece position="entire_background" draw_ops="entire_background_focused" />
+ <piece position="titlebar" draw_ops="titlebar_focused" />
+ <piece position="title" draw_ops="title_focused" />
+ <button function="close" state="normal" draw_ops="close_focused" />
+ <button function="close" state="pressed" draw_ops="close_focused_pressed" />
+ <button function="close" state="prelight" draw_ops="close_focused_prelight" />
+ <button function="maximize" state="normal" draw_ops="maximize_focused" />
+ <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
+ <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
+ <button function="minimize" state="normal" draw_ops="minimize_focused" />
+ <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
+ <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
+ <button function="menu" state="normal" draw_ops="menu_focused" />
+ <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_focused" />
+ <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_focused" />
+ <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="normal_unfocused" geometry="normal_unfocused">
+ <piece position="entire_background" draw_ops="entire_background_unfocused" />
+ <piece position="titlebar" draw_ops="titlebar_unfocused" />
+ <piece position="title" draw_ops="title_unfocused" />
+ <button function="close" state="normal" draw_ops="close_unfocused"/>
+ <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
+ <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
+ <button function="maximize" state="normal" draw_ops="maximize_unfocused"/>
+ <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/>
+ <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/>
+ <button function="minimize" state="normal" draw_ops="minimize_unfocused"/>
+ <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/>
+ <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/>
+ <button function="menu" state="normal" draw_ops="menu_unfocused" />
+ <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
+ <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_unfocused" />
+ <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
+ <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_unfocused" />
+ <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" />
+ <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="normal_max_focused" geometry="max">
+ <piece position="entire_background" draw_ops="entire_background_focused" />
+ <piece position="titlebar" draw_ops="titlebar_max" />
+ <piece position="title" draw_ops="title_focused" />
+ <button function="close" state="normal" draw_ops="close_focused" />
+ <button function="close" state="pressed" draw_ops="close_focused_pressed" />
+ <button function="close" state="prelight" draw_ops="close_focused_prelight" />
+ <button function="maximize" state="normal" draw_ops="maximize_focused" />
+ <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
+ <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
+ <button function="minimize" state="normal" draw_ops="minimize_focused" />
+ <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
+ <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
+ <button function="menu" state="normal" draw_ops="menu_focused" />
+ <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_focused" />
+ <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_focused" />
+ <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="normal_max_unfocused" geometry="max">
+ <piece position="entire_background" draw_ops="entire_background_unfocused" />
+ <piece position="titlebar" draw_ops="titlebar_max" />
+ <piece position="title" draw_ops="title_unfocused" />
+ <button function="close" state="normal" draw_ops="close_unfocused"/>
+ <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
+ <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
+ <button function="maximize" state="normal" draw_ops="maximize_unfocused"/>
+ <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/>
+ <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/>
+ <button function="minimize" state="normal" draw_ops="minimize_unfocused"/>
+ <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/>
+ <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/>
+ <button function="menu" state="normal" draw_ops="menu_unfocused" />
+ <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
+ <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_unfocused" />
+ <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
+ <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_unfocused" />
+ <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" />
+ <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="normal_max_shaded_focused" geometry="max">
+ <piece position="entire_background" draw_ops="entire_background_focused" />
+ <piece position="titlebar" draw_ops="titlebar_max" />
+ <piece position="title" draw_ops="title_focused" />
+ <button function="close" state="normal" draw_ops="close_focused" />
+ <button function="close" state="pressed" draw_ops="close_focused_pressed" />
+ <button function="close" state="prelight" draw_ops="close_focused_prelight" />
+ <button function="maximize" state="normal" draw_ops="maximize_focused" />
+ <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
+ <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
+ <button function="minimize" state="normal" draw_ops="minimize_focused" />
+ <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
+ <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
+ <button function="menu" state="normal" draw_ops="menu_focused" />
+ <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_focused" />
+ <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_focused" />
+ <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="normal_max_shaded_unfocused" geometry="max">
+ <piece position="entire_background" draw_ops="entire_background_unfocused" />
+ <piece position="titlebar" draw_ops="titlebar_max" />
+ <piece position="title" draw_ops="title_unfocused" />
+ <button function="close" state="normal" draw_ops="close_unfocused"/>
+ <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
+ <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
+ <button function="maximize" state="normal" draw_ops="maximize_unfocused"/>
+ <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/>
+ <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/>
+ <button function="minimize" state="normal" draw_ops="minimize_unfocused"/>
+ <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/>
+ <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/>
+ <button function="menu" state="normal" draw_ops="menu_unfocused" />
+ <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
+ <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_unfocused" />
+ <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
+ <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_unfocused" />
+ <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" />
+ <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="dialog_focused" geometry="normal">
+ <piece position="entire_background" draw_ops="entire_background_focused" />
+ <piece position="titlebar" draw_ops="titlebar_focused" />
+ <piece position="title" draw_ops="title_focused" />
+ <button function="close" state="normal" draw_ops="close_focused" />
+ <button function="close" state="pressed" draw_ops="close_focused_pressed" />
+ <button function="close" state="prelight" draw_ops="close_focused_prelight" />
+ <button function="maximize" state="normal" draw_ops="maximize_focused" />
+ <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
+ <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
+ <button function="minimize" state="normal" draw_ops="minimize_focused" />
+ <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
+ <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
+ <button function="menu" state="normal" draw_ops="menu_focused" />
+ <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_focused" />
+ <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_focused" />
+ <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="dialog_unfocused" geometry="normal">
+ <piece position="entire_background" draw_ops="entire_background_unfocused" />
+ <piece position="titlebar" draw_ops="titlebar_unfocused" />
+ <piece position="title" draw_ops="title_unfocused" />
+ <button function="close" state="normal" draw_ops="close_unfocused"/>
+ <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
+ <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
+ <button function="maximize" state="normal" draw_ops="maximize_unfocused"/>
+ <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/>
+ <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/>
+ <button function="minimize" state="normal" draw_ops="minimize_unfocused"/>
+ <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/>
+ <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/>
+ <button function="menu" state="normal" draw_ops="menu_unfocused" />
+ <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
+ <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
+ <button function="shade" state="normal"><draw_ops></draw_ops></button>
+ <button function="shade" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unshade" state="normal"><draw_ops></draw_ops></button>
+ <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="modal_dialog_focused" geometry="modal">
+ <piece position="entire_background" draw_ops="entire_background_focused" />
+ <piece position="titlebar" draw_ops="titlebar_focused" />
+ <piece position="title" draw_ops="title_focused" />
+ <button function="close" state="normal" draw_ops="close_focused" />
+ <button function="close" state="pressed" draw_ops="close_focused_pressed" />
+ <button function="close" state="prelight" draw_ops="close_focused_prelight" />
+ <button function="maximize" state="normal" draw_ops="maximize_focused" />
+ <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
+ <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
+ <button function="minimize" state="normal" draw_ops="minimize_focused" />
+ <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
+ <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
+ <button function="menu" state="normal" draw_ops="menu_focused" />
+ <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_focused" />
+ <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_focused" />
+ <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="modal_dialog_unfocused" geometry="modal">
+ <piece position="entire_background" draw_ops="entire_background_unfocused" />
+ <piece position="titlebar" draw_ops="titlebar_focused" />
+ <piece position="title" draw_ops="title_unfocused" />
+ <button function="close" state="normal" draw_ops="close_unfocused"/>
+ <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
+ <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
+ <button function="maximize" state="normal" draw_ops="maximize_unfocused"/>
+ <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/>
+ <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/>
+ <button function="minimize" state="normal" draw_ops="minimize_unfocused"/>
+ <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/>
+ <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/>
+ <button function="menu" state="normal" draw_ops="menu_unfocused" />
+ <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
+ <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_unfocused" />
+ <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
+ <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_unfocused" />
+ <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" />
+ <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="utility_focused" geometry="small">
+ <piece position="entire_background" draw_ops="entire_background_focused" />
+ <piece position="titlebar" draw_ops="titlebar_small_focused" />
+ <piece position="title" draw_ops="title_focused" />
+ <button function="close" state="normal" draw_ops="close_focused" />
+ <button function="close" state="pressed" draw_ops="close_focused_pressed" />
+ <button function="close" state="prelight" draw_ops="close_focused_prelight" />
+ <button function="maximize" state="normal" draw_ops="maximize_focused" />
+ <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
+ <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
+ <button function="minimize" state="normal" draw_ops="minimize_focused" />
+ <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
+ <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
+ <button function="menu" state="normal" draw_ops="menu_focused" />
+ <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_focused" />
+ <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_focused" />
+ <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="utility_unfocused" geometry="small_unfocused">
+ <piece position="entire_background" draw_ops="entire_background_unfocused" />
+ <piece position="titlebar" draw_ops="titlebar_small_unfocused" />
+ <piece position="title" draw_ops="title_unfocused" />
+ <button function="close" state="normal" draw_ops="close_unfocused"/>
+ <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
+ <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
+ <button function="maximize" state="normal" draw_ops="maximize_unfocused"/>
+ <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/>
+ <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/>
+ <button function="minimize" state="normal" draw_ops="minimize_unfocused"/>
+ <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/>
+ <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/>
+ <button function="menu" state="normal" draw_ops="menu_unfocused" />
+ <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
+ <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
+ <button function="shade" state="normal" draw_ops="shade_unfocused" />
+ <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
+ <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
+ <button function="unshade" state="normal" draw_ops="shade_unfocused" />
+ <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" />
+ <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" />
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="border_focused" geometry="borderless">
+ <piece position="entire_background" draw_ops="entire_background_focused" />
+ <piece position="overlay" draw_ops="border_focused" />
+ <button function="close" state="normal"><draw_ops></draw_ops></button>
+ <button function="close" state="pressed"><draw_ops></draw_ops></button>
+ <button function="maximize" state="normal"><draw_ops></draw_ops></button>
+ <button function="maximize" state="pressed"><draw_ops></draw_ops></button>
+ <button function="minimize" state="normal"><draw_ops></draw_ops></button>
+ <button function="minimize" state="pressed"><draw_ops></draw_ops></button>
+ <button function="menu" state="normal"><draw_ops></draw_ops></button>
+ <button function="menu" state="pressed"><draw_ops></draw_ops></button>
+ <button function="shade" state="normal"><draw_ops></draw_ops></button>
+ <button function="shade" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unshade" state="normal"><draw_ops></draw_ops></button>
+ <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<frame_style name="border_unfocused" geometry="borderless">
+ <piece position="entire_background" draw_ops="entire_background_unfocused" />
+ <piece position="overlay" draw_ops="border_unfocused" />
+ <button function="close" state="normal"><draw_ops></draw_ops></button>
+ <button function="close" state="pressed"><draw_ops></draw_ops></button>
+ <button function="maximize" state="normal"><draw_ops></draw_ops></button>
+ <button function="maximize" state="pressed"><draw_ops></draw_ops></button>
+ <button function="minimize" state="normal"><draw_ops></draw_ops></button>
+ <button function="minimize" state="pressed"><draw_ops></draw_ops></button>
+ <button function="menu" state="normal"><draw_ops></draw_ops></button>
+ <button function="menu" state="pressed"><draw_ops></draw_ops></button>
+ <button function="shade" state="normal"><draw_ops></draw_ops></button>
+ <button function="shade" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unshade" state="normal"><draw_ops></draw_ops></button>
+ <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<!-- placeholder for unimplementated styles-->
+<frame_style name="blank" geometry="normal">
+ <button function="close" state="normal"><draw_ops></draw_ops></button>
+ <button function="close" state="pressed"><draw_ops></draw_ops></button>
+ <button function="maximize" state="normal"><draw_ops></draw_ops></button>
+ <button function="maximize" state="pressed"><draw_ops></draw_ops></button>
+ <button function="minimize" state="normal"><draw_ops></draw_ops></button>
+ <button function="minimize" state="pressed"><draw_ops></draw_ops></button>
+ <button function="menu" state="normal"><draw_ops></draw_ops></button>
+ <button function="menu" state="pressed"><draw_ops></draw_ops></button>
+ <button function="shade" state="normal"><draw_ops></draw_ops></button>
+ <button function="shade" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unshade" state="normal"><draw_ops></draw_ops></button>
+ <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
+ <button function="above" state="normal"><draw_ops></draw_ops></button>
+ <button function="above" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unabove" state="normal"><draw_ops></draw_ops></button>
+ <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
+ <button function="stick" state="normal"><draw_ops></draw_ops></button>
+ <button function="stick" state="pressed"><draw_ops></draw_ops></button>
+ <button function="unstick" state="normal"><draw_ops></draw_ops></button>
+ <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
+</frame_style>
+
+<!-- frame style sets -->
+
+<frame_style_set name="normal_style_set">
+ <frame focus="yes" state="normal" resize="both" style="normal_focused"/>
+ <frame focus="no" state="normal" resize="both" style="normal_unfocused"/>
+ <frame focus="yes" state="maximized" style="normal_max_focused"/>
+ <frame focus="no" state="maximized" style="normal_max_unfocused"/>
+ <frame focus="yes" state="shaded" style="normal_focused"/>
+ <frame focus="no" state="shaded" style="normal_unfocused"/>
+ <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/>
+ <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/>
+</frame_style_set>
+
+<frame_style_set name="dialog_style_set">
+ <frame focus="yes" state="normal" resize="both" style="dialog_focused"/>
+ <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/>
+ <frame focus="yes" state="maximized" style="blank"/>
+ <frame focus="no" state="maximized" style="blank"/>
+ <frame focus="yes" state="shaded" style="dialog_focused"/>
+ <frame focus="no" state="shaded" style="dialog_unfocused"/>
+ <frame focus="yes" state="maximized_and_shaded" style="blank"/>
+ <frame focus="no" state="maximized_and_shaded" style="blank"/>
+</frame_style_set>
+
+<frame_style_set name="modal_dialog_style_set">
+ <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/>
+ <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/>
+ <frame focus="yes" state="maximized" style="blank"/>
+ <frame focus="no" state="maximized" style="blank"/>
+ <frame focus="yes" state="shaded" style="modal_dialog_focused"/>
+ <frame focus="no" state="shaded" style="modal_dialog_unfocused"/>
+ <frame focus="yes" state="maximized_and_shaded" style="blank"/>
+ <frame focus="no" state="maximized_and_shaded" style="blank"/>
+</frame_style_set>
+
+<frame_style_set name="utility_style_set">
+ <frame focus="yes" state="normal" resize="both" style="utility_focused"/>
+ <frame focus="no" state="normal" resize="both" style="utility_unfocused"/>
+ <frame focus="yes" state="maximized" style="blank"/>
+ <frame focus="no" state="maximized" style="blank"/>
+ <frame focus="yes" state="shaded" style="utility_focused"/>
+ <frame focus="no" state="shaded" style="utility_unfocused"/>
+ <frame focus="yes" state="maximized_and_shaded" style="blank"/>
+ <frame focus="no" state="maximized_and_shaded" style="blank"/>
+</frame_style_set>
+
+<frame_style_set name="border_style_set">
+ <frame focus="yes" state="normal" resize="both" style="border_focused"/>
+ <frame focus="no" state="normal" resize="both" style="border_unfocused"/>
+ <frame focus="yes" state="maximized" style="blank"/>
+ <frame focus="no" state="maximized" style="blank"/>
+ <frame focus="yes" state="shaded" style="blank"/>
+ <frame focus="no" state="shaded" style="blank"/>
+ <frame focus="yes" state="maximized_and_shaded" style="blank"/>
+ <frame focus="no" state="maximized_and_shaded" style="blank"/>
+</frame_style_set>
+
+
+<!-- windows -->
+
+<window type="normal" style_set="normal_style_set"/>
+<window type="dialog" style_set="dialog_style_set"/>
+<window type="modal_dialog" style_set="modal_dialog_style_set"/>
+<window type="menu" style_set="utility_style_set"/>
+<window type="utility" style_set="utility_style_set"/>
+<window type="border" style_set="border_style_set"/>
+
+</metacity_theme>
diff --git a/common/metacity-1/metacity-theme-2.xml b/common/metacity-1/metacity-theme-2.xml
index ba83938..79fee42 100644
--- a/common/metacity-1/metacity-theme-2.xml
+++ b/common/metacity-1/metacity-theme-2.xml
@@ -18,6 +18,33 @@
<constant name="C_wm_highlight" value="#eeeff1" />
+<!-- window button colors -->
+
+<!-- close -->
+<constant name="C_button_close_bg_focused" value="#f37076" />
+<constant name="C_button_close_bg_hover" value="#f79da1" />
+<constant name="C_button_close_bg_active" value="#ef4048" />
+
+<constant name="C_icon_close_bg_focused" value="#ffffff" />
+<constant name="C_icon_close_bg_hover" value="#ffffff" />
+<constant name="C_icon_close_bg_active" value="#ffffff" />
+
+<!-- minimize, maximize -->
+<constant name="C_button_bg_focused" value="#ffffff" />
+<constant name="C_button_bg_unfocused" value="#ffffff" />
+<constant name="C_button_bg_hover" value="#fdfdfd" />
+<constant name="C_button_bg_active" value="#5294E2" />
+
+<constant name="C_button_border_focused" value="#d8dae0" />
+<constant name="C_button_border_unfocused" value="#dddee2" />
+<constant name="C_button_border_hover" value="#5294E2" />
+<constant name="C_button_border_active" value="#5294E2" />
+
+<constant name="C_icon_bg_focused" value="#8d93a4" />
+<constant name="C_icon_bg_unfocused" value="#b8bcc7" />
+<constant name="C_icon_bg_hover" value="#70788d" />
+<constant name="C_icon_bg_active" value="#ffffff" />
+
<!-- geometries -->
<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1">
@@ -90,116 +117,143 @@
<draw_ops name="entire_background_focused">
<rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" />
- <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" />
</draw_ops>
<draw_ops name="entire_background_unfocused">
<rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" />
- <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" />
</draw_ops>
<draw_ops name="titlebar_focused">
- <include name="entire_background_focused" />
+ <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" />
+ <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" />
</draw_ops>
<draw_ops name="titlebar_unfocused">
- <include name="entire_background_unfocused" />
+ <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" />
+ <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" />
</draw_ops>
<draw_ops name="titlebar_max">
- <include name="entire_background_focused" />
+
</draw_ops>
<draw_ops name="titlebar_small_focused">
- <include name="entire_background_focused" />
+
</draw_ops>
<draw_ops name="titlebar_small_unfocused">
- <include name="entire_background_unfocused" />
+
</draw_ops>
<draw_ops name="border_focused">
- <include name="entire_background_focused" />
+ <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" />
</draw_ops>
<draw_ops name="border_unfocused">
- <include name="entire_background_unfocused" />
+ <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="close.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_close_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="close_focused_pressed">
- <image filename="close_pressed.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_close_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="close_focused_prelight">
- <image filename="close_prelight.svg" x="width/2-8" y="height/2-8" width="16" height="16" />
+ <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_close_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="close_unfocused">
- <image filename="close_unfocused.svg" x="width/2-8" y="height/2-8" width="16" height="16" />
+ <image filename="button-bg.svg" colorize="C_button_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="close_unfocused_prelight">
- <image filename="close_prelight.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_close_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="close_unfocused_pressed">
- <image filename="close_pressed.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="close-icon.svg" colorize="C_icon_close_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<!--maximize-->
<draw_ops name="maximize_focused">
- <image filename="max.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="maximize_focused_pressed">
- <image filename="max_pressed.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="maximize_focused_prelight">
- <image filename="max_prelight.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="maximize_unfocused">
- <image filename="max_unfocused.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="maximize_unfocused_prelight">
- <image filename="max_prelight.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="maximize_unfocused_pressed">
- <image filename="max_pressed.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="max-icon.svg" colorize="C_icon_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<!--minimize-->
<draw_ops name="minimize_focused">
- <image filename="min.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="minimize_focused_pressed">
- <image filename="min_pressed.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="minimize_focused_prelight">
- <image filename="min_prelight.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="minimize_unfocused">
- <image filename="min_unfocused.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="minimize_unfocused_prelight">
- <image filename="min_prelight.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-border.svg" colorize="C_button_border_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
<draw_ops name="minimize_unfocused_pressed">
- <image filename="min_pressed.svg" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="button-bg.svg" colorize="C_button_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
+ <image filename="min-icon.svg" colorize="C_icon_bg_active" x="width/2-8" y="height/2-8" width="16" height="16"/>
</draw_ops>
diff --git a/common/metacity-1/min.svg b/common/metacity-1/min.svg
deleted file mode 100644
index 4f386fa..0000000
--- a/common/metacity-1/min.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- enable-background="new 0 0 32 32"
- height="16"
- id="Layer_1"
- version="1.1"
- viewBox="0 0 16 16"
- width="16"
- xml:space="preserve"
- inkscape:version="0.91 r13725"
- sodipodi:docname="min.svg"><metadata
- id="metadata26"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
- id="defs24" /><sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1366"
- inkscape:window-height="720"
- id="namedview22"
- showgrid="true"
- inkscape:zoom="16"
- inkscape:cx="-1.0102173"
- inkscape:cy="2.449103"
- inkscape:window-x="0"
- inkscape:window-y="25"
- inkscape:window-maximized="1"
- inkscape:current-layer="Layer_1"
- inkscape:snap-bbox="true"
- inkscape:bbox-paths="true"
- inkscape:bbox-nodes="true"
- inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
- type="xygrid"
- id="grid3003"
- empspacing="5"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true" /></sodipodi:namedview><g
- style="display:inline"
- id="titlebutton-min"
- inkscape:label="#g6247"
- transform="translate(-587,185.63782)"><ellipse
- cy="-177.63782"
- cx="595"
- style="display:inline;opacity:0.9;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path4068-7-5-9-6-7-2"
- rx="6"
- ry="6.0000005" /><g
- id="g7138"
- style="display:inline;opacity:1"
- transform="translate(-781,-432.63782)"><g
- transform="translate(-58,0)"
- style="display:inline;opacity:1"
- id="g4490-3-75"><g
- id="g4092-0-7-0"
- style="display:inline"
- transform="translate(58,0)" /></g><path
- inkscape:connector-curvature="0"
- d="m 1373,254 0,2 6,0 0,-2 z"
- id="rect9057-4-3"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#525d76;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
- sodipodi:nodetypes="ccccc" /></g><rect
- y="-185.63782"
- x="587"
- height="16"
- width="16"
- id="rect17883-32"
- style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /><path
- style="display:inline;opacity:0.1;fill:#525d76;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- d="m 595,-184.63782 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z"
- id="path4068-7-5-9-6-7-2-5"
- inkscape:connector-curvature="0" /></g></svg> \ No newline at end of file
diff --git a/common/metacity-1/min_prelight.svg b/common/metacity-1/min_prelight.svg
deleted file mode 100644
index e97be51..0000000
--- a/common/metacity-1/min_prelight.svg
+++ /dev/null
@@ -1,118 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- enable-background="new 0 0 32 32"
- height="16"
- id="Layer_1"
- version="1.1"
- viewBox="0 0 16 16"
- width="16"
- xml:space="preserve"
- inkscape:version="0.91 r13725"
- sodipodi:docname="min_prelight.svg"><metadata
- id="metadata26"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
- id="defs24" /><sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1366"
- inkscape:window-height="720"
- id="namedview22"
- showgrid="true"
- inkscape:zoom="16"
- inkscape:cx="-1.0102173"
- inkscape:cy="2.449103"
- inkscape:window-x="0"
- inkscape:window-y="25"
- inkscape:window-maximized="1"
- inkscape:current-layer="Layer_1"
- inkscape:snap-bbox="true"
- inkscape:bbox-paths="true"
- inkscape:bbox-nodes="true"
- inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
- type="xygrid"
- id="grid3003"
- empspacing="5"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true" /></sodipodi:namedview><g
- style="display:inline"
- id="titlebutton-min-hover"
- inkscape:label="#g6308"
- transform="translate(-484,185.63782)"><g
- id="g4909"
- style="display:inline;opacity:1"
- transform="translate(-781,-432.63782)"><ellipse
- cy="255"
- cx="1273"
- style="display:inline;opacity:0.9;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path4068-7-5-9-6-7-2-1"
- rx="6"
- ry="6.0000005" /><path
- style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- d="m 1273,248 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z"
- id="path4068-7-5-9-6-7-2-5-23"
- inkscape:connector-curvature="0" /><g
- style="display:inline;opacity:1;fill:#c0e3ff;fill-opacity:1"
- id="g4834-0"
- transform="translate(1265,247)"><g
- transform="translate(-81.0002,-967)"
- style="display:inline;fill:#c0e3ff;fill-opacity:1"
- inkscape:label="status"
- id="layer9-3-4" /><g
- transform="translate(-81.0002,-967)"
- inkscape:label="devices"
- id="layer10-4-1"
- style="fill:#c0e3ff;fill-opacity:1" /><g
- transform="translate(-81.0002,-967)"
- inkscape:label="apps"
- id="layer11-2-6"
- style="fill:#c0e3ff;fill-opacity:1" /><g
- transform="translate(-81.0002,-967)"
- inkscape:label="places"
- id="layer13-5-4"
- style="fill:#c0e3ff;fill-opacity:1" /><g
- transform="translate(-81.0002,-967)"
- inkscape:label="mimetypes"
- id="layer14-6-0"
- style="fill:#c0e3ff;fill-opacity:1" /><g
- transform="translate(-81.0002,-967)"
- style="display:inline;fill:#c0e3ff;fill-opacity:1"
- inkscape:label="emblems"
- id="layer15-52-1" /><g
- transform="translate(-81.0002,-967)"
- style="display:inline;fill:#c0e3ff;fill-opacity:1"
- inkscape:label="emotes"
- id="g71291-3-9" /><g
- transform="translate(-81.0002,-967)"
- style="display:inline;fill:#c0e3ff;fill-opacity:1"
- inkscape:label="categories"
- id="g4953-8-2" /><g
- transform="translate(-81.0002,-967)"
- style="display:inline;fill:#c0e3ff;fill-opacity:1"
- inkscape:label="actions"
- id="layer12-45-6"><path
- sodipodi:nodetypes="ccccc"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.8;fill:#525d76;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
- id="rect9057-8"
- d="m 86.0002,974 0,2 6,0 0,-2 z"
- inkscape:connector-curvature="0" /></g></g></g><rect
- y="-185.63782"
- x="484"
- height="16"
- width="16"
- id="rect17883-11"
- style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file
diff --git a/common/metacity-1/min_pressed.svg b/common/metacity-1/min_pressed.svg
deleted file mode 100644
index 9365f86..0000000
--- a/common/metacity-1/min_pressed.svg
+++ /dev/null
@@ -1,119 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- enable-background="new 0 0 32 32"
- height="16"
- id="Layer_1"
- version="1.1"
- viewBox="0 0 16 16"
- width="16"
- xml:space="preserve"
- inkscape:version="0.91 r13725"
- sodipodi:docname="min_pressed.svg"><metadata
- id="metadata26"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
- id="defs24" /><sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1366"
- inkscape:window-height="720"
- id="namedview22"
- showgrid="true"
- inkscape:zoom="16"
- inkscape:cx="-1.0102173"
- inkscape:cy="2.449103"
- inkscape:window-x="0"
- inkscape:window-y="25"
- inkscape:window-maximized="1"
- inkscape:current-layer="Layer_1"
- inkscape:snap-bbox="true"
- inkscape:bbox-paths="true"
- inkscape:bbox-nodes="true"
- inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
- type="xygrid"
- id="grid3003"
- empspacing="5"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true" /></sodipodi:namedview><g
- style="display:inline"
- id="titlebutton-min-active"
- inkscape:label="#g6414"
- transform="translate(-383,185.63782)"><g
- id="g4909-1"
- style="display:inline;opacity:1"
- transform="translate(-882,-432.63782)"><g
- transform="translate(-161,0)"
- style="display:inline;opacity:1"
- id="g4490-3-6-1-4"><g
- id="g4092-0-7-2-0-0"
- style="display:inline"
- transform="translate(58,0)"><circle
- r="7"
- cy="255"
- cx="1376"
- style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path4068-7-3-0-3-6" /></g></g><g
- style="display:inline;opacity:1;fill:#c0e3ff;fill-opacity:1"
- id="g4834-9-3"
- transform="translate(1265,247)"><g
- transform="translate(-81.0002,-967)"
- style="display:inline;fill:#c0e3ff;fill-opacity:1"
- inkscape:label="status"
- id="layer9-3-9-1" /><g
- transform="translate(-81.0002,-967)"
- inkscape:label="devices"
- id="layer10-4-0-5"
- style="fill:#c0e3ff;fill-opacity:1" /><g
- transform="translate(-81.0002,-967)"
- inkscape:label="apps"
- id="layer11-2-5-2"
- style="fill:#c0e3ff;fill-opacity:1" /><g
- transform="translate(-81.0002,-967)"
- inkscape:label="places"
- id="layer13-5-7-4"
- style="fill:#c0e3ff;fill-opacity:1" /><g
- transform="translate(-81.0002,-967)"
- inkscape:label="mimetypes"
- id="layer14-6-2-3"
- style="fill:#c0e3ff;fill-opacity:1" /><g
- transform="translate(-81.0002,-967)"
- style="display:inline;fill:#c0e3ff;fill-opacity:1"
- inkscape:label="emblems"
- id="layer15-52-0-6" /><g
- transform="translate(-81.0002,-967)"
- style="display:inline;fill:#c0e3ff;fill-opacity:1"
- inkscape:label="emotes"
- id="g71291-3-4-6" /><g
- transform="translate(-81.0002,-967)"
- style="display:inline;fill:#c0e3ff;fill-opacity:1"
- inkscape:label="categories"
- id="g4953-8-6-8" /><g
- transform="translate(-81.0002,-967)"
- style="display:inline;fill:#c0e3ff;fill-opacity:1"
- inkscape:label="actions"
- id="layer12-45-3-7"><path
- sodipodi:nodetypes="ccccc"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
- id="rect9057-3-5"
- d="m 86.0002,974 0,2 6,0 0,-2 z"
- inkscape:connector-curvature="0" /></g></g></g><rect
- style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
- id="rect17883-79-9"
- width="16"
- height="16"
- x="383"
- y="-185.63782" /></g></svg> \ No newline at end of file
diff --git a/common/metacity-1/min_unfocused.svg b/common/metacity-1/min_unfocused.svg
deleted file mode 100644
index 472d968..0000000
--- a/common/metacity-1/min_unfocused.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- enable-background="new 0 0 32 32"
- height="16"
- id="Layer_1"
- version="1.1"
- viewBox="0 0 16 16"
- width="16"
- xml:space="preserve"
- inkscape:version="0.91 r13725"
- sodipodi:docname="min_unfocused.svg"><metadata
- id="metadata26"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
- id="defs24" /><sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1366"
- inkscape:window-height="720"
- id="namedview22"
- showgrid="true"
- inkscape:zoom="16"
- inkscape:cx="-1.0102173"
- inkscape:cy="2.449103"
- inkscape:window-x="0"
- inkscape:window-y="25"
- inkscape:window-maximized="1"
- inkscape:current-layer="Layer_1"
- inkscape:snap-bbox="true"
- inkscape:bbox-paths="true"
- inkscape:bbox-nodes="true"
- inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
- type="xygrid"
- id="grid3003"
- empspacing="5"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true" /></sodipodi:namedview><g
- id="titlebutton-min-backdrop"
- inkscape:label="#g6534"
- style="display:inline;opacity:0.7"
- transform="translate(-587,168.63782)"><ellipse
- cy="-160.63782"
- cx="595"
- style="display:inline;opacity:0.9;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path4068-7-5-9-6-7-2-60"
- rx="6"
- ry="6.0000005" /><path
- style="display:inline;opacity:0.1;fill:#525d76;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- d="m 595,-167.63782 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z"
- id="path4068-7-5-9-6-7-2-5-4"
- inkscape:connector-curvature="0" /><g
- style="display:inline;opacity:1"
- id="g7138-0"
- transform="translate(-781,-415.63782)"><g
- transform="translate(-58,0)"
- style="display:inline;opacity:1"
- id="g4490-3"><g
- id="g4092-0-7"
- style="display:inline"
- transform="translate(58,0)" /></g><path
- inkscape:connector-curvature="0"
- d="m 1373,254 0,2 6,0 0,-2 z"
- id="rect9057-4"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#525d76;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
- sodipodi:nodetypes="ccccc" /></g><rect
- style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
- id="rect17883-39-3"
- width="16"
- height="16"
- x="587"
- y="-168.63782" /></g></svg> \ No newline at end of file