[gtk-engines/gnome3] Many changes to GNOME3 metacity theme
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-engines/gnome3] Many changes to GNOME3 metacity theme
- Date: Thu, 26 Aug 2010 11:15:05 +0000 (UTC)
commit 314027e391b0ac90345cb45c00cbef234a181ce7
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Thu Aug 26 13:14:55 2010 +0200
Many changes to GNOME3 metacity theme
themes/GNOME3/metacity-1/metacity-theme-1.xml | 224 ++++++++++++++----------
1 files changed, 131 insertions(+), 93 deletions(-)
---
diff --git a/themes/GNOME3/metacity-1/metacity-theme-1.xml b/themes/GNOME3/metacity-1/metacity-theme-1.xml
index 05a1915..ad53da1 100644
--- a/themes/GNOME3/metacity-1/metacity-theme-1.xml
+++ b/themes/GNOME3/metacity-1/metacity-theme-1.xml
@@ -8,6 +8,23 @@
<description>Default GNOME 3 window theme</description>
</info>
+ <!--
+ 2010-08-26. Lapo Calamandrei <calamandrei gmail com>
+ - Fixed a positioning issue with unfocused close button.
+ - Moved unfocused button icons 1px down.
+ - Tweaked focused window button separators.
+ - Darkened title and added hilight.
+ - Increased button and title borders.
+ - More evident titlebar gradient.
+ 2010-08-25. Lapo Calamandrei <calamandrei gmail com>
+ - Darker button shadow.
+ - Rounded corners on button bg via clipping mask.
+ - Lot of other tweaks.
+ 2010-08-24. Lapo Calamandrei <calamandrei gmail com>
+ - New math for button icons.
+ - Lot of minor details.
+ -->
+
<!-- Frames Geometries -->
<frame_geometry name="normal" rounded_top_left="true" rounded_top_right="true" title_scale="medium">
<distance name="left_width" value="1"/>
@@ -16,8 +33,8 @@
<distance name="left_titlebar_edge" value="0"/>
<distance name="right_titlebar_edge" value="0"/>
<distance name="title_vertical_pad" value="10"/>
- <border name="title_border" left="0" right="0" top="0" bottom="0"/>
- <border name="button_border" left="0" right="0" top="0" bottom="0"/>
+ <border name="title_border" left="0" right="0" top="0" bottom="3"/>
+ <border name="button_border" left="0" right="0" top="0" bottom="3"/>
<aspect_ratio name="button" value="1"/>
</frame_geometry>
@@ -26,8 +43,8 @@
<distance name="right_width" value="0"/>
<distance name="bottom_height" value="0"/>
<distance name="title_vertical_pad" value="10"/>
- <border name="title_border" left="0" right="0" top="0" bottom="0"/>
- <border name="button_border" left="0" right="0" top="0" bottom="0"/>
+ <border name="title_border" left="0" right="0" top="0" bottom="3"/>
+ <border name="button_border" left="0" right="0" top="0" bottom="3"/>
</frame_geometry>
<frame_geometry name="utility" title_scale="medium" parent="normal">
@@ -43,7 +60,9 @@
<!-- Titlebar Background -->
<draw_ops name="bg_titlebar_maximized">
<gradient type="vertical" x="1" y="1" width="width-2" height="height">
+ <color value="blend/gtk:bg[NORMAL]/#ffffff/0.1"/>
<color value="gtk:bg[NORMAL]"/>
+ <color value="blend/gtk:bg[NORMAL]/#000000/0.03"/>
<color value="blend/gtk:bg[NORMAL]/#000000/0.06"/>
</gradient>
<!-- top -->
@@ -52,7 +71,8 @@
</draw_ops>
<draw_ops name="bg_titlebar_unfocused">
- <!-- <rectangle color="blend/gtk:bg[NORMAL]/#000000/0.06" x="1" y="1" width="width-1" height="height" filled="true"/> -->
+ <!-- jimmac play with this one -->
+ <rectangle color="blend/gtk:bg[NORMAL]/#000000/0.06" x="1" y="1" width="width-2" height="height" filled="true"/>
<!-- aa -->
<line color="blend/#000000/gtk:bg[NORMAL]/0.8" x1="3" y1="1" x2="4" y2="1" />
<line color="blend/#000000/gtk:bg[NORMAL]/0.8" x1="2" y1="2" x2="2" y2="2" />
@@ -65,6 +85,13 @@
<draw_ops name="bg_titlebar">
<include name="bg_titlebar_maximized"/>
+ <!-- corner hilight -->
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.8" x1="3" y1="2" x2="4" y2="2" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.8" x1="2" y1="3" x2="2" y2="4" />
+ <gradient type="vertical" x="1" y="5" width="1" height="height-5">
+ <color value="blend/#ffffff/gtk:bg[NORMAL]/0.8"/>
+ <color value="blend/gtk:bg[NORMAL]/#000000/0.06"/>
+ </gradient>
<!-- left upper rounded corner -->
<!-- aa -->
<line color="blend/#000000/gtk:bg[NORMAL]/0.6" x1="3" y1="1" x2="4" y2="1" />
@@ -83,10 +110,6 @@
<rectangle color="blend/#000000/gtk:bg[NORMAL]/0.6" x="0" y="0" width="width-1" height="height-1" filled="false"/>
</draw_ops>
- <draw_ops name="lines_border_maximized_focused">
- <!-- <rectangle color="blend/#000000/gtk:bg[NORMAL]/0.95" x="0" y="0" width="width-1" height="height-1" filled="false"/> -->
- </draw_ops>
-
<draw_ops name="lines_border_unfocused">
<rectangle color="blend/#000000/gtk:bg[NORMAL]/0.8" x="0" y="0" width="width-1" height="height-1" filled="false"/>
</draw_ops>
@@ -95,8 +118,8 @@
<!-- Title -->
<draw_ops name="title_all">
- <title x="11" y="(((height - title_height) / 2) `max` 0)+2" color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.3"/>
- <!-- <tint color="#000000" alpha="0.2" x="width - 1" y="0" width="2" height="height-2" /> -->
+ <title x="11" y="(((height - title_height) / 2) `max` 0)+3" color="blend/#ffffff/gtk:bg[NORMAL]/0.8"/>
+ <title x="11" y="(((height - title_height) / 2) `max` 0)+2" color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.1"/>
<tint color="blend/#ffffff/gtk:bg[NORMAL]/0.9" alpha="0.4" x="width" y="0" width="2" height="height-2" />
</draw_ops>
@@ -131,16 +154,13 @@
</draw_ops>
<draw_ops name="maximized_focused">
- <include name="lines_border_maximized_focused"/>
</draw_ops>
<!--maximized unfocused window-->
<draw_ops name="titlebar_maximized_unfocused">
- <!-- <include name="bg_titlebar_unfocused"/> -->
</draw_ops>
<draw_ops name="maximized_unfocused">
- <!-- <include name="lines_border_unfocused"/> -->
</draw_ops>
@@ -154,10 +174,6 @@
<include name="lines_border_unfocused"/>
</draw_ops>
- <!-- rounded corner on the leftmost button -->
- <draw_ops name="left_corner">
- <!--<line color="red" x1="2" y1="height-6" x2="2" y2="height-3" />-->
- </draw_ops>
<!-- button backgounds -->
<draw_ops name="button_bottom_hilight">
@@ -168,8 +184,16 @@
<draw_ops name="button_separator">
<!-- vertical separator stripes -->
- <tint color="blend/#ffffff/gtk:bg[NORMAL]/0.5" x="0" y="1" width="1" height="height - 2" alpha="0.2"/>
- <tint color="#000000" x="width - 1" y="1" width="1" height="height - 2" alpha="0.1"/>
+ <!-- <tint color="blend/#ffffff/gtk:bg[NORMAL]/0.5" x="0" y="1" width="1" height="height - 2" alpha="0.2"/> -->
+ <!-- <tint color="#000000" x="width - 1" y="1" width="1" height="height - 2" alpha="0.1"/> -->
+ <gradient type="vertical" x="0" y="1" width="1" height="height - 2">
+ <color value="blend/gtk:bg[NORMAL]/#ffffff/0.1"/>
+ <color value="blend/gtk:bg[NORMAL]/#000000/0.07"/>
+ </gradient>
+ <gradient type="vertical" x="width - 1" y="1" width="1" height="height - 2">
+ <color value="blend/gtk:bg[NORMAL]/#000000/0.5"/>
+ <color value="blend/gtk:bg[NORMAL]/#000000/0.05"/>
+ </gradient>
</draw_ops>
<draw_ops name="button_separator_pressed">
@@ -203,7 +227,7 @@
<color value="blend/gtk:bg[NORMAL]/#000000/0.1"/>
<color value="blend/gtk:bg[NORMAL]/#000000/0.14"/>
<color value="blend/gtk:bg[NORMAL]/#000000/0.17"/>
- <color value="blend/gtk:bg[NORMAL]/#000000/0.05"/>
+ <color value="blend/gtk:bg[NORMAL]/#000000/0.07"/>
</gradient>
<include name="button_separator" />
<include name="button_bottom_hilight" />
@@ -234,7 +258,7 @@
<color value="blend/gtk:bg[NORMAL]/#000000/0.1"/>
<color value="blend/gtk:bg[NORMAL]/#000000/0.14"/>
<color value="blend/gtk:bg[NORMAL]/#000000/0.17"/>
- <color value="blend/gtk:bg[NORMAL]/#000000/0.05"/>
+ <color value="blend/gtk:bg[NORMAL]/#000000/0.07"/>
</gradient>
<include name="button_separator_max"/>
<include name="button_bottom_hilight" />
@@ -359,7 +383,6 @@
<tint color="blend/#ffffff/gtk:bg[NORMAL]/0.7" alpha="0.3" x="0" y="height-4" width="1" height="1" />
<tint color="blend/#ffffff/gtk:bg[NORMAL]/0.7" alpha="0.3" x="2" y="height-2" width="1" height="1" />
<tint color="blend/#ffffff/gtk:bg[NORMAL]/0.7" alpha="0.6" x="1" y="height-3" width="1" height="1" />
- <!-- <tint color="#000000" alpha="0.2" x="0" y="1" width="1" height="height-7" /> -->
<gradient type="vertical" x="0" y="1" width="1" height="height-7">
<color value="blend/#000000/gtk:bg[NORMAL]/0.7"/>
<color value="blend/#000000/gtk:bg[NORMAL]/0.8"/>
@@ -432,14 +455,13 @@
<!-- Close Buttons -->
<draw_ops name="icon_close">
- <!-- <rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.3" x="(width-width%3)/3" y="(height-height%3)/3+1" width="width-2*((width-width%3)/3)-2" height="height-2*((height-height%3)/3)-2"/> -->
<!-- shadow -->
- <line color="blend/gtk:bg[NORMAL]/#000000/0.3" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1+1" />
- <line color="blend/gtk:bg[NORMAL]/#000000/0.3" x1="(width-width%3)/3+1" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1" />
- <line color="blend/gtk:bg[NORMAL]/#000000/0.3" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1+1" x2="width-((width-width%3)/3)-2-1" y2="height-((height-height%3)/3)-2+1+1" />
- <line color="blend/gtk:bg[NORMAL]/#000000/0.3" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1+1" />
- <line color="blend/gtk:bg[NORMAL]/#000000/0.3" x1="width-((width-width%3)/3)-2-1" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1-1+1" />
- <line color="blend/gtk:bg[NORMAL]/#000000/0.3" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1+1" x2="(width-width%3)/3+1" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/gtk:bg[NORMAL]/#000000/0.4" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/gtk:bg[NORMAL]/#000000/0.4" x1="(width-width%3)/3+1" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1" />
+ <line color="blend/gtk:bg[NORMAL]/#000000/0.4" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1+1" x2="width-((width-width%3)/3)-2-1" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/gtk:bg[NORMAL]/#000000/0.4" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/gtk:bg[NORMAL]/#000000/0.4" x1="width-((width-width%3)/3)-2-1" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1-1+1" />
+ <line color="blend/gtk:bg[NORMAL]/#000000/0.4" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1+1" x2="(width-width%3)/3+1" y2="height-((height-height%3)/3)-2+1+1" />
<!-- glyph -->
<line color="blend/#ffffff/gtk:bg[NORMAL]/0.3" x1="(width-width%3)/3" y1="(height-height%3)/3+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1" />
@@ -450,59 +472,78 @@
<line color="blend/#ffffff/gtk:bg[NORMAL]/0.3" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3+1" y2="height-((height-height%3)/3)-2+1" />
</draw_ops>
+ <draw_ops name="icon_close_single">
+ <!-- shadow -->
+ <line color="blend/gtk:bg[NORMAL]/#000000/0.4" x1="(width-width%3)/3+1" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2+1" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/gtk:bg[NORMAL]/#000000/0.4" x1="(width-width%3)/3+1+1" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2+1" y2="height-((height-height%3)/3)-2+1" />
+ <line color="blend/gtk:bg[NORMAL]/#000000/0.4" x1="(width-width%3)/3+1" y1="(height-height%3)/3+1+1+1" x2="width-((width-width%3)/3)-2-1+1" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/gtk:bg[NORMAL]/#000000/0.4" x1="width-((width-width%3)/3)-2+1" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3+1" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/gtk:bg[NORMAL]/#000000/0.4" x1="width-((width-width%3)/3)-2-1+1" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3+1" y2="height-((height-height%3)/3)-2+1-1+1" />
+ <line color="blend/gtk:bg[NORMAL]/#000000/0.4" x1="width-((width-width%3)/3)-2+1" y1="(height-height%3)/3+1+1+1" x2="(width-width%3)/3+1+1" y2="height-((height-height%3)/3)-2+1+1" />
+
+ <!-- glyph -->
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.3" x1="(width-width%3)/3+1" y1="(height-height%3)/3+1" x2="width-((width-width%3)/3)-2+1" y2="height-((height-height%3)/3)-2+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.3" x1="(width-width%3)/3+1+1" y1="(height-height%3)/3+1" x2="width-((width-width%3)/3)-2+1" y2="height-((height-height%3)/3)-2" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.3" x1="(width-width%3)/3+1" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2-1+1" y2="height-((height-height%3)/3)-2+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.3" x1="width-((width-width%3)/3)-2+1" y1="(height-height%3)/3+1" x2="(width-width%3)/3+1" y2="height-((height-height%3)/3)-2+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.3" x1="width-((width-width%3)/3)-2-1+1" y1="(height-height%3)/3+1" x2="(width-width%3)/3+1" y2="height-((height-height%3)/3)-2+1-1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.3" x1="width-((width-width%3)/3)-2+1" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3+1+1" y2="height-((height-height%3)/3)-2+1" />
+ </draw_ops>
+
+
<draw_ops name="button_close_unfocused">
<!-- hilight -->
- <line color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1+1" />
- <line color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x1="(width-width%3)/3+1" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1" />
- <line color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1+1" x2="width-((width-width%3)/3)-2-1" y2="height-((height-height%3)/3)-2+1+1" />
- <line color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1+1" />
- <line color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x1="width-((width-width%3)/3)-2-1" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1-1+1" />
- <line color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1+1" x2="(width-width%3)/3+1" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1+1+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x1="(width-width%3)/3+1" y1="(height-height%3)/3+1+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1+1+1" x2="width-((width-width%3)/3)-2-1" y2="height-((height-height%3)/3)-2+1+1+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1+1+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x1="width-((width-width%3)/3)-2-1" y1="(height-height%3)/3+1+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1-1+1+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1+1+1" x2="(width-width%3)/3+1" y2="height-((height-height%3)/3)-2+1+1+1" />
<!-- glyph -->
- <line color="blend/gtk:bg[NORMAL]/#000000/0.3" x1="(width-width%3)/3" y1="(height-height%3)/3+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1" />
- <line color="blend/gtk:bg[NORMAL]/#000000/0.3" x1="(width-width%3)/3+1" y1="(height-height%3)/3+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2" />
- <line color="blend/gtk:bg[NORMAL]/#000000/0.3" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2-1" y2="height-((height-height%3)/3)-2+1" />
- <line color="blend/gtk:bg[NORMAL]/#000000/0.3" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1" />
- <line color="blend/gtk:bg[NORMAL]/#000000/0.3" x1="width-((width-width%3)/3)-2-1" y1="(height-height%3)/3+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1-1" />
- <line color="blend/gtk:bg[NORMAL]/#000000/0.3" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3+1" y2="height-((height-height%3)/3)-2+1" />
+ <line color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.8" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.8" x1="(width-width%3)/3+1" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1" />
+ <line color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.8" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1+1" x2="width-((width-width%3)/3)-2-1" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.8" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.8" x1="width-((width-width%3)/3)-2-1" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1-1+1" />
+ <line color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.8" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1+1" x2="(width-width%3)/3+1" y2="height-((height-height%3)/3)-2+1+1" />
</draw_ops>
<draw_ops name="button_close_unfocused_prelight">
<!-- hilight -->
- <line color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1+1" />
- <line color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x1="(width-width%3)/3+1" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1" />
- <line color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1+1" x2="width-((width-width%3)/3)-2-1" y2="height-((height-height%3)/3)-2+1+1" />
- <line color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1+1" />
- <line color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x1="width-((width-width%3)/3)-2-1" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1-1+1" />
- <line color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1+1" x2="(width-width%3)/3+1" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1+1+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x1="(width-width%3)/3+1" y1="(height-height%3)/3+1+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1+1+1" x2="width-((width-width%3)/3)-2-1" y2="height-((height-height%3)/3)-2+1+1+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1+1+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x1="width-((width-width%3)/3)-2-1" y1="(height-height%3)/3+1+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1-1+1+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1+1+1" x2="(width-width%3)/3+1" y2="height-((height-height%3)/3)-2+1+1+1" />
<!-- glyph -->
- <line color="blend/gtk:bg[NORMAL]/#000000/0.2" x1="(width-width%3)/3" y1="(height-height%3)/3+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1" />
- <line color="blend/gtk:bg[NORMAL]/#000000/0.2" x1="(width-width%3)/3+1" y1="(height-height%3)/3+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2" />
- <line color="blend/gtk:bg[NORMAL]/#000000/0.2" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2-1" y2="height-((height-height%3)/3)-2+1" />
- <line color="blend/gtk:bg[NORMAL]/#000000/0.2" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1" />
- <line color="blend/gtk:bg[NORMAL]/#000000/0.2" x1="width-((width-width%3)/3)-2-1" y1="(height-height%3)/3+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1-1" />
- <line color="blend/gtk:bg[NORMAL]/#000000/0.2" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3+1" y2="height-((height-height%3)/3)-2+1" />
+ <line color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.85" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.85" x1="(width-width%3)/3+1" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1" />
+ <line color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.85" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1+1" x2="width-((width-width%3)/3)-2-1" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.85" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.85" x1="width-((width-width%3)/3)-2-1" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1-1+1" />
+ <line color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.85" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1+1" x2="(width-width%3)/3+1" y2="height-((height-height%3)/3)-2+1+1" />
</draw_ops>
<draw_ops name="button_close_unfocused_pressed">
<!-- hilight -->
- <line color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1+1" />
- <line color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x1="(width-width%3)/3+1" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1" />
- <line color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1+1" x2="width-((width-width%3)/3)-2-1" y2="height-((height-height%3)/3)-2+1+1" />
- <line color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1+1" />
- <line color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x1="width-((width-width%3)/3)-2-1" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1-1+1" />
- <line color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1+1" x2="(width-width%3)/3+1" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1+1+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x1="(width-width%3)/3+1" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1+1" x2="width-((width-width%3)/3)-2-1" y2="height-((height-height%3)/3)-2+1+1+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1+1+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x1="width-((width-width%3)/3)-2-1" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1-1+1+1" />
+ <line color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1+1" x2="(width-width%3)/3+1" y2="height-((height-height%3)/3)-2+1+1+1" />
<!-- glyph -->
- <line color="blend/gtk:bg[NORMAL]/#000000/0.4" x1="(width-width%3)/3" y1="(height-height%3)/3+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1" />
- <line color="blend/gtk:bg[NORMAL]/#000000/0.4" x1="(width-width%3)/3+1" y1="(height-height%3)/3+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2" />
- <line color="blend/gtk:bg[NORMAL]/#000000/0.4" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2-1" y2="height-((height-height%3)/3)-2+1" />
- <line color="blend/gtk:bg[NORMAL]/#000000/0.4" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1" />
- <line color="blend/gtk:bg[NORMAL]/#000000/0.4" x1="width-((width-width%3)/3)-2-1" y1="(height-height%3)/3+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1-1" />
- <line color="blend/gtk:bg[NORMAL]/#000000/0.4" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3+1" y2="height-((height-height%3)/3)-2+1" />
+ <line color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.7" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.7" x1="(width-width%3)/3+1" y1="(height-height%3)/3+1+1" x2="width-((width-width%3)/3)-2" y2="height-((height-height%3)/3)-2+1" />
+ <line color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.7" x1="(width-width%3)/3" y1="(height-height%3)/3+1+1+1" x2="width-((width-width%3)/3)-2-1" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.7" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1+1" />
+ <line color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.7" x1="width-((width-width%3)/3)-2-1" y1="(height-height%3)/3+1+1" x2="(width-width%3)/3" y2="height-((height-height%3)/3)-2+1-1+1" />
+ <line color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.7" x1="width-((width-width%3)/3)-2" y1="(height-height%3)/3+1+1+1" x2="(width-width%3)/3+1" y2="height-((height-height%3)/3)-2+1+1" />
</draw_ops>
@@ -515,8 +556,8 @@
-->
<!-- shadow -->
- <rectangle color="blend/gtk:bg[NORMAL]/#000000/0.3" x="(width-width%3)/3+1" y="(height-height%3)/3+1+1" width="width-2*((width-width%3)/3)-1-2" height="height-2*((height-height%3)/3)-1-2"/>
- <rectangle color="blend/gtk:bg[NORMAL]/#000000/0.3" x="(width-width%3)/3+2" y="(height-height%3)/3+2+1" width="width-2*((width-width%3)/3)-1-4" height="height-2*((height-height%3)/3)-1-4"/>
+ <rectangle color="blend/gtk:bg[NORMAL]/#000000/0.4" x="(width-width%3)/3+1" y="(height-height%3)/3+1+1" width="width-2*((width-width%3)/3)-1-2" height="height-2*((height-height%3)/3)-1-2"/>
+ <rectangle color="blend/gtk:bg[NORMAL]/#000000/0.4" x="(width-width%3)/3+2" y="(height-height%3)/3+2+1" width="width-2*((width-width%3)/3)-1-4" height="height-2*((height-height%3)/3)-1-4"/>
<!-- glyph -->
<rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.3" x="(width-width%3)/3+1" y="(height-height%3)/3+1" width="width-2*((width-width%3)/3)-1-2" height="height-2*((height-height%3)/3)-1-2"/>
<rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.3" x="(width-width%3)/3+2" y="(height-height%3)/3+2" width="width-2*((width-width%3)/3)-1-4" height="height-2*((height-height%3)/3)-1-4"/>
@@ -524,53 +565,53 @@
<draw_ops name="button_maximize_unfocused">
<!-- hiligth -->
- <rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x="(width-width%3)/3+1" y="(height-height%3)/3+1+1" width="width-2*((width-width%3)/3)-1-2" height="height-2*((height-height%3)/3)-1-2"/>
- <rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x="(width-width%3)/3+2" y="(height-height%3)/3+2+1" width="width-2*((width-width%3)/3)-1-4" height="height-2*((height-height%3)/3)-1-4"/>
+ <rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x="(width-width%3)/3+1" y="(height-height%3)/3+1+1+1" width="width-2*((width-width%3)/3)-1-2" height="height-2*((height-height%3)/3)-1-2"/>
+ <rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x="(width-width%3)/3+2" y="(height-height%3)/3+2+1+1" width="width-2*((width-width%3)/3)-1-4" height="height-2*((height-height%3)/3)-1-4"/>
<!-- glyph -->
- <rectangle color="blend/gtk:bg[NORMAL]/#000000/0.3" x="(width-width%3)/3+1" y="(height-height%3)/3+1" width="width-2*((width-width%3)/3)-1-2" height="height-2*((height-height%3)/3)-1-2"/>
- <rectangle color="blend/gtk:bg[NORMAL]/#000000/0.3" x="(width-width%3)/3+2" y="(height-height%3)/3+2" width="width-2*((width-width%3)/3)-1-4" height="height-2*((height-height%3)/3)-1-4"/>
+ <rectangle color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.8" x="(width-width%3)/3+1" y="(height-height%3)/3+1+1" width="width-2*((width-width%3)/3)-1-2" height="height-2*((height-height%3)/3)-1-2"/>
+ <rectangle color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.8" x="(width-width%3)/3+2" y="(height-height%3)/3+2+1" width="width-2*((width-width%3)/3)-1-4" height="height-2*((height-height%3)/3)-1-4"/>
</draw_ops>
<draw_ops name="button_maximize_unfocused_prelight">
<!-- hiligth -->
- <rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x="(width-width%3)/3+1" y="(height-height%3)/3+1+1" width="width-2*((width-width%3)/3)-1-2" height="height-2*((height-height%3)/3)-1-2"/>
- <rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x="(width-width%3)/3+2" y="(height-height%3)/3+2+1" width="width-2*((width-width%3)/3)-1-4" height="height-2*((height-height%3)/3)-1-4"/>
+ <rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x="(width-width%3)/3+1" y="(height-height%3)/3+1+1+1" width="width-2*((width-width%3)/3)-1-2" height="height-2*((height-height%3)/3)-1-2"/>
+ <rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x="(width-width%3)/3+2" y="(height-height%3)/3+2+1+1" width="width-2*((width-width%3)/3)-1-4" height="height-2*((height-height%3)/3)-1-4"/>
<!-- glyph -->
- <rectangle color="blend/gtk:bg[NORMAL]/#000000/0.2" x="(width-width%3)/3+1" y="(height-height%3)/3+1" width="width-2*((width-width%3)/3)-1-2" height="height-2*((height-height%3)/3)-1-2"/>
- <rectangle color="blend/gtk:bg[NORMAL]/#000000/0.2" x="(width-width%3)/3+2" y="(height-height%3)/3+2" width="width-2*((width-width%3)/3)-1-4" height="height-2*((height-height%3)/3)-1-4"/>
+ <rectangle color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.85" x="(width-width%3)/3+1" y="(height-height%3)/3+1+1" width="width-2*((width-width%3)/3)-1-2" height="height-2*((height-height%3)/3)-1-2"/>
+ <rectangle color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.85" x="(width-width%3)/3+2" y="(height-height%3)/3+2+1" width="width-2*((width-width%3)/3)-1-4" height="height-2*((height-height%3)/3)-1-4"/>
</draw_ops>
<draw_ops name="button_maximize_unfocused_pressed">
<!-- hiligth -->
- <rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x="(width-width%3)/3+1" y="(height-height%3)/3+1+1" width="width-2*((width-width%3)/3)-1-2" height="height-2*((height-height%3)/3)-1-2"/>
- <rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x="(width-width%3)/3+2" y="(height-height%3)/3+2+1" width="width-2*((width-width%3)/3)-1-4" height="height-2*((height-height%3)/3)-1-4"/>
+ <rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x="(width-width%3)/3+1" y="(height-height%3)/3+1+1+1" width="width-2*((width-width%3)/3)-1-2" height="height-2*((height-height%3)/3)-1-2"/>
+ <rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x="(width-width%3)/3+2" y="(height-height%3)/3+2+1+1" width="width-2*((width-width%3)/3)-1-4" height="height-2*((height-height%3)/3)-1-4"/>
<!-- glyph -->
- <rectangle color="blend/gtk:bg[NORMAL]/#000000/0.4" x="(width-width%3)/3+1" y="(height-height%3)/3+1" width="width-2*((width-width%3)/3)-1-2" height="height-2*((height-height%3)/3)-1-2"/>
- <rectangle color="blend/gtk:bg[NORMAL]/#000000/0.4" x="(width-width%3)/3+2" y="(height-height%3)/3+2" width="width-2*((width-width%3)/3)-1-4" height="height-2*((height-height%3)/3)-1-4"/>
+ <rectangle color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.7" x="(width-width%3)/3+1" y="(height-height%3)/3+1+1" width="width-2*((width-width%3)/3)-1-2" height="height-2*((height-height%3)/3)-1-2"/>
+ <rectangle color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.7" x="(width-width%3)/3+2" y="(height-height%3)/3+2+1" width="width-2*((width-width%3)/3)-1-4" height="height-2*((height-height%3)/3)-1-4"/>
</draw_ops>
<!-- Minimize Buttons -->
<draw_ops name="icon_minimize">
<!-- shadow -->
- <rectangle color="blend/gtk:bg[NORMAL]/#000000/0.3" x="(width-width%3)/3+2" y="height-((height-height%3)/3+1+1)+1" width="width-2*((width-width%3)/3)-1-4" height="1"/>
+ <rectangle color="blend/gtk:bg[NORMAL]/#000000/0.4" x="(width-width%3)/3+2" y="height-((height-height%3)/3+1+1)+1" width="width-2*((width-width%3)/3)-1-4" height="1"/>
<!-- glyph -->
<rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.3" x="(width-width%3)/3+2" y="height-((height-height%3)/3+1+1)" width="width-2*((width-width%3)/3)-1-4" height="1"/>
</draw_ops>
<draw_ops name="button_minimize_unfocused">
- <rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x="(width/2.7)" y="height - (width/2.7) + 1" width="width - (width/2.7) * 2" height="2" filled="true"/>
- <rectangle color="blend/gtk:bg[NORMAL]/#000000/0.3" x="(width/2.7)" y="height - (width/2.7)" width="width - (width/2.7) * 2" height="2" filled="true"/>
+ <rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x="(width/2.7)" y="height - (width/2.7) + 1+1" width="width - (width/2.7) * 2" height="2" filled="true"/>
+ <rectangle color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.8" x="(width/2.7)" y="height - (width/2.7)+1" width="width - (width/2.7) * 2" height="2" filled="true"/>
</draw_ops>
<draw_ops name="button_minimize_unfocused_prelight">
- <rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x="(width/2.7)" y="height - (width/2.7) + 1" width="width - (width/2.7) * 2" height="2" filled="true"/>
- <rectangle color="blend/gtk:bg[NORMAL]/#000000/0.2" x="(width/2.7)" y="height - (width/2.7)" width="width - (width/2.7) * 2" height="2" filled="true"/>
+ <rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x="(width/2.7)" y="height - (width/2.7) + 1+1" width="width - (width/2.7) * 2" height="2" filled="true"/>
+ <rectangle color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.85" x="(width/2.7)" y="height - (width/2.7)+1" width="width - (width/2.7) * 2" height="2" filled="true"/>
</draw_ops>
<draw_ops name="button_minimize_unfocused_pressed">
- <rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.6" x="(width/2.7)" y="height - (width/2.7) + 1" width="width - (width/2.7) * 2" height="2" filled="true"/>
- <rectangle color="blend/gtk:bg[NORMAL]/#000000/0.4" x="(width/2.7)" y="height - (width/2.7)" width="width - (width/2.7) * 2" height="2" filled="true"/>
+ <rectangle color="blend/#ffffff/gtk:bg[NORMAL]/0.9" x="(width/2.7)" y="height - (width/2.7) + 1+1" width="width - (width/2.7) * 2" height="2" filled="true"/>
+ <rectangle color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.7" x="(width/2.7)" y="height - (width/2.7)+1" width="width - (width/2.7) * 2" height="2" filled="true"/>
</draw_ops>
<draw_ops name="button_menu_normal">
@@ -762,9 +803,9 @@
- <button function="close" state="normal" draw_ops="icon_close"/>
- <button function="close" state="prelight" draw_ops="icon_close"/>
- <button function="close" state="pressed" draw_ops="icon_close"/>
+ <button function="close" state="normal" draw_ops="icon_close_single"/>
+ <button function="close" state="prelight" draw_ops="icon_close_single"/>
+ <button function="close" state="pressed" draw_ops="icon_close_single"/>
<button function="menu" state="normal" draw_ops="button_menu_normal"/>
<button function="menu" state="prelight" draw_ops="button_menu_prelight"/>
<button function="menu" state="pressed" draw_ops="button_menu_pressed"/>
@@ -772,9 +813,6 @@
</frame_style>
<frame_style name="utility_unfocused" geometry="utility" parent="normal_unfocused">
-<!-- <piece position="entire_background" draw_ops="normal_unfocused"/>
- <piece position="titlebar" draw_ops="titlebar_normal_unfocused"/>
- <piece position="title" draw_ops="title_all"/> -->
<button function="close" state="normal" draw_ops="button_close_unfocused"/>
<button function="close" state="prelight" draw_ops="button_close_unfocused_prelight"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]