diff options
Diffstat (limited to 'src/themes')
122 files changed, 0 insertions, 8763 deletions
diff --git a/src/themes/Adwaita/metacity-theme-3.xml b/src/themes/Adwaita/metacity-theme-3.xml deleted file mode 100644 index 004d2ff5..00000000 --- a/src/themes/Adwaita/metacity-theme-3.xml +++ /dev/null @@ -1,1723 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Adwaita</name> - <author>GNOME Art Team <art.gnome.org></author> - <copyright>Â Intel, Â Red Hat, Lapo Calamandrei</copyright> - <date>2014</date> - <description>Default GNOME 3 window theme</description> -</info> - -<!-- meaningfull constants --> - -<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_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="gtk:custom(wm_title,gtk:fg[NORMAL])" /> -<constant name="C_title_focused_hilight" value="gtk:custom(wm_borders_edge,gtk:base[NORMAL])" /> -<constant name="C_title_focused_hilight_dark" value="gtk:custom(wm_borders_edge,gtk:bg[NORMAL])" /> -<constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,gtk:fg[INSENSITIVE])" /> -<!-- color of the button icons --> -<constant name="C_icons_focused" value="gtk:custom(wm_title,gtk:fg[NORMAL])" /> -<constant name="C_icons_pressed" value="gtk:custom(wm_title,gtk:fg[NORMAL])" /> -<constant name="C_icons_unfocused" value="gtk:custom(theme_unfocused_fg_color,gtk:fg[NORMAL])" /> -<constant name="C_icons_unfocused_prelight" value="gtk:custom(theme_unfocused_fg_color,gtk:fg[NORMAL])" /> -<constant name="C_icons_unfocused_pressed" value="gtk:custom(theme_unfocused_fg_color,gtk:fg[NORMAL])" /> -<constant name="C_icons_shadow" value="gtk:custom(wm_borders_edge,gtk:base[NORMAL])" /> -<constant name="C_separator" value="blend/#000000/gtk:bg[NORMAL]/0.9" /> -<constant name="D_icons_unfocused_offset" value="0" /> <!-- offset of the unfocused icons --> -<constant name="D_icons_shrink" value="3" /> <!-- increasing this value makes the icons in buttons smaller --> -<constant name="D_icons_grow" value="0" /> <!-- increasing this value makes the icons in buttons bigger --> -<!-- geometries --> - -<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <distance name="left_width" value="1" /> - <distance name="right_width" value="1" /> - <distance name="bottom_height" value="1" /> - <distance name="left_titlebar_edge" value="1"/> - <distance name="right_titlebar_edge" value="1"/> - <distance name="title_vertical_pad" value="16"/> - <border name="title_border" left="10" right="10" top="0" bottom="2"/> - <border name="button_border" left="0" right="0" top="1" bottom="0"/> - <aspect_ratio name="button" value="1"/> -</frame_geometry> - -<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="4" rounded_top_right="4" parent="normal"> - <distance name="left_titlebar_edge" value="1"/> - <distance name="right_titlebar_edge" value="1"/> -</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="title_vertical_pad" value="15"/> <!-- - 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="2"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <distance name="bottom_height" value="0" /> -</frame_geometry> - -<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> - <distance name="right_width" value="0" /> -</frame_geometry> - -<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> - <distance name="left_width" value="1" /> -</frame_geometry> - -<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="false" rounded_top_right="false"> - <distance name="title_vertical_pad" value="7"/> - <border name="title_border" left="10" right="10" top="0" bottom="1"/> - <border name="button_border" left="0" right="0" top="0" bottom="2"/> -</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="nobuttons" hide_buttons="true" parent="normal"> -</frame_geometry> - -<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > - <distance name="left_width" value="1" /> - <distance name="right_width" value="1" /> - <distance name="bottom_height" value="1" /> - <border name="title_border" left="10" right="10" top="0" bottom="0" /> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <distance name="title_vertical_pad" 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="button_border" left="0" right="0" top="0" bottom="0"/> - <border name="title_border" left="0" right="0" top="0" bottom="0" /> -</frame_geometry> - -<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="false" rounded_top_right="false" parent="small"> - <distance name="title_vertical_pad" value="5"/> -</frame_geometry> - -<frame_geometry name="attached" title_scale="medium" hide_buttons="true" rounded_top_left="4" rounded_top_right="4" rounded_bottom_left="4" rounded_bottom_right="4" parent="normal"> - <distance name="title_vertical_pad" value="1"/> - <distance name="bottom_height" value="1"/> - <distance name="left_width" value="1"/> - <distance name="right_width" value="1"/> -</frame_geometry> - -<!-- drawing operations --> - - <!-- title --> - -<draw_ops name="title_focused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2)) + 2" - color="C_title_focused_hilight" /> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_focused_hilight_dark" /> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2)) + 1" - color="C_title_focused" /> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2)) + 2" - ellipsize_width="width" - color="C_title_focused_hilight" /> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_focused_hilight_dark" /> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2)) + 1" - ellipsize_width="width" - color="C_title_focused" /> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2)) + 1" - color="C_title_unfocused"/> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width/2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2)) + 1" - ellipsize_width="width" - color="C_title_unfocused"/> -</draw_ops> - - <!-- window decorations --> - -<draw_ops name="entire_background_focused"> - <rectangle color="gtk:bg[NORMAL]" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <include name="entire_background_focused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_focused"> - <gradient type="vertical" x="0" y="0" width="width" height="height"> - <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_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="hilight"> - <line x1="0" y1="1" x2="width-1" y2="1" color="C_titlebar_focused_hilight" /> -</draw_ops> - -<draw_ops name="rounded_hilight"> - <line x1="5" y1="1" x2="width-6" y2="1" color="C_titlebar_focused_hilight" /> - <arc color="C_titlebar_focused_hilight" x="0" y="1" width="8" height="7" start_angle="270" extent_angle="90" /> - <arc color="C_titlebar_focused_hilight" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="titlebar_fill_focused" /> - <include name="hilight" /> -</draw_ops> - -<draw_ops name="rounded_titlebar_focused"> - <include name="titlebar_fill_focused" /> - <include name="rounded_hilight" /> -</draw_ops> - -<draw_ops name="rounded_titlebar_focused_alt"> - <include name="titlebar_fill_focused" /> - <include name="rounded_hilight" /> -</draw_ops> - -<draw_ops name="rounded_titlebar_unfocused"> - <include name="titlebar_fill_unfocused" /> - <include name="rounded_hilight" /> -</draw_ops> - -<draw_ops name="titlebar_unfocused"> - <include name="titlebar_fill_unfocused" /> - <include name="hilight" /> -</draw_ops> - -<draw_ops name="border_focused"> - <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> -</draw_ops> - -<draw_ops name="border_unfocused"> - <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" /> -</draw_ops> - -<draw_ops name="rounded_border_focused"> - <line color="C_border_focused" x1="4" y1="0" x2="width-5" y2="0" /> - <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_focused" x1="0" y1="4" x2="0" y2="height-2" /> - <line color="C_border_focused" x1="width-1" y1="4" x2="width-1" y2="height-2" /> - <arc color="C_border_focused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_focused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> -</draw_ops> - -<draw_ops name="rounded_border_unfocused"> - <line color="C_border_unfocused" x1="4" y1="0" x2="width-5" y2="0" /> - <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_unfocused" x1="0" y1="4" x2="0" y2="height-2" /> - <line color="C_border_unfocused" x1="width-1" y1="4" x2="width-1" y2="height-2" /> - <arc color="C_border_unfocused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> - - <!-- double arcs for darker borders --> - <arc color="C_border_unfocused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> -</draw_ops> - - - -<draw_ops name="border_left_focused"> - <line - x1="0" y1="0" - x2="0" y2="height" - color="C_border_focused" /> -</draw_ops> - -<draw_ops name="border_left_unfocused"> - <line - x1="0" y1="0" - x2="0" y2="height" - color="C_border_unfocused" /> -</draw_ops> - - <!-- button icons--> - - -<draw_ops name="close_shadow_focused"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_shadow" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_shadow" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_shadow" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_shadow" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_shadow" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_shadow" /> -</draw_ops> - -<draw_ops name="close_glyph_focused"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="close_focused"> - <include name="close_shadow_focused" y="1" /> - <include name="close_glyph_focused" /> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_glyph_unfocused"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="close_unfocused"> - <include name="close_glyph_unfocused" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="close_glyph_unfocused_prelight"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <include name="close_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="close_glyph_unfocused_pressed"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <include name="close_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="maximize_glyph_focused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="maximize_shadow_focused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_shadow" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_shadow" /> -</draw_ops> - -<draw_ops name="maximize_focused"> - <include name="maximize_shadow_focused" y="1" /> - <include name="maximize_glyph_focused" /> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <include name="maximize_focused" /> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <include name="maximize_focused" /> -</draw_ops> - -<draw_ops name="maximize_glyph_unfocused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <include name="maximize_glyph_unfocused" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="maximize_glyph_unfocused_prelight"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_prelight" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_prelight" /> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <include name="maximize_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="maximize_glyph_unfocused_pressed"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_pressed" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_pressed" /> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <include name="maximize_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="minimize_glyph_focused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="minimize_shadow_focused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_shadow" /> -</draw_ops> - -<draw_ops name="minimize_focused"> - <include name="minimize_shadow_focused" y="1" /> - <include name="minimize_glyph_focused" /> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <include name="minimize_focused" /> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <include name="minimize_focused" /> -</draw_ops> - -<draw_ops name="minimize_glyph_unfocused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <include name="minimize_glyph_unfocused" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="minimize_glyph_unfocused_prelight"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_prelight" /> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <include name="minimize_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="minimize_glyph_unfocused_pressed"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_pressed" /> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <include name="minimize_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="menu_glyph_focused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="menu_shadow_focused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_shadow" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_shadow" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_shadow" /> -</draw_ops> - -<draw_ops name="menu_focused"> - <include name="menu_shadow_focused" y="1" /> - <include name="menu_glyph_focused" /> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <include name="menu_glyph_focused" /> -</draw_ops> - -<draw_ops name="menu_glyph_unfocused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <include name="menu_glyph_unfocused" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="menu_glyph_unfocused_prelight"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_prelight" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_prelight" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_prelight" /> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <include name="menu_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="menu_glyph_unfocused_pressed"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_pressed" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_pressed" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_pressed" /> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <include name="menu_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> -</draw_ops> - -<!-- icon size used in GTK --> -<constant name="D_appmenu_icon_size" value="16" /> - -<draw_ops name="appmenu_icon_focused"> - <icon - x="(width-D_appmenu_icon_size)/2" y="(height-D_appmenu_icon_size)/2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size" /> -</draw_ops> - -<draw_ops name="appmenu_focused"> - <include name="appmenu_icon_focused" /> -</draw_ops> - -<draw_ops name="appmenu_focused_pressed"> - <include name="appmenu_icon_focused" /> -</draw_ops> - -<draw_ops name="appmenu_icon_unfocused"> - <icon - x="(width-D_appmenu_icon_size)/2" y="(height-D_appmenu_icon_size)/2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size" - alpha="0.4"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused"> - <include name="appmenu_icon_unfocused" /> -</draw_ops> - -<draw_ops name="appmenu_icon_unfocused_prelight"> - <icon - x="(width-D_appmenu_icon_size)/2" y="(height-D_appmenu_icon_size)/2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size" - alpha="0.6"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_prelight"> - <include name="appmenu_icon_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="appmenu_unfocused_pressed"> - <include name="appmenu_icon_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="shade_glyph_focused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_focused" /> - <rectangle - x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="shade_shadow_focused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_shadow" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_shadow" /> -</draw_ops> - -<draw_ops name="shade_focused"> - <include name="shade_shadow_focused" y="1" /> - <include name="shade_glyph_focused" /> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <include name="shade_glyph_focused" /> -</draw_ops> - -<draw_ops name="shade_glyph_unfocused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused" /> - <rectangle - x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <include name="shade_glyph_unfocused" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="shade_glyph_unfocused_prelight"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_prelight" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_prelight" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused_prelight" /> - <rectangle - x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused_prelight" /> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <include name="shade_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="shade_glyph_unfocused_pressed"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_pressed" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_pressed" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused_pressed" /> - <rectangle - x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused_pressed" /> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <include name="shade_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> -</draw_ops> - - - <!-- button backgrounds --> - -<constant name="C_button_border" value="blend/#000000/gtk:bg[NORMAL]/0.8" /> -<constant name="C_button_hilight" value="gtk:custom(wm_highlight,blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.6)" /> - -<draw_ops name="button_border"> - <line x1="6" y1="4" x2="width-7" y2="4" color="C_button_border" /> - <arc color="C_button_border" x="width-9" y="4" width="4" height="4" start_angle="0" extent_angle="90"/> - <line x1="width-5" y1="6" x2="width-5" y2="height-7" color="C_button_border" /> - <arc color="C_button_border" x="width-9" y="height-9" width="4" height="4" start_angle="90" extent_angle="90"/> - <line x1="width-6" y1="height-5" x2="6" y2="height-5" color="C_button_border" /> - <arc color="C_button_border" x="4" y="height-9" width="4" height="4" start_angle="180" extent_angle="90"/> - <line x1="4" y1="6" x2="4" y2="height-7" color="C_button_border" /> - <arc color="C_button_border" x="4" y="4" width="4" height="4" start_angle="270" extent_angle="90"/> - <line x1="width-7" y1="height-4" x2="7" y2="height-4" color="C_title_focused_hilight" /> -</draw_ops> - - -<draw_ops name="button_fill"> <!-- button background gradient --> - -</draw_ops> - -<draw_ops name="button_fill_prelight"> <!-- button background gradient for prelight status --> - <gradient type="vertical" x="5" y="5" width="width-10" height="height-10"> - <color value="gtk:custom(wm_button_hover_color_a,blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.6)" /> - <color value="gtk:custom(wm_button_hover_color_b,gtk:bg[NORMAL])" /> - </gradient> - <include name="button_border" /> -</draw_ops> - -<draw_ops name="button_fill_pressed"> <!-- button background gradient for pressed status --> - <gradient type="vertical" x="5" y="5" width="width-10" height="height-10"> - <color value="gtk:custom(wm_button_active_color_b,blend/#000000/gtk:bg[NORMAL]/0.89)" /> - <color value="gtk:custom(wm_button_active_color_c,blend/#000000/gtk:bg[NORMAL]/0.9)" /> - </gradient> - <line x1="5" y1="5" x2="width-6" y2="5" color="blend/#000000/gtk:custom(wm_button_active_color_a,gtk:bg[NORMAL])/0.9" /> - <line x1="4" y1="6" x2="width-5" y2="6" color="gtk:custom(wm_button_active_color_a,blend/#000000/gtk:bg[NORMAL]/0.85)" /> - <include name="button_border" /> -</draw_ops> - -<draw_ops name="button"> -</draw_ops> - -<draw_ops name="button_prelight"> - <include name="button_fill_prelight" /> -</draw_ops> - -<draw_ops name="button_pressed"> - <include name="button_fill_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="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" /> - <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 version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused" /> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_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="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - - <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="rounded_titlebar_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"/> - <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 version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused" /> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight" /> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_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_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 version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused" /> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_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="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - - <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_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 version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused" /> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight" /> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_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_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" /> - <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 version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused" /> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_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="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - - <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_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_unfocused" /></draw_ops></piece> - <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 version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused" /> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight" /> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_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="nobuttons"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <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" /> - <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 version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused" /> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_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="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - - <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="nobuttons"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_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"/> - <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 version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused" /> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight" /> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_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" /> - <piece position="overlay" draw_ops="border_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 version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused" /> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_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="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - - <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_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_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 version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused" /> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight" /> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_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_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_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 version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused" /> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_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="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - - <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_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_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 version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused" /> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight" /> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_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="border"> - <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 version=">= 3.5" function="appmenu" state="normal"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" 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="border"> - <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 version=">= 3.5" function="appmenu" state="normal"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" 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="borderless" geometry="borderless"> - <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 version=">= 3.5" function="appmenu" state="normal"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" 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="attached_focused" geometry="attached"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_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 version=">= 3.5" function="appmenu" state="normal"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" 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="attached_unfocused" geometry="attached"> - <piece position="entire_background" draw_ops="entire_background_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></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 version=">= 3.5" function="appmenu" state="normal"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" 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="tiled_left_focused" geometry="tiled_left"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <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" /> - <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 version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused" /> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_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="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - - <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="tiled_left_unfocused" geometry="tiled_left"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <!-- <piece position="overlay" draw_ops="border_right_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 version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused" /> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight" /> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_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="tiled_right_focused" geometry="tiled_right"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <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" /> - <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 version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused" /> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_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="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - - <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="tiled_right_unfocused" geometry="tiled_right"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_left_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 version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused" /> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight" /> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_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> - -<!-- 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 version=">= 3.5" function="appmenu" state="normal"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" 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 version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_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="borderless"/> - <frame focus="no" state="maximized" style="borderless"/> - <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> - -<frame_style_set name="attached_style_set"> - <frame focus="yes" state="normal" resize="both" style="attached_focused"/> - <frame focus="no" state="normal" resize="both" style="attached_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"/> -<window version=">= 3.2" type="attached" style_set="attached_style_set"/> - -</metacity_theme> diff --git a/src/themes/AgingGorilla/README b/src/themes/AgingGorilla/README deleted file mode 100644 index c275e5ee..00000000 --- a/src/themes/AgingGorilla/README +++ /dev/null @@ -1,7 +0,0 @@ -* Gorilla * - -A metacity theme to accompany Scalable and Unscalable Gorilla nautilus -themes. - -(c) 2001 Jakub 'jimmac' Steiner -Ported by Kenneth Christiansen diff --git a/src/themes/AgingGorilla/active-button.png b/src/themes/AgingGorilla/active-button.png Binary files differdeleted file mode 100644 index 64455b33..00000000 --- a/src/themes/AgingGorilla/active-button.png +++ /dev/null diff --git a/src/themes/AgingGorilla/active-close-button.png b/src/themes/AgingGorilla/active-close-button.png Binary files differdeleted file mode 100644 index 1d292165..00000000 --- a/src/themes/AgingGorilla/active-close-button.png +++ /dev/null diff --git a/src/themes/AgingGorilla/active-close-menu-icon.png b/src/themes/AgingGorilla/active-close-menu-icon.png Binary files differdeleted file mode 100644 index b77f77ae..00000000 --- a/src/themes/AgingGorilla/active-close-menu-icon.png +++ /dev/null diff --git a/src/themes/AgingGorilla/active-maximize-button.png b/src/themes/AgingGorilla/active-maximize-button.png Binary files differdeleted file mode 100644 index a982e5cb..00000000 --- a/src/themes/AgingGorilla/active-maximize-button.png +++ /dev/null diff --git a/src/themes/AgingGorilla/active-maximize-menu-icon.png b/src/themes/AgingGorilla/active-maximize-menu-icon.png Binary files differdeleted file mode 100644 index 02ccc37a..00000000 --- a/src/themes/AgingGorilla/active-maximize-menu-icon.png +++ /dev/null diff --git a/src/themes/AgingGorilla/active-menu-button.png b/src/themes/AgingGorilla/active-menu-button.png Binary files differdeleted file mode 100644 index b55d7078..00000000 --- a/src/themes/AgingGorilla/active-menu-button.png +++ /dev/null diff --git a/src/themes/AgingGorilla/active-minimize-button.png b/src/themes/AgingGorilla/active-minimize-button.png Binary files differdeleted file mode 100644 index 4205f4e8..00000000 --- a/src/themes/AgingGorilla/active-minimize-button.png +++ /dev/null diff --git a/src/themes/AgingGorilla/active-minimize-menu-icon.png b/src/themes/AgingGorilla/active-minimize-menu-icon.png Binary files differdeleted file mode 100644 index 29276929..00000000 --- a/src/themes/AgingGorilla/active-minimize-menu-icon.png +++ /dev/null diff --git a/src/themes/AgingGorilla/gorilla.xcf.bz2 b/src/themes/AgingGorilla/gorilla.xcf.bz2 Binary files differdeleted file mode 100644 index 89b85651..00000000 --- a/src/themes/AgingGorilla/gorilla.xcf.bz2 +++ /dev/null diff --git a/src/themes/AgingGorilla/inactive-close-button.png b/src/themes/AgingGorilla/inactive-close-button.png Binary files differdeleted file mode 100644 index c566b12f..00000000 --- a/src/themes/AgingGorilla/inactive-close-button.png +++ /dev/null diff --git a/src/themes/AgingGorilla/inactive-maximize-button.png b/src/themes/AgingGorilla/inactive-maximize-button.png Binary files differdeleted file mode 100644 index 9c838823..00000000 --- a/src/themes/AgingGorilla/inactive-maximize-button.png +++ /dev/null diff --git a/src/themes/AgingGorilla/inactive-menu-button.png b/src/themes/AgingGorilla/inactive-menu-button.png Binary files differdeleted file mode 100644 index b000a378..00000000 --- a/src/themes/AgingGorilla/inactive-menu-button.png +++ /dev/null diff --git a/src/themes/AgingGorilla/inactive-minimize-button.png b/src/themes/AgingGorilla/inactive-minimize-button.png Binary files differdeleted file mode 100644 index 4459af4e..00000000 --- a/src/themes/AgingGorilla/inactive-minimize-button.png +++ /dev/null diff --git a/src/themes/AgingGorilla/metacity-theme-1.xml b/src/themes/AgingGorilla/metacity-theme-1.xml deleted file mode 100644 index f4f75eb7..00000000 --- a/src/themes/AgingGorilla/metacity-theme-1.xml +++ /dev/null @@ -1,291 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Gorilla</name> - <author>Kenneth Christiansen <kenneth@gnu.org> Anders Carlsson <andersca@gnu.org></author> - <copyright>Â Ximian, Inc, 2001</copyright> - <date>February 8, 2002</date> - <description>A port of the Gorilla theme by Jacub Steiner</description> -</info> - -<!-- define constants --> -<constant name="IconTitleSpacing" value="2"/> <!-- Space between menu button and title --> -<constant name="ButtonWidth" value="18"/> <!-- Button width --> - -<frame_geometry name="normal"> - <distance name="left_width" value="6"/> - <distance name="right_width" value="6"/> - <distance name="bottom_height" value="6"/> - <distance name="left_titlebar_edge" value="8"/> - <distance name="right_titlebar_edge" value="8"/> - <aspect_ratio name="button" value="1.0"/> - <distance name="title_vertical_pad" value="0"/> - <border name="title_border" left="0" right="0" top="7" bottom="4"/> - <border name="button_border" left="0" right="0" top="9" bottom="0"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false"> - <distance name="left_width" value="4"/> - <distance name="right_width" value="4"/> - <distance name="bottom_height" value="4"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="button_width" value="0"/> - <distance name="button_height" value="0"/> - <distance name="title_vertical_pad" value="4"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<!-- Buttons --> - -<draw_ops name="title_tile"> - <line color="#494d59" x1="0" y1="0" x2="width" y2="0"/> - <line color="#515961" x1="0" y1="1" x2="width" y2="1"/> -</draw_ops> - -<!-- Inactive style --> -<frame_style name="normal" geometry="normal"> - <piece position="entire_background"> - <draw_ops> - <rectangle color="black" x="1" y="1" width="width - 2" height="height - 2" filled="true"/> - <rectangle color="dark gray" x="3" y="3" width="width - 8" height="height - 7" filled="false"/> - <rectangle color="light gray" x="4" y="4" width="width - 9" height="height - 8" filled="false"/> - <rectangle color="light gray" x="5" y="5" width="width - 11" height="height - 10" filled="false"/> - <rectangle color="white" x="6" y="6" width="width - 13" height="height - 12" filled="false"/> - <rectangle color="gtk:bg[INSENSITIVE]" x="6" y="6" width="width - 12" height="height - 12" filled="true"/> - - <line color="gtk:bg[INSENSITIVE]" x1="1" y1="1" x2="2" y2="2"/> - <line color="gtk:bg[INSENSITIVE]" x1="1" y1="height - 2" x2="1" y2="height"/> - <line color="gtk:bg[INSENSITIVE]" x1="width - 2" y1="1" x2="width - 1" y2="2"/> - <line color="gtk:bg[INSENSITIVE]" x1="width - 1" y1="height - 1" x2="width - 2" y2="height - 2"/> - </draw_ops> - </piece> - - <piece position="title"> - <draw_ops> - <title color="gray" x="IconTitleSpacing" y="0"/> - </draw_ops> - </piece> - - <piece position="titlebar"> - <draw_ops> - <rectangle color="black" x="6" y="6" width="width - 12" height="height - 10" filled="true"/> - <tile name="title_tile" tile_width="width" tile_height="2" x="8" y="8" width="width - 16" height="height - 14"/> - </draw_ops> - </piece> - - <button function="close" state="normal"> - <draw_ops> - <image filename="inactive-close-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="close" state="pressed"> - <draw_ops> - <image filename="inactive-close-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="minimize" state="normal"> - <draw_ops> - <image filename="inactive-minimize-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="minimize" state="pressed"> - <draw_ops> - <image filename="inactive-minimize-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="maximize" state="normal"> - <draw_ops> - <image filename="inactive-maximize-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="maximize" state="pressed"> - <draw_ops> - <image filename="inactive-maximize-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="menu" state="normal"> - <draw_ops> - <image filename="inactive-menu-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="menu" state="pressed"> - <draw_ops> - <image filename="inactive-menu-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - -</frame_style> - - -<!-- Active (focused) shaded style --> -<frame_style name="normal_shaded" geometry="normal" parent="normal"> - -</frame_style> - -<!-- Active (focused) style --> -<frame_style name="focused" geometry="normal"> - <piece position="entire_background"> - <draw_ops> - <rectangle color="black" x="0" y="0" width="width" height="height" filled="true"/> - <rectangle color="dark gray" x="3" y="3" width="width - 8" height="height - 7" filled="false"/> - <rectangle color="light gray" x="4" y="4" width="width - 9" height="height - 8" filled="false"/> - <rectangle color="light gray" x="5" y="5" width="width - 11" height="height - 10" filled="false"/> - <rectangle color="white" x="6" y="6" width="width - 13" height="height - 12" filled="false"/> - <rectangle color="gtk:bg[NORMAL]" x="6" y="6" width="width - 12" height="height - 12" filled="true"/> - - <line color="gtk:bg[NORMAL]" x1="0" y1="0" x2="1" y2="1"/> - <line color="gtk:bg[NORMAL]" x1="0" y1="height - 1" x2="1" y2="height"/> - <line color="gtk:bg[NORMAL]" x1="width - 1" y1="0" x2="width" y2="1"/> - <line color="gtk:bg[NORMAL]" x1="width" y1="height" x2="width - 1" y2="height - 1"/> - </draw_ops> - </piece> - - <piece position="title"> - <draw_ops> - <title color="white" x="IconTitleSpacing" y="0"/> - </draw_ops> - </piece> - - <piece position="titlebar"> - <draw_ops> - <rectangle color="black" x="6" y="6" width="width - 12" height="height - 10" filled="true"/> - <tile name="title_tile" tile_width="width" tile_height="2" x="8" y="8" width="width - 16" height="height - 14"/> - </draw_ops> - </piece> - - <button function="close" state="normal"> - <draw_ops> - <image filename="active-close-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="close" state="pressed"> - <draw_ops> - <image filename="active-close-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="minimize" state="normal"> - <draw_ops> - <image filename="active-minimize-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="minimize" state="pressed"> - <draw_ops> - <image filename="active-minimize-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="maximize" state="normal"> - <draw_ops> - <image filename="active-maximize-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="maximize" state="pressed"> - <draw_ops> - <image filename="active-maximize-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="menu" state="normal"> - <draw_ops> - <image filename="active-menu-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="menu" state="pressed"> - <draw_ops> - <image filename="active-menu-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - -</frame_style> - -<!-- Active (focused) shaded style --> -<frame_style name="focused_shaded" geometry="normal" parent="focused"> - -</frame_style> - -<frame_style_set name="normal"> -<frame focus="yes" state="shaded" style="focused_shaded"/> -<frame focus="yes" state="normal" resize="both" style="focused"/> -<frame focus="yes" state="maximized" style="focused"/> -<frame focus="yes" state="maximized_and_shaded" style="focused_shaded"/> -<frame focus="no" state="normal" resize="both" style="normal"/> -<frame focus="no" state="shaded" style="normal_shaded"/> -<frame focus="no" state="maximized" style="normal"/> -<frame focus="no" state="maximized_and_shaded" style="normal_shaded"/> -</frame_style_set> - -<draw_ops name="blank"> -<!-- nothing --> -</draw_ops> - -<frame_style name="border" geometry="border" parent="normal"> - <piece position="title" draw_ops="blank"/> -</frame_style> - -<frame_style_set name="border"> -<frame focus="yes" state="normal" resize="both" style="border"/> -<frame focus="no" state="normal" resize="both" style="border"/> -<frame focus="yes" state="maximized" style="border"/> -<frame focus="no" state="maximized" style="border"/> -<frame focus="yes" state="shaded" style="border"/> -<frame focus="no" state="shaded" style="border"/> -<frame focus="yes" state="maximized_and_shaded" style="border"/> -<frame focus="no" state="maximized_and_shaded" style="border"/> -</frame_style_set> - -<window type="normal" style_set="normal"/> -<window type="dialog" style_set="normal"/> -<window type="modal_dialog" style_set="normal"/> -<window type="menu" style_set="normal"/> -<window type="utility" style_set="normal"/> -<window type="border" style_set="border"/> - -<menu_icon function="maximize" state="normal"> - <draw_ops> - <image filename="active-maximize-menu-icon.png" - x="(width - object_width) / 2" - y="(height - object_height) / 2" - width="object_width" height="object_height"/> - </draw_ops> -</menu_icon> - - -<menu_icon function="close" state="normal"> - <draw_ops> - <image filename="active-close-menu-icon.png" - x="(width - object_width) / 2" - y="(height - object_height) / 2" - width="object_width" height="object_height"/> - </draw_ops> -</menu_icon> - -<menu_icon function="minimize" state="normal"> - <draw_ops> - <image filename="active-minimize-menu-icon.png" - x="(width - object_width) / 2" - y="(height - object_height) / 2" - width="object_width" height="object_height"/> - </draw_ops> -</menu_icon> - -<menu_icon function="unmaximize" state="normal"> - <draw_ops> - </draw_ops> -</menu_icon> - -</metacity_theme> diff --git a/src/themes/Atlanta/metacity-theme-1.xml b/src/themes/Atlanta/metacity-theme-1.xml deleted file mode 100644 index 8355f4c3..00000000 --- a/src/themes/Atlanta/metacity-theme-1.xml +++ /dev/null @@ -1,350 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Default</name> - <author>Havoc Pennington <hp@redhat.com></author> - <copyright>Â Havoc Pennington, 2002</copyright> - <date>February 3, 2002</date> - <description>Simple low-overhead default theme that comes with Metacity.</description> -</info> - -<frame_geometry name="normal"> - <distance name="left_width" value="6"/> - <distance name="right_width" value="6"/> - <distance name="bottom_height" value="7"/> - <distance name="left_titlebar_edge" value="6"/> - <distance name="right_titlebar_edge" value="6"/> - <aspect_ratio name="button" value="1.0"/> - <distance name="title_vertical_pad" value="3"/> - <border name="title_border" left="3" right="4" top="4" bottom="3"/> - <border name="button_border" left="0" right="0" top="1" bottom="1"/> -</frame_geometry> - -<!-- strip borders off the normal geometry --> -<frame_geometry name="normal_small_borders" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> -</frame_geometry> - -<frame_geometry name="utility" title_scale="xx-small"> - <distance name="left_width" value="3"/> - <distance name="right_width" value="3"/> - <distance name="bottom_height" value="4"/> - <distance name="left_titlebar_edge" value="3"/> - <distance name="right_titlebar_edge" value="3"/> - <distance name="button_width" value="11"/> - <distance name="button_height" value="11"/> - <distance name="title_vertical_pad" value="1"/> - <border name="title_border" left="3" right="4" top="3" bottom="3"/> - <border name="button_border" left="0" right="0" top="1" bottom="1"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false"> - <distance name="left_width" value="4"/> - <distance name="right_width" value="4"/> - <distance name="bottom_height" value="4"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="button_width" value="0"/> - <distance name="button_height" value="0"/> - <distance name="title_vertical_pad" value="4"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<!-- define constants --> -<constant name="ArrowSpacer" value="8"/> -<constant name="MinArrowSize" value="7"/> -<constant name="ButtonIPad" value="6"/> -<constant name="ThickLineWidth" value="3"/> -<constant name="IconTitleSpacing" value="2"/> -<constant name="SpacerWidth" value="6"/> -<constant name="SpacerHeight" value="9"/> -<constant name="SpacerOffset" value="4"/> - -<!-- Buttons --> - -<draw_ops name="button_pressed_bg"> - <gtk_box state="active" shadow="in" x="0" y="0" width="width" height="height"/> -</draw_ops> - -<draw_ops name="menu_button"> - <gtk_arrow state="normal" shadow="out" arrow="down" - x="ArrowSpacer `min` (width-MinArrowSize)/2" - y="ArrowSpacer `min` (height-MinArrowSize)/2" - width="(width-(ArrowSpacer*2)) `max` MinArrowSize" - height="(height-(ArrowSpacer*2)) `max` MinArrowSize"/> -</draw_ops> - -<draw_ops name="menu_button_pressed"> - <include name="menu_button"/> -</draw_ops> - -<draw_ops name="minimize_button"> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" - y1="height - ButtonIPad - ThickLineWidth + 1" - x2="width - ButtonIPad" - y2="height - ButtonIPad - ThickLineWidth + 1" - width="3"/> <!-- FIXME allow a constant here --> -</draw_ops> - -<draw_ops name="minimize_button_pressed"> - <include name="minimize_button"/> -</draw_ops> - -<draw_ops name="maximize_button"> - <rectangle color="gtk:fg[NORMAL]" filled="false" - x="ButtonIPad" y="ButtonIPad" width="width-ButtonIPad*2-1" height="height-ButtonIPad*2-1"/> - <line color="gtk:fg[NORMAL]" width="3" - x1="ButtonIPad" y1="ButtonIPad+1" x2="width-ButtonIPad" y2="ButtonIPad+1"/> -</draw_ops> - -<draw_ops name="maximize_button_pressed"> - <include name="maximize_button"/> -</draw_ops> - -<draw_ops name="mini_window_icon"> - <rectangle color="gtk:bg[NORMAL]" filled="true" - x="0" y="0" width="width-1" height="height-1"/> - <rectangle color="gtk:fg[NORMAL]" filled="false" - x="0" y="0" width="width-1" height="height-1"/> - <line color="gtk:fg[NORMAL]" width="2" - x1="0" y1="1" x2="width" y2="1"/> -</draw_ops> - -<draw_ops name="restore_button"> - <include name="mini_window_icon" - x="ButtonIPad" y="ButtonIPad" - width="width - 5 - ButtonIPad" - height="height - 5 - ButtonIPad"/> - <include name="mini_window_icon" - x="3 + ButtonIPad" y="3 + ButtonIPad" - width="width - 5 - ButtonIPad" - height="height - 5 - ButtonIPad"/> -</draw_ops> - -<draw_ops name="restore_button_pressed"> - <include name="restore_button"/> -</draw_ops> - -<draw_ops name="close_button"> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" y1="ButtonIPad" - x2="width - ButtonIPad - 1" y2="height - ButtonIPad - 1" - width="1"/> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" y1="height - ButtonIPad - 1" - x2="width - ButtonIPad - 1" y2="ButtonIPad" - width="1"/> -</draw_ops> - -<draw_ops name="close_button_pressed"> - <include name="close_button"/> -</draw_ops> - -<draw_ops name="outer_bevel"> - <rectangle color="gtk:fg[NORMAL]" - x="0" y="0" width="width-1" height="height-1"/> - <line color="gtk:light[NORMAL]" - x1="1" y1="1" x2="1" y2="height-2"/> - <line color="gtk:light[NORMAL]" - x1="1" y1="1" x2="width-2" y2="1"/> - <line color="gtk:dark[NORMAL]" - x1="width-2" y1="1" x2="width-2" y2="height-2"/> - <line color="gtk:dark[NORMAL]" - x1="1" y1="height-2" x2="width-2" y2="height-2"/> -</draw_ops> - -<draw_ops name="blank"> -<!-- nothing --> -</draw_ops> - -<draw_ops name="focus_outline"> - <rectangle color="gtk:fg[NORMAL]" - x="left_width-1" y="top_height-1" - width="width-left_width-right_width+1" - height="height-top_height-bottom_height+1"/> -</draw_ops> - -<draw_ops name="focus_background"> - <include name="outer_bevel"/> - <include name="focus_outline"/> -</draw_ops> - -<draw_ops name="background_unfocused"> - <include name="outer_bevel"/> - <include name="focus_outline"/> -</draw_ops> - -<draw_ops name="title_gradient"> - <gradient type="diagonal" x="0" y="0" width="width-SpacerWidth" height="height"> - <color value="blend/gtk:bg[NORMAL]/gtk:bg[SELECTED]/0.6"/> - <color value="gtk:bg[SELECTED]"/> - </gradient> -</draw_ops> - -<draw_ops name="title_spacer"> - <gtk_vline state="normal" x="width+1-SpacerWidth/2" - y1="SpacerOffset" - y2="height - SpacerOffset"/> -</draw_ops> - -<draw_ops name="title_text_focused_with_icon"> - <clip x="0" y="0" width="width-SpacerWidth" height="height"/> - <title color="gtk:fg[SELECTED]" - x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2 + mini_icon_width + IconTitleSpacing" - y="((height - title_height) / 2) `max` 0"/> - <icon x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2" - y="(height-mini_icon_height) / 2" - width="mini_icon_width" height="mini_icon_height"/> -</draw_ops> - -<draw_ops name="title_text_focused_no_icon"> - <clip x="0" y="0" width="width-SpacerWidth" height="height"/> - <title color="gtk:fg[SELECTED]" - x="(0 `max` (width-title_width)) / 2" - y="((height - title_height) / 2) `max` 0"/> -</draw_ops> - -<draw_ops name="title_text_with_icon"> - <clip x="0" y="0" width="width-SpacerWidth" height="height"/> - <title color="gtk:fg[NORMAL]" - x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2 + mini_icon_width + IconTitleSpacing" - y="((height - title_height) / 2) `max` 0"/> - <icon x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2" - y="(height-mini_icon_height) / 2" - width="mini_icon_width" height="mini_icon_height"/> -</draw_ops> - -<draw_ops name="title_text_no_icon"> - <clip x="0" y="0" width="width-SpacerWidth" height="height"/> - <title color="gtk:fg[NORMAL]" - x="(0 `max` (width-title_width)) / 2" - y="((height - title_height) / 2) `max` 0"/> -</draw_ops> - -<draw_ops name="title_normal"> - <include name="title_spacer"/> - <include name="title_text_with_icon"/> -</draw_ops> - -<draw_ops name="title_focused"> - <include name="title_gradient"/> - <include name="title_spacer"/> - <include name="title_text_focused_with_icon"/> -</draw_ops> - -<draw_ops name="title_utility"> - <include name="title_spacer"/> - <include name="title_text_no_icon"/> -</draw_ops> - -<draw_ops name="title_utility_focused"> - <include name="title_gradient"/> - <include name="title_spacer"/> - <include name="title_text_focused_no_icon"/> -</draw_ops> - -<frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="background_unfocused"/> - <piece position="title" draw_ops="title_normal"/> - - <!-- we don't specify for prelight, so normal is used --> - <button function="left_left_background" state="pressed" draw_ops="button_pressed_bg"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed_bg"/> - <button function="left_right_background" state="pressed" draw_ops="button_pressed_bg"/> - <button function="right_left_background" state="pressed" draw_ops="button_pressed_bg"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed_bg"/> - <button function="right_right_background" state="pressed" draw_ops="button_pressed_bg"/> - - <button function="close" state="normal" draw_ops="close_button"/> - <button function="close" state="pressed" draw_ops="close_button_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_button"/> - <button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_button"/> - <button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/> - <button function="menu" state="normal" draw_ops="menu_button"/> - <button function="menu" state="pressed" draw_ops="menu_button_pressed"/> -</frame_style> - -<frame_style name="normal_focused" geometry="normal" parent="normal_unfocused"> - <piece position="entire_background" draw_ops="focus_background"/> - <piece position="title" draw_ops="title_focused"/> -</frame_style> - -<frame_style name="maximized_unfocused" geometry="normal_small_borders" parent="normal_unfocused"> - <piece position="entire_background" draw_ops="blank"/> - <button function="maximize" state="normal" draw_ops="restore_button"/> - <button function="maximize" state="pressed" draw_ops="restore_button_pressed"/> -</frame_style> - -<frame_style name="maximized_focused" geometry="normal_small_borders" parent="normal_focused"> - <piece position="entire_background" draw_ops="focus_outline"/> - <button function="maximize" state="normal" draw_ops="restore_button"/> - <button function="maximize" state="pressed" draw_ops="restore_button_pressed"/> -</frame_style> - -<frame_style name="utility_unfocused" geometry="utility" parent="normal_unfocused"> - <piece position="title" draw_ops="title_utility"/> -</frame_style> - -<frame_style name="utility_focused" geometry="utility" parent="normal_focused"> - <piece position="title" draw_ops="title_utility_focused"/> -</frame_style> - -<frame_style name="border" geometry="border" parent="normal_unfocused"> - <piece position="entire_background" draw_ops="outer_bevel"/> - <piece position="title" draw_ops="blank"/> -</frame_style> - -<frame_style_set name="normal"> -<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="maximized_focused"/> -<frame focus="no" state="maximized" style="maximized_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="maximized_focused"/> -<frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/> -</frame_style_set> - -<frame_style_set name="utility" parent="normal"> -<frame focus="yes" state="normal" resize="both" style="utility_focused"/> -<frame focus="no" state="normal" resize="both" style="utility_unfocused"/> -<!-- this is a bunch of crack since utility windows shouldn't be maximized --> -<frame focus="yes" state="maximized" style="utility_focused"/> -<frame focus="no" state="maximized" style="utility_unfocused"/> -<frame focus="yes" state="shaded" style="utility_focused"/> -<frame focus="no" state="shaded" style="utility_unfocused"/> -<frame focus="yes" state="maximized_and_shaded" style="utility_focused"/> -<frame focus="no" state="maximized_and_shaded" style="utility_unfocused"/> -</frame_style_set> - -<frame_style_set name="border"> -<frame focus="yes" state="normal" resize="both" style="border"/> -<frame focus="no" state="normal" resize="both" style="border"/> -<frame focus="yes" state="maximized" style="border"/> -<frame focus="no" state="maximized" style="border"/> -<frame focus="yes" state="shaded" style="border"/> -<frame focus="no" state="shaded" style="border"/> -<frame focus="yes" state="maximized_and_shaded" style="border"/> -<frame focus="no" state="maximized_and_shaded" style="border"/> -</frame_style_set> - -<window type="normal" style_set="normal"/> -<window type="dialog" style_set="normal"/> -<window type="modal_dialog" style_set="normal"/> -<window type="menu" style_set="normal"/> -<window type="utility" style_set="utility"/> -<window type="border" style_set="border"/> - -<menu_icon function="close" state="normal" draw_ops="close_button"/> -<menu_icon function="maximize" state="normal" draw_ops="maximize_button"/> -<menu_icon function="unmaximize" state="normal" draw_ops="restore_button"/> -<menu_icon function="minimize" state="normal" draw_ops="minimize_button"/> - -</metacity_theme> diff --git a/src/themes/Bright/metacity-theme-1.xml b/src/themes/Bright/metacity-theme-1.xml deleted file mode 100644 index a55f4462..00000000 --- a/src/themes/Bright/metacity-theme-1.xml +++ /dev/null @@ -1,376 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Bright</name> - <author>Gaute Lindkvist <lindkvis@linpro.no></author> - <copyright>Â Havoc Pennington, 2002 for Atlanta. Â Gaute Lindkvist, 2002 for modifications</copyright> - <date>February 3, 2002</date> - <description>Simple theme based on Havoc Pennington's Atlanta</description> -</info> - -<frame_geometry name="normal"> - <distance name="left_width" value="6"/> - <distance name="right_width" value="6"/> - <distance name="bottom_height" value="7"/> - <distance name="left_titlebar_edge" value="6"/> - <distance name="right_titlebar_edge" value="6"/> - <distance name="button_width" value="15"/> - <distance name="button_height" value="15"/> - <distance name="title_vertical_pad" value="4"/> - <border name="title_border" left="3" right="4" top="4" bottom="3"/> - <border name="button_border" left="1" right="2" top="2" bottom="1"/> -</frame_geometry> - -<!-- strip borders off the normal geometry --> -<frame_geometry name="normal_small_borders" parent="normal"> - <distance name="left_width" value="4"/> - <distance name="right_width" value="4"/> - <distance name="bottom_height" value="5"/> - <distance name="left_titlebar_edge" value="4"/> - <distance name="right_titlebar_edge" value="4"/> -</frame_geometry> - -<frame_geometry name="utility" title_scale="xx-small"> - <distance name="left_width" value="3"/> - <distance name="right_width" value="3"/> - <distance name="bottom_height" value="4"/> - <distance name="left_titlebar_edge" value="3"/> - <distance name="right_titlebar_edge" value="3"/> - <distance name="button_width" value="11"/> - <distance name="button_height" value="11"/> - <distance name="title_vertical_pad" value="1"/> - <border name="title_border" left="3" right="4" top="3" bottom="3"/> - <border name="button_border" left="0" right="0" top="1" bottom="1"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false"> - <distance name="left_width" value="4"/> - <distance name="right_width" value="4"/> - <distance name="bottom_height" value="4"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="button_width" value="0"/> - <distance name="button_height" value="0"/> - <distance name="title_vertical_pad" value="4"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<!-- define constants --> -<constant name="ArrowWidth" value="7"/> -<constant name="ArrowHeight" value="5"/> -<constant name="ButtonIPad" value="3"/> -<constant name="ThickLineWidth" value="3"/> -<constant name="IconTitleSpacing" value="2"/> -<constant name="SpacerWidth" value="7"/> -<constant name="SpacerHeight" value="11"/> - -<!-- Buttons --> - -<draw_ops name="button_normal_bg"> -<rectangle color="gtk:fg[NORMAL]" filled="false" - x="0" y="0" width="width-2" height="height-2"/> -<line color="#BBBBBB" - x1="1" - y1="height-1" - x2="width" - y2="height-1" - width="1"/> -<line color="#BBBBBB" - x1="width-1" - y1="1" - x2="width-1" - y2="height-1" - width="1"/> -<rectangle color="gtk:base[NORMAL]" filled="true" - x="1" y="1" width="width-3" height="height-3"/> -</draw_ops> - -<draw_ops name="button_pressed_bg"> - <gtk_box state="active" shadow="in" x="0" y="0" width="width" height="height"/> -</draw_ops> - -<draw_ops name="menu_button"> - <clip x="0" y="0" width="width" height="height"/> -<icon x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2" - y="(height-mini_icon_height) / 2" - width="mini_icon_width-1" height="mini_icon_height-1"/> -</draw_ops> - -<draw_ops name="menu_button_normal"> - <include name="menu_button"/> -</draw_ops> -<draw_ops name="menu_button_pressed"> - <include name="menu_button"/> -</draw_ops> - -<draw_ops name="minimize_button"> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" - y1="height - ButtonIPad - ThickLineWidth + 1" - x2="width - ButtonIPad-1" - y2="height - ButtonIPad - ThickLineWidth + 1" - width="2"/> <!-- FIXME allow a constant here --> -</draw_ops> - -<draw_ops name="minimize_button_normal"> - <include name="button_normal_bg"/> - <include name="minimize_button"/> -</draw_ops> - -<draw_ops name="minimize_button_pressed"> - <include name="button_pressed_bg"/> - <include name="minimize_button"/> -</draw_ops> - -<draw_ops name="maximize_button"> - <rectangle color="gtk:fg[NORMAL]" filled="false" - x="ButtonIPad" y="ButtonIPad" width="width-ButtonIPad*2-2" height="height-ButtonIPad*2-2"/> - <line color="gtk:fg[NORMAL]" width="2" - x1="ButtonIPad" y1="ButtonIPad+1" x2="width-ButtonIPad-1" y2="ButtonIPad+1"/> -</draw_ops> - -<draw_ops name="maximize_button_normal"> - <include name="button_normal_bg"/> - <include name="maximize_button"/> -</draw_ops> - -<draw_ops name="maximize_button_pressed"> - <include name="button_pressed_bg"/> - <include name="maximize_button"/> -</draw_ops> - -<draw_ops name="mini_window_icon"> - <rectangle color="gtk:fg[NORMAL]" filled="false" - x="0" y="0" width="width-3" height="height-3"/> - <rectangle color="gtk:fg[NORMAL]" filled="false" - x="0" y="0" width="width-3" height="height-3"/> - <line color="gtk:fg[NORMAL]" width="1" - x1="0" y1="1" x2="width-1" y2="1"/> -</draw_ops> - -<draw_ops name="restore_button"> - <include name="mini_window_icon" - x="ButtonIPad" y="ButtonIPad" - width="width - 5 - ButtonIPad" - height="height - 5 - ButtonIPad"/> - <include name="mini_window_icon" - x="3 + ButtonIPad" y="3 + ButtonIPad" - width="width - 5 - ButtonIPad" - height="height - 5 - ButtonIPad"/> -</draw_ops> - -<draw_ops name="restore_button_normal"> - <include name="button_normal_bg"/> - <include name="restore_button"/> -</draw_ops> - -<draw_ops name="restore_button_pressed"> - <include name="button_pressed_bg"/> - <include name="restore_button"/> -</draw_ops> - -<draw_ops name="close_button"> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" y1="ButtonIPad" - x2="width - ButtonIPad - 2" y2="height - ButtonIPad - 2"/> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" y1="height - ButtonIPad - 2" - x2="width - ButtonIPad - 2" y2="ButtonIPad"/> -</draw_ops> - -<draw_ops name="close_button_normal"> - <include name="button_normal_bg"/> - <include name="close_button"/> -</draw_ops> - -<draw_ops name="close_button_pressed"> - <include name="button_pressed_bg"/> - <include name="close_button"/> -</draw_ops> - -<draw_ops name="outer_bevel"> - <rectangle color="gtk:fg[NORMAL]" - x="0" y="0" width="width-1" height="height-1"/> - <line color="gtk:light[NORMAL]" - x1="1" y1="1" x2="1" y2="height-2"/> - <line color="gtk:light[NORMAL]" - x1="1" y1="1" x2="width-2" y2="1"/> - <line color="gtk:dark[NORMAL]" - x1="width-2" y1="1" x2="width-2" y2="height-2"/> - <line color="gtk:dark[NORMAL]" - x1="1" y1="height-2" x2="width-2" y2="height-2"/> -</draw_ops> - -<draw_ops name="blank"> -<!-- nothing --> -</draw_ops> - -<draw_ops name="focus_outline"> - <rectangle color="gtk:fg[NORMAL]" - x="left_width-1" y="top_height-1" - width="width-left_width-right_width+1" - height="height-top_height-bottom_height+1"/> -</draw_ops> - -<draw_ops name="focus_background"> - <include name="outer_bevel"/> - <include name="focus_outline"/> -</draw_ops> - -<draw_ops name="background_unfocused"> - <include name="outer_bevel"/> - <include name="focus_outline"/> -</draw_ops> - -<draw_ops name="title_box"> -<rectangle color="gtk:fg[NORMAL]" filled="false" - x="0" y="1" width="width-SpacerWidth+3" height="height-2"/> -<line color="#BBBBBB" - x1="2" - y1="height-2" - x2="width-SpacerWidth+2" - y2="height-2" - width="1"/> -<line color="#BBBBBB" - x1="width-5" - y1="2" - x2="width-SpacerWidth+2" - y2="height-2" - width="1"/> -<rectangle color="gtk:bg[SELECTED]" filled="true" - x="1" y="2" width="width-5" height="height-3"/> -</draw_ops> - -<draw_ops name="title_spacer"> - <gtk_vline state="normal" x="width+1-SpacerWidth/2" - y1="(height-SpacerHeight)/2" - y2="height - (height-SpacerHeight)/2"/> -</draw_ops> - -<draw_ops name="title_text_focused_no_icon"> - <clip x="3" y="2" width="width-SpacerWidth-2" height="height-4"/> - <title color="gtk:fg[SELECTED]" - x="(3 `max` (width-title_width)) / 2+2" - y="((height - title_height) / 2) `max` 0"/> -</draw_ops> - -<draw_ops name="title_text_no_icon"> - <clip x="3" y="2" width="width-SpacerWidth-2" height="height-4"/> - <title color="gtk:fg[NORMAL]" - x="(3 `max` (width-title_width)) / 2+2" - y="((height - title_height) / 2) `max` 0"/> -</draw_ops> - -<draw_ops name="title_normal"> - <include name="title_text_no_icon"/> -</draw_ops> - -<draw_ops name="title_focused"> - <include name="title_box"/> - <include name="title_text_focused_no_icon"/> -</draw_ops> - -<draw_ops name="title_utility"> - <include name="title_spacer"/> - <include name="title_text_no_icon"/> -</draw_ops> - -<draw_ops name="title_utility_focused"> - <include name="title_box"/> - <include name="title_spacer"/> - <include name="title_text_focused_no_icon"/> -</draw_ops> - -<frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="background_unfocused"/> - <piece position="title" draw_ops="title_normal"/> - - <!-- we don't specify for prelight, so normal is used --> - <button function="close" state="normal" draw_ops="close_button_normal"/> - <button function="close" state="pressed" draw_ops="close_button_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_button_normal"/> - <button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_button_normal"/> - <button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/> - <button function="menu" state="normal" draw_ops="menu_button_normal"/> - <button function="menu" state="pressed" draw_ops="menu_button_pressed"/> -</frame_style> - -<frame_style name="normal_focused" geometry="normal" parent="normal_unfocused"> - <piece position="entire_background" draw_ops="focus_background"/> - <piece position="title" draw_ops="title_focused"/> -</frame_style> - -<frame_style name="maximized_unfocused" geometry="normal_small_borders" parent="normal_unfocused"> - <piece position="entire_background" draw_ops="blank"/> - <button function="maximize" state="normal" draw_ops="restore_button_normal"/> - <button function="maximize" state="pressed" draw_ops="restore_button_pressed"/> -</frame_style> - -<frame_style name="maximized_focused" geometry="normal_small_borders" parent="normal_focused"> - <piece position="entire_background" draw_ops="focus_outline"/> - <button function="maximize" state="normal" draw_ops="restore_button_normal"/> - <button function="maximize" state="pressed" draw_ops="restore_button_pressed"/> -</frame_style> - -<frame_style name="utility_unfocused" geometry="utility" parent="normal_unfocused"> - <piece position="title" draw_ops="title_utility"/> -</frame_style> - -<frame_style name="utility_focused" geometry="utility" parent="normal_focused"> - <piece position="title" draw_ops="title_utility_focused"/> -</frame_style> - -<frame_style name="border" geometry="border" parent="normal_unfocused"> - <piece position="entire_background" draw_ops="outer_bevel"/> - <piece position="title" draw_ops="blank"/> -</frame_style> - -<frame_style_set name="normal"> -<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="maximized_focused"/> -<frame focus="no" state="maximized" style="maximized_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="maximized_focused"/> -<frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/> -</frame_style_set> - -<frame_style_set name="utility" parent="normal"> -<frame focus="yes" state="normal" resize="both" style="utility_focused"/> -<frame focus="no" state="normal" resize="both" style="utility_unfocused"/> -<!-- this is a bunch of crack since utility windows shouldn't be maximized --> -<frame focus="yes" state="maximized" style="utility_focused"/> -<frame focus="no" state="maximized" style="utility_unfocused"/> -<frame focus="yes" state="shaded" style="utility_focused"/> -<frame focus="no" state="shaded" style="utility_unfocused"/> -<frame focus="yes" state="maximized_and_shaded" style="utility_focused"/> -<frame focus="no" state="maximized_and_shaded" style="utility_unfocused"/> -</frame_style_set> - -<frame_style_set name="border"> -<frame focus="yes" state="normal" resize="both" style="border"/> -<frame focus="no" state="normal" resize="both" style="border"/> -<frame focus="yes" state="maximized" style="border"/> -<frame focus="no" state="maximized" style="border"/> -<frame focus="yes" state="shaded" style="border"/> -<frame focus="no" state="shaded" style="border"/> -<frame focus="yes" state="maximized_and_shaded" style="border"/> -<frame focus="no" state="maximized_and_shaded" style="border"/> -</frame_style_set> - -<window type="normal" style_set="normal"/> -<window type="dialog" style_set="normal"/> -<window type="modal_dialog" style_set="normal"/> -<window type="menu" style_set="normal"/> -<window type="utility" style_set="utility"/> -<window type="border" style_set="border"/> - -<menu_icon function="close" state="normal" draw_ops="close_button_normal"/> -<menu_icon function="maximize" state="normal" draw_ops="maximize_button_normal"/> -<menu_icon function="unmaximize" state="normal" draw_ops="restore_button_normal"/> -<menu_icon function="minimize" state="normal" draw_ops="minimize_button_normal"/> - -</metacity_theme> diff --git a/src/themes/Bright/metacity-theme-2.xml b/src/themes/Bright/metacity-theme-2.xml deleted file mode 100644 index 1a43fe16..00000000 --- a/src/themes/Bright/metacity-theme-2.xml +++ /dev/null @@ -1,546 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Bright</name> - <author>Gaute Lindkvist <lindkvis@linpro.no></author> - <copyright>Â Havoc Pennington, 2002 for Atlanta. Â Gaute Lindkvist, 2002 for modifications</copyright> - <date>February 3, 2002</date> - <description>Simple theme based on Havoc Pennington's Atlanta</description> -</info> - -<frame_geometry name="normal"> - <distance name="left_width" value="6"/> - <distance name="right_width" value="6"/> - <distance name="bottom_height" value="7"/> - <distance name="left_titlebar_edge" value="6"/> - <distance name="right_titlebar_edge" value="6"/> - <distance name="button_width" value="15"/> - <distance name="button_height" value="15"/> - <distance name="title_vertical_pad" value="4"/> - <border name="title_border" left="3" right="4" top="4" bottom="3"/> - <border name="button_border" left="1" right="2" top="2" bottom="1"/> -</frame_geometry> - -<!-- strip borders off the normal geometry --> -<frame_geometry name="normal_small_borders" parent="normal"> - <distance name="left_width" value="4"/> - <distance name="right_width" value="4"/> - <distance name="bottom_height" value="5"/> - <distance name="left_titlebar_edge" value="4"/> - <distance name="right_titlebar_edge" value="4"/> -</frame_geometry> - -<frame_geometry name="utility" title_scale="xx-small"> - <distance name="left_width" value="3"/> - <distance name="right_width" value="3"/> - <distance name="bottom_height" value="4"/> - <distance name="left_titlebar_edge" value="3"/> - <distance name="right_titlebar_edge" value="3"/> - <distance name="button_width" value="11"/> - <distance name="button_height" value="11"/> - <distance name="title_vertical_pad" value="1"/> - <border name="title_border" left="3" right="4" top="3" bottom="3"/> - <border name="button_border" left="0" right="0" top="1" bottom="1"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false"> - <distance name="left_width" value="4"/> - <distance name="right_width" value="4"/> - <distance name="bottom_height" value="4"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="button_width" value="0"/> - <distance name="button_height" value="0"/> - <distance name="title_vertical_pad" value="4"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<!-- define constants --> -<constant name="ArrowWidth" value="7"/> -<constant name="ArrowHeight" value="5"/> -<constant name="ButtonIPad" value="3"/> -<constant name="ThickLineWidth" value="3"/> -<constant name="IconTitleSpacing" value="2"/> -<constant name="SpacerWidth" value="7"/> -<constant name="SpacerHeight" value="11"/> - -<!-- Buttons --> - -<draw_ops name="button_normal_bg"> -<rectangle color="gtk:fg[NORMAL]" filled="false" - x="0" y="0" width="width-2" height="height-2"/> -<line color="#BBBBBB" - x1="1" - y1="height-1" - x2="width" - y2="height-1" - width="1"/> -<line color="#BBBBBB" - x1="width-1" - y1="1" - x2="width-1" - y2="height-1" - width="1"/> -<rectangle color="gtk:base[NORMAL]" filled="true" - x="1" y="1" width="width-3" height="height-3"/> -</draw_ops> - -<draw_ops name="button_pressed_bg"> - <gtk_box state="active" shadow="in" x="0" y="0" width="width" height="height"/> -</draw_ops> - -<draw_ops name="menu_button"> - <clip x="0" y="0" width="width" height="height"/> -<icon x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2" - y="(height-mini_icon_height) / 2" - width="mini_icon_width-1" height="mini_icon_height-1"/> -</draw_ops> - -<draw_ops name="menu_button_normal"> - <include name="menu_button"/> -</draw_ops> -<draw_ops name="menu_button_pressed"> - <include name="menu_button"/> -</draw_ops> - -<draw_ops name="minimize_button"> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" - y1="height - ButtonIPad - ThickLineWidth + 1" - x2="width - ButtonIPad-1" - y2="height - ButtonIPad - ThickLineWidth + 1" - width="ThickLineWidth"/> -</draw_ops> - -<draw_ops name="minimize_button_normal"> - <include name="button_normal_bg"/> - <include name="minimize_button"/> -</draw_ops> - -<draw_ops name="minimize_button_pressed"> - <include name="button_pressed_bg"/> - <include name="minimize_button"/> -</draw_ops> - -<draw_ops name="maximize_button"> - <rectangle color="gtk:fg[NORMAL]" filled="false" - x="ButtonIPad" y="ButtonIPad" width="width-ButtonIPad*2-2" height="height-ButtonIPad*2-2"/> - <line color="gtk:fg[NORMAL]" width="2" - x1="ButtonIPad" y1="ButtonIPad+1" x2="width-ButtonIPad-1" y2="ButtonIPad+1"/> -</draw_ops> - -<draw_ops name="maximize_button_normal"> - <include name="button_normal_bg"/> - <include name="maximize_button"/> -</draw_ops> - -<draw_ops name="maximize_button_pressed"> - <include name="button_pressed_bg"/> - <include name="maximize_button"/> -</draw_ops> - -<draw_ops name="mini_window_icon"> - <rectangle color="gtk:fg[NORMAL]" filled="false" - x="0" y="0" width="width-3" height="height-3"/> - <rectangle color="gtk:fg[NORMAL]" filled="false" - x="0" y="0" width="width-3" height="height-3"/> - <line color="gtk:fg[NORMAL]" width="1" - x1="0" y1="1" x2="width-1" y2="1"/> -</draw_ops> - -<draw_ops name="restore_button"> - <include name="mini_window_icon" - x="ButtonIPad" y="ButtonIPad" - width="width - 5 - ButtonIPad" - height="height - 5 - ButtonIPad"/> - <include name="mini_window_icon" - x="3 + ButtonIPad" y="3 + ButtonIPad" - width="width - 5 - ButtonIPad" - height="height - 5 - ButtonIPad"/> -</draw_ops> - -<draw_ops name="restore_button_normal"> - <include name="button_normal_bg"/> - <include name="restore_button"/> -</draw_ops> - -<draw_ops name="restore_button_pressed"> - <include name="button_pressed_bg"/> - <include name="restore_button"/> -</draw_ops> - -<draw_ops name="close_button"> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" y1="ButtonIPad" - x2="width - ButtonIPad - 2" y2="height - ButtonIPad - 2"/> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" y1="height - ButtonIPad - 2" - x2="width - ButtonIPad - 2" y2="ButtonIPad"/> -</draw_ops> - -<draw_ops name="shade_button"> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" - y1="ButtonIPad" - x2="width - ButtonIPad-1" - y2="ButtonIPad" - width="ThickLineWidth"/> -</draw_ops> - -<draw_ops name="unshade_button"> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" - y1="ButtonIPad" - x2="width - ButtonIPad-1" - y2="ButtonIPad" - width="ThickLineWidth"/> - <rectangle color="gtk:fg[NORMAL]" filled="false" - x="ButtonIPad" - y="ButtonIPad*2" - width="width - ButtonIPad*2-1" - height="height - ButtonIPad*3-1"/> -</draw_ops> - -<draw_ops name="above_button"> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" - y1="height/2" - x2="ButtonIPad + 2" - y2="height/2" - width="ThickLineWidth"/> - <line color="gtk:fg[NORMAL]" - x1="width - ButtonIPad-1" - y1="height/2" - x2="width - ButtonIPad-3" - y2="height/2" - width="ThickLineWidth"/> - <line color="gtk:fg[NORMAL]" - x1="width/2-1" - y1="height - ButtonIPad - 2" - x2="width/2+1" - y2="height - ButtonIPad - 2" - width="ThickLineWidth"/> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" - y1="ButtonIPad" - x2="width - ButtonIPad-1" - y2="ButtonIPad" - width="ThickLineWidth"/> -</draw_ops> - -<draw_ops name="unabove_button"> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" - y1="height/2" - x2="ButtonIPad + 2" - y2="height/2" - width="ThickLineWidth"/> - <line color="gtk:fg[NORMAL]" - x1="width - ButtonIPad-1" - y1="height/2" - x2="width - ButtonIPad-3" - y2="height/2" - width="ThickLineWidth"/> - <line color="gtk:fg[NORMAL]" - x1="width/2-1" - y1="height - ButtonIPad - 2" - x2="width/2+1" - y2="height - ButtonIPad - 2" - width="ThickLineWidth"/> - <line color="gtk:fg[NORMAL]" - x1="width/2-1" - y1="ButtonIPad" - x2="width/2+1" - y2="ButtonIPad" - width="ThickLineWidth"/> -</draw_ops> - -<draw_ops name="stick_button"> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" y1="ButtonIPad" - x2="ButtonIPad" y2="height - ButtonIPad - 2"/> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" y1="height/2-1" - x2="width - ButtonIPad - 2" y2="height/2-1"/> -</draw_ops> - -<draw_ops name="unstick_button"> - <line color="gtk:fg[NORMAL]" - x1="width/2" y1="ButtonIPad" - x2="width/2" y2="height - ButtonIPad - 2"/> - <line color="gtk:fg[NORMAL]" - x1="width/2" y1="height/2-1" - x2="width - ButtonIPad - 2" y2="height/2-1"/> - <line color="gtk:fg[NORMAL]" - x1="width-ButtonIPad-2" y1="height/2-3" - x2="width-ButtonIPad-2" y2="height/2+2"/> -</draw_ops> - -<draw_ops name="close_button_normal"> - <include name="button_normal_bg"/> - <include name="close_button"/> -</draw_ops> - -<draw_ops name="close_button_pressed"> - <include name="button_pressed_bg"/> - <include name="close_button"/> -</draw_ops> - -<draw_ops name="shade_button_normal"> - <include name="button_normal_bg"/> - <include name="shade_button"/> -</draw_ops> - -<draw_ops name="shade_button_pressed"> - <include name="button_pressed_bg"/> - <include name="shade_button"/> -</draw_ops> - -<draw_ops name="unshade_button_normal"> - <include name="button_normal_bg"/> - <include name="unshade_button"/> -</draw_ops> - -<draw_ops name="unshade_button_pressed"> - <include name="button_pressed_bg"/> - <include name="unshade_button"/> -</draw_ops> - -<draw_ops name="above_button_normal"> - <include name="button_normal_bg"/> - <include name="above_button"/> -</draw_ops> - -<draw_ops name="above_button_pressed"> - <include name="button_pressed_bg"/> - <include name="above_button"/> -</draw_ops> - -<draw_ops name="unabove_button_normal"> - <include name="button_normal_bg"/> - <include name="unabove_button"/> -</draw_ops> - -<draw_ops name="unabove_button_pressed"> - <include name="button_pressed_bg"/> - <include name="unabove_button"/> -</draw_ops> - -<draw_ops name="stick_button_normal"> - <include name="button_normal_bg"/> - <include name="stick_button"/> -</draw_ops> - -<draw_ops name="stick_button_pressed"> - <include name="button_pressed_bg"/> - <include name="stick_button"/> -</draw_ops> - -<draw_ops name="unstick_button_normal"> - <include name="button_normal_bg"/> - <include name="unstick_button"/> -</draw_ops> - -<draw_ops name="unstick_button_pressed"> - <include name="button_pressed_bg"/> - <include name="unstick_button"/> -</draw_ops> - -<draw_ops name="outer_bevel"> - <rectangle color="gtk:fg[NORMAL]" - x="0" y="0" width="width-1" height="height-1"/> - <line color="gtk:light[NORMAL]" - x1="1" y1="1" x2="1" y2="height-2"/> - <line color="gtk:light[NORMAL]" - x1="1" y1="1" x2="width-2" y2="1"/> - <line color="gtk:dark[NORMAL]" - x1="width-2" y1="1" x2="width-2" y2="height-2"/> - <line color="gtk:dark[NORMAL]" - x1="1" y1="height-2" x2="width-2" y2="height-2"/> -</draw_ops> - -<draw_ops name="blank"> -<!-- nothing --> -</draw_ops> - -<draw_ops name="focus_outline"> - <rectangle color="gtk:fg[NORMAL]" - x="left_width-1" y="top_height-1" - width="width-left_width-right_width+1" - height="height-top_height-bottom_height+1"/> -</draw_ops> - -<draw_ops name="focus_background"> - <include name="outer_bevel"/> - <include name="focus_outline"/> -</draw_ops> - -<draw_ops name="background_unfocused"> - <include name="outer_bevel"/> - <include name="focus_outline"/> -</draw_ops> - -<draw_ops name="title_box"> -<rectangle color="gtk:fg[NORMAL]" filled="false" - x="0" y="1" width="width-SpacerWidth+3" height="height-2"/> -<line color="#BBBBBB" - x1="2" - y1="height-2" - x2="width-SpacerWidth+2" - y2="height-2" - width="1"/> -<line color="#BBBBBB" - x1="width-5" - y1="2" - x2="width-SpacerWidth+2" - y2="height-2" - width="1"/> -<rectangle color="gtk:bg[SELECTED]" filled="true" - x="1" y="2" width="width-5" height="height-3"/> -</draw_ops> - -<draw_ops name="title_spacer"> - <gtk_vline state="normal" x="width+1-SpacerWidth/2" - y1="(height-SpacerHeight)/2" - y2="height - (height-SpacerHeight)/2"/> -</draw_ops> - -<draw_ops name="title_text_focused_no_icon"> - <clip x="3" y="2" width="width-SpacerWidth-2" height="height-4"/> - <title color="gtk:fg[SELECTED]" - x="(3 `max` (width-title_width)) / 2+2" - y="((height - title_height) / 2) `max` 0"/> -</draw_ops> - -<draw_ops name="title_text_no_icon"> - <clip x="3" y="2" width="width-SpacerWidth-2" height="height-4"/> - <title color="gtk:fg[NORMAL]" - x="(3 `max` (width-title_width)) / 2+2" - y="((height - title_height) / 2) `max` 0"/> -</draw_ops> - -<draw_ops name="title_normal"> - <include name="title_text_no_icon"/> -</draw_ops> - -<draw_ops name="title_focused"> - <include name="title_box"/> - <include name="title_text_focused_no_icon"/> -</draw_ops> - -<draw_ops name="title_utility"> - <include name="title_spacer"/> - <include name="title_text_no_icon"/> -</draw_ops> - -<draw_ops name="title_utility_focused"> - <include name="title_box"/> - <include name="title_spacer"/> - <include name="title_text_focused_no_icon"/> -</draw_ops> - -<frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="background_unfocused"/> - <piece position="title" draw_ops="title_normal"/> - - <!-- we don't specify for prelight, so normal is used --> - <button function="close" state="normal" draw_ops="close_button_normal"/> - <button function="close" state="pressed" draw_ops="close_button_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_button_normal"/> - <button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_button_normal"/> - <button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/> - <button function="menu" state="normal" draw_ops="menu_button_normal"/> - <button function="menu" state="pressed" draw_ops="menu_button_pressed"/> - <button function="shade" state="normal" draw_ops="shade_button_normal"/> - <button function="shade" state="pressed" draw_ops="shade_button_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_button_normal"/> - <button function="unshade" state="pressed" draw_ops="unshade_button_pressed"/> - <button function="above" state="normal" draw_ops="above_button_normal"/> - <button function="above" state="pressed" draw_ops="above_button_pressed"/> - <button function="unabove" state="normal" draw_ops="unabove_button_normal"/> - <button function="unabove" state="pressed" draw_ops="unabove_button_pressed"/> - <button function="stick" state="normal" draw_ops="stick_button_normal"/> - <button function="stick" state="pressed" draw_ops="stick_button_pressed"/> - <button function="unstick" state="normal" draw_ops="unstick_button_normal"/> - <button function="unstick" state="pressed" draw_ops="unstick_button_pressed"/> -</frame_style> - -<frame_style name="normal_focused" geometry="normal" parent="normal_unfocused"> - <piece position="entire_background" draw_ops="focus_background"/> - <piece position="title" draw_ops="title_focused"/> -</frame_style> - -<frame_style name="maximized_unfocused" geometry="normal_small_borders" parent="normal_unfocused"> - <piece position="entire_background" draw_ops="blank"/> - <button function="maximize" state="normal" draw_ops="restore_button_normal"/> - <button function="maximize" state="pressed" draw_ops="restore_button_pressed"/> -</frame_style> - -<frame_style name="maximized_focused" geometry="normal_small_borders" parent="normal_focused"> - <piece position="entire_background" draw_ops="focus_outline"/> - <button function="maximize" state="normal" draw_ops="restore_button_normal"/> - <button function="maximize" state="pressed" draw_ops="restore_button_pressed"/> -</frame_style> - -<frame_style name="utility_unfocused" geometry="utility" parent="normal_unfocused"> - <piece position="title" draw_ops="title_utility"/> -</frame_style> - -<frame_style name="utility_focused" geometry="utility" parent="normal_focused"> - <piece position="title" draw_ops="title_utility_focused"/> -</frame_style> - -<frame_style name="border" geometry="border" parent="normal_unfocused"> - <piece position="entire_background" draw_ops="outer_bevel"/> - <piece position="title" draw_ops="blank"/> -</frame_style> - -<frame_style_set name="normal"> -<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="maximized_focused"/> -<frame focus="no" state="maximized" style="maximized_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="maximized_focused"/> -<frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/> -</frame_style_set> - -<frame_style_set name="utility" parent="normal"> -<frame focus="yes" state="normal" resize="both" style="utility_focused"/> -<frame focus="no" state="normal" resize="both" style="utility_unfocused"/> -<!-- this is a bunch of crack since utility windows shouldn't be maximized --> -<frame focus="yes" state="maximized" style="utility_focused"/> -<frame focus="no" state="maximized" style="utility_unfocused"/> -<frame focus="yes" state="shaded" style="utility_focused"/> -<frame focus="no" state="shaded" style="utility_unfocused"/> -<frame focus="yes" state="maximized_and_shaded" style="utility_focused"/> -<frame focus="no" state="maximized_and_shaded" style="utility_unfocused"/> -</frame_style_set> - -<frame_style_set name="border"> -<frame focus="yes" state="normal" resize="both" style="border"/> -<frame focus="no" state="normal" resize="both" style="border"/> -<frame focus="yes" state="maximized" style="border"/> -<frame focus="no" state="maximized" style="border"/> -<frame focus="yes" state="shaded" style="border"/> -<frame focus="no" state="shaded" style="border"/> -<frame focus="yes" state="maximized_and_shaded" style="border"/> -<frame focus="no" state="maximized_and_shaded" style="border"/> -</frame_style_set> - -<window type="normal" style_set="normal"/> -<window type="dialog" style_set="normal"/> -<window type="modal_dialog" style_set="normal"/> -<window type="menu" style_set="normal"/> -<window type="utility" style_set="utility"/> -<window type="border" style_set="border"/> - -<menu_icon function="close" state="normal" draw_ops="close_button_normal"/> -<menu_icon function="maximize" state="normal" draw_ops="maximize_button_normal"/> -<menu_icon function="unmaximize" state="normal" draw_ops="restore_button_normal"/> -<menu_icon function="minimize" state="normal" draw_ops="minimize_button_normal"/> - -</metacity_theme> diff --git a/src/themes/Crux/active-above-button.png b/src/themes/Crux/active-above-button.png Binary files differdeleted file mode 100644 index 0eec82b8..00000000 --- a/src/themes/Crux/active-above-button.png +++ /dev/null diff --git a/src/themes/Crux/active-border-top-left-border.png b/src/themes/Crux/active-border-top-left-border.png Binary files differdeleted file mode 100644 index 2d61acf5..00000000 --- a/src/themes/Crux/active-border-top-left-border.png +++ /dev/null diff --git a/src/themes/Crux/active-border-top-right-border.png b/src/themes/Crux/active-border-top-right-border.png Binary files differdeleted file mode 100644 index 9797c0fc..00000000 --- a/src/themes/Crux/active-border-top-right-border.png +++ /dev/null diff --git a/src/themes/Crux/active-bottom-left-border.png b/src/themes/Crux/active-bottom-left-border.png Binary files differdeleted file mode 100644 index f22ea1a3..00000000 --- a/src/themes/Crux/active-bottom-left-border.png +++ /dev/null diff --git a/src/themes/Crux/active-bottom-left-corner.png b/src/themes/Crux/active-bottom-left-corner.png Binary files differdeleted file mode 100644 index de8fe868..00000000 --- a/src/themes/Crux/active-bottom-left-corner.png +++ /dev/null diff --git a/src/themes/Crux/active-bottom-mid-left-border.png b/src/themes/Crux/active-bottom-mid-left-border.png Binary files differdeleted file mode 100644 index 7eec69f5..00000000 --- a/src/themes/Crux/active-bottom-mid-left-border.png +++ /dev/null diff --git a/src/themes/Crux/active-bottom-mid-right-border.png b/src/themes/Crux/active-bottom-mid-right-border.png Binary files differdeleted file mode 100644 index 63da8e9d..00000000 --- a/src/themes/Crux/active-bottom-mid-right-border.png +++ /dev/null diff --git a/src/themes/Crux/active-bottom-right-border.png b/src/themes/Crux/active-bottom-right-border.png Binary files differdeleted file mode 100644 index 61a4f560..00000000 --- a/src/themes/Crux/active-bottom-right-border.png +++ /dev/null diff --git a/src/themes/Crux/active-bottom-right-corner.png b/src/themes/Crux/active-bottom-right-corner.png Binary files differdeleted file mode 100644 index 57594466..00000000 --- a/src/themes/Crux/active-bottom-right-corner.png +++ /dev/null diff --git a/src/themes/Crux/active-button-prelight.png b/src/themes/Crux/active-button-prelight.png Binary files differdeleted file mode 100644 index 6da2ae25..00000000 --- a/src/themes/Crux/active-button-prelight.png +++ /dev/null diff --git a/src/themes/Crux/active-button-pressed.png b/src/themes/Crux/active-button-pressed.png Binary files differdeleted file mode 100644 index 4fb94aa4..00000000 --- a/src/themes/Crux/active-button-pressed.png +++ /dev/null diff --git a/src/themes/Crux/active-button.png b/src/themes/Crux/active-button.png Binary files differdeleted file mode 100644 index cd93b8c5..00000000 --- a/src/themes/Crux/active-button.png +++ /dev/null diff --git a/src/themes/Crux/active-close-button.png b/src/themes/Crux/active-close-button.png Binary files differdeleted file mode 100644 index bfbfd142..00000000 --- a/src/themes/Crux/active-close-button.png +++ /dev/null diff --git a/src/themes/Crux/active-left-border.png b/src/themes/Crux/active-left-border.png Binary files differdeleted file mode 100644 index 89b47f42..00000000 --- a/src/themes/Crux/active-left-border.png +++ /dev/null diff --git a/src/themes/Crux/active-left-top-border-shaded.png b/src/themes/Crux/active-left-top-border-shaded.png Binary files differdeleted file mode 100644 index a9e775ac..00000000 --- a/src/themes/Crux/active-left-top-border-shaded.png +++ /dev/null diff --git a/src/themes/Crux/active-left-top-border.png b/src/themes/Crux/active-left-top-border.png Binary files differdeleted file mode 100644 index 24a13ea9..00000000 --- a/src/themes/Crux/active-left-top-border.png +++ /dev/null diff --git a/src/themes/Crux/active-maximize-button.png b/src/themes/Crux/active-maximize-button.png Binary files differdeleted file mode 100644 index 870e2cb6..00000000 --- a/src/themes/Crux/active-maximize-button.png +++ /dev/null diff --git a/src/themes/Crux/active-menu-button-prelight.png b/src/themes/Crux/active-menu-button-prelight.png Binary files differdeleted file mode 100644 index db0a88c8..00000000 --- a/src/themes/Crux/active-menu-button-prelight.png +++ /dev/null diff --git a/src/themes/Crux/active-menu-button-pressed.png b/src/themes/Crux/active-menu-button-pressed.png Binary files differdeleted file mode 100644 index 8ac8201d..00000000 --- a/src/themes/Crux/active-menu-button-pressed.png +++ /dev/null diff --git a/src/themes/Crux/active-menu-button.png b/src/themes/Crux/active-menu-button.png Binary files differdeleted file mode 100644 index de8e1a7b..00000000 --- a/src/themes/Crux/active-menu-button.png +++ /dev/null diff --git a/src/themes/Crux/active-minimize-button.png b/src/themes/Crux/active-minimize-button.png Binary files differdeleted file mode 100644 index ea740ffb..00000000 --- a/src/themes/Crux/active-minimize-button.png +++ /dev/null diff --git a/src/themes/Crux/active-restore-button.png b/src/themes/Crux/active-restore-button.png Binary files differdeleted file mode 100644 index ec7259e3..00000000 --- a/src/themes/Crux/active-restore-button.png +++ /dev/null diff --git a/src/themes/Crux/active-right-border.png b/src/themes/Crux/active-right-border.png Binary files differdeleted file mode 100644 index 2dea03e3..00000000 --- a/src/themes/Crux/active-right-border.png +++ /dev/null diff --git a/src/themes/Crux/active-right-top-border-shaded.png b/src/themes/Crux/active-right-top-border-shaded.png Binary files differdeleted file mode 100644 index cf7ac2ec..00000000 --- a/src/themes/Crux/active-right-top-border-shaded.png +++ /dev/null diff --git a/src/themes/Crux/active-right-top-border.png b/src/themes/Crux/active-right-top-border.png Binary files differdeleted file mode 100644 index eab9cae0..00000000 --- a/src/themes/Crux/active-right-top-border.png +++ /dev/null diff --git a/src/themes/Crux/active-shade-button.png b/src/themes/Crux/active-shade-button.png Binary files differdeleted file mode 100644 index 2c86470e..00000000 --- a/src/themes/Crux/active-shade-button.png +++ /dev/null diff --git a/src/themes/Crux/active-stick-button.png b/src/themes/Crux/active-stick-button.png Binary files differdeleted file mode 100644 index 2bb224c5..00000000 --- a/src/themes/Crux/active-stick-button.png +++ /dev/null diff --git a/src/themes/Crux/active-top-center-left.png b/src/themes/Crux/active-top-center-left.png Binary files differdeleted file mode 100644 index 9d43fc2f..00000000 --- a/src/themes/Crux/active-top-center-left.png +++ /dev/null diff --git a/src/themes/Crux/active-top-center-mid-left.png b/src/themes/Crux/active-top-center-mid-left.png Binary files differdeleted file mode 100644 index 927d50e9..00000000 --- a/src/themes/Crux/active-top-center-mid-left.png +++ /dev/null diff --git a/src/themes/Crux/active-top-center-mid-right.png b/src/themes/Crux/active-top-center-mid-right.png Binary files differdeleted file mode 100644 index 8cea6f6f..00000000 --- a/src/themes/Crux/active-top-center-mid-right.png +++ /dev/null diff --git a/src/themes/Crux/active-top-center-right.png b/src/themes/Crux/active-top-center-right.png Binary files differdeleted file mode 100644 index e471c363..00000000 --- a/src/themes/Crux/active-top-center-right.png +++ /dev/null diff --git a/src/themes/Crux/active-top-left-border.png b/src/themes/Crux/active-top-left-border.png Binary files differdeleted file mode 100644 index fa4a6f54..00000000 --- a/src/themes/Crux/active-top-left-border.png +++ /dev/null diff --git a/src/themes/Crux/active-top-left-corner.png b/src/themes/Crux/active-top-left-corner.png Binary files differdeleted file mode 100644 index 477e46a9..00000000 --- a/src/themes/Crux/active-top-left-corner.png +++ /dev/null diff --git a/src/themes/Crux/active-top-mid-left-border.png b/src/themes/Crux/active-top-mid-left-border.png Binary files differdeleted file mode 100644 index 35a42feb..00000000 --- a/src/themes/Crux/active-top-mid-left-border.png +++ /dev/null diff --git a/src/themes/Crux/active-top-mid-right-border.png b/src/themes/Crux/active-top-mid-right-border.png Binary files differdeleted file mode 100644 index 1fa16504..00000000 --- a/src/themes/Crux/active-top-mid-right-border.png +++ /dev/null diff --git a/src/themes/Crux/active-top-right-border.png b/src/themes/Crux/active-top-right-border.png Binary files differdeleted file mode 100644 index b3f07f2f..00000000 --- a/src/themes/Crux/active-top-right-border.png +++ /dev/null diff --git a/src/themes/Crux/active-top-right-corner.png b/src/themes/Crux/active-top-right-corner.png Binary files differdeleted file mode 100644 index 199a3780..00000000 --- a/src/themes/Crux/active-top-right-corner.png +++ /dev/null diff --git a/src/themes/Crux/active-unabove-button.png b/src/themes/Crux/active-unabove-button.png Binary files differdeleted file mode 100644 index af1104ce..00000000 --- a/src/themes/Crux/active-unabove-button.png +++ /dev/null diff --git a/src/themes/Crux/active-unshade-button.png b/src/themes/Crux/active-unshade-button.png Binary files differdeleted file mode 100644 index ddaf11f5..00000000 --- a/src/themes/Crux/active-unshade-button.png +++ /dev/null diff --git a/src/themes/Crux/active-unstick-button.png b/src/themes/Crux/active-unstick-button.png Binary files differdeleted file mode 100644 index 2936b166..00000000 --- a/src/themes/Crux/active-unstick-button.png +++ /dev/null diff --git a/src/themes/Crux/inactive-above-button.png b/src/themes/Crux/inactive-above-button.png Binary files differdeleted file mode 100644 index dd6de031..00000000 --- a/src/themes/Crux/inactive-above-button.png +++ /dev/null diff --git a/src/themes/Crux/inactive-border-top-left-border.png b/src/themes/Crux/inactive-border-top-left-border.png Binary files differdeleted file mode 100644 index 0f6a1b88..00000000 --- a/src/themes/Crux/inactive-border-top-left-border.png +++ /dev/null diff --git a/src/themes/Crux/inactive-border-top-right-border.png b/src/themes/Crux/inactive-border-top-right-border.png Binary files differdeleted file mode 100644 index 0e37f50b..00000000 --- a/src/themes/Crux/inactive-border-top-right-border.png +++ /dev/null diff --git a/src/themes/Crux/inactive-bottom-left-border.png b/src/themes/Crux/inactive-bottom-left-border.png Binary files differdeleted file mode 100644 index ea174d65..00000000 --- a/src/themes/Crux/inactive-bottom-left-border.png +++ /dev/null diff --git a/src/themes/Crux/inactive-bottom-left-corner.png b/src/themes/Crux/inactive-bottom-left-corner.png Binary files differdeleted file mode 100644 index f6f43632..00000000 --- a/src/themes/Crux/inactive-bottom-left-corner.png +++ /dev/null diff --git a/src/themes/Crux/inactive-bottom-mid-border.png b/src/themes/Crux/inactive-bottom-mid-border.png Binary files differdeleted file mode 100644 index b24ea233..00000000 --- a/src/themes/Crux/inactive-bottom-mid-border.png +++ /dev/null diff --git a/src/themes/Crux/inactive-bottom-right-border.png b/src/themes/Crux/inactive-bottom-right-border.png Binary files differdeleted file mode 100644 index 3302e015..00000000 --- a/src/themes/Crux/inactive-bottom-right-border.png +++ /dev/null diff --git a/src/themes/Crux/inactive-bottom-right-corner.png b/src/themes/Crux/inactive-bottom-right-corner.png Binary files differdeleted file mode 100644 index 0fddaac5..00000000 --- a/src/themes/Crux/inactive-bottom-right-corner.png +++ /dev/null diff --git a/src/themes/Crux/inactive-button-prelight.png b/src/themes/Crux/inactive-button-prelight.png Binary files differdeleted file mode 100644 index 070a164e..00000000 --- a/src/themes/Crux/inactive-button-prelight.png +++ /dev/null diff --git a/src/themes/Crux/inactive-button-pressed.png b/src/themes/Crux/inactive-button-pressed.png Binary files differdeleted file mode 100644 index 88f3f8a0..00000000 --- a/src/themes/Crux/inactive-button-pressed.png +++ /dev/null diff --git a/src/themes/Crux/inactive-button.png b/src/themes/Crux/inactive-button.png Binary files differdeleted file mode 100644 index e74564d2..00000000 --- a/src/themes/Crux/inactive-button.png +++ /dev/null diff --git a/src/themes/Crux/inactive-close-button.png b/src/themes/Crux/inactive-close-button.png Binary files differdeleted file mode 100644 index 2f9d0a57..00000000 --- a/src/themes/Crux/inactive-close-button.png +++ /dev/null diff --git a/src/themes/Crux/inactive-left-border.png b/src/themes/Crux/inactive-left-border.png Binary files differdeleted file mode 100644 index 3f7ad16e..00000000 --- a/src/themes/Crux/inactive-left-border.png +++ /dev/null diff --git a/src/themes/Crux/inactive-left-top-border-shaded.png b/src/themes/Crux/inactive-left-top-border-shaded.png Binary files differdeleted file mode 100644 index 177fa41f..00000000 --- a/src/themes/Crux/inactive-left-top-border-shaded.png +++ /dev/null diff --git a/src/themes/Crux/inactive-left-top-border.png b/src/themes/Crux/inactive-left-top-border.png Binary files differdeleted file mode 100644 index 74fa074e..00000000 --- a/src/themes/Crux/inactive-left-top-border.png +++ /dev/null diff --git a/src/themes/Crux/inactive-maximize-button.png b/src/themes/Crux/inactive-maximize-button.png Binary files differdeleted file mode 100644 index 73244678..00000000 --- a/src/themes/Crux/inactive-maximize-button.png +++ /dev/null diff --git a/src/themes/Crux/inactive-menu-button-prelight.png b/src/themes/Crux/inactive-menu-button-prelight.png Binary files differdeleted file mode 100644 index 8c45a1bb..00000000 --- a/src/themes/Crux/inactive-menu-button-prelight.png +++ /dev/null diff --git a/src/themes/Crux/inactive-menu-button-pressed.png b/src/themes/Crux/inactive-menu-button-pressed.png Binary files differdeleted file mode 100644 index 757ff7c2..00000000 --- a/src/themes/Crux/inactive-menu-button-pressed.png +++ /dev/null diff --git a/src/themes/Crux/inactive-menu-button.png b/src/themes/Crux/inactive-menu-button.png Binary files differdeleted file mode 100644 index 89b2a442..00000000 --- a/src/themes/Crux/inactive-menu-button.png +++ /dev/null diff --git a/src/themes/Crux/inactive-minimize-button.png b/src/themes/Crux/inactive-minimize-button.png Binary files differdeleted file mode 100644 index 6cdac563..00000000 --- a/src/themes/Crux/inactive-minimize-button.png +++ /dev/null diff --git a/src/themes/Crux/inactive-restore-button.png b/src/themes/Crux/inactive-restore-button.png Binary files differdeleted file mode 100644 index bafa2967..00000000 --- a/src/themes/Crux/inactive-restore-button.png +++ /dev/null diff --git a/src/themes/Crux/inactive-right-border.png b/src/themes/Crux/inactive-right-border.png Binary files differdeleted file mode 100644 index 0404cc48..00000000 --- a/src/themes/Crux/inactive-right-border.png +++ /dev/null diff --git a/src/themes/Crux/inactive-right-top-border-shaded.png b/src/themes/Crux/inactive-right-top-border-shaded.png Binary files differdeleted file mode 100644 index 92955273..00000000 --- a/src/themes/Crux/inactive-right-top-border-shaded.png +++ /dev/null diff --git a/src/themes/Crux/inactive-right-top-border.png b/src/themes/Crux/inactive-right-top-border.png Binary files differdeleted file mode 100644 index c1882e96..00000000 --- a/src/themes/Crux/inactive-right-top-border.png +++ /dev/null diff --git a/src/themes/Crux/inactive-shade-button.png b/src/themes/Crux/inactive-shade-button.png Binary files differdeleted file mode 100644 index 93ff14b2..00000000 --- a/src/themes/Crux/inactive-shade-button.png +++ /dev/null diff --git a/src/themes/Crux/inactive-stick-button.png b/src/themes/Crux/inactive-stick-button.png Binary files differdeleted file mode 100644 index 14ffd9ed..00000000 --- a/src/themes/Crux/inactive-stick-button.png +++ /dev/null diff --git a/src/themes/Crux/inactive-top-center-left.png b/src/themes/Crux/inactive-top-center-left.png Binary files differdeleted file mode 100644 index eaba4798..00000000 --- a/src/themes/Crux/inactive-top-center-left.png +++ /dev/null diff --git a/src/themes/Crux/inactive-top-center-mid.png b/src/themes/Crux/inactive-top-center-mid.png Binary files differdeleted file mode 100644 index 7346fbc4..00000000 --- a/src/themes/Crux/inactive-top-center-mid.png +++ /dev/null diff --git a/src/themes/Crux/inactive-top-center-right.png b/src/themes/Crux/inactive-top-center-right.png Binary files differdeleted file mode 100644 index 3a2e3a0a..00000000 --- a/src/themes/Crux/inactive-top-center-right.png +++ /dev/null diff --git a/src/themes/Crux/inactive-top-left-border.png b/src/themes/Crux/inactive-top-left-border.png Binary files differdeleted file mode 100644 index 8ebbdca9..00000000 --- a/src/themes/Crux/inactive-top-left-border.png +++ /dev/null diff --git a/src/themes/Crux/inactive-top-left-corner.png b/src/themes/Crux/inactive-top-left-corner.png Binary files differdeleted file mode 100644 index 1db17706..00000000 --- a/src/themes/Crux/inactive-top-left-corner.png +++ /dev/null diff --git a/src/themes/Crux/inactive-top-mid-border.png b/src/themes/Crux/inactive-top-mid-border.png Binary files differdeleted file mode 100644 index 0ec3b26a..00000000 --- a/src/themes/Crux/inactive-top-mid-border.png +++ /dev/null diff --git a/src/themes/Crux/inactive-top-right-border.png b/src/themes/Crux/inactive-top-right-border.png Binary files differdeleted file mode 100644 index e86fddc7..00000000 --- a/src/themes/Crux/inactive-top-right-border.png +++ /dev/null diff --git a/src/themes/Crux/inactive-top-right-corner.png b/src/themes/Crux/inactive-top-right-corner.png Binary files differdeleted file mode 100644 index 7b13da35..00000000 --- a/src/themes/Crux/inactive-top-right-corner.png +++ /dev/null diff --git a/src/themes/Crux/inactive-unabove-button.png b/src/themes/Crux/inactive-unabove-button.png Binary files differdeleted file mode 100644 index bc1052d9..00000000 --- a/src/themes/Crux/inactive-unabove-button.png +++ /dev/null diff --git a/src/themes/Crux/inactive-unshade-button.png b/src/themes/Crux/inactive-unshade-button.png Binary files differdeleted file mode 100644 index 982abeac..00000000 --- a/src/themes/Crux/inactive-unshade-button.png +++ /dev/null diff --git a/src/themes/Crux/inactive-unstick-button.png b/src/themes/Crux/inactive-unstick-button.png Binary files differdeleted file mode 100644 index e4822729..00000000 --- a/src/themes/Crux/inactive-unstick-button.png +++ /dev/null diff --git a/src/themes/Crux/metacity-theme-1.xml b/src/themes/Crux/metacity-theme-1.xml deleted file mode 100644 index a6994561..00000000 --- a/src/themes/Crux/metacity-theme-1.xml +++ /dev/null @@ -1,579 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Crux</name> - <author>Anders Carlsson <andersca@gnu.org></author> - <copyright>Â Eazel Inc, 2000</copyright> - <date>February 6, 2002</date> - <description>A port of the Crux theme by Arlo Rose and John Harper</description> -</info> - -<!-- define constants --> -<constant name="IconTitleSpacing" value="2"/> <!-- Space between menu button and title --> -<constant name="CenterTitlePieceWidth" value="48"/> <!-- Width of center title piece --> -<constant name="ButtonWidth" value="16"/> <!-- Button width --> - -<frame_geometry name="normal"> - <distance name="left_width" value="5"/> - <distance name="right_width" value="6"/> - <distance name="bottom_height" value="6"/> - <distance name="left_titlebar_edge" value="5"/> - <distance name="right_titlebar_edge" value="6"/> - <aspect_ratio name="button" value="1.0"/> - <distance name="title_vertical_pad" value="0"/> - <border name="title_border" left="0" right="0" top="3" bottom="3"/> - <border name="button_border" left="0" right="0" top="3" bottom="3"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false"> - <distance name="left_width" value="5"/> - <distance name="right_width" value="6"/> - <distance name="bottom_height" value="6"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="button_width" value="0"/> - <distance name="button_height" value="0"/> - <distance name="title_vertical_pad" value="5"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<!-- Buttons --> - -<draw_ops name="active_button"> - <image filename="active-button.png" x="0" y="0" width="width" height="height"/> -</draw_ops> - -<draw_ops name="active_button_pressed"> - <image filename="active-button-pressed.png" x="0" y="0" width="width" height="height"/> -</draw_ops> - -<draw_ops name="active_button_prelight"> - <image filename="active-button-prelight.png" x="0" y="0" width="width" height="height"/> -</draw_ops> - -<draw_ops name="inactive_button"> - <image filename="inactive-button.png" x="0" y="0" width="width" height="height"/> -</draw_ops> - -<draw_ops name="inactive_button_pressed"> - <image filename="inactive-button-pressed.png" x="0" y="0" width="width" height="height"/> -</draw_ops> - -<draw_ops name="inactive_button_prelight"> - <image filename="inactive-button-prelight.png" x="0" y="0" width="width" height="height"/> -</draw_ops> - -<!-- Inactive style --> -<frame_style name="normal" geometry="normal"> - <piece position="left_edge"> - <draw_ops> - <image filename="inactive-left-border.png" x="0" y="0" width="object_width" height="height"/> - </draw_ops> - </piece> - - <piece position="right_edge"> - <draw_ops> - <image filename="inactive-right-border.png" x="0" y="0" width="object_width" height="height"/> - </draw_ops> - </piece> - - <piece position="title"> - <draw_ops> - <title color="gtk:fg[SELECTED]" x="IconTitleSpacing" y="0"/> - </draw_ops> - </piece> - - <piece position="titlebar"> - <draw_ops> - - <image filename="inactive-left-top-border.png" - x="0" y="0" width="object_width" height="height"/> - <image filename="inactive-right-top-border.png" - x="width - object_width" y="0" width="object_width" height="height"/> - - <image filename="inactive-top-center-left.png" - x="4" y="0" - width="(left_width + ButtonWidth + IconTitleSpacing + title_width) `min` - (width - right_width - 3 * ButtonWidth - CenterTitlePieceWidth * height / 22 - 3)" - height="height"/> - - <image filename="inactive-top-center-mid.png" - x="((left_width + ButtonWidth + IconTitleSpacing + title_width) `min` (width - object_width * height / 22 - right_width - 3 * ButtonWidth)) + 1" - y="0" width="object_width * height / 22" height="height"/> - - <image filename="inactive-top-center-right.png" - x="((left_width + ButtonWidth + IconTitleSpacing + title_width + CenterTitlePieceWidth * height / 22) `min` (width - 3 * ButtonWidth - right_width)) + 1" - y="0" - width="(width - title_width - left_width - ButtonWidth - IconTitleSpacing - CenterTitlePieceWidth * height / 22 - right_width) `max` (3 * ButtonWidth)" - height="height"/> - - </draw_ops> - </piece> - - <!-- We have to draw the bottom edge in the background piece - because that's the only way we can get the correct window height --> - <piece position="overlay"> - <draw_ops> - <image filename="inactive-bottom-left-corner.png" - x="0" y="height - object_height" width="object_width" height="object_height"/> - <image filename="inactive-bottom-left-border.png" x="5" y="height - object_height" - width="((title_width + height / 2 - 4) `min` (width - object_width - 26))" - height="object_height"/> - <image filename="inactive-bottom-mid-border.png" - x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" - y="height - object_height" width="object_width" height="object_height"/> - - <image filename="inactive-bottom-right-border.png" - x="((title_width + height / 2 + 32)) + 1" - y="height - object_height" - width="(width - title_width - height / 2 - 32 - 7) `max` 0" - height="object_height"/> - - <image filename="inactive-bottom-right-corner.png" - x="width - object_width" y="height - object_height" width="object_height" height="object_height"/> - - </draw_ops> - </piece> - - <button function="close" state="normal"> - <draw_ops> - <include name="inactive_button"/> - <image filename="inactive-close-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="close" state="pressed"> - <draw_ops> - <include name="inactive_button_pressed"/> - <image filename="inactive-close-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="close" state="prelight"> - <draw_ops> - <include name="inactive_button_prelight"/> - <image filename="inactive-close-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="minimize" state="normal"> - <draw_ops> - <include name="inactive_button"/> - <image filename="inactive-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="minimize" state="pressed"> - <draw_ops> - <include name="inactive_button_pressed"/> - <image filename="inactive-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="minimize" state="prelight"> - <draw_ops> - <include name="inactive_button_prelight"/> - <image filename="inactive-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="maximize" state="normal"> - <draw_ops> - <include name="inactive_button"/> - <image filename="inactive-maximize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="maximize" state="pressed"> - <draw_ops> - <include name="inactive_button_pressed"/> - <image filename="inactive-maximize-button.png" x="2" y="2" width="width - 4" height="height - 4"/> - </draw_ops> - </button> - - <button function="maximize" state="prelight"> - <draw_ops> - <include name="inactive_button_prelight"/> - <image filename="inactive-maximize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="menu" state="normal"> - <draw_ops> - <image filename="inactive-menu-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="menu" state="pressed"> - <draw_ops> - <image filename="inactive-menu-button-pressed.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - <button function="menu" state="prelight"> - <draw_ops> - <image filename="inactive-menu-button-prelight.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> -</frame_style> - -<frame_style name="normal_maximized" parent="normal"> - <button function="maximize" state="normal"> - <draw_ops> - <include name="inactive_button"/> - <image filename="inactive-restore-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="maximize" state="pressed"> - <draw_ops> - <include name="inactive_button_pressed"/> - <image filename="inactive-restore-button.png" x="2" y="2" width="width - 4" height="height - 4"/> - </draw_ops> - </button> - - <button function="maximize" state="prelight"> - <draw_ops> - <include name="inactive_button_prelight"/> - <image filename="inactive-restore-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - -</frame_style> - -<!-- Active (focused) shaded style --> - <frame_style name="normal_shaded" geometry="normal" parent="normal"> - <piece position="left_titlebar_edge"> - <draw_ops> - <image filename="inactive-left-top-border-shaded.png" x="0" y="3" width="object_width" height="object_height"/> - </draw_ops> - </piece> - <piece position="right_titlebar_edge"> - <draw_ops> - <image filename="inactive-right-top-border-shaded.png" x="width - object_width" y="3" width="object_width" height="object_height"/> - </draw_ops> - </piece> - </frame_style> - - -<!-- Active (focused) style --> -<frame_style name="focused" geometry="normal"> - <piece position="left_edge"> - <draw_ops> - <image colorize="gtk:bg[SELECTED]" filename="active-left-border.png" x="0" y="0" width="object_width" height="height"/> - </draw_ops> - </piece> - - <piece position="right_edge"> - <draw_ops> - <image filename="active-right-border.png" x="0" y="0" width="object_width" height="height"/> - </draw_ops> - </piece> - - <piece position="title"> - <draw_ops> - <title color="gtk:fg[SELECTED]" x="IconTitleSpacing" y="((height - title_height) / 2) `max` 0"/> - </draw_ops> - </piece> - - <piece position="titlebar"> - <draw_ops> - - <image filename="active-left-top-border.png" - colorize="gtk:bg[SELECTED]" - x="0" y="0" width="object_width" height="height"/> - - <image filename="active-right-top-border.png" - x="width - object_width" y="0" width="object_width" height="height"/> - - <image filename="active-top-center-left.png" - colorize="gtk:bg[SELECTED]" - x="4" y="0" - width="(left_width + ButtonWidth + IconTitleSpacing + title_width) `min` - (width - right_width - 3 * ButtonWidth - CenterTitlePieceWidth * height / 22 - 3)" - height="height"/> - - <image filename="active-top-center-mid-left.png" - colorize="gtk:bg[SELECTED]" - x="((left_width + ButtonWidth + IconTitleSpacing + title_width) `min` (width - object_width * height / 22 - right_width - 3 * ButtonWidth)) + 1" - y="0" width="object_width * height / 22" height="height"/> - - <image filename="active-top-center-mid-right.png" - x="((left_width + ButtonWidth + IconTitleSpacing + title_width) `min` (width - object_width * height / 22 - right_width - 3 * ButtonWidth)) + 1" - y="0" width="object_width * height / 22" height="height"/> - - <image filename="active-top-center-right.png" - x="((left_width + ButtonWidth + IconTitleSpacing + title_width + CenterTitlePieceWidth * height / 22) `min` (width - 3 * ButtonWidth - right_width)) + 1" - y="0" - width="(width - title_width - left_width - ButtonWidth - IconTitleSpacing - CenterTitlePieceWidth * height / 22 - right_width) `max` (3 * ButtonWidth)" - height="height"/> - - </draw_ops> - </piece> - - <!-- We have to draw the bottom edge in the background piece - because that's the only way we can get the correct window height --> - <piece position="overlay"> - <draw_ops> - <image filename="active-bottom-left-corner.png" - colorize="gtk:bg[SELECTED]" - x="0" y="height - object_height" width="object_width" height="object_height"/> - <image filename="active-bottom-left-border.png" x="5" y="height - object_height" - colorize="gtk:bg[SELECTED]" - width="((title_width + height / 2 - 4) `min` (width - object_width - 26))" - height="object_height"/> - <image filename="active-bottom-mid-left-border.png" - colorize="gtk:bg[SELECTED]" - x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" - y="height - object_height" width="object_width" height="object_height"/> - <image filename="active-bottom-mid-right-border.png" - x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" - y="height - object_height" width="object_width" height="object_height"/> - - <image filename="active-bottom-right-border.png" - x="((title_width + height / 2 + 32)) + 1" - y="height - object_height" - width="(width - title_width - height / 2 - 32 - 7) `max` 0" - height="object_height"/> - - <image filename="active-bottom-right-corner.png" - x="width - object_width" y="height - object_height" width="object_height" height="object_height"/> - - </draw_ops> - </piece> - - <button function="close" state="normal"> - <draw_ops> - <include name="active_button"/> - <image filename="active-close-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="close" state="pressed"> - <draw_ops> - <include name="active_button_pressed"/> - <image filename="active-close-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="close" state="prelight"> - <draw_ops> - <include name="active_button_prelight"/> - <image filename="active-close-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="minimize" state="normal"> - <draw_ops> - <include name="active_button"/> - <image filename="active-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="minimize" state="pressed"> - <draw_ops> - <include name="active_button_pressed"/> - <image filename="active-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="minimize" state="prelight"> - <draw_ops> - <include name="active_button_prelight"/> - <image filename="active-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="maximize" state="normal"> - <draw_ops> - <include name="active_button"/> - <image filename="active-maximize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="maximize" state="pressed"> - <draw_ops> - <include name="active_button_pressed"/> - <image filename="active-maximize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="maximize" state="prelight"> - <draw_ops> - <include name="active_button_prelight"/> - <image filename="active-maximize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="menu" state="normal"> - <draw_ops> - <image colorize="gtk:bg[SELECTED]" filename="active-menu-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="menu" state="pressed"> - <draw_ops> - <image colorize="gtk:bg[SELECTED]" filename="active-menu-button-pressed.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - <button function="menu" state="prelight"> - <draw_ops> - <image colorize="gtk:bg[SELECTED]" filename="active-menu-button-prelight.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> -</frame_style> - -<frame_style name="focused_maximized" geometry="normal" parent="focused"> - <button function="maximize" state="normal"> - <draw_ops> - <include name="active_button"/> - <image filename="active-restore-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="maximize" state="pressed"> - <draw_ops> - <include name="active_button_pressed"/> - <image filename="active-restore-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="maximize" state="prelight"> - <draw_ops> - <include name="active_button_prelight"/> - <image filename="active-restore-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - -</frame_style> - -<!-- Active (focused) shaded style --> -<frame_style name="focused_shaded" geometry="normal" parent="focused"> - <piece position="left_titlebar_edge"> - <draw_ops> - <image colorize="gtk:bg[SELECTED]" filename="active-left-top-border-shaded.png" x="0" y="3" width="object_width" height="object_height"/> - </draw_ops> - </piece> - <piece position="right_titlebar_edge"> - <draw_ops> - <image filename="active-right-top-border-shaded.png" x="width - object_width" y="3" width="object_width" height="object_height"/> - </draw_ops> - </piece> -</frame_style> - -<!-- Inactive border style --> -<frame_style name="border_unfocused" geometry="border" parent="normal"> - <piece position="title"><draw_ops/></piece> - <piece position="titlebar"> - <draw_ops> - <image filename="inactive-top-left-corner.png" - x="0" y="0" width="object_width" height="object_height"/> - <image filename="inactive-border-top-left-border.png" x="5" y="0" - width="((title_width + height / 2 - 4) `min` (width - object_width - 26))" - height="object_height"/> - <image filename="inactive-top-mid-border.png" - x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" - y="0" width="object_width" height="object_height"/> - <image filename="inactive-border-top-right-border.png" - x="((title_width + height / 2 + 32)) + 1" - y="0" - width="(width - title_width - height / 2 - 32 - 7) `max` 0" - height="object_height"/> - <image filename="inactive-top-right-corner.png" - x="width - object_width" y="0" width="object_height" height="object_height"/> - </draw_ops> - </piece> -</frame_style> - -<!-- Active (focused) border style --> -<frame_style name="border_focused" geometry="border" parent="focused"> - <piece position="title"><draw_ops/></piece> - <piece position="titlebar"> - <draw_ops> - <image filename="active-top-left-corner.png" - colorize="gtk:bg[SELECTED]" - x="0" y="0" width="object_width" height="object_height"/> - <image filename="active-border-top-left-border.png" - colorize="gtk:bg[SELECTED]" x="5" y="0" - width="((title_width + height / 2 - 4) `min` (width - object_width - 26))" - height="object_height"/> - <image filename="active-top-mid-left-border.png" - colorize="gtk:bg[SELECTED]" - x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" - y="0" width="object_width" height="object_height"/> - <image filename="active-top-mid-right-border.png" - x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" - y="0" width="object_width" height="object_height"/> - <image filename="active-border-top-right-border.png" - x="((title_width + height / 2 + 32)) + 1" y="0" - width="(width - title_width - height / 2 - 32 - 7) `max` 0" - height="object_height"/> - <image filename="active-top-right-corner.png" - x="width - object_width" y="0" width="object_height" height="object_height"/> - </draw_ops> - </piece> -</frame_style> - -<frame_style_set name="normal"> -<frame focus="yes" state="shaded" style="focused_shaded"/> -<frame focus="yes" state="normal" resize="both" style="focused"/> -<frame focus="yes" state="maximized" style="focused_maximized"/> -<frame focus="yes" state="maximized_and_shaded" style="focused_maximized"/> -<frame focus="no" state="normal" resize="both" style="normal"/> -<frame focus="no" state="shaded" style="normal_shaded"/> -<frame focus="no" state="maximized" style="normal_maximized"/> -<frame focus="no" state="maximized_and_shaded" style="normal_maximized"/> -</frame_style_set> - -<frame_style_set name="border"> -<frame focus="yes" state="normal" resize="both" style="border_focused"/> -<frame focus="yes" state="maximized" style="border_focused"/> -<frame focus="yes" state="shaded" style="border_focused"/> -<frame focus="yes" state="maximized_and_shaded" style="border_focused"/> -<frame focus="no" state="normal" resize="both" style="border_unfocused"/> -<frame focus="no" state="maximized" style="border_unfocused"/> -<frame focus="no" state="shaded" style="border_unfocused"/> -<frame focus="no" state="maximized_and_shaded" style="border_unfocused"/> -</frame_style_set> - -<window type="normal" style_set="normal"/> -<window type="dialog" style_set="normal"/> -<window type="modal_dialog" style_set="normal"/> -<window type="menu" style_set="normal"/> -<window type="utility" style_set="normal"/> -<window type="border" style_set="border"/> - -<menu_icon function="close" state="normal"> - <draw_ops> - <image filename="active-close-button.png" - x="(width - object_width) / 2" - y="(height - object_height) / 2" - width="object_width" height="object_height"/> - </draw_ops> -</menu_icon> - -<menu_icon function="maximize" state="normal"> - <draw_ops> - <image filename="active-maximize-button.png" - x="(width - object_width) / 2" - y="(height - object_height) / 2" - width="object_width" height="object_height"/> - </draw_ops> -</menu_icon> - - -<menu_icon function="minimize" state="normal"> - <draw_ops> - <image filename="active-minimize-button.png" - x="(width - object_width) / 2" - y="(height - object_height) / 2" - width="object_width" height="object_height"/> - </draw_ops> -</menu_icon> - -<menu_icon function="unmaximize" state="normal"> - <draw_ops> - </draw_ops> -</menu_icon> - -</metacity_theme> diff --git a/src/themes/Crux/metacity-theme-2.xml b/src/themes/Crux/metacity-theme-2.xml deleted file mode 100644 index 11820d3f..00000000 --- a/src/themes/Crux/metacity-theme-2.xml +++ /dev/null @@ -1,832 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Crux</name> - <author>Anders Carlsson <andersca@gnu.org></author> - <copyright>Â Eazel Inc, 2000</copyright> - <date>February 6, 2002</date> - <description>A port of the Crux theme by Arlo Rose and John Harper</description> -</info> - -<!-- define constants --> -<constant name="IconTitleSpacing" value="2"/> <!-- Space between menu button and title --> -<constant name="CenterTitlePieceWidth" value="48"/> <!-- Width of center title piece --> -<constant name="ButtonWidth" value="16"/> <!-- Button width --> - -<frame_geometry name="normal"> - <distance name="left_width" value="5"/> - <distance name="right_width" value="6"/> - <distance name="bottom_height" value="6"/> - <distance name="left_titlebar_edge" value="5"/> - <distance name="right_titlebar_edge" value="6"/> - <aspect_ratio name="button" value="1.0"/> - <distance name="title_vertical_pad" value="0"/> - <border name="title_border" left="0" right="0" top="3" bottom="3"/> - <border name="button_border" left="0" right="0" top="3" bottom="3"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false"> - <distance name="left_width" value="5"/> - <distance name="right_width" value="6"/> - <distance name="bottom_height" value="6"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="button_width" value="0"/> - <distance name="button_height" value="0"/> - <distance name="title_vertical_pad" value="5"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<!-- Buttons --> - -<draw_ops name="active_button"> - <image filename="active-button.png" x="0" y="0" width="width" height="height"/> -</draw_ops> - -<draw_ops name="active_button_pressed"> - <image filename="active-button-pressed.png" x="0" y="0" width="width" height="height"/> -</draw_ops> - -<draw_ops name="active_button_prelight"> - <image filename="active-button-prelight.png" x="0" y="0" width="width" height="height"/> -</draw_ops> - -<draw_ops name="inactive_button"> - <image filename="inactive-button.png" x="0" y="0" width="width" height="height"/> -</draw_ops> - -<draw_ops name="inactive_button_pressed"> - <image filename="inactive-button-pressed.png" x="0" y="0" width="width" height="height"/> -</draw_ops> - -<draw_ops name="inactive_button_prelight"> - <image filename="inactive-button-prelight.png" x="0" y="0" width="width" height="height"/> -</draw_ops> - -<!-- Inactive style --> -<frame_style name="normal" geometry="normal"> - <piece position="left_edge"> - <draw_ops> - <image filename="inactive-left-border.png" x="0" y="0" width="object_width" height="height"/> - </draw_ops> - </piece> - - <piece position="right_edge"> - <draw_ops> - <image filename="inactive-right-border.png" x="0" y="0" width="object_width" height="height"/> - </draw_ops> - </piece> - - <piece position="title"> - <draw_ops> - <title color="gtk:fg[SELECTED]" x="IconTitleSpacing" y="0"/> - </draw_ops> - </piece> - - <piece position="titlebar"> - <draw_ops> - - <image filename="inactive-left-top-border.png" - x="0" y="0" width="object_width" height="height"/> - <image filename="inactive-right-top-border.png" - x="width - object_width" y="0" width="object_width" height="height"/> - - <image filename="inactive-top-center-left.png" - x="4" y="0" - width="(left_width + ButtonWidth + IconTitleSpacing + title_width) `min` - (width - right_width - 3 * ButtonWidth - CenterTitlePieceWidth * height / 22 - 3)" - height="height"/> - - <image filename="inactive-top-center-mid.png" - x="((left_width + ButtonWidth + IconTitleSpacing + title_width) `min` (width - object_width * height / 22 - right_width - 3 * ButtonWidth)) + 1" - y="0" width="object_width * height / 22" height="height"/> - - <image filename="inactive-top-center-right.png" - x="((left_width + ButtonWidth + IconTitleSpacing + title_width + CenterTitlePieceWidth * height / 22) `min` (width - 3 * ButtonWidth - right_width)) + 1" - y="0" - width="(width - title_width - left_width - ButtonWidth - IconTitleSpacing - CenterTitlePieceWidth * height / 22 - right_width) `max` (3 * ButtonWidth)" - height="height"/> - - </draw_ops> - </piece> - - <!-- We have to draw the bottom edge in the background piece - because that's the only way we can get the correct window height --> - <piece position="overlay"> - <draw_ops> - <image filename="inactive-bottom-left-corner.png" - x="0" y="height - object_height" width="object_width" height="object_height"/> - <image filename="inactive-bottom-left-border.png" x="5" y="height - object_height" - width="((title_width + height / 2 - 4) `min` (width - object_width - 26))" - height="object_height"/> - <image filename="inactive-bottom-mid-border.png" - x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" - y="height - object_height" width="object_width" height="object_height"/> - - <image filename="inactive-bottom-right-border.png" - x="((title_width + height / 2 + 32)) + 1" - y="height - object_height" - width="(width - title_width - height / 2 - 32 - 7) `max` 0" - height="object_height"/> - - <image filename="inactive-bottom-right-corner.png" - x="width - object_width" y="height - object_height" width="object_height" height="object_height"/> - - </draw_ops> - </piece> - - <button function="close" state="normal"> - <draw_ops> - <include name="inactive_button"/> - <image filename="inactive-close-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="close" state="pressed"> - <draw_ops> - <include name="inactive_button_pressed"/> - <image filename="inactive-close-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="close" state="prelight"> - <draw_ops> - <include name="inactive_button_prelight"/> - <image filename="inactive-close-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="minimize" state="normal"> - <draw_ops> - <include name="inactive_button"/> - <image filename="inactive-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="minimize" state="pressed"> - <draw_ops> - <include name="inactive_button_pressed"/> - <image filename="inactive-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="minimize" state="prelight"> - <draw_ops> - <include name="inactive_button_prelight"/> - <image filename="inactive-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="maximize" state="normal"> - <draw_ops> - <include name="inactive_button"/> - <image filename="inactive-maximize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="maximize" state="pressed"> - <draw_ops> - <include name="inactive_button_pressed"/> - <image filename="inactive-maximize-button.png" x="2" y="2" width="width - 4" height="height - 4"/> - </draw_ops> - </button> - - <button function="maximize" state="prelight"> - <draw_ops> - <include name="inactive_button_prelight"/> - <image filename="inactive-maximize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="unshade" state="normal"> - <draw_ops> - <include name="inactive_button"/> - <image filename="inactive-unshade-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="unshade" state="pressed"> - <draw_ops> - <include name="inactive_button_pressed"/> - <image filename="inactive-unshade-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="unshade" state="prelight"> - <draw_ops> - <include name="inactive_button_prelight"/> - <image filename="inactive-unshade-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="shade" state="normal"> - <draw_ops> - <include name="inactive_button"/> - <image filename="inactive-shade-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="shade" state="pressed"> - <draw_ops> - <include name="inactive_button_pressed"/> - <image filename="inactive-shade-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="shade" state="prelight"> - <draw_ops> - <include name="inactive_button_prelight"/> - <image filename="inactive-shade-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="unabove" state="normal"> - <draw_ops> - <include name="inactive_button"/> - <image filename="inactive-unabove-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="unabove" state="pressed"> - <draw_ops> - <include name="inactive_button_pressed"/> - <image filename="inactive-unabove-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="unabove" state="prelight"> - <draw_ops> - <include name="inactive_button_prelight"/> - <image filename="inactive-unabove-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="above" state="normal"> - <draw_ops> - <include name="inactive_button"/> - <image filename="inactive-above-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="above" state="pressed"> - <draw_ops> - <include name="inactive_button_pressed"/> - <image filename="inactive-above-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="above" state="prelight"> - <draw_ops> - <include name="inactive_button_prelight"/> - <image filename="inactive-above-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="stick" state="normal"> - <draw_ops> - <include name="inactive_button"/> - <image filename="inactive-stick-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="stick" state="pressed"> - <draw_ops> - <include name="inactive_button_pressed"/> - <image filename="inactive-stick-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="stick" state="prelight"> - <draw_ops> - <include name="inactive_button_prelight"/> - <image filename="inactive-stick-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="unstick" state="normal"> - <draw_ops> - <include name="inactive_button"/> - <image filename="inactive-unstick-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="unstick" state="pressed"> - <draw_ops> - <include name="inactive_button_pressed"/> - <image filename="inactive-unstick-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="unstick" state="prelight"> - <draw_ops> - <include name="inactive_button_prelight"/> - <image filename="inactive-unstick-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="menu" state="normal"> - <draw_ops> - <image filename="inactive-menu-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="menu" state="pressed"> - <draw_ops> - <image filename="inactive-menu-button-pressed.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="menu" state="prelight"> - <draw_ops> - <image filename="inactive-menu-button-prelight.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> -</frame_style> - -<frame_style name="normal_maximized" parent="normal"> - <button function="maximize" state="normal"> - <draw_ops> - <include name="inactive_button"/> - <image filename="inactive-restore-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="maximize" state="pressed"> - <draw_ops> - <include name="inactive_button_pressed"/> - <image filename="inactive-restore-button.png" x="2" y="2" width="width - 4" height="height - 4"/> - </draw_ops> - </button> - - <button function="maximize" state="prelight"> - <draw_ops> - <include name="inactive_button_prelight"/> - <image filename="inactive-restore-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - -</frame_style> - -<!-- Active (focused) shaded style --> - <frame_style name="normal_shaded" geometry="normal" parent="normal"> - <piece position="left_titlebar_edge"> - <draw_ops> - <image filename="inactive-left-top-border-shaded.png" x="0" y="3" width="object_width" height="object_height"/> - </draw_ops> - </piece> - <piece position="right_titlebar_edge"> - <draw_ops> - <image filename="inactive-right-top-border-shaded.png" x="width - object_width" y="3" width="object_width" height="object_height"/> - </draw_ops> - </piece> - </frame_style> - - -<!-- Active (focused) style --> -<frame_style name="focused" geometry="normal"> - <piece position="left_edge"> - <draw_ops> - <image colorize="gtk:bg[SELECTED]" filename="active-left-border.png" x="0" y="0" width="object_width" height="height"/> - </draw_ops> - </piece> - - <piece position="right_edge"> - <draw_ops> - <image filename="active-right-border.png" x="0" y="0" width="object_width" height="height"/> - </draw_ops> - </piece> - - <piece position="title"> - <draw_ops> - <title color="gtk:fg[SELECTED]" x="IconTitleSpacing" y="((height - title_height) / 2) `max` 0"/> - </draw_ops> - </piece> - - <piece position="titlebar"> - <draw_ops> - - <image filename="active-left-top-border.png" - colorize="gtk:bg[SELECTED]" - x="0" y="0" width="object_width" height="height"/> - - <image filename="active-right-top-border.png" - x="width - object_width" y="0" width="object_width" height="height"/> - - <image filename="active-top-center-left.png" - colorize="gtk:bg[SELECTED]" - x="4" y="0" - width="(left_width + ButtonWidth + IconTitleSpacing + title_width) `min` - (width - right_width - 3 * ButtonWidth - CenterTitlePieceWidth * height / 22 - 3)" - height="height"/> - - <image filename="active-top-center-mid-left.png" - colorize="gtk:bg[SELECTED]" - x="((left_width + ButtonWidth + IconTitleSpacing + title_width) `min` (width - object_width * height / 22 - right_width - 3 * ButtonWidth)) + 1" - y="0" width="object_width * height / 22" height="height"/> - - <image filename="active-top-center-mid-right.png" - x="((left_width + ButtonWidth + IconTitleSpacing + title_width) `min` (width - object_width * height / 22 - right_width - 3 * ButtonWidth)) + 1" - y="0" width="object_width * height / 22" height="height"/> - - <image filename="active-top-center-right.png" - x="((left_width + ButtonWidth + IconTitleSpacing + title_width + CenterTitlePieceWidth * height / 22) `min` (width - 3 * ButtonWidth - right_width)) + 1" - y="0" - width="(width - title_width - left_width - ButtonWidth - IconTitleSpacing - CenterTitlePieceWidth * height / 22 - right_width) `max` (3 * ButtonWidth)" - height="height"/> - - </draw_ops> - </piece> - - <!-- We have to draw the bottom edge in the background piece - because that's the only way we can get the correct window height --> - <piece position="overlay"> - <draw_ops> - <image filename="active-bottom-left-corner.png" - colorize="gtk:bg[SELECTED]" - x="0" y="height - object_height" width="object_width" height="object_height"/> - <image filename="active-bottom-left-border.png" x="5" y="height - object_height" - colorize="gtk:bg[SELECTED]" - width="((title_width + height / 2 - 4) `min` (width - object_width - 26))" - height="object_height"/> - <image filename="active-bottom-mid-left-border.png" - colorize="gtk:bg[SELECTED]" - x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" - y="height - object_height" width="object_width" height="object_height"/> - <image filename="active-bottom-mid-right-border.png" - x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" - y="height - object_height" width="object_width" height="object_height"/> - - <image filename="active-bottom-right-border.png" - x="((title_width + height / 2 + 32)) + 1" - y="height - object_height" - width="(width - title_width - height / 2 - 32 - 7) `max` 0" - height="object_height"/> - - <image filename="active-bottom-right-corner.png" - x="width - object_width" y="height - object_height" width="object_height" height="object_height"/> - - </draw_ops> - </piece> - - <button function="close" state="normal"> - <draw_ops> - <include name="active_button"/> - <image filename="active-close-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="close" state="pressed"> - <draw_ops> - <include name="active_button_pressed"/> - <image filename="active-close-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="close" state="prelight"> - <draw_ops> - <include name="active_button_prelight"/> - <image filename="active-close-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="minimize" state="normal"> - <draw_ops> - <include name="active_button"/> - <image filename="active-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="minimize" state="pressed"> - <draw_ops> - <include name="active_button_pressed"/> - <image filename="active-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="minimize" state="prelight"> - <draw_ops> - <include name="active_button_prelight"/> - <image filename="active-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="maximize" state="normal"> - <draw_ops> - <include name="active_button"/> - <image filename="active-maximize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="maximize" state="pressed"> - <draw_ops> - <include name="active_button_pressed"/> - <image filename="active-maximize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="maximize" state="prelight"> - <draw_ops> - <include name="active_button_prelight"/> - <image filename="active-maximize-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="shade" state="normal"> - <draw_ops> - <include name="active_button"/> - <image filename="active-shade-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="shade" state="pressed"> - <draw_ops> - <include name="active_button_pressed"/> - <image filename="active-shade-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="shade" state="prelight"> - <draw_ops> - <include name="active_button_prelight"/> - <image filename="active-shade-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="unshade" state="normal"> - <draw_ops> - <include name="active_button"/> - <image filename="active-unshade-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="unshade" state="pressed"> - <draw_ops> - <include name="active_button_pressed"/> - <image filename="active-unshade-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="unshade" state="prelight"> - <draw_ops> - <include name="active_button_prelight"/> - <image filename="active-unshade-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="above" state="normal"> - <draw_ops> - <include name="active_button"/> - <image filename="active-above-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="above" state="pressed"> - <draw_ops> - <include name="active_button_pressed"/> - <image filename="active-above-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="above" state="prelight"> - <draw_ops> - <include name="active_button_prelight"/> - <image filename="active-above-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="unabove" state="normal"> - <draw_ops> - <include name="active_button"/> - <image filename="active-unabove-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="unabove" state="pressed"> - <draw_ops> - <include name="active_button_pressed"/> - <image filename="active-unabove-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="unabove" state="prelight"> - <draw_ops> - <include name="active_button_prelight"/> - <image filename="active-unabove-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="stick" state="normal"> - <draw_ops> - <include name="active_button"/> - <image filename="active-stick-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="stick" state="pressed"> - <draw_ops> - <include name="active_button_pressed"/> - <image filename="active-stick-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="stick" state="prelight"> - <draw_ops> - <include name="active_button_prelight"/> - <image filename="active-stick-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="unstick" state="normal"> - <draw_ops> - <include name="active_button"/> - <image filename="active-unstick-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="unstick" state="pressed"> - <draw_ops> - <include name="active_button_pressed"/> - <image filename="active-unstick-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="unstick" state="prelight"> - <draw_ops> - <include name="active_button_prelight"/> - <image filename="active-unstick-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="menu" state="normal"> - <draw_ops> - <image colorize="gtk:bg[SELECTED]" filename="active-menu-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="menu" state="pressed"> - <draw_ops> - <image colorize="gtk:bg[SELECTED]" filename="active-menu-button-pressed.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - <button function="menu" state="prelight"> - <draw_ops> - <image colorize="gtk:bg[SELECTED]" filename="active-menu-button-prelight.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> -</frame_style> - -<frame_style name="focused_maximized" geometry="normal" parent="focused"> - <button function="maximize" state="normal"> - <draw_ops> - <include name="active_button"/> - <image filename="active-restore-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="maximize" state="pressed"> - <draw_ops> - <include name="active_button_pressed"/> - <image filename="active-restore-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - - <button function="maximize" state="prelight"> - <draw_ops> - <include name="active_button_prelight"/> - <image filename="active-restore-button.png" x="2" y="2" width="width-4" height="height-4"/> - </draw_ops> - </button> - -</frame_style> - -<!-- Active (focused) shaded style --> -<frame_style name="focused_shaded" geometry="normal" parent="focused"> - <piece position="left_titlebar_edge"> - <draw_ops> - <image colorize="gtk:bg[SELECTED]" filename="active-left-top-border-shaded.png" x="0" y="3" width="object_width" height="object_height"/> - </draw_ops> - </piece> - <piece position="right_titlebar_edge"> - <draw_ops> - <image filename="active-right-top-border-shaded.png" x="width - object_width" y="3" width="object_width" height="object_height"/> - </draw_ops> - </piece> -</frame_style> - -<!-- Inactive border style --> -<frame_style name="border_unfocused" geometry="border" parent="normal"> - <piece position="title"><draw_ops/></piece> - <piece position="titlebar"> - <draw_ops> - <image filename="inactive-top-left-corner.png" - x="0" y="0" width="object_width" height="object_height"/> - <image filename="inactive-border-top-left-border.png" x="5" y="0" - width="((title_width + height / 2 - 4) `min` (width - object_width - 26))" - height="object_height"/> - <image filename="inactive-top-mid-border.png" - x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" - y="0" width="object_width" height="object_height"/> - <image filename="inactive-border-top-right-border.png" - x="((title_width + height / 2 + 32)) + 1" - y="0" - width="(width - title_width - height / 2 - 32 - 7) `max` 0" - height="object_height"/> - <image filename="inactive-top-right-corner.png" - x="width - object_width" y="0" width="object_height" height="object_height"/> - </draw_ops> - </piece> -</frame_style> - -<!-- Active (focused) border style --> -<frame_style name="border_focused" geometry="border" parent="focused"> - <piece position="title"><draw_ops/></piece> - <piece position="titlebar"> - <draw_ops> - <image filename="active-top-left-corner.png" - colorize="gtk:bg[SELECTED]" - x="0" y="0" width="object_width" height="object_height"/> - <image filename="active-border-top-left-border.png" - colorize="gtk:bg[SELECTED]" x="5" y="0" - width="((title_width + height / 2 - 4) `min` (width - object_width - 26))" - height="object_height"/> - <image filename="active-top-mid-left-border.png" - colorize="gtk:bg[SELECTED]" - x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" - y="0" width="object_width" height="object_height"/> - <image filename="active-top-mid-right-border.png" - x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" - y="0" width="object_width" height="object_height"/> - <image filename="active-border-top-right-border.png" - x="((title_width + height / 2 + 32)) + 1" y="0" - width="(width - title_width - height / 2 - 32 - 7) `max` 0" - height="object_height"/> - <image filename="active-top-right-corner.png" - x="width - object_width" y="0" width="object_height" height="object_height"/> - </draw_ops> - </piece> -</frame_style> - -<frame_style_set name="normal"> -<frame focus="yes" state="shaded" resize="both" style="focused_shaded"/> -<frame focus="yes" state="normal" resize="both" style="focused"/> -<frame focus="yes" state="maximized" style="focused_maximized"/> -<frame focus="yes" state="maximized_and_shaded" style="focused_maximized"/> -<frame focus="no" state="normal" resize="both" style="normal"/> -<frame focus="no" state="shaded" resize="both" style="normal_shaded"/> -<frame focus="no" state="maximized" style="normal_maximized"/> -<frame focus="no" state="maximized_and_shaded" style="normal_maximized"/> -</frame_style_set> - -<frame_style_set name="border"> -<frame focus="yes" state="normal" resize="both" style="border_focused"/> -<frame focus="yes" state="maximized" style="border_focused"/> -<frame focus="yes" state="shaded" resize="both" style="border_focused"/> -<frame focus="yes" state="maximized_and_shaded" style="border_focused"/> -<frame focus="no" state="normal" resize="both" style="border_unfocused"/> -<frame focus="no" state="maximized" style="border_unfocused"/> -<frame focus="no" state="shaded" resize="both" style="border_unfocused"/> -<frame focus="no" state="maximized_and_shaded" style="border_unfocused"/> -</frame_style_set> - -<window type="normal" style_set="normal"/> -<window type="dialog" style_set="normal"/> -<window type="modal_dialog" style_set="normal"/> -<window type="menu" style_set="normal"/> -<window type="utility" style_set="normal"/> -<window type="border" style_set="border"/> - -<menu_icon function="close" state="normal"> - <draw_ops> - <image filename="active-close-button.png" - x="(width - object_width) / 2" - y="(height - object_height) / 2" - width="object_width" height="object_height"/> - </draw_ops> -</menu_icon> - -<menu_icon function="maximize" state="normal"> - <draw_ops> - <image filename="active-maximize-button.png" - x="(width - object_width) / 2" - y="(height - object_height) / 2" - width="object_width" height="object_height"/> - </draw_ops> -</menu_icon> - - -<menu_icon function="minimize" state="normal"> - <draw_ops> - <image filename="active-minimize-button.png" - x="(width - object_width) / 2" - y="(height - object_height) / 2" - width="object_width" height="object_height"/> - </draw_ops> -</menu_icon> - -<menu_icon function="unmaximize" state="normal"> - <draw_ops> - </draw_ops> -</menu_icon> - -</metacity_theme> diff --git a/src/themes/Esco/metacity-theme-1.xml b/src/themes/Esco/metacity-theme-1.xml deleted file mode 100644 index 9a9061ba..00000000 --- a/src/themes/Esco/metacity-theme-1.xml +++ /dev/null @@ -1,990 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> - -<info> - <name>Esco</name> - <author>James M. Cape <jcape@ignore-your.tv></author> - <copyright>Â Havoc Pennington, 2002 for Atlanta. Â Gaute Lindkvist, 2002 for Bright. Â James M. Cape 2002 for modifications</copyright> - <date>February 3, 2002</date> - <description>Simple theme designed to look really good & match GTK+ well.</description> -</info> - -<frame_geometry name="normal"> - <distance name="left_width" value="5"/> - <distance name="right_width" value="5"/> - <distance name="bottom_height" value="5"/> - <distance name="left_titlebar_edge" value="5"/> - <distance name="right_titlebar_edge" value="5"/> - <aspect_ratio name="button" value="1.0"/> - <distance name="title_vertical_pad" value="1"/> - <border name="title_border" left="5" right="5" top="3" bottom="2"/> - <border name="button_border" left="0" right="0" top="3" bottom="2"/> -</frame_geometry> - -<!-- strip borders off the normal geometry --> -<frame_geometry name="normal_small_borders" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="title_vertical_pad" value="2"/> - <border name="title_border" left="5" right="5" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="utility" title_scale="small"> - <distance name="left_width" value="1"/> - <distance name="right_width" value="1"/> - <distance name="bottom_height" value="5"/> - <distance name="left_titlebar_edge" value="2"/> - <distance name="right_titlebar_edge" value="2"/> - <aspect_ratio name="button" value="1.0"/> - <distance name="title_vertical_pad" value="3"/> - <border name="title_border" left="2" right="2" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="2" bottom="0"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false"> - <distance name="left_width" value="5"/> - <distance name="right_width" value="5"/> - <distance name="bottom_height" value="5"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="button_width" value="0"/> - <distance name="button_height" value="0"/> - <distance name="title_vertical_pad" value="5"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<!-- define constants --> -<constant name="ButtonIPad" value="3"/> -<constant name="IconTitleSpacing" value="8"/> - -<!-- Button Outlines --> -<draw_ops name="button_prelight_bg"> - <gtk_box state="prelight" shadow="out" x="0" y="0" width="width" - height="height"/> -</draw_ops> - -<draw_ops name="button_pressed_bg"> - <gtk_box state="active" shadow="in" x="0" y="0" width="width" - height="height"/> -</draw_ops> - -<draw_ops name="right_button_normal_bg"> - <rectangle color="#ffffff" filled="true" x="0" y="0" width="width" height="height"/> -</draw_ops> - -<!-- Button Icons --> - -<!-- Minimize Button --> -<draw_ops name="minimize_button"> - <rectangle color="gtk:dark[NORMAL]" filled="true" - x="ButtonIPad" - y="height - ButtonIPad - ((height - (ButtonIPad + 1) * 2) * 0.4) - 1" - width="width - (ButtonIPad + 1) * 2" - height="(height - (ButtonIPad + 1) * 2) * 0.4"/> -</draw_ops> -<draw_ops name="minimize_button_focused"> - <rectangle color="gtk:fg[SELECTED]" filled="true" - x="ButtonIPad" - y="height - ButtonIPad - ((height - (ButtonIPad + 1) * 2) * 0.4) - 1" - width="width - (ButtonIPad + 1) * 2" - height="(height - (ButtonIPad + 1) * 2) * 0.4"/> -</draw_ops> -<draw_ops name="minimize_button_prelight"> - <include name="button_prelight_bg"/> - <rectangle color="gtk:dark[PRELIGHT]" filled="true" - x="ButtonIPad + 1" - y="height - ButtonIPad - ((height - (ButtonIPad + 1) * 2) * 0.4)" - width="width - (ButtonIPad + 1) * 2" - height="(height - (ButtonIPad + 1) * 2) * 0.4 + 1"/> - <rectangle color="gtk:fg[PRELIGHT]" filled="false" - x="ButtonIPad" - y="height - ButtonIPad - ((height - (ButtonIPad + 1) * 2) * 0.4) - 1" - width="width - (ButtonIPad + 1) * 2" - height="(height - (ButtonIPad + 1) * 2) * 0.4"/> -</draw_ops> -<draw_ops name="minimize_button_pressed"> - <include name="button_pressed_bg"/> - <rectangle color="gtk:dark[ACTIVE]" filled="true" - x="ButtonIPad + 1" - y="height - ButtonIPad - ((height - (ButtonIPad + 1) * 2) * 0.4)" - width="width - (ButtonIPad + 1) * 2" - height="(height - (ButtonIPad + 1) * 2) * 0.4 + 1"/> - <rectangle color="gtk:fg[ACTIVE]" filled="false" - x="ButtonIPad" - y="height - ButtonIPad - ((height - (ButtonIPad + 1) * 2) * 0.4) - 1" - width="width - (ButtonIPad + 1) * 2" - height="(height - (ButtonIPad + 1) * 2) * 0.4"/> -</draw_ops> - -<!-- Maximize Button --> -<draw_ops name="maximize_button"> - <rectangle color="gtk:dark[NORMAL]" filled="false" - x="ButtonIPad" - y="ButtonIPad" - width="width - (ButtonIPad + 1) * 2" - height="height - (ButtonIPad + 1) * 2"/> - <rectangle color="gtk:dark[NORMAL]" filled="true" - x="ButtonIPad" - y="ButtonIPad" - width="width - (ButtonIPad + 1) * 2" - height="(height - (ButtonIPad + 1) * 2) * 0.4"/> -</draw_ops> -<draw_ops name="maximize_button_focused"> - <rectangle color="gtk:fg[SELECTED]" filled="false" - x="ButtonIPad" - y="ButtonIPad" - width="width - (ButtonIPad + 1) * 2" - height="height - (ButtonIPad + 1) * 2"/> - <rectangle color="gtk:fg[SELECTED]" filled="true" - x="ButtonIPad" - y="ButtonIPad" - width="width - (ButtonIPad + 1) * 2" - height="(height - (ButtonIPad + 1) * 2) * 0.4"/> -</draw_ops> -<draw_ops name="maximize_button_prelight"> - <include name="button_prelight_bg"/> - <rectangle color="gtk:dark[PRELIGHT]" filled="false" - x="ButtonIPad + 1" - y="ButtonIPad + 1" - width="width - (ButtonIPad + 1) * 2" - height="height - (ButtonIPad + 1) * 2"/> - <rectangle color="gtk:dark[PRELIGHT]" filled="true" - x="ButtonIPad + 1" - y="ButtonIPad + 1" - width="width - (ButtonIPad + 1) * 2" - height="(height - (ButtonIPad + 1) * 2) * 0.4 + 1"/> - <rectangle color="gtk:fg[PRELIGHT]" filled="false" - x="ButtonIPad" - y="ButtonIPad" - width="width - (ButtonIPad + 1) * 2" - height="height - (ButtonIPad + 1) * 2"/> - <rectangle color="gtk:fg[PRELIGHT]" filled="false" - x="ButtonIPad" - y="ButtonIPad" - width="width - (ButtonIPad + 1) * 2" - height="(height - (ButtonIPad + 1) * 2) * 0.4"/> -</draw_ops> -<draw_ops name="maximize_button_pressed"> - <include name="button_pressed_bg"/> - <rectangle color="gtk:dark[ACTIVE]" filled="false" - x="ButtonIPad + 1" - y="ButtonIPad + 1" - width="width - (ButtonIPad + 1) * 2" - height="height - (ButtonIPad + 1) * 2"/> - <rectangle color="gtk:dark[ACTIVE]" filled="true" - x="ButtonIPad + 1" - y="ButtonIPad + 1" - width="width - (ButtonIPad + 1) * 2" - height="(height - (ButtonIPad + 1) * 2) * 0.4 + 1"/> - <rectangle color="gtk:fg[ACTIVE]" filled="false" - x="ButtonIPad" - y="ButtonIPad" - width="width - (ButtonIPad + 1) * 2" - height="height - (ButtonIPad + 1) * 2"/> - <rectangle color="gtk:fg[ACTIVE]" filled="false" - x="ButtonIPad" - y="ButtonIPad" - width="width - (ButtonIPad + 1) * 2" - height="(height - (ButtonIPad + 1) * 2) * 0.4"/> -</draw_ops> - -<!-- UnMaximize Button --> -<draw_ops name="restore_button"> - <rectangle color="gtk:dark[NORMAL]" filled="false" - x="ButtonIPad" - y="ButtonIPad" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="(height - (ButtonIPad + 1) * 2) * 0.67"/> - <rectangle color="gtk:dark[NORMAL]" filled="true" - x="ButtonIPad" - y="ButtonIPad" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="((height - (ButtonIPad + 1) * 2) * 0.4) * 0.67"/> - <rectangle color="gtk:dark[NORMAL]" filled="false" - x="ButtonIPad + (width - (ButtonIPad + 1) * 2) * 0.33" - y="ButtonIPad + (height - (ButtonIPad + 1) * 2) * 0.33" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="(height - (ButtonIPad + 1) * 2) * 0.67"/> - <rectangle color="gtk:dark[NORMAL]" filled="true" - x="ButtonIPad + (width - (ButtonIPad + 1) * 2) * 0.33" - y="ButtonIPad + (height - (ButtonIPad + 1) * 2) * 0.33" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="((height - (ButtonIPad + 1) * 2) * 0.4) * 0.67"/> -</draw_ops> -<draw_ops name="restore_button_focused"> - <rectangle color="gtk:fg[SELECTED]" filled="false" - x="ButtonIPad" - y="ButtonIPad" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="(height - (ButtonIPad + 1) * 2) * 0.67"/> - <rectangle color="gtk:fg[SELECTED]" filled="true" - x="ButtonIPad" - y="ButtonIPad" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="((height - (ButtonIPad + 1) * 2) * 0.4) * 0.67"/> - <rectangle color="gtk:fg[SELECTED]" filled="false" - x="ButtonIPad + (width - (ButtonIPad + 1) * 2) * 0.33" - y="ButtonIPad + (height - (ButtonIPad + 1) * 2) * 0.33" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="(height - (ButtonIPad + 1) * 2) * 0.67"/> - <rectangle color="gtk:fg[SELECTED]" filled="true" - x="ButtonIPad + (width - (ButtonIPad + 1) * 2) * 0.33" - y="ButtonIPad + (height - (ButtonIPad + 1) * 2) * 0.33" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="((height - (ButtonIPad + 1) * 2) * 0.4) * 0.67"/> -</draw_ops> -<draw_ops name="restore_button_prelight"> - <include name="button_prelight_bg"/> - <rectangle color="gtk:dark[PRELIGHT]" filled="false" - x="ButtonIPad + 1" - y="ButtonIPad + 1" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="(height - (ButtonIPad + 1) * 2) * 0.67"/> - <rectangle color="gtk:dark[PRELIGHT]" filled="true" - x="ButtonIPad + 1" - y="ButtonIPad + 1" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="((height - (ButtonIPad + 1) * 2) * 0.4) * 0.67"/> - <rectangle color="gtk:dark[PRELIGHT]" filled="false" - x="ButtonIPad + (width - (ButtonIPad + 1) * 2) * 0.33 + 1" - y="ButtonIPad + (height - (ButtonIPad + 1) * 2) * 0.33 + 1" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="(height - (ButtonIPad + 1) * 2) * 0.67"/> - <rectangle color="gtk:dark[PRELIGHT]" filled="true" - x="ButtonIPad + (width - (ButtonIPad + 1) * 2) * 0.33 + 1" - y="ButtonIPad + (height - (ButtonIPad + 1) * 2) * 0.33 + 1" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="((height - (ButtonIPad + 1) * 2) * 0.4) * 0.67"/> - <rectangle color="gtk:fg[PRELIGHT]" filled="false" - x="ButtonIPad" - y="ButtonIPad" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="(height - (ButtonIPad + 1) * 2) * 0.67"/> - <rectangle color="gtk:fg[PRELIGHT]" filled="true" - x="ButtonIPad" - y="ButtonIPad" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="((height - (ButtonIPad + 1) * 2) * 0.4) * 0.67"/> - <rectangle color="gtk:fg[PRELIGHT]" filled="false" - x="ButtonIPad + (width - (ButtonIPad + 1) * 2) * 0.33" - y="ButtonIPad + (height - (ButtonIPad + 1) * 2) * 0.33" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="(height - (ButtonIPad + 1) * 2) * 0.67"/> - <rectangle color="gtk:fg[PRELIGHT]" filled="true" - x="ButtonIPad + (width - (ButtonIPad + 1) * 2) * 0.33" - y="ButtonIPad + (height - (ButtonIPad + 1) * 2) * 0.33" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="((height - (ButtonIPad + 1) * 2) * 0.4) * 0.67"/> -</draw_ops> -<draw_ops name="restore_button_pressed"> - <include name="button_pressed_bg"/> - <rectangle color="gtk:dark[ACTIVE]" filled="false" - x="ButtonIPad + 1" - y="ButtonIPad + 1" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="(height - (ButtonIPad + 1) * 2) * 0.67"/> - <rectangle color="gtk:dark[ACTIVE]" filled="true" - x="ButtonIPad + 1" - y="ButtonIPad + 1" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="((height - (ButtonIPad + 1) * 2) * 0.4) * 0.67"/> - <rectangle color="gtk:dark[ACTIVE]" filled="false" - x="ButtonIPad + (width - (ButtonIPad + 1) * 2) * 0.33 + 1" - y="ButtonIPad + (height - (ButtonIPad + 1) * 2) * 0.33 + 1" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="(height - (ButtonIPad + 1) * 2) * 0.67"/> - <rectangle color="gtk:dark[ACTIVE]" filled="true" - x="ButtonIPad + (width - (ButtonIPad + 1) * 2) * 0.33 + 1" - y="ButtonIPad + (height - (ButtonIPad + 1) * 2) * 0.33 + 1" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="((height - (ButtonIPad + 1) * 2) * 0.4) * 0.67"/> - <rectangle color="gtk:fg[ACTIVE]" filled="false" - x="ButtonIPad" - y="ButtonIPad" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="(height - (ButtonIPad + 1) * 2) * 0.67"/> - <rectangle color="gtk:fg[ACTIVE]" filled="true" - x="ButtonIPad" - y="ButtonIPad" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="((height - (ButtonIPad + 1) * 2) * 0.4) * 0.67"/> - <rectangle color="gtk:fg[ACTIVE]" filled="false" - x="ButtonIPad + (width - (ButtonIPad + 1) * 2) * 0.33" - y="ButtonIPad + (height - (ButtonIPad + 1) * 2) * 0.33" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="(height - (ButtonIPad + 1) * 2) * 0.67"/> - <rectangle color="gtk:fg[ACTIVE]" filled="true" - x="ButtonIPad + (width - (ButtonIPad + 1) * 2) * 0.33" - y="ButtonIPad + (height - (ButtonIPad + 1) * 2) * 0.33" - width="(width - (ButtonIPad + 1) * 2) * 0.67" - height="((height - (ButtonIPad + 1) * 2) * 0.4) * 0.67"/> -</draw_ops> - -<!-- Menu Button --> -<draw_ops name="menu_button"> - <line color="gtk:dark[NORMAL]" width="3" - x1="ButtonIPad + 1" - y1="ButtonIPad" - x2="ButtonIPad + 1" - y2="height - ButtonIPad - 3"/> - <line color="gtk:dark[NORMAL]" width="3" - x1="ButtonIPad" - y1="height - ButtonIPad - 5" - x2="width - ButtonIPad - 2" - y2="height - ButtonIPad - 5"/> - <line color="gtk:dark[NORMAL]" width="1" - x1="ButtonIPad" - y1="height - ButtonIPad - 5" - x2="width - ButtonIPad - 1" - y2="height - ButtonIPad - 5"/> - <line color="gtk:dark[NORMAL]" width="1" - x1="width - ButtonIPad - 4" - y1="height - ButtonIPad - 3 - 4" - x2="width - ButtonIPad - 4" - y2="height - ButtonIPad - 2"/> - <line color="gtk:dark[NORMAL]" width="1" - x1="width - ButtonIPad - 5" - y1="height - ButtonIPad - 3 - 5" - x2="width - ButtonIPad - 5" - y2="height - ButtonIPad - 1"/> -</draw_ops> -<draw_ops name="menu_button_focused"> - <line color="gtk:fg[SELECTED]" width="3" - x1="ButtonIPad + 1" - y1="ButtonIPad" - x2="ButtonIPad + 1" - y2="height - ButtonIPad - 3"/> - <line color="gtk:fg[SELECTED]" width="3" - x1="ButtonIPad" - y1="height - ButtonIPad - 5" - x2="width - ButtonIPad - 2" - y2="height - ButtonIPad - 5"/> - <line color="gtk:fg[SELECTED]" width="1" - x1="ButtonIPad" - y1="height - ButtonIPad - 5" - x2="width - ButtonIPad - 1" - y2="height - ButtonIPad - 5"/> - <line color="gtk:fg[SELECTED]" width="1" - x1="width - ButtonIPad - 4" - y1="height - ButtonIPad - 3 - 4" - x2="width - ButtonIPad - 4" - y2="height - ButtonIPad - 2"/> - <line color="gtk:fg[SELECTED]" width="1" - x1="width - ButtonIPad - 5" - y1="height - ButtonIPad - 3 - 5" - x2="width - ButtonIPad - 5" - y2="height - ButtonIPad - 1"/> -</draw_ops> -<draw_ops name="menu_button_prelight"> - <include name="button_prelight_bg"/> - <line color="gtk:dark[PRELIGHT]" width="3" - x1="ButtonIPad + 1 + 1" - y1="ButtonIPad + 1" - x2="ButtonIPad + 1 + 1" - y2="height - ButtonIPad - 3 + 1"/> - <line color="gtk:dark[PRELIGHT]" width="3" - x1="ButtonIPad + 1" - y1="height - ButtonIPad - 5 + 1" - x2="width - ButtonIPad - 2 + 1" - y2="height - ButtonIPad - 5 + 1"/> - <line color="gtk:dark[PRELIGHT]" width="1" - x1="ButtonIPad + 1" - y1="height - ButtonIPad - 5 + 1" - x2="width - ButtonIPad - 1 + 1" - y2="height - ButtonIPad - 5 + 1"/> - <line color="gtk:dark[PRELIGHT]" width="1" - x1="width - ButtonIPad - 4 + 1" - y1="height - ButtonIPad - 3 - 4 + 1" - x2="width - ButtonIPad - 4 + 1" - y2="height - ButtonIPad - 2 + 1"/> - <line color="gtk:dark[PRELIGHT]" width="1" - x1="width - ButtonIPad - 5 + 1" - y1="height - ButtonIPad - 3 - 5 + 1" - x2="width - ButtonIPad - 5 + 1" - y2="height - ButtonIPad - 1 + 1"/> - <line color="gtk:fg[PRELIGHT]" width="3" - x1="ButtonIPad + 1" - y1="ButtonIPad" - x2="ButtonIPad + 1" - y2="height - ButtonIPad - 3"/> - <line color="gtk:fg[PRELIGHT]" width="3" - x1="ButtonIPad" - y1="height - ButtonIPad - 5" - x2="width - ButtonIPad - 2" - y2="height - ButtonIPad - 5"/> - <line color="gtk:fg[PRELIGHT]" width="1" - x1="ButtonIPad" - y1="height - ButtonIPad - 5" - x2="width - ButtonIPad - 1" - y2="height - ButtonIPad - 5"/> - <line color="gtk:fg[PRELIGHT]" width="1" - x1="width - ButtonIPad - 4" - y1="height - ButtonIPad - 3 - 4" - x2="width - ButtonIPad - 4" - y2="height - ButtonIPad - 2"/> - <line color="gtk:fg[PRELIGHT]" width="1" - x1="width - ButtonIPad - 5" - y1="height - ButtonIPad - 3 - 5" - x2="width - ButtonIPad - 5" - y2="height - ButtonIPad - 1"/> -</draw_ops> -<draw_ops name="menu_button_pressed"> - <include name="button_pressed_bg"/> - <line color="gtk:dark[ACTIVE]" width="3" - x1="ButtonIPad + 1 + 1" - y1="ButtonIPad + 1" - x2="ButtonIPad + 1 + 1" - y2="height - ButtonIPad - 3 + 1"/> - <line color="gtk:dark[ACTIVE]" width="3" - x1="ButtonIPad + 1" - y1="height - ButtonIPad - 5 + 1" - x2="width - ButtonIPad - 2 + 1" - y2="height - ButtonIPad - 5 + 1"/> - <line color="gtk:dark[ACTIVE]" width="1" - x1="ButtonIPad + 1" - y1="height - ButtonIPad - 5 + 1" - x2="width - ButtonIPad - 1 + 1" - y2="height - ButtonIPad - 5 + 1"/> - <line color="gtk:dark[ACTIVE]" width="1" - x1="width - ButtonIPad - 4 + 1" - y1="height - ButtonIPad - 3 - 4 + 1" - x2="width - ButtonIPad - 4 + 1" - y2="height - ButtonIPad - 2 + 1"/> - <line color="gtk:dark[ACTIVE]" width="1" - x1="width - ButtonIPad - 5 + 1" - y1="height - ButtonIPad - 3 - 5 + 1" - x2="width - ButtonIPad - 5 + 1" - y2="height - ButtonIPad - 1 + 1"/> - <line color="gtk:fg[ACTIVE]" width="3" - x1="ButtonIPad + 1" - y1="ButtonIPad" - x2="ButtonIPad + 1" - y2="height - ButtonIPad - 3"/> - <line color="gtk:fg[ACTIVE]" width="3" - x1="ButtonIPad" - y1="height - ButtonIPad - 5" - x2="width - ButtonIPad - 2" - y2="height - ButtonIPad - 5"/> - <line color="gtk:fg[ACTIVE]" width="1" - x1="ButtonIPad" - y1="height - ButtonIPad - 5" - x2="width - ButtonIPad - 1" - y2="height - ButtonIPad - 5"/> - <line color="gtk:fg[ACTIVE]" width="1" - x1="width - ButtonIPad - 4" - y1="height - ButtonIPad - 3 - 4" - x2="width - ButtonIPad - 4" - y2="height - ButtonIPad - 2"/> - <line color="gtk:fg[ACTIVE]" width="1" - x1="width - ButtonIPad - 5" - y1="height - ButtonIPad - 3 - 5" - x2="width - ButtonIPad - 5" - y2="height - ButtonIPad - 1"/> -</draw_ops> - -<!-- Close Button --> -<draw_ops name="close_button"> - <line color="gtk:dark[NORMAL]" width="1" - x1="ButtonIPad" - y1="ButtonIPad" - x2="width - ButtonIPad - 1" - y2="height - ButtonIPad - 1"/> - <line color="gtk:dark[NORMAL]" width="1" - x1="ButtonIPad + 1" - y1="ButtonIPad" - x2="width - ButtonIPad - 1" - y2="height - ButtonIPad - 1 - 1"/> - <line color="gtk:dark[NORMAL]" width="1" - x1="ButtonIPad" - y1="ButtonIPad + 1" - x2="width - ButtonIPad - 1 - 1" - y2="height - ButtonIPad - 1"/> - - <line color="gtk:dark[NORMAL]" width="1" - x1="ButtonIPad" - y1="height - 1 - ButtonIPad - 1" - x2="width - 1 - ButtonIPad" - y2="ButtonIPad - 1"/> - <line color="gtk:dark[NORMAL]" width="1" - x1="ButtonIPad + 1" - y1="height - 1 - ButtonIPad - 1" - x2="width - 1 - ButtonIPad" - y2="ButtonIPad"/> - <line color="gtk:dark[NORMAL]" width="1" - x1="ButtonIPad" - y1="height - 1 - ButtonIPad - 1 - 1" - x2="width - 1 - ButtonIPad - 1" - y2="ButtonIPad - 1"/> -</draw_ops> -<draw_ops name="close_button_focused"> - <line color="gtk:fg[SELECTED]" width="1" - x1="ButtonIPad" - y1="ButtonIPad" - x2="width - ButtonIPad - 1" - y2="height - ButtonIPad - 1"/> - <line color="gtk:fg[SELECTED]" width="1" - x1="ButtonIPad + 1" - y1="ButtonIPad" - x2="width - ButtonIPad - 1" - y2="height - ButtonIPad - 1 - 1"/> - <line color="gtk:fg[SELECTED]" width="1" - x1="ButtonIPad" - y1="ButtonIPad + 1" - x2="width - ButtonIPad - 1 - 1" - y2="height - ButtonIPad - 1"/> - - <line color="gtk:fg[SELECTED]" width="1" - x1="ButtonIPad" - y1="height - 1 - ButtonIPad - 1" - x2="width - 1 - ButtonIPad" - y2="ButtonIPad - 1"/> - <line color="gtk:fg[SELECTED]" width="1" - x1="ButtonIPad + 1" - y1="height - 1 - ButtonIPad - 1" - x2="width - 1 - ButtonIPad" - y2="ButtonIPad"/> - <line color="gtk:fg[SELECTED]" width="1" - x1="ButtonIPad" - y1="height - 1 - ButtonIPad - 1 - 1" - x2="width - 1 - ButtonIPad - 1" - y2="ButtonIPad - 1"/> -</draw_ops> -<draw_ops name="close_button_prelight"> - <include name="button_prelight_bg"/> - <line color="gtk:dark[PRELIGHT]" width="1" - x1="ButtonIPad + 1" - y1="ButtonIPad + 1" - x2="width - ButtonIPad - 1 + 1" - y2="height - ButtonIPad - 1 + 1"/> - <line color="gtk:dark[PRELIGHT]" width="1" - x1="ButtonIPad + 1 + 1" - y1="ButtonIPad + 1" - x2="width - ButtonIPad - 1 + 1" - y2="height - ButtonIPad - 1 - 1 + 1"/> - <line color="gtk:dark[PRELIGHT]" width="1" - x1="ButtonIPad + 1" - y1="ButtonIPad + 1 + 1" - x2="width - ButtonIPad - 1 - 1 + 1" - y2="height - ButtonIPad - 1 + 1"/> - - <line color="gtk:dark[PRELIGHT]" width="1" - x1="ButtonIPad + 1" - y1="height - 1 - ButtonIPad - 1 + 1" - x2="width - 1 - ButtonIPad + 1" - y2="ButtonIPad - 1 + 1"/> - <line color="gtk:dark[PRELIGHT]" width="1" - x1="ButtonIPad + 1 + 1" - y1="height - 1 - ButtonIPad - 1 + 1" - x2="width - 1 - ButtonIPad + 1" - y2="ButtonIPad + 1"/> - <line color="gtk:dark[PRELIGHT]" width="1" - x1="ButtonIPad + 1" - y1="height - 1 - ButtonIPad - 1 - 1 + 1" - x2="width - 1 - ButtonIPad - 1 + 1" - y2="ButtonIPad - 1 + 1"/> - - <line color="gtk:fg[PRELIGHT]" width="1" - x1="ButtonIPad" - y1="ButtonIPad" - x2="width - ButtonIPad - 1" - y2="height - ButtonIPad - 1"/> - <line color="gtk:fg[PRELIGHT]" width="1" - x1="ButtonIPad + 1" - y1="ButtonIPad" - x2="width - ButtonIPad - 1" - y2="height - ButtonIPad - 1 - 1"/> - <line color="gtk:fg[PRELIGHT]" width="1" - x1="ButtonIPad" - y1="ButtonIPad + 1" - x2="width - ButtonIPad - 1 - 1" - y2="height - ButtonIPad - 1"/> - - <line color="gtk:fg[PRELIGHT]" width="1" - x1="ButtonIPad" - y1="height - 1 - ButtonIPad - 1" - x2="width - 1 - ButtonIPad" - y2="ButtonIPad - 1"/> - <line color="gtk:fg[PRELIGHT]" width="1" - x1="ButtonIPad + 1" - y1="height - 1 - ButtonIPad - 1" - x2="width - 1 - ButtonIPad" - y2="ButtonIPad"/> - <line color="gtk:fg[PRELIGHT]" width="1" - x1="ButtonIPad" - y1="height - 1 - ButtonIPad - 1 - 1" - x2="width - 1 - ButtonIPad - 1" - y2="ButtonIPad - 1"/> -</draw_ops> -<draw_ops name="close_button_pressed"> - <include name="button_pressed_bg"/> - <line color="gtk:dark[ACTIVE]" width="1" - x1="ButtonIPad + 1" - y1="ButtonIPad + 1" - x2="width - ButtonIPad - 1 + 1" - y2="height - ButtonIPad - 1 + 1"/> - <line color="gtk:dark[ACTIVE]" width="1" - x1="ButtonIPad + 1 + 1" - y1="ButtonIPad + 1" - x2="width - ButtonIPad - 1 + 1" - y2="height - ButtonIPad - 1 - 1 + 1"/> - <line color="gtk:dark[ACTIVE]" width="1" - x1="ButtonIPad + 1" - y1="ButtonIPad + 1 + 1" - x2="width - ButtonIPad - 1 - 1 + 1" - y2="height - ButtonIPad - 1 + 1"/> - - <line color="gtk:dark[ACTIVE]" width="1" - x1="ButtonIPad + 1" - y1="height - 1 - ButtonIPad - 1 + 1" - x2="width - 1 - ButtonIPad + 1" - y2="ButtonIPad - 1 + 1"/> - <line color="gtk:dark[ACTIVE]" width="1" - x1="ButtonIPad + 1 + 1" - y1="height - 1 - ButtonIPad - 1 + 1" - x2="width - 1 - ButtonIPad + 1" - y2="ButtonIPad + 1"/> - <line color="gtk:dark[ACTIVE]" width="1" - x1="ButtonIPad + 1" - y1="height - 1 - ButtonIPad - 1 - 1 + 1" - x2="width - 1 - ButtonIPad - 1 + 1" - y2="ButtonIPad - 1 + 1"/> - - <line color="gtk:fg[ACTIVE]" width="1" - x1="ButtonIPad" - y1="ButtonIPad" - x2="width - ButtonIPad - 1" - y2="height - ButtonIPad - 1"/> - <line color="gtk:fg[ACTIVE]" width="1" - x1="ButtonIPad + 1" - y1="ButtonIPad" - x2="width - ButtonIPad - 1" - y2="height - ButtonIPad - 1 - 1"/> - <line color="gtk:fg[ACTIVE]" width="1" - x1="ButtonIPad" - y1="ButtonIPad + 1" - x2="width - ButtonIPad - 1 - 1" - y2="height - ButtonIPad - 1"/> - - <line color="gtk:fg[ACTIVE]" width="1" - x1="ButtonIPad" - y1="height - 1 - ButtonIPad - 1" - x2="width - 1 - ButtonIPad" - y2="ButtonIPad - 1"/> - <line color="gtk:fg[ACTIVE]" width="1" - x1="ButtonIPad + 1" - y1="height - 1 - ButtonIPad - 1" - x2="width - 1 - ButtonIPad" - y2="ButtonIPad"/> - <line color="gtk:fg[ACTIVE]" width="1" - x1="ButtonIPad" - y1="height - 1 - ButtonIPad - 1 - 1" - x2="width - 1 - ButtonIPad - 1" - y2="ButtonIPad - 1"/> -</draw_ops> -<!-- End Buttons Icons --> - -<!-- Outer Bevel --> -<draw_ops name="outer_bevel"> - <rectangle color="gtk:dark[NORMAL]" - x="0" y="0" width="width - 1" height="height - 1"/> - <rectangle color="gtk:bg[NORMAL]" filled="true" - x="1" y="1" width="width - 2" height="height - 2"/> -</draw_ops> - -<draw_ops name="gradient_background"> - <gradient type="vertical" x="0" y="0" width="width" height="top_height"> - <color value="gtk:light[SELECTED]"/> - <color value="gtk:dark[SELECTED]"/> - </gradient> -</draw_ops> - -<draw_ops name="outer_bevel_focused"> - <gtk_box state="selected" shadow="out" x="2" y="2" width="width - 2" - height="height - 2"/> - <rectangle color="gtk:bg[NORMAL]" filled="true" - x="left_width" y="top_height" - width="width - left_width - right_width - 1" - height="height - top_height - bottom_height - 1"/> - <rectangle color="gtk:fg[NORMAL]" - x="0" y="0" width="width - 1" height="height - 1"/> - <include name="gradient_background" - x="3" y="3" width="width - 7" height="height - 7"/> -</draw_ops> - -<draw_ops name="blank"> -<!-- nothing --> -</draw_ops> - -<draw_ops name="outline_focused"> - <rectangle color="gtk:fg[NORMAL]" - x="left_width - 1" y="top_height - 1" - width="width - left_width - right_width + 1" - height="height - top_height - bottom_height + 1"/> -</draw_ops> - -<draw_ops name="background"> - <include name="outer_bevel"/> -</draw_ops> - -<draw_ops name="background_focused"> - <include name="outer_bevel_focused"/> - <include name="outline_focused"/> -</draw_ops> - -<draw_ops name="title_background"> - <line color="#000000" width="50" - x1="width - title_width - IconTitleSpacing + 25 - 1 + 3" - y1="0 - 25" - x2="width - title_width - IconTitleSpacing - height - 25 - 1 + 3" - y2="height + 25"/> - <line color="#ffffff" width="50" - x1="width - title_width - IconTitleSpacing + 25 + 3" - y1="0 - 25" - x2="width - title_width - IconTitleSpacing - height - 25 + 3" - y2="height + 25"/> - <line color="#000000" width="1" - x1="width - 1" - y1="0" - x2="width - 1" - y2="height"/> - <rectangle color="#ffffff" filled="true" - x="width - title_width - mini_icon_width - IconTitleSpacing * 3" - y="0" - width="title_width + mini_icon_width + IconTitleSpacing * 3 - 1" - height="height"/> -</draw_ops> - -<draw_ops name="title_text_focused_with_icon"> - <title color="#000000" - x="width - title_width - IconTitleSpacing" - y="(height / 2) - (title_height / 2) - 1"/> - <icon - x="width - title_width - mini_icon_width - (IconTitleSpacing * 2)" - y="(height / 2) - (mini_icon_height / 2)" - width="mini_icon_width" - height="mini_icon_height"/> -</draw_ops> - -<draw_ops name="title_text_focused_no_icon"> - <title color="gtk:fg[INSENSITIVE]" - x="width - title_width - IconTitleSpacing" - y="(height / 2) - (title_height / 2)"/> - <icon - x="width - title_width - height - (IconTitleSpacing * 2)" - y="1" - width="height - 2" - height="height - 2"/> -</draw_ops> - -<draw_ops name="title_text_with_icon"> - <title color="gtk:dark[NORMAL]" - x="width - title_width - IconTitleSpacing" - y="(height / 2) - (title_height / 2) - 2"/> - <icon alpha="0.33" - x="width - title_width - mini_icon_width - (IconTitleSpacing * 2)" - y="(height / 2) - (mini_icon_height / 2) - 2" - width="mini_icon_width" - height="mini_icon_height"/> -</draw_ops> - -<draw_ops name="title_text_no_icon"> - <title color="gtk:dark[NORMAL]" - x="width - title_width - IconTitleSpacing" - y="(height / 2) - (title_height / 2)"/> - <icon alpha="0.33" - x="width - title_width - height - (IconTitleSpacing * 2)" - y="1" - width="height - 2" - height="height - 2"/> -</draw_ops> - -<draw_ops name="title_normal"> - <include name="title_text_with_icon" x="0" y="3" width="width" height="height - 3"/> -</draw_ops> - -<draw_ops name="title_focused"> - <include name="title_background"/> - <line color="#000000" width="1" - x1="width - title_width - mini_icon_width - IconTitleSpacing * 3" - y1="0" - x2="width" - y2="0"/> - <line color="#000000" width="1" - x1="width - title_width - mini_icon_width - IconTitleSpacing * 3 - 18" - y1="height - 1" - x2="width" - y2="height - 1"/> - <include name="title_text_focused_with_icon" x="0" y="2" width="width" height="height - 3"/> -</draw_ops> - -<draw_ops name="title_maximized"> - <include name="title_text_with_icon"/> -</draw_ops> - -<draw_ops name="title_maximized_focused"> - <include name="title_background"/> - <include name="title_text_focused_with_icon"/> -</draw_ops> - -<draw_ops name="title_utility"> - <include name="title_text_no_icon"/> -</draw_ops> - -<draw_ops name="title_utility_focused"> - <include name="title_background" - x="mini_icon_width + IconTitleSpacing" - y="0" - width="width - mini_icon_width - IconTitleSpacing" - height="height"/> - <line color="#000000" width="1" - x1="width - title_width - mini_icon_width - IconTitleSpacing * 3" - y1="0" - x2="width" - y2="0"/> - <include name="title_text_focused_no_icon"/> -</draw_ops> - -<frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="background"/> - - <piece position="title" draw_ops="title_normal"/> - - <button function="menu" state="normal" - draw_ops="menu_button"/> - <button function="menu" state="pressed" - draw_ops="menu_button_pressed"/> - - <button function="minimize" state="normal" - draw_ops="minimize_button"/> - <button function="minimize" state="pressed" - draw_ops="minimize_button_pressed"/> - - <button function="maximize" state="normal" - draw_ops="maximize_button"/> - <button function="maximize" state="pressed" - draw_ops="maximize_button_pressed"/> - - <button function="close" state="normal" draw_ops="close_button"/> - <button function="close" state="pressed" draw_ops="close_button_pressed"/> -</frame_style> - -<frame_style name="normal_focused" geometry="normal" parent="normal_unfocused"> - <piece position="entire_background" draw_ops="background_focused"/> - <piece position="title" draw_ops="title_focused"/> - - <button function="close" state="normal" - draw_ops="close_button_focused"/> - <button function="close" state="prelight" - draw_ops="close_button_prelight"/> - - <button function="menu" state="normal" - draw_ops="menu_button_focused"/> - <button function="menu" state="prelight" - draw_ops="menu_button_prelight"/> - - <button function="maximize" state="normal" - draw_ops="maximize_button_focused"/> - <button function="maximize" state="prelight" - draw_ops="maximize_button_prelight"/> - - <button function="minimize" state="normal" - draw_ops="minimize_button_focused"/> - <button function="minimize" state="prelight" - draw_ops="minimize_button_prelight"/> -</frame_style> - -<frame_style name="maximized_unfocused" geometry="normal_small_borders" - parent="normal_unfocused"> - <piece position="entire_background" draw_ops="blank"/> - - <piece position="title" draw_ops="title_maximized"/> - - <button function="maximize" state="normal" - draw_ops="restore_button"/> - <button function="maximize" state="pressed" - draw_ops="restore_button_pressed"/> -</frame_style> - -<frame_style name="maximized_focused" geometry="normal_small_borders" - parent="normal_focused"> - <piece position="entire_background" draw_ops="gradient_background"/> - <piece position="title" draw_ops="title_maximized_focused"/> - - <button function="maximize" state="normal" - draw_ops="restore_button_focused"/> - <button function="maximize" state="pressed" - draw_ops="restore_button_pressed"/> - <button function="maximize" state="prelight" - draw_ops="restore_button_prelight"/> -</frame_style> - -<frame_style name="utility_unfocused" geometry="utility" - parent="normal_unfocused"> - <piece position="title" draw_ops="title_utility"/> -</frame_style> - -<frame_style name="utility_focused" geometry="utility" parent="normal_focused"> - <piece position="title" draw_ops="title_utility_focused"/> -</frame_style> - -<frame_style name="border" geometry="border" parent="normal_unfocused"> - <piece position="entire_background" draw_ops="outer_bevel"/> - <piece position="title" draw_ops="blank"/> -</frame_style> - -<frame_style_set name="normal"> - <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="maximized_focused"/> - <frame focus="no" state="maximized" style="maximized_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="maximized_focused"/> - <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/> -</frame_style_set> - -<frame_style_set name="utility" parent="normal"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> -<!-- this is a bunch of crack since utility windows shouldn't be maximized --> - <frame focus="yes" state="maximized" style="utility_focused"/> - <frame focus="no" state="maximized" style="utility_unfocused"/> - <frame focus="yes" state="shaded" style="utility_focused"/> - <frame focus="no" state="shaded" style="utility_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="utility_focused"/> - <frame focus="no" state="maximized_and_shaded" style="utility_unfocused"/> -</frame_style_set> - -<frame_style_set name="border"> - <frame focus="yes" state="normal" resize="both" style="border"/> - <frame focus="no" state="normal" resize="both" style="border"/> - <frame focus="yes" state="maximized" style="border"/> - <frame focus="no" state="maximized" style="border"/> - <frame focus="yes" state="shaded" style="border"/> - <frame focus="no" state="shaded" style="border"/> - <frame focus="yes" state="maximized_and_shaded" style="border"/> - <frame focus="no" state="maximized_and_shaded" style="border"/> -</frame_style_set> - -<window type="normal" style_set="normal"/> -<window type="dialog" style_set="utility"/> -<window type="modal_dialog" style_set="utility"/> -<window type="menu" style_set="utility"/> -<window type="utility" style_set="utility"/> -<window type="border" style_set="border"/> - -<menu_icon function="close" state="normal" - draw_ops="close_button_focused"/> -<menu_icon function="maximize" state="normal" - draw_ops="maximize_button_focused"/> -<menu_icon function="unmaximize" state="normal" - draw_ops="restore_button_focused"/> -<menu_icon function="minimize" state="normal" - draw_ops="minimize_button_focused"/> - -</metacity_theme> diff --git a/src/themes/Gorilla/README b/src/themes/Gorilla/README deleted file mode 100644 index c275e5ee..00000000 --- a/src/themes/Gorilla/README +++ /dev/null @@ -1,7 +0,0 @@ -* Gorilla * - -A metacity theme to accompany Scalable and Unscalable Gorilla nautilus -themes. - -(c) 2001 Jakub 'jimmac' Steiner -Ported by Kenneth Christiansen diff --git a/src/themes/Gorilla/active-button.png b/src/themes/Gorilla/active-button.png Binary files differdeleted file mode 100644 index 64455b33..00000000 --- a/src/themes/Gorilla/active-button.png +++ /dev/null diff --git a/src/themes/Gorilla/active-close-button.png b/src/themes/Gorilla/active-close-button.png Binary files differdeleted file mode 100644 index 1d292165..00000000 --- a/src/themes/Gorilla/active-close-button.png +++ /dev/null diff --git a/src/themes/Gorilla/active-close-menu-icon.png b/src/themes/Gorilla/active-close-menu-icon.png Binary files differdeleted file mode 100644 index b77f77ae..00000000 --- a/src/themes/Gorilla/active-close-menu-icon.png +++ /dev/null diff --git a/src/themes/Gorilla/active-maximize-button.png b/src/themes/Gorilla/active-maximize-button.png Binary files differdeleted file mode 100644 index a982e5cb..00000000 --- a/src/themes/Gorilla/active-maximize-button.png +++ /dev/null diff --git a/src/themes/Gorilla/active-maximize-menu-icon.png b/src/themes/Gorilla/active-maximize-menu-icon.png Binary files differdeleted file mode 100644 index 02ccc37a..00000000 --- a/src/themes/Gorilla/active-maximize-menu-icon.png +++ /dev/null diff --git a/src/themes/Gorilla/active-menu-button.png b/src/themes/Gorilla/active-menu-button.png Binary files differdeleted file mode 100644 index b55d7078..00000000 --- a/src/themes/Gorilla/active-menu-button.png +++ /dev/null diff --git a/src/themes/Gorilla/active-minimize-button.png b/src/themes/Gorilla/active-minimize-button.png Binary files differdeleted file mode 100644 index 4205f4e8..00000000 --- a/src/themes/Gorilla/active-minimize-button.png +++ /dev/null diff --git a/src/themes/Gorilla/active-minimize-menu-icon.png b/src/themes/Gorilla/active-minimize-menu-icon.png Binary files differdeleted file mode 100644 index 29276929..00000000 --- a/src/themes/Gorilla/active-minimize-menu-icon.png +++ /dev/null diff --git a/src/themes/Gorilla/gorilla.xcf.bz2 b/src/themes/Gorilla/gorilla.xcf.bz2 Binary files differdeleted file mode 100644 index 89b85651..00000000 --- a/src/themes/Gorilla/gorilla.xcf.bz2 +++ /dev/null diff --git a/src/themes/Gorilla/inactive-close-button.png b/src/themes/Gorilla/inactive-close-button.png Binary files differdeleted file mode 100644 index c566b12f..00000000 --- a/src/themes/Gorilla/inactive-close-button.png +++ /dev/null diff --git a/src/themes/Gorilla/inactive-maximize-button.png b/src/themes/Gorilla/inactive-maximize-button.png Binary files differdeleted file mode 100644 index 9c838823..00000000 --- a/src/themes/Gorilla/inactive-maximize-button.png +++ /dev/null diff --git a/src/themes/Gorilla/inactive-menu-button.png b/src/themes/Gorilla/inactive-menu-button.png Binary files differdeleted file mode 100644 index b000a378..00000000 --- a/src/themes/Gorilla/inactive-menu-button.png +++ /dev/null diff --git a/src/themes/Gorilla/inactive-minimize-button.png b/src/themes/Gorilla/inactive-minimize-button.png Binary files differdeleted file mode 100644 index 4459af4e..00000000 --- a/src/themes/Gorilla/inactive-minimize-button.png +++ /dev/null diff --git a/src/themes/Gorilla/metacity-theme-1.xml b/src/themes/Gorilla/metacity-theme-1.xml deleted file mode 100644 index 7dde366a..00000000 --- a/src/themes/Gorilla/metacity-theme-1.xml +++ /dev/null @@ -1,260 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Gorilla</name> - <author>Kenneth Christiansen <kenneth@gnu.org> Anders Carlsson <andersca@gnu.org></author> - <copyright>Â Ximian, Inc, 2001</copyright> - <date>February 8, 2002</date> - <description>A port of the Gorilla theme by Jacub Steiner</description> -</info> - -<!-- define constants --> -<constant name="IconTitleSpacing" value="2"/> <!-- Space between menu button and title --> -<constant name="ButtonWidth" value="18"/> <!-- Button width --> - -<frame_geometry name="normal"> - <distance name="left_width" value="6"/> - <distance name="right_width" value="6"/> - <distance name="bottom_height" value="6"/> - <distance name="left_titlebar_edge" value="8"/> - <distance name="right_titlebar_edge" value="8"/> - <aspect_ratio name="button" value="1.0"/> - <distance name="title_vertical_pad" value="0"/> - <border name="title_border" left="0" right="0" top="7" bottom="4"/> - <border name="button_border" left="0" right="0" top="9" bottom="0"/> -</frame_geometry> - - -<!-- Buttons --> - -<draw_ops name="title_tile"> - <line color="#494d59" x1="0" y1="0" x2="width" y2="0"/> - <line color="#515961" x1="0" y1="1" x2="width" y2="1"/> -</draw_ops> - -<!-- Inactive style --> -<frame_style name="normal" geometry="normal"> - <piece position="entire_background"> - <draw_ops> - <rectangle color="black" x="1" y="1" width="width - 2" height="height - 2" filled="true"/> - <rectangle color="dark gray" x="3" y="3" width="width - 8" height="height - 7" filled="false"/> - <rectangle color="light gray" x="4" y="4" width="width - 9" height="height - 8" filled="false"/> - <rectangle color="light gray" x="5" y="5" width="width - 11" height="height - 10" filled="false"/> - <rectangle color="white" x="6" y="6" width="width - 13" height="height - 12" filled="false"/> - <rectangle color="gtk:bg[INSENSITIVE]" x="6" y="6" width="width - 12" height="height - 12" filled="true"/> - - <line color="gtk:bg[INSENSITIVE]" x1="1" y1="1" x2="2" y2="2"/> - <line color="gtk:bg[INSENSITIVE]" x1="1" y1="height - 2" x2="1" y2="height"/> - <line color="gtk:bg[INSENSITIVE]" x1="width - 2" y1="1" x2="width - 1" y2="2"/> - <line color="gtk:bg[INSENSITIVE]" x1="width - 1" y1="height - 1" x2="width - 2" y2="height - 2"/> - </draw_ops> - </piece> - - <piece position="title"> - <draw_ops> - <title color="gray" x="IconTitleSpacing" y="0"/> - </draw_ops> - </piece> - - <piece position="titlebar"> - <draw_ops> - <rectangle color="black" x="6" y="6" width="width - 12" height="height - 10" filled="true"/> - <tile name="title_tile" tile_width="width" tile_height="2" x="8" y="8" width="width - 16" height="height - 14"/> - </draw_ops> - </piece> - - <button function="close" state="normal"> - <draw_ops> - <image filename="inactive-close-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="close" state="pressed"> - <draw_ops> - <image filename="inactive-close-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="minimize" state="normal"> - <draw_ops> - <image filename="inactive-minimize-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="minimize" state="pressed"> - <draw_ops> - <image filename="inactive-minimize-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="maximize" state="normal"> - <draw_ops> - <image filename="inactive-maximize-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="maximize" state="pressed"> - <draw_ops> - <image filename="inactive-maximize-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="menu" state="normal"> - <draw_ops> - <image filename="inactive-menu-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="menu" state="pressed"> - <draw_ops> - <image filename="inactive-menu-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - -</frame_style> - - -<!-- Active (focused) shaded style --> -<frame_style name="normal_shaded" geometry="normal" parent="normal"> - -</frame_style> - -<!-- Active (focused) style --> -<frame_style name="focused" geometry="normal"> - <piece position="entire_background"> - <draw_ops> - <rectangle color="black" x="0" y="0" width="width" height="height" filled="true"/> - <rectangle color="dark gray" x="3" y="3" width="width - 8" height="height - 7" filled="false"/> - <rectangle color="light gray" x="4" y="4" width="width - 9" height="height - 8" filled="false"/> - <rectangle color="light gray" x="5" y="5" width="width - 11" height="height - 10" filled="false"/> - <rectangle color="white" x="6" y="6" width="width - 13" height="height - 12" filled="false"/> - <rectangle color="gtk:bg[NORMAL]" x="6" y="6" width="width - 12" height="height - 12" filled="true"/> - - <line color="gtk:bg[NORMAL]" x1="0" y1="0" x2="1" y2="1"/> - <line color="gtk:bg[NORMAL]" x1="0" y1="height - 1" x2="1" y2="height"/> - <line color="gtk:bg[NORMAL]" x1="width - 1" y1="0" x2="width" y2="1"/> - <line color="gtk:bg[NORMAL]" x1="width" y1="height" x2="width - 1" y2="height - 1"/> - </draw_ops> - </piece> - - <piece position="title"> - <draw_ops> - <title color="white" x="IconTitleSpacing" y="0"/> - </draw_ops> - </piece> - - <piece position="titlebar"> - <draw_ops> - <rectangle color="black" x="6" y="6" width="width - 12" height="height - 10" filled="true"/> - <tile name="title_tile" tile_width="width" tile_height="2" x="8" y="8" width="width - 16" height="height - 14"/> - </draw_ops> - </piece> - - <button function="close" state="normal"> - <draw_ops> - <image filename="active-close-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="close" state="pressed"> - <draw_ops> - <image filename="active-close-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="minimize" state="normal"> - <draw_ops> - <image filename="active-minimize-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="minimize" state="pressed"> - <draw_ops> - <image filename="active-minimize-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="maximize" state="normal"> - <draw_ops> - <image filename="active-maximize-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="maximize" state="pressed"> - <draw_ops> - <image filename="active-maximize-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="menu" state="normal"> - <draw_ops> - <image filename="active-menu-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - - <button function="menu" state="pressed"> - <draw_ops> - <image filename="active-menu-button.png" x="0" y="0" width="width" height="height"/> - </draw_ops> - </button> - -</frame_style> - -<!-- Active (focused) shaded style --> -<frame_style name="focused_shaded" geometry="normal" parent="focused"> - -</frame_style> - -<frame_style_set name="normal"> -<frame focus="yes" state="shaded" style="focused_shaded"/> -<frame focus="yes" state="normal" resize="both" style="focused"/> -<frame focus="yes" state="maximized" style="focused"/> -<frame focus="yes" state="maximized_and_shaded" style="focused_shaded"/> -<frame focus="no" state="normal" resize="both" style="normal"/> -<frame focus="no" state="shaded" style="normal_shaded"/> -<frame focus="no" state="maximized" style="normal"/> -<frame focus="no" state="maximized_and_shaded" style="normal_shaded"/> -</frame_style_set> - -<window type="normal" style_set="normal"/> -<window type="dialog" style_set="normal"/> -<window type="modal_dialog" style_set="normal"/> -<window type="menu" style_set="normal"/> -<window type="utility" style_set="normal"/> -<window type="border" style_set="normal"/> - -<menu_icon function="maximize" state="normal"> - <draw_ops> - <image filename="active-maximize-menu-icon.png" - x="(width - object_width) / 2" - y="(height - object_height) / 2" - width="object_width" height="object_height"/> - </draw_ops> -</menu_icon> - - -<menu_icon function="close" state="normal"> - <draw_ops> - <image filename="active-close-menu-icon.png" - x="(width - object_width) / 2" - y="(height - object_height) / 2" - width="object_width" height="object_height"/> - </draw_ops> -</menu_icon> - -<menu_icon function="minimize" state="normal"> - <draw_ops> - <image filename="active-minimize-menu-icon.png" - x="(width - object_width) / 2" - y="(height - object_height) / 2" - width="object_width" height="object_height"/> - </draw_ops> -</menu_icon> - -<menu_icon function="unmaximize" state="normal"> - <draw_ops> - </draw_ops> -</menu_icon> - -</metacity_theme> diff --git a/src/themes/HighContrast/metacity-theme-3.xml b/src/themes/HighContrast/metacity-theme-3.xml deleted file mode 100644 index e43baa4e..00000000 --- a/src/themes/HighContrast/metacity-theme-3.xml +++ /dev/null @@ -1,1923 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>HighContrast</name> - <author>GNOME Art Team <art.gnome.org></author> - <copyright>Â Intel, Â Red Hat, Lapo Calamandrei</copyright> - <date>2012</date> - <description>HighContrast GNOME 3 window theme</description> -</info> - -<!-- meaningfull constants --> - -<constant name="C_border_focused" value="gtk:custom(wm_border_color,#000000)" /> -<constant name="C_border_unfocused" value="gtk:custom(wm_border_backdrop_color,#babdb6)" /> -<constant name="C_titlebar_unfocused" value="gtk:custom(wm_border_backdrop_color,#babdb6)" /> -<constant name="C_title_focused" value="gtk:custom(wm_title,gtk:fg[NORMAL])" /> -<constant name="C_title_unfocused" value="blend/gtk:text[NORMAL]/gtk:bg[NORMAL]/0.7" /> -<!-- color of the button icons --> -<constant name="C_icons_focused" value="gtk:custom(wm_button_fg,gtk:text[NORMAL])" /> -<constant name="C_icons_focused_prelight" value="gtk:custom(wm_button_prelight_fg,#ffffff)" /> -<constant name="C_icons_focused_pressed" value="gtk:custom(wm_button_pressed_fg,#d6d6d6)" /> -<constant name="C_icons_unfocused" value="blend/gtk:text[NORMAL]/gtk:bg[NORMAL]/0.7" /> -<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="1" /> <!-- offset of the unfocused icons --> -<constant name="D_icons_shrink" value="0" /> <!-- increasing this value makes the icons in buttons smaller --> -<constant name="D_icons_grow" value="0" /> <!-- increasing this value makes the icons in buttons bigger --> -<!-- geometries --> - -<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <distance name="left_width" value="2" /> - <distance name="right_width" value="2" /> - <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="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> - -<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="4" rounded_top_right="4" parent="normal"> - <distance name="left_titlebar_edge" value="1"/> - <distance name="right_titlebar_edge" value="1"/> -</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="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="2"/> - <border name="button_border" left="0" right="0" top="0" bottom="2"/> - <distance name="bottom_height" value="0" /> -</frame_geometry> - -<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> - <distance name="right_width" value="2" /> -</frame_geometry> - -<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> - <distance name="left_width" value="2" /> -</frame_geometry> - -<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="false" rounded_top_right="false"> - <distance name="title_vertical_pad" value="7"/> - <border name="title_border" left="10" right="10" top="0" bottom="1"/> - <border name="button_border" left="0" right="0" top="0" bottom="2"/> -</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="nobuttons" hide_buttons="true" parent="normal"> -</frame_geometry> - -<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > - <distance name="left_width" value="2" /> - <distance name="right_width" value="2" /> - <distance name="bottom_height" value="2" /> - <border name="title_border" left="10" right="10" top="0" bottom="0" /> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <distance name="title_vertical_pad" 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="button_border" left="0" right="0" top="0" bottom="0"/> - <border name="title_border" left="0" right="0" top="0" bottom="0" /> -</frame_geometry> - -<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="false" rounded_top_right="false" parent="small"> - <distance name="title_vertical_pad" value="5"/> -</frame_geometry> - -<frame_geometry name="attached" title_scale="medium" hide_buttons="true" rounded_top_left="4" rounded_top_right="4" rounded_bottom_left="4" rounded_bottom_right="4" parent="normal"> - <distance name="title_vertical_pad" value="9"/> - <distance name="bottom_height" value="4"/> - <distance name="left_width" value="4"/> - <distance name="right_width" value="4"/> -</frame_geometry> - -<!-- drawing operations --> - - <!-- title --> - -<draw_ops name="title_focused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2)) + 2" - y="(0 `max` ((height - title_height) / 2)) + 1" - color="C_title_focused" /> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width))) + 2" - y="(0 `max` ((height - title_height) / 2)) + 1" - ellipsize_width="width" - color="C_title_focused" /> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2)) + 2" - y="(0 `max` ((height - title_height) / 2)) + 1" - color="C_title_unfocused"/> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width/2) `min` (width - title_width))) + 2" - y="(0 `max` ((height - title_height) / 2)) + 1" - ellipsize_width="width" - color="C_title_unfocused"/> -</draw_ops> - - <!-- window decorations --> - -<draw_ops name="entire_background_focused"> - <!-- FIXME: insert a custom wm color here --> - <rectangle color="gtk:bg[NORMAL]" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <include name="entire_background_focused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_focused"> - <!--<tint color="gtk:base[NORMAL]" alpha="1" x="0" y="0" width="width" height="height" /> --> -</draw_ops> - - -<draw_ops name="titlebar_fill_unfocused"> - <!-- <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> --> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="titlebar_fill_focused" /> -</draw_ops> - -<draw_ops name="rounded_titlebar_focused"> - <include name="titlebar_fill_focused" /> -</draw_ops> - -<draw_ops name="rounded_titlebar_focused_alt"> - <include name="titlebar_fill_focused" /> -</draw_ops> - -<draw_ops name="border_focused"> - <rectangle color="#000000" x="0" y="0" width="width-1" height="height-1" filled="false" /> -</draw_ops> - -<draw_ops name="border_unfocused"> - <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" /> -</draw_ops> - -<draw_ops name="rounded_border_focused"> - <line color="C_border_focused" x1="4" y1="0" x2="width-5" y2="0" /> - <line color="C_border_focused" x1="4" y1="1" x2="width-5" y2="1" /> - <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_focused" x1="0" y1="height-2" x2="width-1" y2="height-2" /> - <line color="C_border_focused" x1="0" y1="4" x2="0" y2="height-2" /> - <line color="C_border_focused" x1="1" y1="4" x2="1" y2="height-2" /> - <line color="C_border_focused" x1="width-1" y1="4" x2="width-1" y2="height-2" /> - <line color="C_border_focused" x1="width-2" y1="4" x2="width-2" y2="height-2" /> - <arc color="C_border_focused" x="0" y="0" width="8" height="8" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="1" y="1" width="6" height="6" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="0" y="0" width="8" height="8" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="1" y="1" width="6" height="6" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-9" y="0" width="8" height="8" start_angle="0" extent_angle="90" /> - <arc color="C_border_focused" x="width-8" y="1" width="6" height="6" start_angle="0" extent_angle="90" /> - <arc color="C_border_focused" x="width-9" y="0" width="8" height="8" start_angle="0" extent_angle="90" /> - <arc color="C_border_focused" x="width-8" y="1" width="6" height="6" start_angle="0" extent_angle="90" /> -</draw_ops> - -<draw_ops name="rounded_border_unfocused"> - <line color="C_border_unfocused" x1="4" y1="0" x2="width-5" y2="0" /> - <line color="C_border_unfocused" x1="4" y1="1" x2="width-5" y2="1" /> - <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_unfocused" x1="0" y1="height-2" x2="width-1" y2="height-2" /> - <line color="C_border_unfocused" x1="0" y1="4" x2="0" y2="height-2" /> - <line color="C_border_unfocused" x1="1" y1="4" x2="1" y2="height-2" /> - <line color="C_border_unfocused" x1="width-1" y1="4" x2="width-1" y2="height-2" /> - <line color="C_border_unfocused" x1="width-2" y1="4" x2="width-2" y2="height-2" /> - <arc color="C_border_unfocused" x="0" y="0" width="8" height="8" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="1" y="1" width="6" height="6" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="0" y="0" width="8" height="8" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="1" y="1" width="6" height="6" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-9" y="0" width="8" height="8" start_angle="0" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-8" y="1" width="6" height="6" start_angle="0" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-9" y="0" width="8" height="8" start_angle="0" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-8" y="1" width="6" height="6" start_angle="0" extent_angle="90" /> -</draw_ops> - - -<draw_ops name="border_right_focused"> - <line - x1="width-1" y1="0" - x2="width-1" y2="height" - color="C_border_focused" /> - <line - x1="width-2" y1="0" - x2="width-2" y2="height" - color="C_border_focused" /> -</draw_ops> - -<draw_ops name="border_right_unfocused"> - <line - x1="width-1" y1="0" - x2="width-1" y2="height" - color="C_border_unfocused" /> - <line - x1="width-2" y1="0" - x2="width-2" y2="height" - color="C_border_unfocused" /> -</draw_ops> - -<draw_ops name="border_left_focused"> - <line - x1="0" y1="0" - x2="0" y2="height" - color="C_border_focused" /> - <line - x1="1" y1="0" - x2="1" y2="height" - color="C_border_focused" /> -</draw_ops> - -<draw_ops name="border_left_unfocused"> - <line - x1="0" y1="0" - x2="0" y2="height" - color="C_border_unfocused" /> - <line - x1="1" y1="0" - x2="1" y2="height" - color="C_border_unfocused" /> -</draw_ops> - - <!-- button icons--> - -<draw_ops name="close_glyph_focused"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="close_glyph_focused_prelight"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused_prelight" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_focused_prelight" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused_prelight" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused_prelight" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_focused_prelight" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused_prelight" /> -</draw_ops> - -<draw_ops name="close_glyph_focused_pressed"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused_pressed" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_focused_pressed" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused_pressed" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused_pressed" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_focused_pressed" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_focused_pressed" /> -</draw_ops> - -<draw_ops name="close_focused"> - <include name="close_glyph_focused" /> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <include name="close_glyph_focused_prelight" /> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <include name="close_glyph_focused_pressed" /> -</draw_ops> - -<draw_ops name="close_glyph_unfocused"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="close_unfocused"> - <include name="close_glyph_unfocused" y="D_icons_unfocused_offset" /> - <include name="close_glyph_unfocused" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="close_glyph_unfocused_prelight"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_prelight" /> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <include name="close_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> - <include name="close_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="close_glyph_unfocused_pressed"> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> - <line - x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> - <line - x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> - <line - x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> - <line - x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" - color="C_icons_unfocused_pressed" /> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <include name="close_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> - <include name="close_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="maximize_glyph_focused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="maximize_glyph_focused_prelight"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused_prelight" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused_prelight" /> -</draw_ops> - -<draw_ops name="maximize_glyph_focused_pressed"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused_pressed" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused_pressed" /> -</draw_ops> - - -<draw_ops name="maximize_focused"> - <include name="maximize_glyph_focused" /> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <include name="maximize_glyph_focused_prelight" /> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <include name="maximize_glyph_focused_pressed" /> -</draw_ops> - -<draw_ops name="maximize_glyph_unfocused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <include name="maximize_glyph_unfocused" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="maximize_glyph_unfocused_prelight"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_prelight" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_prelight" /> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <include name="maximize_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="maximize_glyph_unfocused_pressed"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_pressed" /> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_pressed" /> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <include name="maximize_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="minimize_glyph_focused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="minimize_glyph_focused_prelight"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused_prelight" /> -</draw_ops> - -<draw_ops name="minimize_glyph_focused_pressed"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused_pressed" /> -</draw_ops> - -<draw_ops name="minimize_focused"> - <include name="minimize_glyph_focused" /> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <include name="minimize_glyph_focused_prelight" /> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <include name="minimize_glyph_focused_pressed" /> -</draw_ops> - -<draw_ops name="minimize_glyph_unfocused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <include name="minimize_glyph_unfocused" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="minimize_glyph_unfocused_prelight"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_prelight" /> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <include name="minimize_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="minimize_glyph_unfocused_pressed"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_pressed" /> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <include name="minimize_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="menu_glyph_focused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="menu_glyph_focused_prelight"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused_prelight" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused_prelight" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused_prelight" /> -</draw_ops> - -<draw_ops name="menu_glyph_focused_pressed"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused_pressed" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_focused_pressed" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused_pressed" /> -</draw_ops> - -<draw_ops name="menu_focused"> - <include name="menu_glyph_focused" /> -</draw_ops> - -<draw_ops name="menu_focused_prelight"> - <include name="menu_glyph_focused_prelight" /> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <include name="menu_glyph_focused_pressed" /> -</draw_ops> - -<draw_ops name="menu_glyph_unfocused"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <include name="menu_glyph_unfocused" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="menu_glyph_unfocused_prelight"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_prelight" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_prelight" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_prelight" /> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <include name="menu_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="menu_glyph_unfocused_pressed"> - <rectangle - x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_pressed" /> - <rectangle - x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" - color="C_icons_unfocused_pressed" /> - <rectangle - x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_pressed" /> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <include name="menu_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="shade_glyph_focused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_focused" /> - <rectangle - x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="shade_glyph_focused_prelight"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused_prelight" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused_prelight" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_focused_prelight" /> - <rectangle - x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_focused_prelight" /> -</draw_ops> - -<draw_ops name="shade_glyph_focused_pressed"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused_pressed" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_focused_pressed" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_focused_pressed" /> - <rectangle - x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_focused_pressed" /> -</draw_ops> - -<draw_ops name="shade_focused"> - <include name="shade_glyph_focused" /> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <include name="shade_glyph_focused_prelight" /> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <include name="shade_glyph_focused_pressed" /> -</draw_ops> - -<draw_ops name="shade_glyph_unfocused"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused" /> - <rectangle - x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <include name="shade_glyph_unfocused" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="shade_glyph_unfocused_prelight"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_prelight" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_prelight" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused_prelight" /> - <rectangle - x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused_prelight" /> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <include name="shade_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> -</draw_ops> - -<draw_ops name="shade_glyph_unfocused_pressed"> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_pressed" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" - width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" - color="C_icons_unfocused_pressed" /> - <rectangle - x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused_pressed" /> - <rectangle - x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" - width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" - color="C_icons_unfocused_pressed" /> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <include name="shade_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> -</draw_ops> - - - <!-- button backgrounds --> - -<draw_ops name="button_fill"> <!-- button background --> - <tint color="gtk:custom(wm_button_bg,gtk:bg[NORMAL])" alpha="1" x="0" y="0" width="width" height="height-2" /> -</draw_ops> - -<draw_ops name="button_fill_prelight"> <!-- button background for prelight status --> - <tint color="gtk:custom(wm_button_prelight_bg,#000000)" alpha="1" x="0" y="0" width="width" height="height-2" /> -</draw_ops> - -<draw_ops name="button_bottom"> - <line x1="0" y1="height-2" x2="width-1" y2="height-2" color="C_border_focused" /> - <line x1="0" y1="height-3" x2="width-1" y2="height-3" color="C_border_focused" /> -</draw_ops> - -<draw_ops name="button_separator_left"> - <line x1="0" y1="0" x2="0" y2="height-3" color="C_border_focused" /> -</draw_ops> - -<draw_ops name="button_separator_right"> - <line x1="width-1" y1="0" x2="width-1" y2="height-3" color="C_border_focused" /> -</draw_ops> - - -<draw_ops name="button"> - <include name="button_fill" /> - <include name="button_separator_left" /> - <include name="button_separator_right" /> - <include name="button_bottom" /> -</draw_ops> - -<draw_ops name="button_prelight"> - <include name="button_fill_prelight" /> - <include name="button_bottom" /> -</draw_ops> - -<draw_ops name="button_pressed"> - <include name="button_fill_prelight" /> - <include name="button_bottom" /> -</draw_ops> - -<draw_ops name="button_inner_right_fill"> - <tint color="gtk:custom(wm_button_bg,gtk:bg[NORMAL])" alpha="1" x="2" y="0" width="width-2" height="height-3" /> -</draw_ops> - -<draw_ops name="button_inner_right_fill_prelight"> - <tint color="gtk:custom(wm_button_prelight_bg,gtk:fg[NORMAL])" alpha="1" x="2" y="0" width="width-2" height="height-3" /> -</draw_ops> - -<draw_ops name="button_inner_right_fill_pressed"> - <tint color="gtk:custom(wm_button_pressed_bg,gtk:text[NORMAL])" alpha="1" x="2" y="0" width="width-2" height="height-3" /> -</draw_ops> - -<draw_ops name="button_inner_right_border"> - <arc color="C_border_focused" x="0" y="height-10" width="8" height="8" start_angle="180" extent_angle="90" /> - <arc color="C_border_focused" x="1" y="height-9" width="6" height="6" start_angle="180" extent_angle="90" /> - <line color="C_border_focused" x1="0" y1="0" x2="0" y2="height-6"/> - <line color="C_border_focused" x1="1" y1="0" x2="1" y2="height-6"/> - <line x1="4" y1="height-2" x2="width-1" y2="height-2" color="C_border_focused" /> - <line x1="4" y1="height-3" x2="width-1" y2="height-3" color="C_border_focused" /> -</draw_ops> - -<draw_ops name="button_inner_right"> - <include name="button_inner_right_fill" /> - <include name="button_separator_right" /> - <include name="button_inner_right_border" /> -</draw_ops> - -<draw_ops name="button_inner_right_prelight"> - <include name="button_inner_right_fill_prelight" /> - <include name="button_separator_right" /> - <include name="button_inner_right_border" /> -</draw_ops> - -<draw_ops name="button_inner_right_pressed"> - <include name="button_inner_right_fill_pressed" /> - <include name="button_separator_right" /> - <include name="button_inner_right_border" /> -</draw_ops> - -<draw_ops name="button_inner_left_fill"> - <tint color="gtk:custom(wm_button_bg,gtk:bg[NORMAL])" alpha="1" x="1" y="0" width="width-2" height="height-3" /> -</draw_ops> - -<draw_ops name="button_inner_left_fill_prelight"> - <tint color="gtk:custom(wm_button_prelight_bg,gtk:fg[NORMAL])" alpha="1" x="1" y="0" width="width-2" height="height-3" /> -</draw_ops> - -<draw_ops name="button_inner_left_fill_pressed"> - <tint color="gtk:custom(wm_button_pressed_bg,gtk:text[NORMAL])" alpha="1" x="1" y="0" width="width-2" height="height-3" /> -</draw_ops> - -<draw_ops name="button_inner_left_border"> - <arc color="C_border_focused" x="width-9" y="height-10" width="8" height="8" start_angle="90" extent_angle="90" /> - <arc color="C_border_focused" x="width-8" y="height-9" width="6" height="6" start_angle="90" extent_angle="90" /> - <line color="C_border_focused" x1="width-1" y1="0" x2="width-1" y2="height-6"/> - <line color="C_border_focused" x1="width-2" y1="0" x2="width-2" y2="height-6"/> - <line x1="0" y1="height-2" x2="width-5" y2="height-2" color="C_border_focused" /> - <line x1="0" y1="height-3" x2="width-5" y2="height-3" color="C_border_focused" /> -</draw_ops> - -<draw_ops name="button_inner_left"> - <include name="button_inner_left_fill" /> - <include name="button_separator_left" /> - <include name="button_inner_left_border" /> -</draw_ops> - -<draw_ops name="button_inner_left_prelight"> - <include name="button_inner_left_fill_prelight" /> - <include name="button_separator_left" /> - <include name="button_inner_left_border" /> -</draw_ops> - -<draw_ops name="button_inner_left_pressed"> - <include name="button_inner_left_fill_pressed" /> - <include name="button_separator_left" /> - <include name="button_inner_left_border" /> -</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="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" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> - <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> - - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> - <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> - - <button version=">= 3.3" function="left_single_background" state="normal" draw_ops="button_inner_left"/> - <button version=">= 3.3" function="left_single_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button version=">= 3.3" function="left_single_background" state="pressed" draw_ops="button_inner_left_pressed"/> - <button version=">= 3.3" function="right_single_background" state="normal" draw_ops="button_inner_right"/> - <button version=">= 3.3" function="right_single_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button version=">= 3.3" function="right_single_background" state="pressed" draw_ops="button_inner_right_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_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"/> - <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_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> - <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> - - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> - <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> - - <button version=">= 3.3" function="left_single_background" state="normal" draw_ops="button_inner_left"/> - <button version=">= 3.3" function="left_single_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button version=">= 3.3" function="left_single_background" state="pressed" draw_ops="button_inner_left_pressed"/> - <button version=">= 3.3" function="right_single_background" state="normal" draw_ops="button_inner_right"/> - <button version=">= 3.3" function="right_single_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button version=">= 3.3" function="right_single_background" state="pressed" draw_ops="button_inner_right_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_fill_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_shaded_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <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" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> - <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> - - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> - <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> - - <button version=">= 3.3" function="left_single_background" state="normal" draw_ops="button_inner_left"/> - <button version=">= 3.3" function="left_single_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button version=">= 3.3" function="left_single_background" state="pressed" draw_ops="button_inner_left_pressed"/> - <button version=">= 3.3" function="right_single_background" state="normal" draw_ops="button_inner_right"/> - <button version=">= 3.3" function="right_single_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button version=">= 3.3" function="right_single_background" state="pressed" draw_ops="button_inner_right_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_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_unfocused" /></draw_ops></piece> - <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="nobuttons"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <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" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> - <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> - - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> - <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> - - <button version=">= 3.3" function="left_single_background" state="normal" draw_ops="button_inner_left"/> - <button version=">= 3.3" function="left_single_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button version=">= 3.3" function="left_single_background" state="pressed" draw_ops="button_inner_left_pressed"/> - <button version=">= 3.3" function="right_single_background" state="normal" draw_ops="button_inner_right"/> - <button version=">= 3.3" function="right_single_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button version=">= 3.3" function="right_single_background" state="pressed" draw_ops="button_inner_right_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="nobuttons"> - <piece position="entire_background" draw_ops="entire_background_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"/> - <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" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> - <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> - - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> - <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> - - <button version=">= 3.3" function="left_single_background" state="normal" draw_ops="button_inner_left"/> - <button version=">= 3.3" function="left_single_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button version=">= 3.3" function="left_single_background" state="pressed" draw_ops="button_inner_left_pressed"/> - <button version=">= 3.3" function="right_single_background" state="normal" draw_ops="button_inner_right"/> - <button version=">= 3.3" function="right_single_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button version=">= 3.3" function="right_single_background" state="pressed" draw_ops="button_inner_right_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_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"/> - <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_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button version="< 3.3" function="left_middle_background" state="normal" draw_ops="button_inner_left"/> - <button version="< 3.3" function="left_middle_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button version="< 3.3" function="left_middle_background" state="pressed" draw_ops="button_inner_left_pressed"/> - - <button version="< 3.3" function="right_middle_background" state="normal" draw_ops="button_inner_right"/> - <button version="< 3.3" function="right_middle_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button version="< 3.3" function="right_middle_background" state="pressed" draw_ops="button_inner_right_pressed"/> - - <button version=">= 3.3" function="left_middle_background" state="normal" draw_ops="button"/> - <button version=">= 3.3" function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button version=">= 3.3" function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - - <button version=">= 3.3"function="right_middle_background" state="normal" draw_ops="button"/> - <button version=">= 3.3"function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - <button version=">= 3.3"function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - - <button version=">= 3.3" function="left_single_background" state="normal" draw_ops="button_inner_left"/> - <button version=">= 3.3" function="left_single_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button version=">= 3.3" function="left_single_background" state="pressed" draw_ops="button_inner_left_pressed"/> - <button version=">= 3.3" function="right_single_background" state="normal" draw_ops="button_inner_right"/> - <button version=">= 3.3" function="right_single_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button version=">= 3.3" function="right_single_background" state="pressed" draw_ops="button_inner_right_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_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"/> - <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="border"> - <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="border"> - <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> - -<frame_style name="borderless" geometry="borderless"> - <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="attached_focused" geometry="attached"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_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="attached_unfocused" geometry="attached"> - <piece position="entire_background" draw_ops="entire_background_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></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="tiled_left_focused" geometry="tiled_left"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <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" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> - <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> - - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> - <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> - - <button version=">= 3.3" function="left_single_background" state="normal" draw_ops="button_inner_left"/> - <button version=">= 3.3" function="left_single_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button version=">= 3.3" function="left_single_background" state="pressed" draw_ops="button_inner_left_pressed"/> - <button version=">= 3.3" function="right_single_background" state="normal" draw_ops="button_inner_right"/> - <button version=">= 3.3" function="right_single_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button version=">= 3.3" function="right_single_background" state="pressed" draw_ops="button_inner_right_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="tiled_left_unfocused" geometry="tiled_left"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_right_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="tiled_right_focused" geometry="tiled_right"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <!-- <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" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="shade_focused" /> - <button function="unshade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> - - <button function="left_middle_background" state="normal" draw_ops="button"/> - <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> - <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> - - <button function="right_middle_background" state="normal" draw_ops="button"/> - <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> - <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> - <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> - - <button version=">= 3.3" function="left_single_background" state="normal" draw_ops="button_inner_left"/> - <button version=">= 3.3" function="left_single_background" state="prelight" draw_ops="button_inner_left_prelight"/> - <button version=">= 3.3" function="left_single_background" state="pressed" draw_ops="button_inner_left_pressed"/> - <button version=">= 3.3" function="right_single_background" state="normal" draw_ops="button_inner_right"/> - <button version=">= 3.3" function="right_single_background" state="prelight" draw_ops="button_inner_right_prelight"/> - <button version=">= 3.3" function="right_single_background" state="pressed" draw_ops="button_inner_right_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="tiled_right_unfocused" geometry="tiled_right"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_left_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> - -<!-- 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 version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_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="borderless"/> - <frame focus="no" state="maximized" style="borderless"/> - <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> - -<frame_style_set name="attached_style_set"> - <frame focus="yes" state="normal" resize="both" style="attached_focused"/> - <frame focus="no" state="normal" resize="both" style="attached_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"/> -<window version=">= 3.2" type="attached" style_set="attached_style_set"/> - -</metacity_theme> diff --git a/src/themes/Makefile.am b/src/themes/Makefile.am deleted file mode 100644 index b4da0ad0..00000000 --- a/src/themes/Makefile.am +++ /dev/null @@ -1,54 +0,0 @@ -THEMES= \ - Adwaita \ - Atlanta \ - Bright \ - Crux \ - Esco \ - HighContrast \ - AgingGorilla \ - Metabox \ - Simple - -THEME_DIR=$(datadir)/themes -THEME_SUBDIR=metacity-1 - -install-data-local: - $(mkinstalldirs) $(DESTDIR)$(THEME_DIR); \ - for THEME in $(THEMES); do \ - echo '-- Installing theme '$$THEME; \ - $(mkinstalldirs) $(DESTDIR)$(THEME_DIR)/$$THEME; \ - $(mkinstalldirs) $(DESTDIR)$(THEME_DIR)/$$THEME/$(THEME_SUBDIR); \ - (installfiles=`find $(srcdir)/$$THEME -name "*.png" -o -name "*.xml"`; \ - for i in $$installfiles; do \ - echo '-- Installing '$$i ; \ - $(INSTALL_DATA) $$i $(DESTDIR)$(THEME_DIR)/$$THEME/$(THEME_SUBDIR) ; \ - done) \ - done - -uninstall-local: - for THEME in $(THEMES); do \ - echo '-- Uninstalling theme '$$THEME; \ - (uninstallfiles=`find $(srcdir)/$$THEME -name "*.png" -o -name "*.xml"`; \ - for i in $$uninstallfiles; do \ - i=`basename $$i`; \ - echo '-- Removing '$$i ; \ - rm -f $(DESTDIR)$(THEME_DIR)/$$THEME/$(THEME_SUBDIR)/$$i ; \ - done); \ - rmdir $(DESTDIR)$(THEME_DIR)/$$THEME/$(THEME_SUBDIR) || :; \ - rmdir $(DESTDIR)$(THEME_DIR)/$$THEME || :; \ - done - -rmdir $(DESTDIR)$(THEME_DIR) - -dist-hook: - mkdir $(distdir)/themes; \ - for THEME in $(THEMES); do \ - echo '-- Disting theme '$$THEME; \ - mkdir $(distdir)/$$THEME; \ - (installfiles=`find $(srcdir)/$$THEME -name "*.png" -o -name "*.xml"`; \ - for i in $$installfiles; do \ - echo '-- Disting '$$i ; \ - cp $$i $(distdir)/$$THEME; \ - done) \ - done - --include $(top_srcdir)/git.mk diff --git a/src/themes/Metabox/metacity-theme-1.xml b/src/themes/Metabox/metacity-theme-1.xml deleted file mode 100644 index ac90a3f9..00000000 --- a/src/themes/Metabox/metacity-theme-1.xml +++ /dev/null @@ -1,479 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> - <info> - <name>Metabox</name> - <author>Garrett LeSage <garrett@redhat.com> based on Havoc Pennington <hp@redhat.com>'s Atlanta theme</author> - <copyright>Â Garrett LeSage, Havoc Pennington, 2002</copyright> - <date>Jun 12, 2002</date> - <description>Looks a little like BlackBox.</description> - </info> - - <frame_geometry name="normal"> - <distance name="left_width" value="1"/> - <distance name="right_width" value="1"/> - <distance name="bottom_height" value="6"/> - <distance name="left_titlebar_edge" value="1"/> - <distance name="right_titlebar_edge" value="1"/> - <distance name="title_vertical_pad" value="3"/> - <border name="title_border" left="0" right="0" top="1" bottom="1"/> - <border name="button_border" left="0" right="0" top="1" bottom="1"/> - <aspect_ratio name="button" value="1.0"/> - </frame_geometry> - - <!-- strip borders off the normal geometry --> - <frame_geometry name="normal_small_borders" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - </frame_geometry> - - <frame_geometry name="utility" title_scale="small"> - <distance name="left_width" value="1"/> - <distance name="right_width" value="1"/> - <distance name="bottom_height" value="4"/> - <distance name="left_titlebar_edge" value="1"/> - <distance name="right_titlebar_edge" value="1"/> - <distance name="title_vertical_pad" value="1"/> - <border name="title_border" left="0" right="0" top="1" bottom="1"/> - <border name="button_border" left="0" right="0" top="1" bottom="1"/> - <aspect_ratio name="button" value="1.0"/> - </frame_geometry> - - <frame_geometry name="border" has_title="false"> - <distance name="left_width" value="4"/> - <distance name="right_width" value="4"/> - <distance name="bottom_height" value="4"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="button_width" value="0"/> - <distance name="button_height" value="0"/> - <distance name="title_vertical_pad" value="4"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - </frame_geometry> - - <!-- define constants --> - <constant name="ArrowWidth" value="7"/> - <constant name="ArrowHeight" value="5"/> - <constant name="ButtonIPad" value="4"/> - <constant name="ThickLineWidth" value="3"/> - <constant name="IconTitleSpacing" value="2"/> - <constant name="SpacerWidth" value="8"/> - <constant name="SpacerHeight" value="11"/> - - <!-- Backgrounds --> - - <draw_ops name="bg_active"> - <gradient type="vertical" x="0" y="0" width="width" height="height"> - <color value="shade/gtk:bg[SELECTED]/1.25"/> - <color value="shade/gtk:bg[SELECTED]/0.85"/> - </gradient> - </draw_ops> - - <draw_ops name="bg_inactive"> - <gradient type="vertical" x="0" y="0" width="width" height="height"> - <color value="shade/gtk:bg[INSENSITIVE]/1.1"/> - <color value="shade/gtk:bg[INSENSITIVE]/0.9"/> - </gradient> - </draw_ops> - - <draw_ops name="bg_button_active"> - <include name="bg_active"/> - </draw_ops> - - <draw_ops name="bg_button_inactive"> - <include name="bg_inactive"/> - </draw_ops> - - <draw_ops name="bg_title_active"> - <include name="bg_active"/> - </draw_ops> - - <draw_ops name="bg_title_inactive"> - <include name="bg_inactive"/> - </draw_ops> - - <!-- Buttons --> - - <draw_ops name="button_pressed_bg"> - <gradient type="vertical" x="0" y="0" width="width" height="height" alpha="0.25"> - <color value="shade/gtk:bg[SELECTED]/0.75"/> - <color value="shade/gtk:bg[SELECTED]/0.5"/> - </gradient> - </draw_ops> - - <draw_ops name="button_prelight_bg"> - <gradient type="vertical" x="0" y="0" width="width" height="height" alpha="0.25"> - <color value="shade/gtk:bg[SELECTED]/2.0"/> - <color value="shade/gtk:bg[SELECTED]/1.5"/> - </gradient> - </draw_ops> - - <draw_ops name="menu_button"> - <include name="bg_button_active"/> - <line color="blend/gtk:bg[SELECTED]/gtk:fg[SELECTED]/0.75" width="2" x1="ButtonIPad+1" y1="width/2+2" x2="(width-ButtonIPad)/2+1" y2="width/2+2"/> - <line color="blend/gtk:bg[SELECTED]/gtk:fg[SELECTED]/0.75" width="2" x1="ButtonIPad+1" y1="width/2-2" x2="(width-ButtonIPad)/2+1" y2="width/2-2"/> - <line color="blend/gtk:bg[SELECTED]/gtk:fg[SELECTED]/0.75" width="2" x1="width-ButtonIPad-1" y1="width/2+2" x2="width-(width-ButtonIPad)/2-1" y2="width/2+2"/> - <line color="blend/gtk:bg[SELECTED]/gtk:fg[SELECTED]/0.75" width="2" x1="width-ButtonIPad-1" y1="width/2-2" x2="width-(width-ButtonIPad)/2-1" y2="width/2-2"/> - </draw_ops> - - <draw_ops name="menu_button_pressed"> - <include name="menu_button"/> - <include name="button_pressed_bg"/> - </draw_ops> - - <draw_ops name="menu_button_prelight"> - <include name="menu_button"/> - <include name="button_prelight_bg"/> - </draw_ops> - - <draw_ops name="menu_button_unfocused"> - <include name="bg_button_inactive"/> - <line color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" width="2" x1="ButtonIPad+1" y1="width/2+2" x2="(width-ButtonIPad)/2+1" y2="width/2+2"/> - <line color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" width="2" x1="ButtonIPad+1" y1="width/2-2" x2="(width-ButtonIPad)/2+1" y2="width/2-2"/> - <line color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" width="2" x1="width-ButtonIPad-1" y1="width/2+2" x2="width-(width-ButtonIPad)/2-1" y2="width/2+2"/> - <line color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" width="2" x1="width-ButtonIPad-1" y1="width/2-2" x2="width-(width-ButtonIPad)/2-1" y2="width/2-2"/> - </draw_ops> - - <draw_ops name="minimize_button"> - <include name="bg_button_active"/> - <line color="blend/gtk:bg[SELECTED]/gtk:fg[SELECTED]/0.75" - x1="ButtonIPad" - y1="height - ButtonIPad - ThickLineWidth + 1" - x2="width - ButtonIPad" - y2="height - ButtonIPad - ThickLineWidth + 1" - width="3"/> <!-- FIXME allow a constant here --> - </draw_ops> - - <draw_ops name="minimize_button_pressed"> - <include name="minimize_button"/> - <include name="button_pressed_bg"/> - </draw_ops> - - <draw_ops name="minimize_button_prelight"> - <include name="minimize_button"/> - <include name="button_prelight_bg"/> - </draw_ops> - - <draw_ops name="minimize_button_unfocused"> - <include name="bg_button_inactive"/> - <line color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" - x1="ButtonIPad" - y1="height - ButtonIPad - ThickLineWidth + 1" - x2="width - ButtonIPad" - y2="height - ButtonIPad - ThickLineWidth + 1" - width="3"/> <!-- FIXME allow a constant here --> - </draw_ops> - - <draw_ops name="maximize_button"> - <include name="bg_button_active"/> - <rectangle color="blend/gtk:bg[SELECTED]/gtk:fg[SELECTED]/0.75" filled="false" - x="ButtonIPad" y="ButtonIPad" width="width-ButtonIPad*2-1" height="height-ButtonIPad*2-1"/> - <line color="blend/gtk:bg[SELECTED]/gtk:fg[SELECTED]/0.75" width="3" - x1="ButtonIPad" y1="ButtonIPad+1" x2="width-ButtonIPad" y2="ButtonIPad+1"/> - </draw_ops> - - <draw_ops name="maximize_button_pressed"> - <include name="maximize_button"/> - <include name="button_pressed_bg"/> - </draw_ops> - - <draw_ops name="maximize_button_prelight"> - <include name="maximize_button"/> - <include name="button_prelight_bg"/> - </draw_ops> - - <draw_ops name="maximize_button_unfocused"> - <include name="bg_button_inactive"/> - <rectangle color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" filled="false" - x="ButtonIPad" y="ButtonIPad" width="width-ButtonIPad*2-1" height="height-ButtonIPad*2-1"/> - <line color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" width="3" - x1="ButtonIPad" y1="ButtonIPad+1" x2="width-ButtonIPad" y2="ButtonIPad+1"/> - </draw_ops> - - <draw_ops name="mini_window_icon"> - <rectangle color="gtk:bg[SELECTED]" filled="true" - x="0" y="0" width="width-1" height="height-1"/> - <rectangle color="blend/gtk:bg[SELECTED]/gtk:fg[SELECTED]/0.75" filled="false" - x="0" y="0" width="width-1" height="height-1"/> - <line color="blend/gtk:bg[SELECTED]/gtk:fg[SELECTED]/0.75" width="2" - x1="0" y1="1" x2="width" y2="1"/> - </draw_ops> - - <draw_ops name="mini_window_icon_unfocused"> - <rectangle color="gtk:bg[NORMAL]" filled="true" - x="0" y="0" width="width-1" height="height-1"/> - <rectangle color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" filled="false" - x="0" y="0" width="width-1" height="height-1"/> - <line color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" width="2" - x1="0" y1="1" x2="width" y2="1"/> - </draw_ops> - - <draw_ops name="restore_button"> - <include name="bg_button_active"/> - <include name="mini_window_icon" - x="3 + ButtonIPad" y="ButtonIPad" - width="width - 7 - ButtonIPad" - height="height - 7 - ButtonIPad"/> - <include name="mini_window_icon" - x="ButtonIPad" y="3 + ButtonIPad" - width="width - 7 - ButtonIPad" - height="height - 7 - ButtonIPad"/> - </draw_ops> - - <draw_ops name="restore_button_pressed"> - <include name="restore_button"/> - <include name="button_pressed_bg"/> - </draw_ops> - - <draw_ops name="restore_button_prelight"> - <include name="restore_button"/> - <include name="button_prelight_bg"/> - </draw_ops> - - <draw_ops name="restore_button_unfocused"> - <include name="bg_button_inactive"/> - <include name="mini_window_icon_unfocused" - x="3 + ButtonIPad" y="ButtonIPad" - width="width - 7 - ButtonIPad" - height="height - 7 - ButtonIPad"/> - <include name="mini_window_icon_unfocused" - x="ButtonIPad" y="3 + ButtonIPad" - width="width - 7 - ButtonIPad" - height="height - 7 - ButtonIPad"/> - </draw_ops> - - <draw_ops name="close_button"> - <include name="bg_button_active"/> - <!-- draw longer lines and clip for 'x' with symmetrical endpoints <joefefifo@yahoo.com> --> - <clip x="ButtonIPad" y="ButtonIPad" - width="width - ButtonIPad - 4" - height="height - ButtonIPad - 4"/> - <line color="blend/gtk:bg[SELECTED]/gtk:fg[SELECTED]/0.75" - width="2" - x1="ButtonIPad" y1="ButtonIPad" - x2="width - ButtonIPad" y2="height - ButtonIPad"/> - - <line color="blend/gtk:bg[SELECTED]/gtk:fg[SELECTED]/0.75" - width="2" - x1="ButtonIPad" y1="height - ButtonIPad - 1" - x2="width - ButtonIPad" y2="ButtonIPad - 1"/> - </draw_ops> - - <draw_ops name="close_button_pressed"> - <include name="close_button"/> - <include name="button_pressed_bg"/> - </draw_ops> - - <draw_ops name="close_button_prelight"> - <include name="close_button"/> - <include name="button_prelight_bg"/> - </draw_ops> - - <draw_ops name="close_button_unfocused"> - <include name="bg_button_inactive"/> - <!-- draw longer lines and clip for 'x' with symmetrical endpoints <joefefifo@yahoo.com> --> - <clip x="ButtonIPad" y="ButtonIPad" - width="width - ButtonIPad - 4" - height="height - ButtonIPad - 4"/> - <line color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" - width="2" - x1="ButtonIPad" y1="ButtonIPad" - x2="width - ButtonIPad" y2="height - ButtonIPad"/> - <line color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" - width="2" - x1="ButtonIPad" y1="height - ButtonIPad - 1" - x2="width - ButtonIPad" y2="ButtonIPad - 1"/> - </draw_ops> - - <draw_ops name="outer_bevel"> - <rectangle color="#000000" - x="0" y="0" width="width-1" height="height-1"/> - <line color="gtk:light[NORMAL]" - x1="1" y1="1" x2="1" y2="height-2"/> - <line color="gtk:light[NORMAL]" - x1="1" y1="1" x2="width-2" y2="1"/> - <line color="gtk:dark[NORMAL]" - x1="width-2" y1="1" x2="width-2" y2="height-2"/> - <line color="gtk:dark[NORMAL]" - x1="1" y1="height-2" x2="width-2" y2="height-2"/> - </draw_ops> - - <draw_ops name="blank"> - <!-- nothing --> - </draw_ops> - - <draw_ops name="focus_outline"> - <rectangle color="#000000" - x="left_width-1" y="top_height-1" - width="width-left_width-right_width+1" - height="height-top_height-bottom_height+1"/> - </draw_ops> - - <draw_ops name="focus_background"> - <include name="outer_bevel"/> - <include name="focus_outline"/> - </draw_ops> - - <draw_ops name="title_text_focused_with_icon"> - <clip x="0" y="0" width="width" height="height"/> - <title color="gtk:fg[SELECTED]" - x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2 + mini_icon_width + IconTitleSpacing" - y="((height - title_height) / 2) `max` 0"/> - <icon x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2" - y="(height-mini_icon_height) / 2" - width="mini_icon_width" height="mini_icon_height"/> - </draw_ops> - - <draw_ops name="title_text_focused_no_icon"> - <clip x="0" y="0" width="width" height="height"/> - <title color="gtk:fg[SELECTED]" - x="(0 `max` (width-title_width)) / 2" - y="((height - title_height) / 2) `max` 0"/> - </draw_ops> - - <draw_ops name="title_text_with_icon"> - <clip x="0" y="0" width="width" height="height"/> - <title color="gtk:fg[INSENSITIVE]" - x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2 + mini_icon_width + IconTitleSpacing" - y="((height - title_height) / 2) `max` 0"/> - <icon x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2" - y="(height-mini_icon_height) / 2" - width="mini_icon_width" height="mini_icon_height"/> - </draw_ops> - - <draw_ops name="title_text_no_icon"> - <clip x="0" y="0" width="width" height="height"/> - <title color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" - x="(0 `max` (width-title_width)) / 2" - y="((height - title_height) / 2) `max` 0"/> - </draw_ops> - - <draw_ops name="title_normal"> - <include name="bg_title_inactive"/> - <include name="title_text_no_icon"/> - </draw_ops> - - <draw_ops name="title_focused"> - <include name="bg_title_active"/> - <include name="title_text_focused_no_icon"/> - </draw_ops> - - <draw_ops name="title_utility"> - <include name="title_text_no_icon"/> - </draw_ops> - - <draw_ops name="title_utility_focused"> - <include name="bg_title_active"/> - <include name="title_text_focused_no_icon"/> - </draw_ops> - - <frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="focus_background"/> - <piece position="title" draw_ops="title_normal"/> - - <!-- we don't specify for prelight, so normal is used --> - <button function="close" state="normal" draw_ops="close_button_unfocused"/> - <button function="close" state="pressed" draw_ops="close_button_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_button_unfocused"/> - <button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_button_unfocused"/> - <button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/> - <button function="menu" state="normal" draw_ops="menu_button_unfocused"/> - <button function="menu" state="pressed" draw_ops="menu_button_pressed"/> - </frame_style> - - <frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="focus_background"/> - <piece position="title" draw_ops="title_focused"/> - - <!-- we don't specify for prelight, so normal is used --> - <button function="close" state="normal" draw_ops="close_button"/> - <button function="close" state="pressed" draw_ops="close_button_pressed"/> - <button function="close" state="prelight" draw_ops="close_button_prelight"/> - <button function="minimize" state="normal" draw_ops="minimize_button"/> - <button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/> - <button function="minimize" state="prelight" draw_ops="minimize_button_prelight"/> - <button function="maximize" state="normal" draw_ops="maximize_button"/> - <button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/> - <button function="maximize" state="prelight" draw_ops="maximize_button_prelight"/> - <button function="menu" state="normal" draw_ops="menu_button"/> - <button function="menu" state="pressed" draw_ops="menu_button_pressed"/> - <button function="menu" state="prelight" draw_ops="menu_button_prelight"/> - </frame_style> - - <frame_style name="maximized_unfocused" geometry="normal_small_borders" parent="normal_unfocused"> - <piece position="entire_background" draw_ops="blank"/> - <button function="maximize" state="normal" draw_ops="restore_button_unfocused"/> - <button function="maximize" state="pressed" draw_ops="restore_button_pressed"/> - </frame_style> - - <frame_style name="maximized_focused" geometry="normal_small_borders" parent="normal_focused"> - <piece position="entire_background" draw_ops="focus_outline"/> - <button function="maximize" state="normal" draw_ops="restore_button"/> - <button function="maximize" state="pressed" draw_ops="restore_button_pressed"/> - <button function="maximize" state="prelight" draw_ops="restore_button_prelight"/> - </frame_style> - - <frame_style name="utility_unfocused" geometry="utility" parent="normal_unfocused"> - <piece position="title" draw_ops="title_utility"/> - </frame_style> - - <frame_style name="utility_focused" geometry="utility" parent="normal_focused"> - <piece position="title" draw_ops="title_utility_focused"/> - </frame_style> - - <frame_style name="border" geometry="border" parent="normal_unfocused"> - <piece position="entire_background" draw_ops="outer_bevel"/> - <piece position="title" draw_ops="blank"/> - </frame_style> - - <frame_style_set name="normal"> - <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="maximized_focused"/> - <frame focus="no" state="maximized" style="maximized_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="maximized_focused"/> - <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/> - </frame_style_set> - - <frame_style_set name="utility" parent="normal"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> - <!-- this is a bunch of crack since utility windows shouldn't be maximized --> - <frame focus="yes" state="maximized" style="utility_focused"/> - <frame focus="no" state="maximized" style="utility_unfocused"/> - <frame focus="yes" state="shaded" style="utility_focused"/> - <frame focus="no" state="shaded" style="utility_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="utility_focused"/> - <frame focus="no" state="maximized_and_shaded" style="utility_unfocused"/> - </frame_style_set> - - <frame_style_set name="border"> - <frame focus="yes" state="normal" resize="both" style="border"/> - <frame focus="no" state="normal" resize="both" style="border"/> - <frame focus="yes" state="maximized" style="border"/> - <frame focus="no" state="maximized" style="border"/> - <frame focus="yes" state="shaded" style="border"/> - <frame focus="no" state="shaded" style="border"/> - <frame focus="yes" state="maximized_and_shaded" style="border"/> - <frame focus="no" state="maximized_and_shaded" style="border"/> - </frame_style_set> - - <window type="normal" style_set="normal"/> - <window type="dialog" style_set="normal"/> - <window type="modal_dialog" style_set="normal"/> - <window type="menu" style_set="normal"/> - <window type="utility" style_set="utility"/> - <window type="border" style_set="border"/> - - <menu_icon function="close" state="normal" draw_ops="close_button"/> - <menu_icon function="maximize" state="normal" draw_ops="maximize_button"/> - <menu_icon function="unmaximize" state="normal" draw_ops="restore_button"/> - <menu_icon function="minimize" state="normal" draw_ops="minimize_button"/> - -</metacity_theme> diff --git a/src/themes/Simple/close.png b/src/themes/Simple/close.png Binary files differdeleted file mode 100644 index 3c29292d..00000000 --- a/src/themes/Simple/close.png +++ /dev/null diff --git a/src/themes/Simple/maximize.png b/src/themes/Simple/maximize.png Binary files differdeleted file mode 100644 index e487352b..00000000 --- a/src/themes/Simple/maximize.png +++ /dev/null diff --git a/src/themes/Simple/maximized.png b/src/themes/Simple/maximized.png Binary files differdeleted file mode 100644 index 5e3ad4c5..00000000 --- a/src/themes/Simple/maximized.png +++ /dev/null diff --git a/src/themes/Simple/metacity-theme-1.xml b/src/themes/Simple/metacity-theme-1.xml deleted file mode 100644 index ec97ce86..00000000 --- a/src/themes/Simple/metacity-theme-1.xml +++ /dev/null @@ -1,346 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Simple</name> - <author>Tuomas Kuosmanen <tigert@ximian.com></author> - <copyright>Â Tuomas Kuosmanen, 2002, based on Atlanta theme by Havoc.</copyright> - <date>April, 2002</date> - <description>Default GNOME window theme</description> -</info> - -<frame_geometry name="normal"> - <distance name="left_width" value="4"/> - <distance name="right_width" value="4"/> - <distance name="bottom_height" value="4"/> - <distance name="left_titlebar_edge" value="2"/> - <distance name="right_titlebar_edge" value="2"/> - <distance name="button_width" value="16"/> - <distance name="button_height" value="16"/> - <distance name="title_vertical_pad" value="0"/> - <border name="title_border" left="1" right="1" top="2" bottom="2"/> - <border name="button_border" left="1" right="1" top="0" bottom="0"/> -</frame_geometry> - -<!-- strip borders off the normal geometry --> -<frame_geometry name="normal_small_borders" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> -</frame_geometry> - -<frame_geometry name="utility" title_scale="xx-small"> - <distance name="left_width" value="3"/> - <distance name="right_width" value="3"/> - <distance name="bottom_height" value="4"/> - <distance name="left_titlebar_edge" value="3"/> - <distance name="right_titlebar_edge" value="3"/> - <distance name="button_width" value="16"/> - <distance name="button_height" value="16"/> - <distance name="title_vertical_pad" value="1"/> - <border name="title_border" left="3" right="4" top="3" bottom="3"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false"> - <distance name="left_width" value="4"/> - <distance name="right_width" value="4"/> - <distance name="bottom_height" value="4"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="button_width" value="0"/> - <distance name="button_height" value="0"/> - <distance name="title_vertical_pad" value="4"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<!-- define constants --> -<constant name="ArrowWidth" value="8"/> -<constant name="ArrowHeight" value="4"/> -<constant name="ButtonIPad" value="4"/> -<constant name="ThickLineWidth" value="3"/> -<constant name="IconTitleSpacing" value="6"/> -<constant name="SpacerWidth" value="2"/> -<constant name="SpacerHeight" value="10"/> - -<!-- Buttons --> - -<draw_ops name="button_pressed_bg"> - <rectangle color="gtk:light[NORMAL]" filled="true" - x="1" y="1" width="width" height="height"/> - <rectangle color="gtk:dark[NORMAL]" filled="true" - x="0" y="0" width="width - 1" height="height - 1"/> - <rectangle color="blend/#000000/gtk:bg[NORMAL]/0.9" filled="true" - x="1" y="1" width="width - 2" height="height - 2"/> - <!-- gtk_box state="active" shadow="out" x="0" y="0" width="width" height="height"/ --> -</draw_ops> - -<draw_ops name="menu_button"> - <icon x="1" - y="1" - width="width-2" height="height-2"/> -</draw_ops> - -<draw_ops name="menu_button_pressed"> - <include name="menu_button"/> -</draw_ops> - -<draw_ops name="minimize_button"> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" - y1="height - ButtonIPad - ThickLineWidth + 3" - x2="width" - y2="height - ButtonIPad - ThickLineWidth + 3" - width="2"/> -</draw_ops> - -<draw_ops name="minimize_button_pressed"> - <include name="button_pressed_bg"/> - <include name="minimize_button"/> -</draw_ops> - -<draw_ops name="maximize_button"> - <rectangle color="gtk:fg[NORMAL]" filled="false" - x="ButtonIPad" y="ButtonIPad" width="width-ButtonIPad*2 + 2" - height="height-ButtonIPad*2 + 1"/> - <line color="gtk:fg[NORMAL]" width="2" - x1="ButtonIPad" y1="ButtonIPad+1" x2="width-ButtonIPad + 2" - y2="ButtonIPad+2"/> -</draw_ops> - -<draw_ops name="maximize_button_pressed"> - <include name="button_pressed_bg"/> - <include name="maximize_button"/> -</draw_ops> - -<draw_ops name="mini_window_icon"> - <rectangle color="gtk:bg[NORMAL]" filled="true" - x="0" y="0" width="width-1" height="height-1"/> - <rectangle color="gtk:fg[NORMAL]" filled="false" - x="0" y="0" width="width-1" height="height-1"/> - <line color="gtk:fg[NORMAL]" width="2" x1="0" y1="1" x2="width" y2="1"/> -</draw_ops> - -<draw_ops name="restore_button"> - <include name="mini_window_icon" - x="3 + ButtonIPad" y="3 + ButtonIPad" - width="width - 5 - ButtonIPad" - height="height - 5 - ButtonIPad"/> - <include name="mini_window_icon" - x="ButtonIPad" y="ButtonIPad" - width="width - 5 - ButtonIPad" - height="height - 5 - ButtonIPad"/> -</draw_ops> - -<draw_ops name="restore_button_pressed"> - <include name="button_pressed_bg"/> - <include name="restore_button"/> -</draw_ops> - -<draw_ops name="close_button"> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" y1="ButtonIPad" - x2="width - ButtonIPad + 1" y2="height - ButtonIPad + 1" width="3"/> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad - 1" y1="height - ButtonIPad" - x2="width - ButtonIPad + 1" y2="ButtonIPad" width="3"/> -</draw_ops> - -<draw_ops name="close_button_pressed"> - <include name="button_pressed_bg"/> - <include name="close_button"/> -</draw_ops> - -<draw_ops name="outer_bevel"> - <rectangle color="gtk:fg[NORMAL]" - x="0" y="0" width="width" height="height" filled="true"/> - <rectangle color="gtk:bg[NORMAL]" - x="1" y="1" width="width-2" height="height-2" filled="true"/> - <line color="gtk:light[NORMAL]" - x1="1" y1="1" x2="1" y2="height-3"/> - <line color="gtk:light[NORMAL]" - x1="1" y1="1" x2="width-3" y2="1"/> - <line color="gtk:dark[NORMAL]" - x1="width-2" y1="2" x2="width-2" y2="height-2"/> - <line color="gtk:dark[NORMAL]" - x1="2" y1="height-2" x2="width-3" y2="height-2"/> -</draw_ops> - -<draw_ops name="blank"> -<!-- nothing --> -</draw_ops> - -<draw_ops name="focus_outline"> - <rectangle color="gtk:dark[NORMAL]" - x="left_width-1" y="top_height-1" - width="width-left_width-right_width+1" - height="height-top_height-bottom_height+1"/> -</draw_ops> - -<draw_ops name="focus_background"> - <include name="outer_bevel"/> -</draw_ops> - -<draw_ops name="title_tile"> - <line color="gtk:bg[SELECTED]" x1="0" y1="0" x2="width" y2="0"/> - <line color="blend/gtk:bg[SELECTED]/#000000/0.1" x1="0" y1="1" x2="width" y2="1"/> -</draw_ops> - -<draw_ops name="title_tile_unfocused"> - <line color="blend/gtk:bg[NORMAL]/#000000/0.1" x1="0" y1="0" x2="width" y2="0"/> - <line color="blend/gtk:bg[NORMAL]/#ffffff/0.2" x1="0" y1="1" x2="width" y2="1"/> -</draw_ops> - -<draw_ops name="title_bg"> - <tile name="title_tile" tile_width="width" tile_height="2" x="0" y="0" width="width" height="height"/> - <rectangle color="blend/gtk:bg[SELECTED]/#000000/0.6" filled="false" x="0" y="0" width="width-1" height="height-1"/> - <rectangle color="blend/#000000/gtk:bg[NORMAL]/0.5" filled="true" x="0" y="0" width="1" height="1"/> - <rectangle color="blend/#000000/gtk:bg[NORMAL]/0.5" filled="true" x="width-1" y="0" width="1" height="1"/> - <rectangle color="blend/#000000/gtk:bg[NORMAL]/0.5" filled="true" x="0" y="height-1" width="1" height="1"/> - <rectangle color="blend/#000000/gtk:bg[NORMAL]/0.5" filled="true" x="width-1" y="height-1" width="1" height="1"/> -</draw_ops> - -<draw_ops name="title_bg_unfocused"> - <tile name="title_tile_unfocused" tile_width="width" tile_height="2" x="0" y="0" width="width-1" height="height-1"/> - <rectangle color="blend/#000000/gtk:fg[NORMAL]/0.7" filled="false" x="0" y="0" width="width-1" height="height-1"/> - <rectangle color="blend/#000000/gtk:bg[NORMAL]/0.8" filled="true" x="0" y="0" width="1" height="1"/> - <rectangle color="blend/#000000/gtk:bg[NORMAL]/0.8" filled="true" x="width-1" y="0" width="1" height="1"/> - <rectangle color="blend/#000000/gtk:bg[NORMAL]/0.8" filled="true" x="0" y="height-1" width="1" height="1"/> - <rectangle color="blend/#000000/gtk:bg[NORMAL]/0.8" filled="true" x="width-1" y="height-1" width="1" height="1"/> -</draw_ops> - -<draw_ops name="title_text_focused"> - <clip x="0" y="0" width="width-SpacerWidth" height="height"/> - <title color="blend/gtk:fg[SELECTED]/#000000/0.7" - x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2 + mini_icon_width + IconTitleSpacing + 1" - y="((height - title_height) / 2) `max` 0 + 1"/> - <title color="gtk:fg[SELECTED]" - x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2 + mini_icon_width + IconTitleSpacing" - y="((height - title_height) / 2) `max` 0"/> -</draw_ops> - -<draw_ops name="title_text"> - <clip x="0" y="0" width="width-SpacerWidth" height="height"/> - <title color="gtk:fg[NORMAL]" - x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2 + mini_icon_width + IconTitleSpacing" - y="((height - title_height) / 2) `max` 0"/> -</draw_ops> - -<draw_ops name="title_normal"> - <include name="title_bg_unfocused"/> - <include name="title_text"/> -</draw_ops> - -<draw_ops name="title_focused"> - <include name="title_bg"/> - <include name="title_text_focused"/> -</draw_ops> - -<draw_ops name="title_utility"> - <include name="title_text"/> -</draw_ops> - -<draw_ops name="title_utility_focused"> - <include name="title_bg"/> - <include name="title_text_focused"/> -</draw_ops> - -<frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="outer_bevel"/> - <piece position="title" draw_ops="title_normal"/> - - <!-- we don't specify for prelight, so normal is used --> - <button function="close" state="normal" draw_ops="close_button"/> - <button function="close" state="pressed" draw_ops="close_button_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_button"/> - <button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_button"/> - <button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/> - <button function="menu" state="normal" draw_ops="menu_button"/> - <button function="menu" state="pressed" draw_ops="menu_button_pressed"/> -</frame_style> - -<frame_style name="normal_focused" geometry="normal" parent="normal_unfocused"> - <piece position="entire_background" draw_ops="focus_background"/> - <piece position="title" draw_ops="title_focused"/> -</frame_style> - -<frame_style name="shaded_focused" geometry="normal" parent="normal_unfocused"> - <piece position="title" draw_ops="title_focused"/> -</frame_style> - -<frame_style name="maximized_unfocused" geometry="normal_small_borders" parent="normal_unfocused"> - <piece position="entire_background" draw_ops="blank"/> - <button function="maximize" state="normal" draw_ops="restore_button"/> - <button function="maximize" state="pressed" draw_ops="restore_button_pressed"/> -</frame_style> - -<frame_style name="maximized_focused" geometry="normal_small_borders" parent="normal_focused"> - <piece position="entire_background" draw_ops="focus_outline"/> - <button function="maximize" state="normal" draw_ops="restore_button"/> - <button function="maximize" state="pressed" draw_ops="restore_button_pressed"/> -</frame_style> - -<frame_style name="utility_unfocused" geometry="utility" parent="normal_unfocused"> - <piece position="title" draw_ops="title_utility"/> -</frame_style> - -<frame_style name="utility_focused" geometry="utility" parent="normal_focused"> - <piece position="title" draw_ops="title_utility_focused"/> -</frame_style> - -<frame_style name="border" geometry="border" parent="normal_unfocused"> - <piece position="entire_background" draw_ops="outer_bevel"/> - <piece position="title" draw_ops="blank"/> -</frame_style> - -<frame_style_set name="normal"> -<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="maximized_focused"/> -<frame focus="no" state="maximized" style="maximized_unfocused"/> -<frame focus="yes" state="shaded" style="shaded_focused"/> -<frame focus="no" state="shaded" style="normal_unfocused"/> -<frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/> -<frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/> -</frame_style_set> - -<frame_style_set name="utility" parent="normal"> -<frame focus="yes" state="normal" resize="both" style="utility_focused"/> -<frame focus="no" state="normal" resize="both" style="utility_unfocused"/> -<!-- this is a bunch of crack since utility windows shouldn't be maximized --> -<frame focus="yes" state="maximized" style="utility_focused"/> -<frame focus="no" state="maximized" style="utility_unfocused"/> -<frame focus="yes" state="shaded" style="utility_focused"/> -<frame focus="no" state="shaded" style="utility_unfocused"/> -<frame focus="yes" state="maximized_and_shaded" style="utility_focused"/> -<frame focus="no" state="maximized_and_shaded" style="utility_unfocused"/> -</frame_style_set> - -<frame_style_set name="border" parent="normal"> -<frame focus="yes" state="normal" resize="both" style="border"/> -<frame focus="no" state="normal" resize="both" style="border"/> -<!-- this is a bunch of crack since utility windows shouldn't be maximized --> -<frame focus="yes" state="maximized" style="utility_focused"/> -<frame focus="no" state="maximized" style="utility_unfocused"/> -<frame focus="yes" state="shaded" style="utility_focused"/> -<frame focus="no" state="shaded" style="utility_unfocused"/> -<frame focus="yes" state="maximized_and_shaded" style="utility_focused"/> -<frame focus="no" state="maximized_and_shaded" style="utility_unfocused"/> -</frame_style_set> - -<window type="normal" style_set="normal"/> -<window type="dialog" style_set="normal"/> -<window type="modal_dialog" style_set="normal"/> -<window type="menu" style_set="normal"/> -<window type="utility" style_set="utility"/> -<window type="border" style_set="border"/> - -<menu_icon function="close" state="normal" draw_ops="close_button"/> -<menu_icon function="maximize" state="normal" draw_ops="maximize_button"/> -<menu_icon function="unmaximize" state="normal" draw_ops="restore_button"/> -<menu_icon function="minimize" state="normal" draw_ops="minimize_button"/> - -</metacity_theme> diff --git a/src/themes/Simple/minimize.png b/src/themes/Simple/minimize.png Binary files differdeleted file mode 100644 index 608a633d..00000000 --- a/src/themes/Simple/minimize.png +++ /dev/null |