summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-03-01 10:54:14 +0100
committerStefano Karapetsas <[email protected]>2012-03-01 10:54:14 +0100
commitb2b34c22d575e8ed2d0e67576262f0fe512ad0f0 (patch)
tree4328033d25df4bfd8ac77b0bb2e2d6beab199d4a
parent627232f56042cbdb677bb373100aab5dbff3e330 (diff)
downloadmate-themes-b2b34c22d575e8ed2d0e67576262f0fe512ad0f0.tar.bz2
mate-themes-b2b34c22d575e8ed2d0e67576262f0fe512ad0f0.tar.xz
update Aldabra gtk-2.0 and metacity-1 from new upstream release
gtk-3.0 need testing before
-rw-r--r--desktop-themes/Aldabra/gtk-2.0/assets/tab-bottom-active.pngbin986 -> 871 bytes
-rw-r--r--desktop-themes/Aldabra/gtk-2.0/assets/tab-left-active.pngbin882 -> 735 bytes
-rw-r--r--desktop-themes/Aldabra/gtk-2.0/assets/tab-right-active.pngbin856 -> 738 bytes
-rw-r--r--desktop-themes/Aldabra/gtk-2.0/assets/tab-top-active.pngbin1012 -> 926 bytes
-rw-r--r--desktop-themes/Aldabra/gtk-2.0/gtkrc31
-rw-r--r--desktop-themes/Aldabra/metacity-1/metacity-theme-2.xml8
-rw-r--r--desktop-themes/Aldabra/metacity-1/metacity-theme-3.xml120
7 files changed, 80 insertions, 79 deletions
diff --git a/desktop-themes/Aldabra/gtk-2.0/assets/tab-bottom-active.png b/desktop-themes/Aldabra/gtk-2.0/assets/tab-bottom-active.png
index 775d5509..66bc0efb 100644
--- a/desktop-themes/Aldabra/gtk-2.0/assets/tab-bottom-active.png
+++ b/desktop-themes/Aldabra/gtk-2.0/assets/tab-bottom-active.png
Binary files differ
diff --git a/desktop-themes/Aldabra/gtk-2.0/assets/tab-left-active.png b/desktop-themes/Aldabra/gtk-2.0/assets/tab-left-active.png
index 096d6051..adabfb2d 100644
--- a/desktop-themes/Aldabra/gtk-2.0/assets/tab-left-active.png
+++ b/desktop-themes/Aldabra/gtk-2.0/assets/tab-left-active.png
Binary files differ
diff --git a/desktop-themes/Aldabra/gtk-2.0/assets/tab-right-active.png b/desktop-themes/Aldabra/gtk-2.0/assets/tab-right-active.png
index fedb8ebe..75f46c05 100644
--- a/desktop-themes/Aldabra/gtk-2.0/assets/tab-right-active.png
+++ b/desktop-themes/Aldabra/gtk-2.0/assets/tab-right-active.png
Binary files differ
diff --git a/desktop-themes/Aldabra/gtk-2.0/assets/tab-top-active.png b/desktop-themes/Aldabra/gtk-2.0/assets/tab-top-active.png
index 48b2577f..1571ac25 100644
--- a/desktop-themes/Aldabra/gtk-2.0/assets/tab-top-active.png
+++ b/desktop-themes/Aldabra/gtk-2.0/assets/tab-top-active.png
Binary files differ
diff --git a/desktop-themes/Aldabra/gtk-2.0/gtkrc b/desktop-themes/Aldabra/gtk-2.0/gtkrc
index 0a97f3fb..96cbf894 100644
--- a/desktop-themes/Aldabra/gtk-2.0/gtkrc
+++ b/desktop-themes/Aldabra/gtk-2.0/gtkrc
@@ -23,8 +23,9 @@ style "default" {
GtkExpander ::expander-size = 14
- GtkMenuBar ::internal-padding = 2
+ GtkMenuBar ::internal-padding = 0
GtkMenuBar ::shadow-type = GTK_SHADOW_NONE
+ GtkMenuBar ::window-dragging = 1
GtkMenu ::horizontal-padding = 0
GtkMenu ::vertical-padding = 0
GtkSeparatorMenuItem ::horizontal-padding = 7
@@ -48,6 +49,7 @@ style "default" {
GtkScrollbar ::min-slider-length = 32
GtkToolbar ::internal-padding = 5
+ GtkToolbar ::window-dragging = 1
GtkTreeView ::expander-size = 14
GtkTreeView ::odd_row_color = "#FFF"
@@ -100,7 +102,7 @@ style "default" {
menubaritemstyle = 1 # 0 = menuitem look, 1 = button look
menubarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped
- menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe
+ menustyle = 3 # 0 = no vertical menu stripe, 1 = display vertical menu stripe, 2 = faint? 3 = borderless
progressbarstyle = 1
reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
rgba = FALSE # alpha transparency
@@ -283,13 +285,13 @@ style "menubar" {
engine "murrine" {
gradient_shades = {1.0, 1.0, 1.0, 1.0}
- roundness = 3 # 0 = squared
+ roundness = 6 # 0 = squared
}
}
style "menu" {
- xthickness = 3
- ythickness = 3
+ xthickness = 0
+ ythickness = 0
bg[NORMAL] = shade (1.08, @bg_color)
@@ -297,23 +299,31 @@ style "menu" {
engine "murrine" {
gradient_shades = {1.0, 1.0, 1.0, 1.0}
- roundness = 1 # 0 = squared
+ roundness = 0 # 0 = squared
}
}
style "menu_item_white" {
xthickness = 2
- ythickness = 3
+ ythickness = 4
fg[PRELIGHT] = @selected_fg_color
text[PRELIGHT] = @selected_fg_color
+
+ engine "murrine" {
+ border_shades = {1.5, 1.5}
+ }
}
style "menu_item_black" {
xthickness = 2
- ythickness = 3
+ ythickness = 4
fg[PRELIGHT] = @text_color
+
+ engine "murrine" {
+ border_shades = {1.5, 1.5}
+ }
}
style "notebook" { # tab
@@ -773,6 +783,7 @@ style "spinbutton" { # input/stepper
}
style "toolbar" {
+ GtkWidget::window-dragging = 1
engine "pixmap" {
image {
function = BOX
@@ -793,6 +804,10 @@ style "tooltips" {
fg[NORMAL] = @tooltip_fg_color
GtkWidget::new-tooltip-style = 0
+
+ engine "murrine" {
+ border_colors = { "#343434", "#343434" }
+ }
}
style "treeview" {
diff --git a/desktop-themes/Aldabra/metacity-1/metacity-theme-2.xml b/desktop-themes/Aldabra/metacity-1/metacity-theme-2.xml
index 4feb8116..a1ede176 100644
--- a/desktop-themes/Aldabra/metacity-1/metacity-theme-2.xml
+++ b/desktop-themes/Aldabra/metacity-1/metacity-theme-2.xml
@@ -35,8 +35,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="10" right="10" top="1" bottom="1"/>
- <border name="button_border" left="0" right="0" top="1" bottom="3"/>
+ <border name="title_border" left="10" right="10" top="1" bottom="2"/>
+ <border name="button_border" left="0" right="0" top="1" bottom="2"/>
<aspect_ratio name="button" value="1"/>
</frame_geometry>
@@ -54,8 +54,8 @@
This needs to be 1 less then the
title_vertical_pad on normal state
or you'll have bigger buttons -->
- <border name="title_border" left="10" right="10" top="1" bottom="1"/>
- <border name="button_border" left="0" right="0" top="0" bottom="3"/>
+ <border name="title_border" left="10" right="10" top="1" bottom="2"/>
+ <border name="button_border" left="0" right="0" top="0" bottom="2"/>
<distance name="bottom_height" value="0" />
</frame_geometry>
diff --git a/desktop-themes/Aldabra/metacity-1/metacity-theme-3.xml b/desktop-themes/Aldabra/metacity-1/metacity-theme-3.xml
index 7b7dcaf9..b4aa3f90 100644
--- a/desktop-themes/Aldabra/metacity-1/metacity-theme-3.xml
+++ b/desktop-themes/Aldabra/metacity-1/metacity-theme-3.xml
@@ -10,19 +10,19 @@
<!-- meaningfull constants -->
-<constant name="C_border_focused" value="blend/#000000/gtk:bg[NORMAL]/0.6" />
+<constant name="C_border_focused" value="blend/#000000/gtk:bg[NORMAL]/0.7" />
<constant name="C_border_unfocused" value="blend/#000000/gtk:bg[NORMAL]/0.8" />
-<constant name="C_border_attached_focused" value="blend/#000000/gtk:bg[NORMAL]/0.4" />
-<constant name="C_titlebar_focused_hilight" value="gtk:base[NORMAL]" />
+<constant name="C_border_attached_focused" value="blend/#000000/gtk:bg[NORMAL]/0.7" />
+<constant name="C_titlebar_focused_hilight" value="gtk:custom(wm_highlight,gtk:base[NORMAL])" />
<constant name="C_titlebar_unfocused" value="blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.4" />
<constant name="C_title_focused" value="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.1" />
-<constant name="C_title_focused_hilight" value="gtk:base[NORMAL]" />
+<constant name="C_title_focused_hilight" value="gtk:custom(wm_title_highlight,gtk:base[NORMAL])" />
<constant name="C_title_unfocused" value="blend/gtk:text[NORMAL]/gtk:bg[NORMAL]/0.9" />
<!-- color of the button icons -->
<constant name="C_icons_focused" value="gtk:text[SELECTED]" />
<constant name="C_icons_focused_pressed" value="#ffffff" />
<constant name="C_icons_unfocused" value="blend/gtk:text[NORMAL]/gtk:bg[NORMAL]/0.9" />
-<constant name="C_icons_unfocused_prelight" value="gtk:bg[NORMAL]" />
+<constant name="C_icons_unfocused_prelight" value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.3" />
<constant name="C_icons_unfocused_pressed" value="blend/#000000/gtk:bg[NORMAL]/0.7" />
<constant name="D_icons_unfocused_offset" value="2" /> <!-- offset of the unfocused icons -->
<constant name="D_icons_shrink" value="1" /> <!-- increasing this value makes the icons in buttons smaller -->
@@ -35,9 +35,9 @@
<distance name="bottom_height" value="2" />
<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="10" right="10" top="1" bottom="0"/>
- <border name="button_border" left="0" right="0" top="0" bottom="0"/>
+ <distance name="title_vertical_pad" value="9"/>
+ <border name="title_border" left="10" right="10" top="0" bottom="2"/>
+ <border name="button_border" left="0" right="0" top="0" bottom="2"/>
<aspect_ratio name="button" value="1"/>
</frame_geometry>
@@ -51,12 +51,12 @@
<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="9"/> <!--
+ <distance name="title_vertical_pad" value="8"/> <!--
This needs to be 1 less then the
title_vertical_pad on normal state
or you'll have bigger buttons -->
- <border name="title_border" left="10" right="10" top="1" bottom="0"/>
- <border name="button_border" left="0" right="0" top="0" bottom="0"/>
+ <border name="title_border" left="10" right="10" top="1" bottom="2"/>
+ <border name="button_border" left="0" right="0" top="0" bottom="2"/>
<distance name="bottom_height" value="0" />
</frame_geometry>
@@ -148,27 +148,17 @@
<draw_ops name="titlebar_fill_focused">
<gradient type="vertical" x="0" y="0" width="width" height="height">
- <color value="blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.4" />
- <color value="gtk:bg[NORMAL]"/>
- <color value="blend/gtk:bg[NORMAL]/#000000/0.03" />
- <color value="blend/gtk:bg[NORMAL]/#000000/0.06" />
+ <color value="gtk:custom(wm_bg_a,blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.4)" />
+ <color value="gtk:custom(wm_bg_b,gtk:bg[NORMAL])" />
</gradient>
</draw_ops>
-<draw_ops name="titlebar_fill_focused_alt">
- <gradient type="vertical" x="0" y="0" width="width" height="height">
- <color value="blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.6" />
- <!-- <color value="gtk:bg[NORMAL]"/> -->
- <!-- <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> -->
- <color value="gtk:bg[NORMAL]"/>
- </gradient>
-</draw_ops>
-<draw_ops name="titlebar_fill_focused_alt2"> <!-- gradient for attached and modal dialogs titlebar-->
+<draw_ops name="titlebar_fill_attached_focused"> <!-- gradient for attached and modal dialogs titlebar-->
<gradient type="vertical" x="0" y="0" width="width" height="title_height">
- <color value="gtk:bg[NORMAL]"/>
- <color value="blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.4" />
- <color value="gtk:bg[NORMAL]" />
+ <color value="gtk:custom(wm_bg_b,gtk:bg[NORMAL])" />
+ <color value="gtk:custom(wm_bg_a,blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.4)" />
+ <color value="gtk:custom(wm_bg_b,gtk:bg[NORMAL])" />
</gradient>
</draw_ops>
@@ -176,11 +166,6 @@
<rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" />
</draw_ops>
-<draw_ops name="titlebar_unfocused">
- <include name="titlebar_fill_unfocused" />
- <line x1="0" y1="height-1" x2="width-1" y2="height-1" color="C_icons_unfocused" />
-</draw_ops>
-
<draw_ops name="hilight">
<line x1="0" y1="1" x2="width-1" y2="1" color="C_titlebar_focused_hilight" />
<gradient type="vertical" x="1" y="1" width="1" height="height-4">
@@ -200,26 +185,21 @@
</draw_ops>
<draw_ops name="titlebar_focused">
- <include name="titlebar_fill_focused_alt" />
+ <include name="titlebar_fill_focused" />
<include name="hilight" />
</draw_ops>
-<draw_ops name="titlebar_focused_alt">
- <include name="titlebar_fill_focused_alt" />
- <include name="hilight" />
-</draw_ops>
-
-<draw_ops name="titlebar_focused_alt2"> <!-- titlebar for attached and modal dialogs -->
- <include name="titlebar_fill_focused_alt2" />
+<draw_ops name="titlebar_attached_focused"> <!-- titlebar for attached and modal dialogs -->
+ <include name="titlebar_fill_attached_focused" />
</draw_ops>
<draw_ops name="rounded_titlebar_focused">
- <include name="titlebar_fill_focused_alt" />
+ <include name="titlebar_fill_focused" />
<include name="rounded_hilight" />
</draw_ops>
<draw_ops name="rounded_titlebar_focused_alt">
- <include name="titlebar_fill_focused_alt" />
+ <include name="titlebar_fill_focused" />
<include name="rounded_hilight" />
</draw_ops>
@@ -235,13 +215,19 @@
<rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" />
<line x1="0" y1="0" x2="width" y2="0" color="C_border_attached_focused" />
<gradient type="vertical" x="0" y="0" width="1" height="top_height">
- <color value="C_border_attached_focused" />
+ <color value="blend/gtk:bg[NORMAL]/#000000/0.3" />
+ <color value="blend/gtk:bg[NORMAL]/#000000/0.1" />
<color value="blend/gtk:bg[NORMAL]/#000000/0.1" />
+ <color value="blend/gtk:bg[NORMAL]/#000000/0.2" />
+ <color value="blend/gtk:bg[NORMAL]/#000000/0.2" />
<color value="C_border_focused" />
</gradient>
<gradient type="vertical" x="width-1" y="0" width="1" height="top_height">
- <color value="C_border_attached_focused" />
+ <color value="blend/gtk:bg[NORMAL]/#000000/0.3" />
+ <color value="blend/gtk:bg[NORMAL]/#000000/0.1" />
<color value="blend/gtk:bg[NORMAL]/#000000/0.1" />
+ <color value="blend/gtk:bg[NORMAL]/#000000/0.2" />
+ <color value="blend/gtk:bg[NORMAL]/#000000/0.2" />
<color value="C_border_focused" />
</gradient>
</draw_ops>
@@ -804,14 +790,14 @@
<!-- button backgrounds -->
<constant name="C_button_border" value="blend/#000000/gtk:bg[NORMAL]/0.8" />
-<constant name="C_button_hilight" value="blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.6" />
+<constant name="C_button_hilight" value="gtk:custom(wm_highlight,blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.6)" />
<draw_ops name="button_fill"> <!-- button background gradient -->
<gradient type="vertical" x="0" y="0" width="width" height="height-2">
- <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.15" />
- <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.21" />
- <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.27" />
- <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.12" />
+ <color value="gtk:custom(wm_button_bg_a,blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.15)" />
+ <color value="gtk:custom(wm_button_bg_b,blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.21)" />
+ <color value="gtk:custom(wm_button_bg_c,blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.27)" />
+ <color value="gtk:custom(wm_button_bg_d,blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.12)" />
</gradient>
</draw_ops>
@@ -833,18 +819,18 @@
<draw_ops name="button_fill_prelight"> <!-- button background gradient for prelight status -->
<gradient type="vertical" x="0" y="0" width="width" height="height-2">
- <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.03" />
- <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.1" />
- <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.2" />
- <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.04" />
+ <color value="gtk:custom(wm_button_bg_hover_a,blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.03)" />
+ <color value="gtk:custom(wm_button_bg_hover_b,blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.1)" />
+ <color value="gtk:custom(wm_button_bg_hover_c,blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.2)" />
+ <color value="gtk:custom(wm_button_bg_hover_d,blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.04)" />
</gradient>
</draw_ops>
<draw_ops name="button_fill_pressed"> <!-- button background gradient for pressed status -->
<gradient type="vertical" x="0" y="0" width="width" height="height-2">
- <color value="C_border_focused" />
- <color value="blend/#000000/gtk:bg[NORMAL]/0.75" />
- <color value="blend/#000000/gtk:bg[NORMAL]/0.8" />
+ <color value="gtk:custom(wm_button_bg_active_a,blend/#000000/gtk:bg[NORMAL]/0.7)" />
+ <color value="gtk:custom(wm_button_bg_active_b,blend/#000000/gtk:bg[NORMAL]/0.75)" />
+ <color value="gtk:custom(wm_button_bg_active_c,blend/#000000/gtk:bg[NORMAL]/0.8)" />
</gradient>
</draw_ops>
@@ -1156,7 +1142,7 @@
<frame_style name="normal_max_focused" geometry="max">
<piece position="entire_background" draw_ops="entire_background_focused" />
- <piece position="titlebar" draw_ops="titlebar_fill_focused_alt" />
+ <piece position="titlebar" draw_ops="titlebar_fill_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" />
@@ -1236,7 +1222,7 @@
<frame_style name="normal_max_shaded_focused" geometry="max">
<piece position="entire_background" draw_ops="entire_background_focused" />
- <piece position="titlebar" draw_ops="titlebar_fill_focused_alt" />
+ <piece position="titlebar" draw_ops="titlebar_fill_focused" />
<piece position="title" draw_ops="title_focused" />
<piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_focused" /></draw_ops></piece>
<button function="close" state="normal" draw_ops="close_focused" />
@@ -1318,7 +1304,7 @@
<frame_style name="dialog_focused" geometry="nobuttons">
<piece position="entire_background" draw_ops="entire_background_focused" />
- <piece position="titlebar" draw_ops="rounded_titlebar_focused_alt" />
+ <piece position="titlebar" draw_ops="rounded_titlebar_focused" />
<piece position="title" draw_ops="title_focused" />
<piece position="overlay" draw_ops="rounded_border_focused" />
<button function="close" state="normal" draw_ops="close_focused" />
@@ -1367,7 +1353,7 @@
<frame_style name="dialog_unfocused" geometry="nobuttons">
<piece position="entire_background" draw_ops="entire_background_unfocused" />
- <piece position="titlebar" draw_ops="titlebar_unfocused" />
+ <piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
<piece position="title" draw_ops="title_unfocused" />
<piece position="overlay" draw_ops="rounded_border_unfocused" />
<button function="close" state="normal" draw_ops="close_unfocused"/>
@@ -1398,7 +1384,7 @@
<frame_style name="modal_dialog_focused" geometry="modal">
<piece position="entire_background" draw_ops="entire_background_focused" />
- <piece position="titlebar" draw_ops="titlebar_focused_alt2" />
+ <piece position="titlebar" draw_ops="titlebar_attached_focused" />
<piece position="title" draw_ops="title_focused" />
<piece position="overlay" draw_ops="border_focused" />
<button function="close" state="normal" draw_ops="close_focused" />
@@ -1446,7 +1432,7 @@
<frame_style name="modal_dialog_unfocused" geometry="modal">
<piece position="entire_background" draw_ops="entire_background_unfocused" />
- <piece position="titlebar" draw_ops="titlebar_unfocused" />
+ <piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
<piece position="title" draw_ops="title_unfocused" />
<piece position="overlay" draw_ops="border_unfocused" />
<button function="close" state="normal" draw_ops="close_unfocused"/>
@@ -1479,7 +1465,7 @@
<frame_style name="utility_focused" geometry="small">
<piece position="entire_background" draw_ops="entire_background_focused" />
- <piece position="titlebar" draw_ops="titlebar_focused_alt" />
+ <piece position="titlebar" draw_ops="titlebar_focused" />
<piece position="title" draw_ops="title_focused" />
<piece position="overlay" draw_ops="border_focused" />
<button function="close" state="normal" draw_ops="close_focused" />
@@ -1530,7 +1516,7 @@
<frame_style name="utility_unfocused" geometry="small_unfocused">
<piece position="entire_background" draw_ops="entire_background_unfocused" />
- <piece position="titlebar" draw_ops="titlebar_unfocused" />
+ <piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
<piece position="title" draw_ops="title_unfocused" />
<piece position="overlay" draw_ops="border_unfocused" />
<button function="close" state="normal" draw_ops="close_unfocused"/>
@@ -1613,7 +1599,7 @@
<frame_style name="attached_focused" geometry="attached">
<piece position="entire_background" draw_ops="entire_background_focused" />
- <piece position="titlebar" draw_ops="titlebar_focused_alt2" />
+ <piece position="titlebar" draw_ops="titlebar_attached_focused" />
<piece position="overlay" draw_ops="border_attached_focused" />
<button function="close" state="normal"><draw_ops></draw_ops></button>
<button function="close" state="pressed"><draw_ops></draw_ops></button>
@@ -1664,7 +1650,7 @@
<frame_style name="tiled_left_focused" geometry="tiled_left">
<piece position="entire_background" draw_ops="entire_background_focused" />
- <piece position="titlebar" draw_ops="titlebar_fill_focused_alt" />
+ <piece position="titlebar" draw_ops="titlebar_fill_focused" />
<piece position="title" draw_ops="title_focused" />
<piece position="overlay" draw_ops="border_right_focused" />
<button function="close" state="normal" draw_ops="close_focused" />
@@ -1746,7 +1732,7 @@
<frame_style name="tiled_right_focused" geometry="tiled_right">
<piece position="entire_background" draw_ops="entire_background_focused" />
- <piece position="titlebar" draw_ops="titlebar_fill_focused_alt" />
+ <piece position="titlebar" draw_ops="titlebar_fill_focused" />
<piece position="title" draw_ops="title_focused" />
<piece position="overlay" draw_ops="border_left_focused" />
<button function="close" state="normal" draw_ops="close_focused" />