Reworked metacity/mutter themes
|
@ -51,11 +51,11 @@
|
||||||
@define-color osd_bg alpha(@osd_base, 0.8);
|
@define-color osd_bg alpha(@osd_base, 0.8);
|
||||||
|
|
||||||
/* window manager colors */
|
/* window manager colors */
|
||||||
@define-color wm_bg @theme_bg_color;
|
@define-color wm_bg #2d2d2d;
|
||||||
@define-color wm_title_focused mix(@theme_fg_color, @theme_bg_color, 0.1);
|
@define-color wm_title_focused #dcdcdc;
|
||||||
@define-color wm_title_unfocused mix(@theme_fg_color, @theme_bg_color, 0.6);
|
@define-color wm_title_unfocused #888888;
|
||||||
@define-color wm_border_focused shade(@theme_bg_color, 0.7);
|
@define-color wm_border_focused #2d2d2d;
|
||||||
@define-color wm_border_unfocused shade(@theme_bg_color, 0.8);
|
@define-color wm_border_unfocused #2d2d2d;
|
||||||
|
|
||||||
@import url("gtk-widgets.css");
|
@import url("gtk-widgets.css");
|
||||||
@import url("gtk-widgets-assets.css");
|
@import url("gtk-widgets-assets.css");
|
||||||
|
|
|
@ -51,11 +51,11 @@
|
||||||
@define-color osd_bg alpha(@osd_base, 0.8);
|
@define-color osd_bg alpha(@osd_base, 0.8);
|
||||||
|
|
||||||
/* window manager colors */
|
/* window manager colors */
|
||||||
@define-color wm_bg @theme_bg_color;
|
@define-color wm_bg #2d2d2d;
|
||||||
@define-color wm_title_focused mix(@theme_fg_color, @theme_bg_color, 0.1);
|
@define-color wm_title_focused #dcdcdc;
|
||||||
@define-color wm_title_unfocused mix(@theme_fg_color, @theme_bg_color, 0.6);
|
@define-color wm_title_unfocused #888888;
|
||||||
@define-color wm_border_focused shade(@theme_bg_color, 0.7);
|
@define-color wm_border_focused #2d2d2d;
|
||||||
@define-color wm_border_unfocused shade(@theme_bg_color, 0.8);
|
@define-color wm_border_unfocused #2d2d2d;
|
||||||
|
|
||||||
@import url("gtk-widgets.css");
|
@import url("gtk-widgets.css");
|
||||||
@import url("gtk-widgets-assets.css");
|
@import url("gtk-widgets-assets.css");
|
||||||
|
|
Before Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 385 B |
Before Width: | Height: | Size: 205 B |
Before Width: | Height: | Size: 206 B |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
|
@ -1,460 +1,391 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
<metacity_theme>
|
<metacity_theme>
|
||||||
<info>
|
<info>
|
||||||
<name>Siva</name>
|
<name>Numix</name>
|
||||||
<author>nale12</author>
|
<author>Satyajit Sahoo</author>
|
||||||
<copyright>GPL</copyright>
|
<copyright>GPL-3.0+</copyright>
|
||||||
<date>2013</date>
|
<date>8 March 2013</date>
|
||||||
<description>Metacity theme</description>
|
<description>Numix Metacity Theme</description>
|
||||||
</info>
|
</info>
|
||||||
|
|
||||||
<!-- General window layout -->
|
<!-- ::: GEOMETRY ::: -->
|
||||||
<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false">
|
<frame_geometry name="normal" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false">
|
||||||
<distance name="left_width" value="0"/>
|
|
||||||
<distance name="right_width" value="0"/>
|
|
||||||
<distance name="bottom_height" value="0"/>
|
|
||||||
<distance name="left_titlebar_edge" value="2"/>
|
|
||||||
<distance name="right_titlebar_edge" value="2"/>
|
|
||||||
<distance name="button_width" value="24"/>
|
|
||||||
<distance name="button_height" value="24"/>
|
|
||||||
<distance name="title_vertical_pad" value="8"/>
|
|
||||||
<border name="title_border" left="2" right="2" top="0" bottom="0"/>
|
|
||||||
<border name="button_border" left="0" right="0" top="0" bottom="0"/>
|
|
||||||
</frame_geometry>
|
|
||||||
|
|
||||||
<frame_geometry name="frame_geometry_abnormal" title_scale="medium" rounded_top_left="false" rounded_top_right="false">
|
|
||||||
<distance name="left_width" value="0"/>
|
|
||||||
<distance name="right_width" value="0"/>
|
|
||||||
<distance name="bottom_height" value="0"/>
|
|
||||||
<distance name="left_titlebar_edge" value="2"/>
|
|
||||||
<distance name="right_titlebar_edge" value="2"/>
|
|
||||||
<distance name="button_width" value="24"/>
|
|
||||||
<distance name="button_height" value="24"/>
|
|
||||||
<distance name="title_vertical_pad" value="2"/>
|
|
||||||
<border name="title_border" left="2" right="2" top="0" bottom="0"/>
|
|
||||||
<border name="button_border" left="0" right="0" top="0" bottom="0"/>
|
|
||||||
</frame_geometry>
|
|
||||||
|
|
||||||
<frame_geometry name="geometry_maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false">
|
|
||||||
<distance name="left_width" value="0"/>
|
|
||||||
<distance name="right_width" value="0"/>
|
|
||||||
<distance name="bottom_height" value="0"/>
|
|
||||||
<distance name="left_titlebar_edge" value="2"/>
|
|
||||||
<distance name="right_titlebar_edge" value="2"/>
|
|
||||||
<distance name="button_width" value="24"/>
|
|
||||||
<distance name="button_height" value="24"/>
|
|
||||||
<distance name="title_vertical_pad" value="8"/>
|
|
||||||
<border name="title_border" left="2" right="2" top="0" bottom="0"/>
|
|
||||||
<border name="button_border" left="0" right="0" top="0" bottom="0"/>
|
|
||||||
</frame_geometry>
|
|
||||||
|
|
||||||
<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="frame_geometry_normal" >
|
|
||||||
<distance name="left_width" value="1"/>
|
<distance name="left_width" value="1"/>
|
||||||
<distance name="right_width" value="1"/>
|
<distance name="right_width" value="1"/>
|
||||||
<distance name="bottom_height" value="1"/>
|
<distance name="bottom_height" value="1"/>
|
||||||
<border name="title_border" left="10" right="10" top="0" bottom="0" />
|
<distance name="left_titlebar_edge" value="4"/>
|
||||||
|
<distance name="right_titlebar_edge" value="4"/>
|
||||||
|
<distance name="title_vertical_pad" value="0"/>
|
||||||
|
<aspect_ratio name="button" value="1.0"/>
|
||||||
|
<border name="title_border" left="10" right="10" top="4" bottom="4"/>
|
||||||
<border name="button_border" left="0" right="0" 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>
|
||||||
|
|
||||||
<!-- Window Title -->
|
<frame_geometry name="shaded" parent="normal" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"/>
|
||||||
|
|
||||||
<draw_ops name="draw_title_text_normal">
|
|
||||||
<title color="#dcdcdc" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
|
|
||||||
</draw_ops>
|
|
||||||
|
|
||||||
<draw_ops name="draw_title_text_inactive">
|
|
||||||
<title color="#888888" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
|
|
||||||
</draw_ops>
|
|
||||||
|
|
||||||
<draw_ops name="draw_title">
|
|
||||||
<!-- Background gradient -->
|
|
||||||
<rectangle color="#2D2D2D" x="0" y="0" width="width" height="height" filled="true" />
|
|
||||||
|
|
||||||
</draw_ops>
|
|
||||||
|
|
||||||
<draw_ops name="draw_title_unfocused">
|
|
||||||
<rectangle color="#2D2D2D" x="0" y="0" width="width" height="height" filled="true" />
|
|
||||||
|
|
||||||
</draw_ops>
|
|
||||||
|
|
||||||
<draw_ops name="draw_title_inactive">
|
|
||||||
<include name="draw_title_unfocused" />
|
|
||||||
</draw_ops>
|
|
||||||
|
|
||||||
<draw_ops name="draw_title_maximized">
|
|
||||||
<!-- Background gradient -->
|
|
||||||
<rectangle color="#2D2D2D" x="0" y="0" width="width" height="height" filled="true" />
|
|
||||||
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="draw_title_maximized_unfocused">
|
|
||||||
<!-- Background gradient -->
|
|
||||||
<rectangle color="#2D2D2D" x="0" y="0" width="width" height="height" filled="true" />
|
|
||||||
|
|
||||||
</draw_ops>
|
|
||||||
|
|
||||||
<draw_ops name="draw_title_maximized_inactive">
|
|
||||||
<include name="draw_title_maximized_unfocused" />
|
|
||||||
</draw_ops>
|
|
||||||
|
|
||||||
<!-- Window Frames -->
|
|
||||||
|
|
||||||
<draw_ops name="draw_frame">
|
|
||||||
<rectangle color="gtk:bg[NORMAL]" x="0" y="0" width="width" height="height" filled="true" />
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="draw_frame_unfocused">
|
|
||||||
<rectangle color="gtk:bg[NORMAL]" x="0" y="0" width="width" height="height" filled="true" />
|
|
||||||
</draw_ops>
|
|
||||||
<!-- bottom border -->
|
|
||||||
<draw_ops name="bottom">
|
|
||||||
<rectangle color="gtk:bg[NORMAL]" x="0" y="0" width="width" height="height" filled="true" />
|
|
||||||
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="bottom_edge">
|
|
||||||
<rectangle color="gtk:bg[NORMAL]" x="0" y="0" width="width" height="height" filled="true" />
|
|
||||||
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="bottom-inactive">
|
|
||||||
<rectangle color="gtk:bg[NORMAL]" x="0" y="0" width="width" height="height" filled="true" />
|
|
||||||
|
|
||||||
|
<frame_geometry name="normal_maximized" parent="normal" rounded_top_left="false" rounded_top_right="false">
|
||||||
|
<!-- strip frame spacing off the normal geometry when maximised -->
|
||||||
|
<distance name="left_width" value="0"/>
|
||||||
|
<distance name="right_width" value="0"/>
|
||||||
|
<distance name="bottom_height" value="0"/>
|
||||||
|
</frame_geometry>
|
||||||
|
|
||||||
|
<frame_geometry name="utility" title_scale="small" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false">
|
||||||
|
<distance name="left_width" value="2"/>
|
||||||
|
<distance name="right_width" value="2"/>
|
||||||
|
<distance name="bottom_height" value="2"/>
|
||||||
|
<distance name="left_titlebar_edge" value="2"/>
|
||||||
|
<distance name="right_titlebar_edge" value="2"/>
|
||||||
|
<distance name="title_vertical_pad" value="0"/>
|
||||||
|
<aspect_ratio name="button" value="1.0"/>
|
||||||
|
<border name="title_border" left="10" right="10" top="4" bottom="4"/>
|
||||||
|
<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="1"/>
|
||||||
|
<distance name="right_width" value="1"/>
|
||||||
|
<distance name="bottom_height" value="1"/>
|
||||||
|
<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="0"/>
|
||||||
|
<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>
|
||||||
|
|
||||||
|
<!-- button minimum size -->
|
||||||
|
<constant name="Bmin" value="7"/>
|
||||||
|
<!-- button inside padding -->
|
||||||
|
<constant name="Bpad" value="6"/>
|
||||||
|
|
||||||
|
<!-- ::: CORNERS OUTLINE::: -->
|
||||||
|
<draw_ops name="corners_outline">
|
||||||
</draw_ops>
|
</draw_ops>
|
||||||
|
|
||||||
|
<!-- ::: BORDER OUTLINE ::: -->
|
||||||
<draw_ops name="border">
|
<draw_ops name="border">
|
||||||
<rectangle color="gtk:bg[NORMAL]" x="0" y="0" width="width-1" height="height-1" filled="true" />
|
<line color="#2d2d2d" x1="0" y1="0" x2="width" y2="0"/>
|
||||||
|
<line color="#2d2d2d" x1="4" y1="1" x2="width-1" y2="1"/>
|
||||||
|
<line color="#2d2d2d" x1="0" y1="0" x2="0" y2="height"/>
|
||||||
|
<line color="#2d2d2d" x1="width-1" y1="0" x2="width-1" y2="height"/>
|
||||||
|
<line color="#2d2d2d" x1="0" y1="height-1" x2="width" y2="height-1"/>
|
||||||
</draw_ops>
|
</draw_ops>
|
||||||
|
|
||||||
<!-- BUTTONS -->
|
<draw_ops name="maxed_border">
|
||||||
|
<line color="#2d2d2d" x1="0" y1="0" x2="width" y2="0"/>
|
||||||
<!-- Button Trough Left -->
|
<line color="#2d2d2d" x1="0" y1="height-1" x2="width" y2="height-1"/>
|
||||||
<draw_ops name="left_left_background_focused_normal">
|
|
||||||
<image filename="trough_left.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="left_left_background_focused_pressed">
|
|
||||||
<image filename="trough_left.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="left_middle_background_focused_normal">
|
|
||||||
<image filename="trough_middle.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="left_middle_background_focused_pressed">
|
|
||||||
<image filename="trough_middle.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="left_right_background_focused_normal">
|
|
||||||
<image filename="trough_right.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="left_right_background_focused_pressed">
|
|
||||||
<image filename="trough_right.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="left_left_background_unfocused_normal">
|
|
||||||
<image filename="trough_left.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="left_left_background_unfocused_pressed">
|
|
||||||
<image filename="trough_left.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="left_middle_background_unfocused_normal">
|
|
||||||
<image filename="trough_middle.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="left_middle_background_unfocused_pressed">
|
|
||||||
<image filename="trough_middle.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="left_right_background_unfocused_normal">
|
|
||||||
<image filename="trough_right.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="left_right_background_unfocused_pressed">
|
|
||||||
<image filename="trough_right.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
</draw_ops>
|
||||||
|
|
||||||
<!-- Button Trough Right -->
|
<!-- ::: TITLEBAR ::: -->
|
||||||
<draw_ops name="right_left_background_focused_normal">
|
<draw_ops name="titlebar_gradient">
|
||||||
<image filename="trough_left.png" x="0" y="0" width="object_width" height="object_height"/>
|
<rectangle color="#2d2d2d" x="0" y="0" width="width" height="height" filled="true" />
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="right_left_background_focused_pressed">
|
|
||||||
<image filename="trough_left.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="right_middle_background_focused_normal">
|
|
||||||
<image filename="trough_middle.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="right_middle_background_focused_pressed">
|
|
||||||
<image filename="trough_middle.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="right_right_background_focused_normal">
|
|
||||||
<image filename="trough_right.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="right_right_background_focused_pressed">
|
|
||||||
<image filename="trough_right.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="right_left_background_unfocused_normal">
|
|
||||||
<image filename="trough_left.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="right_left_background_unfocused_pressed">
|
|
||||||
<image filename="trough_left.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="right_middle_background_unfocused_normal">
|
|
||||||
<image filename="trough_middle.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="right_middle_background_unfocused_pressed">
|
|
||||||
<image filename="trough_middle.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="right_right_background_unfocused_normal">
|
|
||||||
<image filename="trough_right.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="right_right_background_unfocused_pressed">
|
|
||||||
<image filename="trough_right.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
</draw_ops>
|
||||||
|
|
||||||
<!-- Button prelightlays -->
|
<draw_ops name="titlebar_gradient_unfocused">
|
||||||
<draw_ops name="menu_focused_normal">
|
<rectangle color="#2d2d2d" x="0" y="0" width="width" height="height" filled="true" />
|
||||||
<image filename="menu.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="menu_focused_prelight">
|
|
||||||
<image filename="menu_prelight.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="menu_unfocused_normal">
|
|
||||||
<image filename="menu-unfocus.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="menu_unfocused_prelight">
|
|
||||||
<image filename="menu_prelight.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="minimize_focused_normal">
|
|
||||||
<image filename="minimize_focused_normal.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="minimize_focused_prelight">
|
|
||||||
<image filename="minimize_focused_prelight.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="minimize_focused_pressed">
|
|
||||||
<image filename="minimize_focused_pressed.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="minimize_unfocused_normal">
|
|
||||||
<image filename="minimize_unfocused.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="minimize_unfocused_prelight">
|
|
||||||
<image filename="minimize_unfocused_prelight.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="minimize_unfocused_pressed">
|
|
||||||
<image filename="minimize_focused_pressed.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="maximize_focused_normal">
|
|
||||||
<image filename="maximize_focused_normal.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="maximize_focused_prelight">
|
|
||||||
<image filename="maximize_focused_prelight.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="maximize_focused_pressed">
|
|
||||||
<image filename="maximize_focused_pressed.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="maximize_unfocused_normal">
|
|
||||||
<image filename="maximize_unfocused.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="maximize_unfocused_prelight">
|
|
||||||
<image filename="maximize_unfocused_prelight.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="maximize_unfocused_pressed">
|
|
||||||
<image filename="maximize_focused_pressed.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="unmaximize_focused_normal">
|
|
||||||
<image filename="unmaximize_focused_normal.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="unmaximize_focused_prelight">
|
|
||||||
<image filename="unmaximize_focused_prelight.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="unmaximize_focused_pressed">
|
|
||||||
<image filename="unmaximize_focused_pressed.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="unmaximize_unfocused_normal">
|
|
||||||
<image filename="unmaximize_unfocused.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="unmaximize_unfocused_prelight">
|
|
||||||
<image filename="unmaximize_unfocused_prelight.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="unmaximize_unfocused_pressed">
|
|
||||||
<image filename="unmaximize_focused_pressed.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="close_focused_normal">
|
|
||||||
<image filename="close_focused_normal.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="close_focused_prelight">
|
|
||||||
<image filename="close_focused_prelight.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="close_focused_pressed">
|
|
||||||
<image filename="close_focused_pressed.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="close_unfocused_normal">
|
|
||||||
<image filename="close_unfocused.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="close_unfocused_prelight">
|
|
||||||
<image filename="close_unfocused_prelight.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
|
||||||
<draw_ops name="close_unfocused_pressed">
|
|
||||||
<image filename="close_focused_pressed.png" x="0" y="0" width="object_width" height="object_height"/>
|
|
||||||
</draw_ops>
|
</draw_ops>
|
||||||
|
|
||||||
|
<draw_ops name="titlebar_maximized">
|
||||||
|
<include name="titlebar_gradient"/>
|
||||||
|
<include name="maxed_border"/>
|
||||||
|
</draw_ops>
|
||||||
|
|
||||||
<!-- FRAME STYLE -->
|
<draw_ops name="titlebar_maximized_unfocused">
|
||||||
<frame_style name="normal_focused" geometry="frame_geometry_normal">
|
<include name="titlebar_gradient_unfocused"/>
|
||||||
<piece position="title" draw_ops="draw_title_text_normal"/>
|
<include name="maxed_border"/>
|
||||||
<piece position="titlebar" draw_ops="draw_title"/>
|
</draw_ops>
|
||||||
<piece position="left_edge" draw_ops="draw_frame"/>
|
|
||||||
<piece position="right_edge" draw_ops="draw_frame"/>
|
<draw_ops name="round_titlebar">
|
||||||
<piece position="bottom_edge" draw_ops="bottom_edge"/>
|
<include name="titlebar_gradient"/>
|
||||||
<button function="left_left_background" state="normal" draw_ops="left_left_background_focused_normal"/>
|
<include name="border"/>
|
||||||
<button function="left_middle_background" state="normal" draw_ops="left_middle_background_focused_normal"/>
|
<include name="corners_outline"/>
|
||||||
<button function="left_right_background" state="normal" draw_ops="left_right_background_focused_normal"/>
|
</draw_ops>
|
||||||
<button function="left_left_background" state="prelight" draw_ops="left_left_background_focused_normal"/>
|
|
||||||
<button function="left_middle_background" state="prelight" draw_ops="left_middle_background_focused_normal"/>
|
<draw_ops name="round_titlebar_unfocused">
|
||||||
<button function="left_right_background" state="prelight" draw_ops="left_right_background_focused_normal"/>
|
<include name="titlebar_gradient_unfocused"/>
|
||||||
<button function="left_left_background" state="pressed" draw_ops="left_left_background_focused_pressed"/>
|
<include name="border"/>
|
||||||
<button function="left_middle_background" state="pressed" draw_ops="left_middle_background_focused_pressed"/>
|
<include name="corners_outline"/>
|
||||||
<button function="left_right_background" state="pressed" draw_ops="left_right_background_focused_pressed"/>
|
</draw_ops>
|
||||||
<button function="right_left_background" state="normal" draw_ops="right_left_background_focused_normal"/>
|
|
||||||
<button function="right_middle_background" state="normal" draw_ops="right_middle_background_focused_normal"/>
|
<draw_ops name="titlebar_shaded">
|
||||||
<button function="right_right_background" state="normal" draw_ops="right_right_background_focused_normal"/>
|
<include name="border"/>
|
||||||
<button function="right_left_background" state="prelight" draw_ops="right_left_background_focused_normal"/>
|
<line color="#2d2d2d" x1="0" y1="height-1" x2="width" y2="height-1"/>
|
||||||
<button function="right_middle_background" state="prelight" draw_ops="right_middle_background_focused_normal"/>
|
</draw_ops>
|
||||||
<button function="right_right_background" state="prelight" draw_ops="right_right_background_focused_normal"/>
|
|
||||||
<button function="right_left_background" state="pressed" draw_ops="right_left_background_focused_pressed"/>
|
<draw_ops name="round_titlebar_shaded">
|
||||||
<button function="right_middle_background" state="pressed" draw_ops="right_middle_background_focused_pressed"/>
|
<include name="border"/>
|
||||||
<button function="right_right_background" state="pressed" draw_ops="right_right_background_focused_pressed"/>
|
<include name="corners_outline"/>
|
||||||
<button function="menu" state="normal" draw_ops="menu_focused_normal"/>
|
<line color="#2d2d2d" x1="5" y1="height-1" x2="width-6" y2="height-1"/>
|
||||||
<button function="menu" state="prelight" draw_ops="menu_focused_prelight"/>
|
</draw_ops>
|
||||||
<button function="menu" state="pressed" draw_ops="menu_focused_normal"/>
|
|
||||||
<button function="minimize" state="normal" draw_ops="minimize_focused_normal"/>
|
<!-- ::: TITLES ::: -->
|
||||||
<button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/>
|
<draw_ops name="title">
|
||||||
<button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/>
|
<title x="(0 `max` ((width - title_width) / 2)) + 2"
|
||||||
<button function="maximize" state="normal" draw_ops="maximize_focused_normal"/>
|
y="(0 `max` ((height - title_height) / 2))"
|
||||||
<button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/>
|
color="#dcdcdc" />
|
||||||
<button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/>
|
</draw_ops>
|
||||||
<button function="close" state="normal" draw_ops="close_focused_normal"/>
|
|
||||||
<button function="close" state="prelight" draw_ops="close_focused_prelight"/>
|
<draw_ops name="title_unfocused">
|
||||||
<button function="close" state="pressed" draw_ops="close_focused_pressed"/>
|
<title x="(0 `max` ((width - title_width) / 2)) + 2"
|
||||||
|
y="(0 `max` ((height - title_height) / 2))"
|
||||||
|
color="#888888" />
|
||||||
|
</draw_ops>
|
||||||
|
|
||||||
|
<!-- ::: BUTTON ICONS ::: -->
|
||||||
|
<!-- close icon -->
|
||||||
|
<draw_ops name="close_button_normal">
|
||||||
|
<image filename="close_focused_normal.png"
|
||||||
|
x="(width - object_width) / 2"
|
||||||
|
y="(height - object_height) / 2"
|
||||||
|
width="object_width"
|
||||||
|
height="object_height"/>
|
||||||
|
</draw_ops>
|
||||||
|
|
||||||
|
<draw_ops name="close_button_prelight">
|
||||||
|
<image filename="close_focused_prelight.png"
|
||||||
|
x="(width - object_width) / 2"
|
||||||
|
y="(height - object_height) / 2"
|
||||||
|
width="object_width"
|
||||||
|
height="object_height"/>
|
||||||
|
</draw_ops>
|
||||||
|
|
||||||
|
<draw_ops name="close_button_pressed">
|
||||||
|
<image filename="close_focused_pressed.png"
|
||||||
|
x="(width - object_width) / 2"
|
||||||
|
y="(height - object_height) / 2"
|
||||||
|
width="object_width"
|
||||||
|
height="object_height"/>
|
||||||
|
</draw_ops>
|
||||||
|
|
||||||
|
<draw_ops name="close_button_unfocused">
|
||||||
|
<image filename="close_unfocused.png"
|
||||||
|
x="(width - object_width) / 2"
|
||||||
|
y="(height - object_height) / 2"
|
||||||
|
width="object_width"
|
||||||
|
height="object_height"/>
|
||||||
|
</draw_ops>
|
||||||
|
|
||||||
|
<!-- maximize icon -->
|
||||||
|
<draw_ops name="maximize_button_normal">
|
||||||
|
<image filename="maximize_focused_normal.png"
|
||||||
|
x="(width - object_width) / 2"
|
||||||
|
y="(height - object_height) / 2"
|
||||||
|
width="object_width"
|
||||||
|
height="object_height"/>
|
||||||
|
</draw_ops>
|
||||||
|
|
||||||
|
<draw_ops name="maximize_button_prelight">
|
||||||
|
<image filename="maximize_focused_prelight.png"
|
||||||
|
x="(width - object_width) / 2"
|
||||||
|
y="(height - object_height) / 2"
|
||||||
|
width="object_width"
|
||||||
|
height="object_height"/>
|
||||||
|
</draw_ops>
|
||||||
|
|
||||||
|
<draw_ops name="maximize_button_pressed">
|
||||||
|
<image filename="maximize_focused_pressed.png"
|
||||||
|
x="(width - object_width) / 2"
|
||||||
|
y="(height - object_height) / 2"
|
||||||
|
width="object_width"
|
||||||
|
height="object_height"/>
|
||||||
|
</draw_ops>
|
||||||
|
|
||||||
|
<draw_ops name="maximize_button_unfocused">
|
||||||
|
<image filename="maximize_unfocused.png"
|
||||||
|
x="(width - object_width) / 2"
|
||||||
|
y="(height - object_height) / 2"
|
||||||
|
width="object_width"
|
||||||
|
height="object_height"/>
|
||||||
|
</draw_ops>
|
||||||
|
|
||||||
|
<!-- unmaximize icon -->
|
||||||
|
<draw_ops name="unmaximize_button_normal">
|
||||||
|
<image filename="unmaximize_focused_normal.png"
|
||||||
|
x="(width - object_width) / 2"
|
||||||
|
y="(height - object_height) / 2"
|
||||||
|
width="object_width"
|
||||||
|
height="object_height"/>
|
||||||
|
</draw_ops>
|
||||||
|
|
||||||
|
<draw_ops name="unmaximize_button_prelight">
|
||||||
|
<image filename="unmaximize_focused_prelight.png"
|
||||||
|
x="(width - object_width) / 2"
|
||||||
|
y="(height - object_height) / 2"
|
||||||
|
width="object_width"
|
||||||
|
height="object_height"/>
|
||||||
|
</draw_ops>
|
||||||
|
|
||||||
|
<draw_ops name="unmaximize_button_pressed">
|
||||||
|
<image filename="unmaximize_focused_pressed.png"
|
||||||
|
x="(width - object_width) / 2"
|
||||||
|
y="(height - object_height) / 2"
|
||||||
|
width="object_width"
|
||||||
|
height="object_height"/>
|
||||||
|
</draw_ops>
|
||||||
|
|
||||||
|
<draw_ops name="unmaximize_button_unfocused">
|
||||||
|
<image filename="unmaximize_unfocused.png"
|
||||||
|
x="(width - object_width) / 2"
|
||||||
|
y="(height - object_height) / 2"
|
||||||
|
width="object_width"
|
||||||
|
height="object_height"/>
|
||||||
|
</draw_ops>
|
||||||
|
|
||||||
|
<!-- minimize icon -->
|
||||||
|
<draw_ops name="minimize_button_normal">
|
||||||
|
<image filename="minimize_focused_normal.png"
|
||||||
|
x="(width - object_width) / 2"
|
||||||
|
y="(height - object_height) / 2"
|
||||||
|
width="object_width"
|
||||||
|
height="object_height"/>
|
||||||
|
</draw_ops>
|
||||||
|
|
||||||
|
<draw_ops name="minimize_button_prelight">
|
||||||
|
<image filename="minimize_focused_prelight.png"
|
||||||
|
x="(width - object_width) / 2"
|
||||||
|
y="(height - object_height) / 2"
|
||||||
|
width="object_width"
|
||||||
|
height="object_height"/>
|
||||||
|
</draw_ops>
|
||||||
|
|
||||||
|
<draw_ops name="minimize_button_pressed">
|
||||||
|
<image filename="minimize_focused_pressed.png"
|
||||||
|
x="(width - object_width) / 2"
|
||||||
|
y="(height - object_height) / 2"
|
||||||
|
width="object_width"
|
||||||
|
height="object_height"/>
|
||||||
|
</draw_ops>
|
||||||
|
|
||||||
|
<draw_ops name="minimize_button_unfocused">
|
||||||
|
<image filename="minimize_unfocused.png"
|
||||||
|
x="(width - object_width) / 2"
|
||||||
|
y="(height - object_height) / 2"
|
||||||
|
width="object_width"
|
||||||
|
height="object_height"/>
|
||||||
|
</draw_ops>
|
||||||
|
|
||||||
|
<!-- menu icon -->
|
||||||
|
<draw_ops name="menu_button"></draw_ops>
|
||||||
|
|
||||||
|
<!-- :: BLANK :: -->
|
||||||
|
<draw_ops name="blank"></draw_ops>
|
||||||
|
|
||||||
|
<!-- ::: FRAME STYLES ::: -->
|
||||||
|
<frame_style name="normal" geometry="normal">
|
||||||
|
<piece position="entire_background" draw_ops="round_titlebar_unfocused"/>
|
||||||
|
<piece position="title" draw_ops="title_unfocused"/>
|
||||||
|
<button function="close" state="normal" draw_ops="close_button_unfocused"/>
|
||||||
|
<button function="close" state="pressed" draw_ops="close_button_pressed"/>
|
||||||
|
<button function="close" state="prelight" draw_ops="close_button_prelight"/>
|
||||||
|
<button function="maximize" state="normal" draw_ops="maximize_button_unfocused"/>
|
||||||
|
<button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/>
|
||||||
|
<button function="maximize" state="prelight" draw_ops="maximize_button_prelight"/>
|
||||||
|
<button function="minimize" state="normal" draw_ops="minimize_button_unfocused"/>
|
||||||
|
<button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/>
|
||||||
|
<button function="minimize" state="prelight" draw_ops="minimize_button_prelight"/>
|
||||||
|
<button function="menu" state="normal" draw_ops="menu_button"/>
|
||||||
|
<button function="menu" state="pressed" draw_ops="menu_button"/>
|
||||||
|
<button function="menu" state="prelight" draw_ops="menu_button"/>
|
||||||
</frame_style>
|
</frame_style>
|
||||||
|
|
||||||
<frame_style name="normal_unfocused" geometry="frame_geometry_normal">
|
<frame_style name="normal_shaded" geometry="shaded" parent="normal">
|
||||||
<piece position="title" draw_ops="draw_title_text_inactive"/>
|
<piece position="entire_background" draw_ops="round_titlebar"/>
|
||||||
<piece position="titlebar" draw_ops="draw_title_inactive"/>
|
|
||||||
<piece position="left_edge" draw_ops="draw_frame_unfocused"/>
|
|
||||||
<piece position="right_edge" draw_ops="draw_frame_unfocused"/>
|
|
||||||
<piece position="bottom_edge" draw_ops="bottom-inactive"/>
|
|
||||||
<button function="left_left_background" state="normal" draw_ops="left_left_background_unfocused_normal"/>
|
|
||||||
<button function="left_middle_background" state="normal" draw_ops="left_middle_background_unfocused_normal"/>
|
|
||||||
<button function="left_right_background" state="normal" draw_ops="left_right_background_unfocused_normal"/>
|
|
||||||
<button function="left_left_background" state="prelight" draw_ops="left_left_background_unfocused_normal"/>
|
|
||||||
<button function="left_middle_background" state="prelight" draw_ops="left_middle_background_unfocused_normal"/>
|
|
||||||
<button function="left_right_background" state="prelight" draw_ops="left_right_background_unfocused_normal"/>
|
|
||||||
<button function="left_left_background" state="pressed" draw_ops="left_left_background_unfocused_pressed"/>
|
|
||||||
<button function="left_middle_background" state="pressed" draw_ops="left_middle_background_unfocused_pressed"/>
|
|
||||||
<button function="left_right_background" state="pressed" draw_ops="left_right_background_unfocused_pressed"/>
|
|
||||||
<button function="right_left_background" state="normal" draw_ops="right_left_background_unfocused_normal"/>
|
|
||||||
<button function="right_middle_background" state="normal" draw_ops="right_middle_background_unfocused_normal"/>
|
|
||||||
<button function="right_right_background" state="normal" draw_ops="right_right_background_unfocused_normal"/>
|
|
||||||
<button function="right_left_background" state="prelight" draw_ops="right_left_background_unfocused_normal"/>
|
|
||||||
<button function="right_middle_background" state="prelight" draw_ops="right_middle_background_unfocused_normal"/>
|
|
||||||
<button function="right_right_background" state="prelight" draw_ops="right_right_background_unfocused_normal"/>
|
|
||||||
<button function="right_left_background" state="pressed" draw_ops="right_left_background_unfocused_pressed"/>
|
|
||||||
<button function="right_middle_background" state="pressed" draw_ops="right_middle_background_unfocused_pressed"/>
|
|
||||||
<button function="right_right_background" state="pressed" draw_ops="right_right_background_unfocused_pressed"/>
|
|
||||||
<button function="menu" state="normal" draw_ops="menu_unfocused_normal"/>
|
|
||||||
<button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/>
|
|
||||||
<button function="menu" state="pressed" draw_ops="menu_focused_normal"/>
|
|
||||||
<button function="minimize" state="normal" draw_ops="minimize_unfocused_normal"/>
|
|
||||||
<button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/>
|
|
||||||
<button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/>
|
|
||||||
<button function="maximize" state="normal" draw_ops="maximize_unfocused_normal"/>
|
|
||||||
<button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/>
|
|
||||||
<button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/>
|
|
||||||
<button function="close" state="normal" draw_ops="close_unfocused_normal"/>
|
|
||||||
<button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
|
|
||||||
<button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
|
|
||||||
</frame_style>
|
</frame_style>
|
||||||
|
|
||||||
<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused">
|
<frame_style name="focused" geometry="normal" parent="normal">
|
||||||
<piece position="title" draw_ops="draw_title_text_normal"/>
|
<piece position="entire_background" draw_ops="round_titlebar"/>
|
||||||
<piece position="titlebar" draw_ops="draw_title_maximized"/>
|
<piece position="title" draw_ops="title"/>
|
||||||
<button function="maximize" state="normal" draw_ops="unmaximize_focused_normal"/>
|
<button function="close" state="normal" draw_ops="close_button_normal"/>
|
||||||
<button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/>
|
<button function="close" state="pressed" draw_ops="close_button_pressed"/>
|
||||||
<button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/>
|
<button function="close" state="prelight" draw_ops="close_button_prelight"/>
|
||||||
|
<button function="maximize" state="normal" draw_ops="maximize_button_normal"/>
|
||||||
|
<button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/>
|
||||||
|
<button function="maximize" state="prelight" draw_ops="maximize_button_prelight"/>
|
||||||
|
<button function="minimize" state="normal" draw_ops="minimize_button_normal"/>
|
||||||
|
<button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/>
|
||||||
|
<button function="minimize" state="prelight" draw_ops="minimize_button_prelight"/>
|
||||||
|
<button function="menu" state="normal" draw_ops="menu_button"/>
|
||||||
|
<button function="menu" state="pressed" draw_ops="menu_button"/>
|
||||||
|
<button function="menu" state="prelight" draw_ops="menu_button"/>
|
||||||
</frame_style>
|
</frame_style>
|
||||||
|
|
||||||
<frame_style name="maximized_unfocused" geometry="geometry_maximized" parent="normal_unfocused">
|
<frame_style name="focused_shaded" geometry="shaded" parent="focused">
|
||||||
<piece position="title" draw_ops="draw_title_text_inactive"/>
|
<piece position="entire_background" draw_ops="round_titlebar_shaded"/>
|
||||||
<piece position="titlebar" draw_ops="draw_title_maximized_inactive"/>
|
|
||||||
<button function="maximize" state="normal" draw_ops="unmaximize_unfocused_normal"/>
|
|
||||||
<button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/>
|
|
||||||
<button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/>
|
|
||||||
</frame_style>
|
</frame_style>
|
||||||
|
|
||||||
<frame_style name="utility_focused" parent="normal_focused">
|
<frame_style name="normal_maximized" geometry="normal_maximized" parent="normal">
|
||||||
<piece position="title" draw_ops="draw_title_text_normal"/>
|
<piece position="entire_background" draw_ops="titlebar_maximized_unfocused"/>
|
||||||
<piece position="titlebar" draw_ops="draw_title"/>
|
<button function="maximize" state="normal" draw_ops="unmaximize_button_unfocused"/>
|
||||||
<button function="menu" state="normal" draw_ops="menu_focused_normal"/>
|
<button function="maximize" state="pressed" draw_ops="unmaximize_button_pressed"/>
|
||||||
<button function="menu" state="prelight" draw_ops="menu_focused_prelight"/>
|
<button function="maximize" state="prelight" draw_ops="unmaximize_button_prelight"/>
|
||||||
<button function="menu" state="pressed" draw_ops="menu_focused_normal"/>
|
|
||||||
<button function="close" state="normal" draw_ops="close_focused_normal"/>
|
|
||||||
<button function="close" state="prelight" draw_ops="close_focused_prelight"/>
|
|
||||||
<button function="close" state="pressed" draw_ops="close_focused_pressed"/>
|
|
||||||
</frame_style>
|
</frame_style>
|
||||||
|
|
||||||
<frame_style name="utility_unfocused" parent="normal_unfocused">
|
<frame_style name="focused_maximized" geometry="normal_maximized" parent="focused">
|
||||||
<piece position="title" draw_ops="draw_title_text_inactive"/>
|
<piece position="entire_background" draw_ops="titlebar_maximized"/>
|
||||||
<piece position="titlebar" draw_ops="draw_title_inactive"/>
|
<button function="maximize" state="normal" draw_ops="unmaximize_button_normal"/>
|
||||||
<button function="menu" state="normal" draw_ops="menu_unfocused_normal"/>
|
<button function="maximize" state="pressed" draw_ops="unmaximize_button_pressed"/>
|
||||||
<button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/>
|
<button function="maximize" state="prelight" draw_ops="unmaximize_button_prelight"/>
|
||||||
<button function="menu" state="pressed" draw_ops="menu_focused_normal"/>
|
|
||||||
<button function="close" state="normal" draw_ops="close_unfocused_normal"/>
|
|
||||||
<button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
|
|
||||||
<button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
|
|
||||||
</frame_style>
|
</frame_style>
|
||||||
|
|
||||||
<frame_style name="border" geometry="border" >
|
<frame_style name="border" geometry="border" parent="normal">
|
||||||
<piece position="overlay" draw_ops="border"/>
|
<piece position="entire_background" draw_ops="border"/>
|
||||||
<button function="close" state="normal"><draw_ops></draw_ops></button>
|
<piece position="title" draw_ops="blank"/>
|
||||||
<button function="close" state="pressed"><draw_ops></draw_ops></button>
|
</frame_style>
|
||||||
<button function="maximize" state="normal"><draw_ops></draw_ops></button>
|
|
||||||
<button function="maximize" state="pressed"><draw_ops></draw_ops></button>
|
<frame_style name="utility_normal" geometry="utility" parent="normal"></frame_style>
|
||||||
<button function="minimize" state="normal"><draw_ops></draw_ops></button>
|
|
||||||
<button function="minimize" state="pressed"><draw_ops></draw_ops></button>
|
<frame_style name="utility_focused" geometry="utility" parent="focused"></frame_style>
|
||||||
<button function="menu" state="normal"><draw_ops></draw_ops></button>
|
|
||||||
<button function="menu" state="pressed"><draw_ops></draw_ops></button>
|
<frame_style name="utility_focused_shaded" geometry="utility" parent="focused_shaded">
|
||||||
|
<piece position="entire_background" draw_ops="titlebar_shaded"/>
|
||||||
</frame_style>
|
</frame_style>
|
||||||
|
|
||||||
<!-- STYLE SET -->
|
|
||||||
<frame_style_set name="normal">
|
<frame_style_set name="normal">
|
||||||
<frame focus="yes" state="normal" resize="both" style="normal_focused"/>
|
<frame focus="yes" state="normal" resize="both" style="focused"/>
|
||||||
<frame focus="no" state="normal" resize="both" style="normal_unfocused"/>
|
<frame focus="no" state="normal" resize="both" style="normal"/>
|
||||||
<frame focus="yes" state="maximized" style="maximized_focused"/>
|
<frame focus="yes" state="maximized" style="focused_maximized"/>
|
||||||
<frame focus="no" state="maximized" style="maximized_unfocused"/>
|
<frame focus="no" state="maximized" style="normal_maximized"/>
|
||||||
<frame focus="yes" state="shaded" style="normal_focused"/><!-- todo -->
|
<frame focus="yes" state="shaded" style="focused_shaded"/>
|
||||||
<frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo -->
|
<frame focus="no" state="shaded" style="normal_shaded"/>
|
||||||
<frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo -->
|
<frame focus="yes" state="maximized_and_shaded" style="focused_maximized"/>
|
||||||
<frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo -->
|
<frame focus="no" state="maximized_and_shaded" style="normal_maximized"/>
|
||||||
</frame_style_set>
|
</frame_style_set>
|
||||||
|
|
||||||
<frame_style_set name="utility">
|
<frame_style_set name="utility" parent="normal">
|
||||||
<frame focus="yes" state="normal" resize="both" style="utility_focused"/>
|
<frame focus="yes" state="normal" resize="both" style="utility_focused"/>
|
||||||
<frame focus="no" state="normal" resize="both" style="utility_unfocused"/>
|
<frame focus="no" state="normal" resize="both" style="utility_normal"/>
|
||||||
<frame focus="yes" state="maximized" style="maximized_focused"/>
|
<!-- this is a bunch of crap since utility windows shouldn't be maximized -->
|
||||||
<frame focus="no" state="maximized" style="normal_focused"/>
|
<frame focus="yes" state="maximized" style="focused"/>
|
||||||
<frame focus="yes" state="shaded" style="normal_focused"/><!-- todo -->
|
<frame focus="no" state="maximized" style="normal"/>
|
||||||
<frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo -->
|
<frame focus="yes" state="shaded" style="utility_focused_shaded"/>
|
||||||
<frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo -->
|
<frame focus="no" state="shaded" style="utility_normal"/>
|
||||||
<frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo -->
|
<frame focus="yes" state="maximized_and_shaded" style="focused_shaded"/>
|
||||||
|
<frame focus="no" state="maximized_and_shaded" style="normal"/>
|
||||||
</frame_style_set>
|
</frame_style_set>
|
||||||
|
|
||||||
<frame_style_set name="border">
|
<frame_style_set name="border">
|
||||||
<frame focus="yes" state="normal" resize="both" style="border"/>
|
<frame focus="yes" state="normal" resize="both" style="border"/>
|
||||||
<frame focus="no" state="normal" resize="both" style="border"/>
|
<frame focus="no" state="normal" resize="both" style="border"/>
|
||||||
<frame focus="yes" state="maximized" style="maximized_focused"/>
|
<frame focus="yes" state="maximized" style="border"/>
|
||||||
<frame focus="no" state="maximized" style="normal_focused"/>
|
<frame focus="no" state="maximized" style="border"/>
|
||||||
<frame focus="yes" state="shaded" style="normal_focused"/><!-- todo -->
|
<frame focus="yes" state="shaded" style="border"/>
|
||||||
<frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo -->
|
<frame focus="no" state="shaded" style="border"/>
|
||||||
<frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo -->
|
<frame focus="yes" state="maximized_and_shaded" style="border"/>
|
||||||
<frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo -->
|
<frame focus="no" state="maximized_and_shaded" style="border"/>
|
||||||
</frame_style_set>
|
</frame_style_set>
|
||||||
|
|
||||||
<!-- WINDOW -->
|
<menu_icon function="close" state="normal" draw_ops="close_button_icon_unfocused"/>
|
||||||
|
<menu_icon function="maximize" state="normal" draw_ops="maximize_button_icon_unfocused"/>
|
||||||
|
<menu_icon function="unmaximize" state="normal" draw_ops="maximize_button_icon_unfocused"/>
|
||||||
|
<menu_icon function="minimize" state="normal" draw_ops="minimize_button_icon_unfocused"/>
|
||||||
|
|
||||||
|
<!-- ::: WINDOWS ::: -->
|
||||||
<window type="normal" style_set="normal"/>
|
<window type="normal" style_set="normal"/>
|
||||||
<window type="dialog" style_set="utility"/>
|
<window type="dialog" style_set="normal"/>
|
||||||
<window type="modal_dialog" style_set="utility"/>
|
<window type="modal_dialog" style_set="normal"/>
|
||||||
<window type="menu" style_set="utility"/>
|
<window type="menu" style_set="normal"/>
|
||||||
<window type="utility" style_set="utility"/>
|
<window type="utility" style_set="utility"/>
|
||||||
<window type="border" style_set="border"/>
|
<window type="border" style_set="border"/>
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 204 B |
Before Width: | Height: | Size: 205 B |