diff options
author | Kylie McClain <somasis@exherbo.org> | 2015-06-07 21:28:32 -0400 |
---|---|---|
committer | Kylie McClain <somasis@exherbo.org> | 2015-06-07 23:00:08 -0400 |
commit | d347a3476468c9bd6850d179e484d0f4c66ab3a7 (patch) | |
tree | 874a71d415916b839c0983747748e91f7ce99f45 | |
parent | 4e0a19188ada65b2378b220ff8acd5a2f9cbe23a (diff) |
Import Shiki-Colors WM themes from GNOME Colors project, with modifications
193 files changed, 6409 insertions, 0 deletions
@@ -2,3 +2,5 @@ *.bak Shiki-*-Revival Shiki-*-Classic +!Shiki-Colors-Revival +!Shiki-Colors-Classic diff --git a/Shiki-Colors-Classic-EZ/metacity-1/close.png b/Shiki-Colors-Classic-EZ/metacity-1/close.png Binary files differnew file mode 100644 index 0000000..88917a2 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/metacity-1/close.png diff --git a/Shiki-Colors-Classic-EZ/metacity-1/close_unfocused.png b/Shiki-Colors-Classic-EZ/metacity-1/close_unfocused.png Binary files differnew file mode 100644 index 0000000..86aeaf2 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/metacity-1/close_unfocused.png diff --git a/Shiki-Colors-Classic-EZ/metacity-1/maximize.png b/Shiki-Colors-Classic-EZ/metacity-1/maximize.png Binary files differnew file mode 100644 index 0000000..cf8d226 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/metacity-1/maximize.png diff --git a/Shiki-Colors-Classic-EZ/metacity-1/maximize_unfocused.png b/Shiki-Colors-Classic-EZ/metacity-1/maximize_unfocused.png Binary files differnew file mode 100644 index 0000000..d6728ec --- /dev/null +++ b/Shiki-Colors-Classic-EZ/metacity-1/maximize_unfocused.png diff --git a/Shiki-Colors-Classic-EZ/metacity-1/metacity-theme-1.xml b/Shiki-Colors-Classic-EZ/metacity-1/metacity-theme-1.xml new file mode 100644 index 0000000..d50586d --- /dev/null +++ b/Shiki-Colors-Classic-EZ/metacity-1/metacity-theme-1.xml @@ -0,0 +1,667 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Shiki-Colors Easy Metacity</name> + <author>Victor C. <perfectska04@gmail.com></author> + <copyright>Â 2009 perfectska04</copyright> + <date>Apr, 2009</date> + <description>Unity-based Metacity Theme for Shiki-Colors</description> +</info> + +<!-- ::: GEOMETRY ::: --> +<frame_geometry name="normal" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="3"/> + <distance name="right_width" value="3"/> + <distance name="bottom_height" value="3"/> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="button_width" value="20"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="1"/> + <border name="title_border" left="12" right="2" top="4" bottom="2"/> + <border name="button_border" left="1" right="1" top="3" bottom="2"/> +</frame_geometry> + +<frame_geometry name="shaded" parent="normal" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="true" rounded_bottom_right="true"/> + +<frame_geometry name="normal_maximized" parent="normal" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_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"/> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> +</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="3"/> + <distance name="right_titlebar_edge" value="3"/> + <distance name="title_vertical_pad" value="0"/> + <border name="title_border" left="2" right="2" top="4" bottom="3"/> + <border name="button_border" left="0" right="0" top="2" bottom="2"/> + <aspect_ratio name="button" value="1"/> +</frame_geometry> + +<frame_geometry name="border" has_title="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="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> + +<!-- button minimum size --> +<constant name="Bmin" value="7"/> +<!-- button inside padding --> +<constant name="Bpad" value="6"/> + +<!-- ::: CORNERS ::: --> +<draw_ops name="corners_outline_selected_top"> + <!-- top left --> + <line color="#3C3C3C" x1="1" y1="3" x2="1" y2="3"/> + <line color="#3C3C3C" x1="1" y1="4" x2="1" y2="4"/> + <line color="#3C3C3C" x1="2" y1="2" x2="2" y2="2"/> + <line color="#3C3C3C" x1="3" y1="1" x2="3" y2="1"/> + <line color="#3C3C3C" x1="4" y1="1" x2="4" y2="1"/> + + <!-- top right --> + <line color="#3C3C3C" x1="width-2" y1="3" x2="width-2" y2="3"/> + <line color="#3C3C3C" x1="width-2" y1="4" x2="width-2" y2="4"/> + <line color="#3C3C3C" x1="width-3" y1="2" x2="width-3" y2="2"/> + <line color="#3C3C3C" x1="width-4" y1="1" x2="width-4" y2="1"/> + <line color="#3C3C3C" x1="width-5" y1="1" x2="width-5" y2="1"/> +</draw_ops> + +<draw_ops name="corners_outline_top"> + <!-- top left --> + <line color="#3C3C3C" x1="1" y1="3" x2="1" y2="3"/> + <line color="#3C3C3C" x1="1" y1="4" x2="1" y2="4"/> + <line color="#3C3C3C" x1="2" y1="2" x2="2" y2="2"/> + <line color="#3C3C3C" x1="3" y1="1" x2="3" y2="1"/> + <line color="#3C3C3C" x1="4" y1="1" x2="4" y2="1"/> + + <!-- top right --> + <line color="#3C3C3C" x1="width-2" y1="3" x2="width-2" y2="3"/> + <line color="#3C3C3C" x1="width-2" y1="4" x2="width-2" y2="4"/> + <line color="#3C3C3C" x1="width-3" y1="2" x2="width-3" y2="2"/> + <line color="#3C3C3C" x1="width-4" y1="1" x2="width-4" y2="1"/> + <line color="#3C3C3C" x1="width-5" y1="1" x2="width-5" y2="1"/> +</draw_ops> + +<draw_ops name="corners_outline_selected_bottom"> + <!-- bottom left --> + <line color="#3C3C3C" x1="1" y1="height-4" x2="1" y2="height-5"/> + <line color="#3C3C3C" x1="2" y1="height-3" x2="2" y2="height-3"/> + <line color="#3C3C3C" x1="2" y1="height-2" x2="4" y2="height-2"/> + + <!-- bottom right --> + <line color="#3C3C3C" x1="width-2" y1="height-4" x2="width-2" y2="height-5"/> + <line color="#3C3C3C" x1="width-3" y1="height-3" x2="width-3" y2="height-3"/> + <line color="#3C3C3C" x1="width-4" y1="height-2" x2="width-5" y2="height-2"/> +</draw_ops> + +<draw_ops name="corners_outline_bottom"> + <!-- bottom left --> + <line color="#3C3C3C" x1="1" y1="height-4" x2="1" y2="height-5"/> + <line color="#3C3C3C" x1="2" y1="height-3" x2="2" y2="height-3"/> + <line color="#3C3C3C" x1="2" y1="height-2" x2="4" y2="height-2"/> + + <!-- bottom right --> + <line color="#3C3C3C" x1="width-2" y1="height-4" x2="width-2" y2="height-5"/> + <line color="#3C3C3C" x1="width-3" y1="height-3" x2="width-3" y2="height-3"/> + <line color="#3C3C3C" x1="width-4" y1="height-2" x2="width-5" y2="height-2"/> +</draw_ops> + +<draw_ops name="corners_highlight"> + <!-- ** corner highlight for left top ** --> + <line color="#5C5C5C" x1="2" y1="3" x2="2" y2="4"/> + <line color="#666666" x1="3" y1="2" x2="4" y2="2"/> + + <!-- ** corner highlight for right top ** --> + <line color="#5C5C5C" x1="width-3" y1="3" x2="width-3" y2="4"/> + <line color="#666666" x1="width-5" y1="2" x2="width-4" y2="2"/> + + <!-- ** corner highlight for left bottom ** --> + <!--<line color="shade/gtk:bg[NORMAL]/1.14" x1="2" y1="height-4" x2="2" y2="height-5"/> + <line color="shade/gtk:bg[NORMAL]/0.9" x1="3" y1="height-3" x2="4" y2="height-3"/>--> + + <!-- ** corner highlight for right bottom ** --> + <!--<line color="shade/gtk:bg[NORMAL]/0.9" x1="width-3" y1="height-4" x2="width-3" y2="height-5"/> + <line color="shade/gtk:bg[NORMAL]/0.9" x1="width-4" y1="height-3" x2="width-5" y2="height-3"/>--> +</draw_ops> + +<draw_ops name="corners_highlight_unfocused"> + <!-- ** corner highlight for left top ** --> + <line color="#575757" x1="2" y1="3" x2="2" y2="4"/> + <line color="#616161" x1="3" y1="2" x2="4" y2="2"/> + + <!-- ** corner highlight for right top ** --> + <line color="#575757" x1="width-3" y1="3" x2="width-3" y2="4"/> + <line color="#616161" x1="width-5" y1="2" x2="width-4" y2="2"/> + + <!-- ** corner highlight for left bottom ** --> + <!--<line color="shade/gtk:bg[NORMAL]/1.14" x1="2" y1="height-4" x2="2" y2="height-5"/> + <line color="shade/gtk:bg[NORMAL]/0.9" x1="3" y1="height-3" x2="4" y2="height-3"/>--> + + <!-- ** corner highlight for right bottom ** --> + <!--<line color="shade/gtk:bg[NORMAL]/0.9" x1="width-3" y1="height-4" x2="width-3" y2="height-5"/> + <line color="shade/gtk:bg[NORMAL]/0.9" x1="width-4" y1="height-3" x2="width-5" y2="height-3"/>--> +</draw_ops> + +<draw_ops name="corners_highlight_shaded"> + <!-- ** corner highlight for left top ** --> + <line color="#5C5C5C" x1="2" y1="3" x2="2" y2="4"/> + <line color="#666666" x1="3" y1="2" x2="4" y2="2"/> + + <!-- ** corner highlight for right top ** --> + <line color="#5C5C5C" x1="width-3" y1="3" x2="width-3" y2="4"/> + <line color="#666666" x1="width-5" y1="2" x2="width-4" y2="2"/> + + <!-- ** corner highlight for left bottom ** --> + <line color="#3C3C3C" x1="2" y1="height-4" x2="2" y2="height-5"/> + <line color="#3C3C3C" x1="3" y1="height-3" x2="4" y2="height-3"/> + + <!-- ** corner highlight for right bottom ** --> + <line color="#3C3C3C" x1="width-3" y1="height-4" x2="width-3" y2="height-5"/> + <line color="#3C3C3C" x1="width-4" y1="height-3" x2="width-5" y2="height-3"/> +</draw_ops> + +<draw_ops name="corners_highlight_shaded_unfocused"> + <!-- ** corner highlight for left top ** --> + <line color="#575757" x1="2" y1="3" x2="2" y2="4"/> + <line color="#616161" x1="3" y1="2" x2="4" y2="2"/> + + <!-- ** corner highlight for right top ** --> + <line color="#575757" x1="width-3" y1="3" x2="width-3" y2="4"/> + <line color="#616161" x1="width-5" y1="2" x2="width-4" y2="2"/> + + <!-- ** corner highlight for left bottom ** --> + <line color="#3C3C3C" x1="2" y1="height-4" x2="2" y2="height-5"/> + <line color="#3C3C3C" x1="3" y1="height-3" x2="4" y2="height-3"/> + + <!-- ** corner highlight for right bottom ** --> + <line color="#3C3C3C" x1="width-3" y1="height-4" x2="width-3" y2="height-5"/> + <line color="#3C3C3C" x1="width-4" y1="height-3" x2="width-5" y2="height-3"/> +</draw_ops> + +<draw_ops name="window_bg"> + <rectangle color="#3C3C3C" filled="true" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<!-- ::: BEVEL FOCUSED ::: --> +<draw_ops name="bevel"> + <include name="window_bg"/> + <line color="#3C3C3C" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="#3C3C3C" x1="width - 2" y1="2" x2="width - 2" y2="height - 2"/> + <line color="#3C3C3C" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="#3C3C3C" x1="1" y1="2" x2="1" y2="height - 2"/> + + <!-- ** fancy gradient ** --> + <gradient type="vertical" x="1" y="1" width="width" height="top_height"> + <color value="#525252"/> + <color value="#3C3C3C"/> + </gradient> + <line color="#707070" x1="1" y1="1" x2="width - 2" y2="1"/> + + <!-- ** border outline ** --> + <rectangle color="#3C3C3C" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<draw_ops name="bevel_maximized"> + <include name="window_bg"/> + <!-- ** fancy gradient ** --> + <gradient type="vertical" x="0" y="1" width="width" height="top_height"> + <color value="#525252"/> + <color value="#3C3C3C"/> + </gradient> + <line color="#707070" x1="1" y1="1" x2="width" y2="1"/> +</draw_ops> + +<draw_ops name="round_bevel"> + <include name="bevel"/> + <include name="corners_outline_selected_top"/> + <!--<include name="corners_outline_bottom"/>--> + <include name="corners_highlight"/> +</draw_ops> + +<draw_ops name="bevel_shaded"> + <include name="bevel"/> + <line color="#3C3C3C" x1="0" y1="height-1" x2="width" y2="height-1"/> +</draw_ops> + +<draw_ops name="round_bevel_shaded"> + <include name="bevel"/> + <include name="corners_outline_selected_top"/> + <include name="corners_outline_selected_bottom"/> + <include name="corners_highlight_shaded"/> + <line color="#3C3C3C" x1="5" y1="height-1" x2="width-6" y2="height-1"/> +</draw_ops> + +<!-- ::: BEVEL UNFOCUSED ::: --> +<draw_ops name="bevel_unfocused"> + <include name="window_bg"/> + + <line color="#3C3C3C" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="#3C3C3C" x1="width - 2" y1="2" x2="width - 2" y2="height - 2"/> + <line color="#3C3C3C" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="#3C3C3C" x1="1" y1="2" x2="1" y2="height - 2"/> + + <!-- ** fancy gradient ** --> + <gradient type="vertical" x="1" y="1" width="width" height="top_height"> + <color value="#525252"/> + <color value="#3C3C3C"/> + </gradient> + <line color="#666666" x1="1" y1="1" x2="width" y2="1"/> + + <!-- ** border outline ** --> + <rectangle color="#3C3C3C" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<draw_ops name="bevel_maximized_unfocused"> + <include name="window_bg"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height"> + <color value="#525252"/> + <color value="#3C3C3C"/> + </gradient> + <line color="#666666" x1="1" y1="1" x2="width" y2="1"/> +</draw_ops> + +<draw_ops name="round_bevel_unfocused"> + <include name="bevel_unfocused"/> + <include name="corners_outline_top"/> + <!--<include name="corners_outline_bottom"/>--> + <include name="corners_highlight_unfocused"/> +</draw_ops> + +<draw_ops name="round_bevel_unfocused_shaded"> + <include name="bevel_unfocused"/> + <include name="corners_outline_top"/> + <include name="corners_outline_bottom"/> + <include name="corners_highlight_shaded_unfocused"/> +</draw_ops> + +<!-- ::: BORDER ::: --> +<draw_ops name="border"> + <line color="shade/gtk:bg[NORMAL]/0.88" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/0.88" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/1.2" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/1.2" x1="1" y1="1" x2="1" y2="height - 2"/> + + <rectangle color="shade/gtk:bg[NORMAL]/0.55" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<!-- ::: TITLES ::: --> +<draw_ops name="title_text"> + <title color="#E6E6E6" x="(3 `max` (width-title_width)) / 2" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="title_text_unfocused"> + <title color="#3C3C3C" x="(3 `max` (width-title_width)) / 2" y="1 `max` ((height-title_height)/2)+1"/> + <title color="#9B9B9B" x="(3 `max` (width-title_width)) / 2" y="0 `max` ((height-title_height)/2)"/> +</draw_ops> + +<draw_ops name="title"> + <include name="title_text"/> +</draw_ops> + +<draw_ops name="title_unfocused"> + <include name="title_text_unfocused"/> +</draw_ops> + +<!-- ::: BUTTONS ::: --> +<draw_ops name="button_bg_prelight"> + <image filename="prelight.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="button_bg_pressed"> + <image filename="pressed.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="button_bg_unfocused_prelight"> + <image filename="prelight_unfocused.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="button_bg_unfocused_pressed"> + <image filename="pressed.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_icon"> + <!--<icon x="0" y="0" width="width" height="height"/>--> + <icon x="(width-mini_icon_width)/2" y="(height-mini_icon_height)/2" width="mini_icon_width" height="mini_icon_height"/> +</draw_ops> + +<draw_ops name="menu_button_icon_unfocused"> + <!--<icon x="0" y="0" width="width" height="height" alpha="0.5"/>--> + <icon x="(width-mini_icon_width)/2" y="(height-mini_icon_height)/2" width="mini_icon_width" height="mini_icon_height" alpha="0.75"/> +</draw_ops> + +<draw_ops name="menu_button_normal"> + <include name="menu_button_icon"/> +</draw_ops> +<draw_ops name="menu_button_prelight"> + <include name="menu_button_icon"/> +</draw_ops> +<draw_ops name="menu_button_pressed"> + <include name="menu_button_icon"/> +</draw_ops> +<draw_ops name="menu_button_unfocused"> + <include name="menu_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="menu_button_unfocused_prelight"> + <include name="menu_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="menu_button_unfocused_pressed"> + <include name="menu_button_icon_unfocused"/> +</draw_ops> + +<!-- close icon --> +<draw_ops name="close_button_icon"> + <image filename="close.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="close_button_icon_unfocused"> + <image filename="close_unfocused.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="close_button_normal"> + <include name="close_button_icon"/> +</draw_ops> +<draw_ops name="close_button_prelight"> + <include name="button_bg_prelight"/> + <include name="close_button_icon"/> +</draw_ops> +<draw_ops name="close_button_pressed"> + <include name="button_bg_pressed"/> + <include name="close_button_icon"/> +</draw_ops> +<draw_ops name="close_button_unfocused"> + <include name="close_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="close_button_unfocused_prelight"> + <include name="button_bg_unfocused_prelight"/> + <include name="close_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="close_button_unfocused_pressed"> + <include name="button_bg_unfocused_pressed"/> + <include name="close_button_icon"/> +</draw_ops> + +<!-- maximize icon --> +<draw_ops name="maximize_button_icon"> + <image filename="maximize.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_button_icon_unfocused"> + <image filename="maximize_unfocused.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_button_normal"> + <include name="maximize_button_icon"/> +</draw_ops> +<draw_ops name="maximize_button_prelight"> + <include name="button_bg_prelight"/> + <include name="maximize_button_icon"/> +</draw_ops> +<draw_ops name="maximize_button_pressed"> + <include name="button_bg_pressed"/> + <include name="maximize_button_icon"/> +</draw_ops> +<draw_ops name="maximize_button_unfocused"> + <include name="maximize_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="maximize_button_unfocused_prelight"> + <include name="button_bg_unfocused_prelight"/> + <include name="maximize_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="maximize_button_unfocused_pressed"> + <include name="button_bg_unfocused_pressed"/> + <include name="maximize_button_icon"/> +</draw_ops> + +<!-- restore icon --> +<draw_ops name="restore_button_icon"> + <image filename="maximize.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="restore_button_icon_unfocused"> + <image filename="maximize_unfocused.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="restore_button_normal"> + <include name="restore_button_icon"/> +</draw_ops> +<draw_ops name="restore_button_prelight"> + <include name="button_bg_prelight"/> + <include name="restore_button_icon"/> +</draw_ops> +<draw_ops name="restore_button_pressed"> + <include name="button_bg_pressed"/> + <include name="restore_button_icon"/> +</draw_ops> +<draw_ops name="restore_button_unfocused"> + <include name="restore_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="restore_button_unfocused_prelight"> + <include name="button_bg_unfocused_prelight"/> + <include name="restore_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="restore_button_unfocused_pressed"> + <include name="button_bg_unfocused_pressed"/> + <include name="restore_button_icon"/> +</draw_ops> + +<!-- minimize icon --> +<draw_ops name="minimize_button_icon"> + <image filename="minimize.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_button_icon_unfocused"> + <image filename="minimize_unfocused.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_button_normal"> + <include name="minimize_button_icon"/> +</draw_ops> +<draw_ops name="minimize_button_prelight"> + <include name="button_bg_prelight"/> + <include name="minimize_button_icon"/> +</draw_ops> +<draw_ops name="minimize_button_pressed"> + <include name="button_bg_pressed"/> + <include name="minimize_button_icon"/> +</draw_ops> +<draw_ops name="minimize_button_unfocused"> + <include name="minimize_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="minimize_button_unfocused_prelight"> + <include name="button_bg_unfocused_prelight"/> + <include name="minimize_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="minimize_button_unfocused_pressed"> + <include name="button_bg_unfocused_pressed"/> + <include name="minimize_button_icon"/> +</draw_ops> + +<draw_ops name="blank"> +<!-- nothing --> +</draw_ops> + +<!-- ::: FRAME STYLES ::: --> +<frame_style name="normal" geometry="normal"> + <piece position="entire_background" draw_ops="round_bevel_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_unfocused_pressed"/> + <button function="close" state="prelight" draw_ops="close_button_unfocused_prelight"/> + <button function="maximize" state="normal" draw_ops="maximize_button_unfocused"/> + <button function="maximize" state="pressed" draw_ops="maximize_button_unfocused_pressed"/> + <button function="maximize" state="prelight" draw_ops="maximize_button_unfocused_prelight"/> + <button function="minimize" state="normal" draw_ops="minimize_button_unfocused"/> + <button function="minimize" state="pressed" draw_ops="minimize_button_unfocused_pressed"/> + <button function="minimize" state="prelight" draw_ops="minimize_button_unfocused_prelight"/> + <button function="menu" state="normal" draw_ops="menu_button_unfocused"/> + <button function="menu" state="pressed" draw_ops="menu_button_unfocused_pressed"/> + <button function="menu" state="prelight" draw_ops="menu_button_unfocused_prelight"/> +</frame_style> + +<frame_style name="normal_shaded" geometry="shaded" parent="normal"> + <piece position="entire_background" draw_ops="round_bevel_unfocused_shaded"/> +</frame_style> + +<frame_style name="focused" geometry="normal" parent="normal"> + <piece position="entire_background" draw_ops="round_bevel"/> + <piece position="title" draw_ops="title"/> + <button function="close" state="normal" draw_ops="close_button_normal"/> + <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_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_normal"/> + <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="focused_shaded" geometry="shaded" parent="focused"> + <piece position="entire_background" draw_ops="round_bevel_shaded"/> +</frame_style> + +<frame_style name="normal_maximized" geometry="normal_maximized" parent="normal"> + <piece position="entire_background" draw_ops="bevel_maximized_unfocused"/> + <button function="maximize" state="normal" draw_ops="restore_button_unfocused"/> + <button function="maximize" state="pressed" draw_ops="restore_button_unfocused_pressed"/> + <button function="maximize" state="prelight" draw_ops="restore_button_unfocused_prelight"/> +</frame_style> + +<frame_style name="focused_maximized" geometry="normal_maximized" parent="focused"> + <piece position="entire_background" draw_ops="bevel_maximized"/> + <button function="maximize" state="normal" draw_ops="restore_button_normal"/> + <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="border" geometry="border" parent="normal"> + <piece position="entire_background" draw_ops="border"/> + <piece position="title" draw_ops="blank"/> +</frame_style> + +<frame_style name="utility_normal" geometry="utility" parent="normal"> + <piece position="entire_background" draw_ops="bevel_unfocused"/> +</frame_style> +<frame_style name="utility_focused" geometry="utility" parent="focused"> + <piece position="entire_background" draw_ops="bevel"/> +</frame_style> +<frame_style name="utility_focused_shaded" geometry="utility" parent="focused_shaded"> + <piece position="entire_background" draw_ops="bevel_shaded"/> +</frame_style> + +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="focused"/> + <frame focus="no" state="normal" resize="both" style="normal"/> + <frame focus="yes" state="maximized" style="focused_maximized"/> + <frame focus="no" state="maximized" style="normal_maximized"/> + <frame focus="yes" state="shaded" style="focused_shaded"/> + <frame focus="no" state="shaded" style="normal_shaded"/> + <frame focus="yes" state="maximized_and_shaded" style="focused_maximized"/> + <frame focus="no" state="maximized_and_shaded" style="normal_maximized"/> +</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_normal"/> + <!-- this is a bunch of crack since utility windows shouldn't be maximized --> + <frame focus="yes" state="maximized" style="focused"/> + <frame focus="no" state="maximized" style="normal"/> + <frame focus="yes" state="shaded" style="utility_focused_shaded"/> + <frame focus="no" state="shaded" style="utility_normal"/> + <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 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_icon_unfocused"/> +<menu_icon function="maximize" state="normal" draw_ops="maximize_button_icon_unfocused"/> +<menu_icon function="unmaximize" state="normal" draw_ops="restore_button_icon_unfocused"/> +<menu_icon function="minimize" state="normal" draw_ops="minimize_button_icon_unfocused"/> + +</metacity_theme> + + + diff --git a/Shiki-Colors-Classic-EZ/metacity-1/minimize.png b/Shiki-Colors-Classic-EZ/metacity-1/minimize.png Binary files differnew file mode 100644 index 0000000..5594d21 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/metacity-1/minimize.png diff --git a/Shiki-Colors-Classic-EZ/metacity-1/minimize_unfocused.png b/Shiki-Colors-Classic-EZ/metacity-1/minimize_unfocused.png Binary files differnew file mode 100644 index 0000000..570d179 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/metacity-1/minimize_unfocused.png diff --git a/Shiki-Colors-Classic-EZ/metacity-1/prelight.png b/Shiki-Colors-Classic-EZ/metacity-1/prelight.png Binary files differnew file mode 100644 index 0000000..38a0bd0 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/metacity-1/prelight.png diff --git a/Shiki-Colors-Classic-EZ/metacity-1/prelight_unfocused.png b/Shiki-Colors-Classic-EZ/metacity-1/prelight_unfocused.png Binary files differnew file mode 100644 index 0000000..48fc47c --- /dev/null +++ b/Shiki-Colors-Classic-EZ/metacity-1/prelight_unfocused.png diff --git a/Shiki-Colors-Classic-EZ/metacity-1/pressed.png b/Shiki-Colors-Classic-EZ/metacity-1/pressed.png Binary files differnew file mode 100644 index 0000000..1c985d5 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/metacity-1/pressed.png diff --git a/Shiki-Colors-Classic-EZ/xfwm4/bottom-active.xpm b/Shiki-Colors-Classic-EZ/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..cba82ea --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/bottom-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"20 3 2 1", +" c None", +". c #3C3C3C", +"....................", +"....................", +"...................."}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/bottom-inactive.xpm b/Shiki-Colors-Classic-EZ/xfwm4/bottom-inactive.xpm new file mode 100644 index 0000000..60a5071 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/bottom-inactive.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"20 3 2 1", +" c None", +". c #3C3C3C", +"....................", +"....................", +"...................."}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/bottom-left-active.xpm b/Shiki-Colors-Classic-EZ/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..28545a1 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/bottom-left-active.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"3 20 2 1", +" c None", +". c #3C3C3C", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"..."}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/bottom-left-inactive.xpm b/Shiki-Colors-Classic-EZ/xfwm4/bottom-left-inactive.xpm new file mode 100644 index 0000000..420b43e --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"3 20 2 1", +" c None", +". c #3C3C3C", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"..."}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/bottom-right-active.xpm b/Shiki-Colors-Classic-EZ/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..aef3809 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/bottom-right-active.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"3 20 2 1", +" c None", +". c #3C3C3C", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"..."}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/bottom-right-inactive.xpm b/Shiki-Colors-Classic-EZ/xfwm4/bottom-right-inactive.xpm new file mode 100644 index 0000000..5b0dbda --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"3 20 2 1", +" c None", +". c #3C3C3C", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"..."}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/close-active.xpm b/Shiki-Colors-Classic-EZ/xfwm4/close-active.xpm new file mode 100644 index 0000000..fc5af49 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/close-active.xpm @@ -0,0 +1,65 @@ +/* XPM */ +static char * close_active_xpm[] = { +"20 25 37 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #B8B8B8", +"> c #C2C2C2", +", c #575757", +"' c #E6E6E6", +") c #CBCBCB", +"! c #494949", +"~ c #565656", +"{ c #CDCDCD", +"] c #484848", +"^ c #555555", +"/ c #474747", +"( c #545454", +"_ c #464646", +": c #535353", +"< c #454545", +"[ c #C1C1C1", +"} c #525252", +"| c #444444", +"1 c #B6B6B6", +"2 c #434343", +"3 c #424242", +"4 c #414141", +"5 c #404040", +"6 c #3F3F3F", +"7 c #3E3E3E", +"8 c #3D3D3D", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################", +"$$$$$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&&&&&", +"********************", +"====================", +"------;>,--,>;------", +"------>'),,)'>------", +"!!!!!!~)'{{')~!!!!!!", +"]]]]]]]^{''{^]]]]]]]", +"///////({''{(///////", +"______:)'{{'):______", +"<<<<<<[')}})'[<<<<<<", +"||||||1[@||@[1||||||", +"22222222222222222222", +"22222222222222222222", +"33333333333333333333", +"44444444444444444444", +"55555555555555555555", +"66666666666666666666", +"77777777777777777777", +"88888888888888888888"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/close-inactive.xpm b/Shiki-Colors-Classic-EZ/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..80d45c8 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/close-inactive.xpm @@ -0,0 +1,59 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"20 25 31 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #838383", +"> c #888888", +", c #9B9B9B", +"' c #8D8D8D", +") c #494949", +"! c #8E8E8E", +"~ c #484848", +"{ c #474747", +"] c #464646", +"^ c #454545", +"/ c #878787", +"( c #444444", +"_ c #818181", +": c #434343", +"< c #424242", +"[ c #414141", +"} c #404040", +"| c #3F3F3F", +"1 c #3E3E3E", +"2 c #3D3D3D", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################", +"$$$$$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&&&&&", +"********************", +"====================", +"------;>@--@>;------", +"------>,'@@',>------", +"))))))#',!!,'#))))))", +"~~~~~~~$!,,!$~~~~~~~", +"{{{{{{{%!,,!%{{{{{{{", +"]]]]]]&',!!,'&]]]]]]", +"^^^^^^/,'**',/^^^^^^", +"((((((_/=((=/_((((((", +"::::::::::::::::::::", +"::::::::::::::::::::", +"<<<<<<<<<<<<<<<<<<<<", +"[[[[[[[[[[[[[[[[[[[[", +"}}}}}}}}}}}}}}}}}}}}", +"||||||||||||||||||||", +"11111111111111111111", +"22222222222222222222"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/close-prelight.xpm b/Shiki-Colors-Classic-EZ/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..d6f2e13 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/close-prelight.xpm @@ -0,0 +1,110 @@ +/* XPM */ +static char * close_prelight_xpm[] = { +"20 25 82 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #5D5D5D", +"* c #8D8D8D", +"= c #B9B9B9", +"- c #CDCDCD", +"; c #5C5C5C", +"> c #4D4D4D", +", c #9F9F9F", +"' c #E2E2E2", +") c #E6E6E6", +"! c #DBDBDB", +"~ c #4C4C4C", +"{ c #525252", +"] c #C0C0C0", +"^ c #DEDEDE", +"/ c #959595", +"( c #555555", +"_ c #565656", +": c #969696", +"< c #DFDFDF", +"[ c #4B4B4B", +"} c #A8A8A8", +"| c #D4D4D4", +"1 c #666666", +"2 c #D5D5D5", +"3 c #A6A6A6", +"4 c #4A4A4A", +"5 c #E4E4E4", +"6 c #E1E1E1", +"7 c #686868", +"8 c #B8B8B8", +"9 c #C2C2C2", +"0 c #575757", +"a c #696969", +"b c #656565", +"c c #ADADAD", +"d c #AAAAAA", +"e c #CBCBCB", +"f c #ABABAB", +"g c #494949", +"h c #DCDCDC", +"i c #787878", +"j c #7A7A7A", +"k c #484848", +"l c #646464", +"m c #474747", +"n c #636363", +"o c #545454", +"p c #464646", +"q c #767676", +"r c #535353", +"s c #DADADA", +"t c #454545", +"u c #A9A9A9", +"v c #C1C1C1", +"w c #444444", +"x c #606060", +"y c #B6B6B6", +"z c #434343", +"A c #A4A4A4", +"B c #616161", +"C c #A3A3A3", +"D c #BDBDBD", +"E c #919191", +"F c #939393", +"G c #424242", +"H c #9A9A9A", +"I c #E0E0E0", +"J c #414141", +"K c #838383", +"L c #B4B4B4", +"M c #CACACA", +"N c #404040", +"O c #3F3F3F", +"P c #3E3E3E", +"Q c #3D3D3D", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################", +"$$$$$$$$$$$$$$$$$$$$", +"%%%%%%&*=--=*;%%%%%%", +">>>>#,'))!!))',#>>>>", +"~~~{])^/(~~_:<)]@~~~", +"[[[})|1[[[[[[12)3[[[", +"44156789044098a'5b44", +"44c)d49)e00e)94f)c44", +"ggh)ig_e)--)e_gj)!gg", +"kk))lkk(-))-(kkl))kk", +"mm))nmmo-))-ommn))mm", +"pp!)qpre)--)erpi)spp", +"ttf)utv)e{{e)vt})ftt", +"wwx56byv@ww@vy1'5xww", +"zzzA)|xzzzzzzB|)Czzz", +"zzzmD)^E%zz%F<)Dpzzz", +"GGGGtH6))!!))IHtGGGG", +"JJJJJJ#KLMMLK#JJJJJJ", +"NNNNNNNNNNNNNNNNNNNN", +"OOOOOOOOOOOOOOOOOOOO", +"PPPPPPPPPPPPPPPPPPPP", +"QQQQQQQQQQQQQQQQQQQQ"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/close-pressed.xpm b/Shiki-Colors-Classic-EZ/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..e647700 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/close-pressed.xpm @@ -0,0 +1,131 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"20 25 103 2", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #5D5D5D", +"* c #8D8D8D", +"= c #B9B9B9", +"- c #CDCDCD", +"; c #5C5C5C", +"> c #4D4D4D", +", c #9F9F9F", +"' c #E2E2E2", +") c #E6E6E6", +"! c #E0E0E0", +"~ c #4C4C4C", +"{ c #525252", +"] c #C0C0C0", +"^ c #BCBCBC", +"/ c #9C9C9C", +"( c #969696", +"_ c #4B4B4B", +": c #A8A8A8", +"< c #DDDDDD", +"[ c #A3A3A1", +"} c #939392", +"| c #A2A2A1", +"1 c #A6A6A6", +"2 c #4A4A4A", +"3 c #666666", +"4 c #E4E4E4", +"5 c #A0A0A0", +"6 c #CCCCCC", +"7 c #D1D1D1", +"8 c #8F8F8F", +"9 c #656565", +"0 c #ADADAD", +"a c #C4C4C4", +"b c #8C8C8C", +"c c #D6D6D6", +"d c #939393", +"e c #494949", +"f c #DCDCDC", +"g c #A5A5A5", +"h c #898989", +"i c #919191", +"j c #D7D7D7", +"k c #E7E7E7", +"l c #D8D8D8", +"m c #DBDBDB", +"n c #484848", +"o c #969695", +"p c #858584", +"q c #8D8D8C", +"r c #D8D8D6", +"s c #E7E7E6", +"t c #474747", +"u c #818181", +"v c #464646", +"w c #9E9E9D", +"x c #7D7D7D", +"y c #868685", +"z c #D5D5D4", +"A c #9F9F9E", +"B c #DADADA", +"C c #454545", +"D c #ABABAB", +"E c #BDBDBD", +"F c #7A7A79", +"G c #CECECD", +"H c #828281", +"I c #444444", +"J c #606060", +"K c #E3E3E3", +"L c #C5C5C5", +"M c #7E7E7E", +"N c #757575", +"O c #434343", +"P c #A4A4A4", +"Q c #D9D9D9", +"R c #878786", +"S c #727271", +"T c #888887", +"U c #A3A3A3", +"V c #DFDFDF", +"W c #A7A7A7", +"X c #777777", +"Y c #6D6D6D", +"Z c #A9A9A9", +"` c #424242", +" . c #9A9A9A", +".. c #E1E1E1", +"+. c #DEDEDE", +"@. c #414141", +"#. c #838383", +"$. c #B4B4B4", +"%. c #CACACA", +"&. c #404040", +"*. c #3F3F3F", +"=. c #3E3E3E", +"-. c #3D3D3D", +". . . . . . . . . . . . . . . . . . . . ", +"+ + + + + + + + + + + + + + + + + + + + ", +"@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ", +"# # # # # # # # # # # # # # # # # # # # ", +"$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ ", +"% % % % % % & * = - - = * ; % % % % % % ", +"> > > > # , ' ) ) ! ! ) ) ' , # > > > > ", +"~ ~ ~ { ] ) ! ^ / ( ( / ^ ' ) ] @ ~ ~ ~ ", +"_ _ _ : ) < [ } } } } } } | < ) 1 _ _ _ ", +"2 2 3 4 4 5 6 7 ( 8 8 ( 7 6 5 4 4 9 2 2 ", +"2 2 0 ) a b 7 ) c d d c ) 7 b a ) 0 2 2 ", +"e e f ) g h i j k l l k j i h 1 ) m e e ", +"n n ) ) o p p q r s s r q p p o ) ) n n ", +"t t ) ) d u u h j k k j h u u d ) ) t t ", +"v v m ) w x y z s c c s z y x A ) B v v ", +"C C D ) E F G s z H H z s G F E ) D C C ", +"I I J 4 K b L - M N N M - L * 4 4 J I I ", +"O O O P ) Q R S S S S S S T Q ) U O O O ", +"O O O t E ) V W X Y Y X Z ! ) E v O O O ", +"` ` ` ` C ...) ) +.+.) ) ! .C ` ` ` ` ", +"@.@.@.@.@.@.# #.$.%.%.$.#.# @.@.@.@.@.@.", +"&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.", +"*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.", +"=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.", +"-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-."}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/hide-active.xpm b/Shiki-Colors-Classic-EZ/xfwm4/hide-active.xpm new file mode 100644 index 0000000..937e82b --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/hide-active.xpm @@ -0,0 +1,57 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"20 25 29 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #B7B7B7", +"! c #E6E6E6", +"~ c #BCBCBC", +"{ c #454545", +"] c #B6B6B6", +"^ c #B2B2B2", +"/ c #444444", +"( c #434343", +"_ c #424242", +": c #414141", +"< c #404040", +"[ c #3F3F3F", +"} c #3E3E3E", +"| c #3D3D3D", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################", +"$$$$$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&&&&&", +"********************", +"====================", +"--------------------", +"--------------------", +";;;;;;;;;;;;;;;;;;;;", +">>>>>>>>>>>>>>>>>>>>", +",,,,,,,,,,,,,,,,,,,,", +"'''''')!!!!!!~''''''", +"{{{{{{]!!!!!!^{{{{{{", +"////////////////////", +"((((((((((((((((((((", +"((((((((((((((((((((", +"____________________", +"::::::::::::::::::::", +"<<<<<<<<<<<<<<<<<<<<", +"[[[[[[[[[[[[[[[[[[[[", +"}}}}}}}}}}}}}}}}}}}}", +"||||||||||||||||||||"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/hide-inactive.xpm b/Shiki-Colors-Classic-EZ/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..97411ff --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/hide-inactive.xpm @@ -0,0 +1,57 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"20 25 29 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #828282", +"! c #9B9B9B", +"~ c #858585", +"{ c #454545", +"] c #818181", +"^ c #7F7F7F", +"/ c #444444", +"( c #434343", +"_ c #424242", +": c #414141", +"< c #404040", +"[ c #3F3F3F", +"} c #3E3E3E", +"| c #3D3D3D", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################", +"$$$$$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&&&&&", +"********************", +"====================", +"--------------------", +"--------------------", +";;;;;;;;;;;;;;;;;;;;", +">>>>>>>>>>>>>>>>>>>>", +",,,,,,,,,,,,,,,,,,,,", +"'''''')!!!!!!~''''''", +"{{{{{{]!!!!!!^{{{{{{", +"////////////////////", +"((((((((((((((((((((", +"((((((((((((((((((((", +"____________________", +"::::::::::::::::::::", +"<<<<<<<<<<<<<<<<<<<<", +"[[[[[[[[[[[[[[[[[[[[", +"}}}}}}}}}}}}}}}}}}}}", +"||||||||||||||||||||"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/hide-prelight.xpm b/Shiki-Colors-Classic-EZ/xfwm4/hide-prelight.xpm new file mode 100644 index 0000000..4a4a4ea --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/hide-prelight.xpm @@ -0,0 +1,106 @@ +/* XPM */ +static char * hide_prelight_xpm[] = { +"20 25 78 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #5D5D5D", +"* c #8D8D8D", +"= c #B9B9B9", +"- c #CDCDCD", +"; c #5C5C5C", +"> c #4D4D4D", +", c #9F9F9F", +"' c #E2E2E2", +") c #E6E6E6", +"! c #DBDBDB", +"~ c #4C4C4C", +"{ c #525252", +"] c #C0C0C0", +"^ c #DEDEDE", +"/ c #959595", +"( c #555555", +"_ c #565656", +": c #969696", +"< c #DFDFDF", +"[ c #4B4B4B", +"} c #A8A8A8", +"| c #D4D4D4", +"1 c #666666", +"2 c #D5D5D5", +"3 c #A6A6A6", +"4 c #4A4A4A", +"5 c #E4E4E4", +"6 c #E1E1E1", +"7 c #686868", +"8 c #696969", +"9 c #656565", +"0 c #ADADAD", +"a c #AAAAAA", +"b c #ABABAB", +"c c #494949", +"d c #DCDCDC", +"e c #787878", +"f c #7A7A7A", +"g c #484848", +"h c #646464", +"i c #474747", +"j c #636363", +"k c #464646", +"l c #767676", +"m c #B7B7B7", +"n c #BCBCBC", +"o c #DADADA", +"p c #454545", +"q c #A9A9A9", +"r c #B6B6B6", +"s c #B2B2B2", +"t c #444444", +"u c #606060", +"v c #434343", +"w c #A4A4A4", +"x c #616161", +"y c #A3A3A3", +"z c #BDBDBD", +"A c #919191", +"B c #939393", +"C c #424242", +"D c #9A9A9A", +"E c #E0E0E0", +"F c #414141", +"G c #838383", +"H c #B4B4B4", +"I c #CACACA", +"J c #404040", +"K c #3F3F3F", +"L c #3E3E3E", +"M c #3D3D3D", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################", +"$$$$$$$$$$$$$$$$$$$$", +"%%%%%%&*=--=*;%%%%%%", +">>>>#,'))!!))',#>>>>", +"~~~{])^/(~~_:<)]@~~~", +"[[[})|1[[[[[[12)3[[[", +"441567444444448'5944", +"440)a4444444444b)044", +"ccd)eccccccccccf)!cc", +"gg))hggggggggggh))gg", +"ii))jiiiiiiiiiij))ii", +"kk!)lkm))))))nke)okk", +"ppb)qpr))))))sp})bpp", +"ttu569tttttttt1'5utt", +"vvvw)|uvvvvvvx|)yvvv", +"vvviz)^A%vv%B<)zkvvv", +"CCCCpD6))!!))EDpCCCC", +"FFFFFF#GHIIHG#FFFFFF", +"JJJJJJJJJJJJJJJJJJJJ", +"KKKKKKKKKKKKKKKKKKKK", +"LLLLLLLLLLLLLLLLLLLL", +"MMMMMMMMMMMMMMMMMMMM"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/hide-pressed.xpm b/Shiki-Colors-Classic-EZ/xfwm4/hide-pressed.xpm new file mode 100644 index 0000000..feff234 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/hide-pressed.xpm @@ -0,0 +1,120 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"20 25 92 2", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #5D5D5D", +"* c #8D8D8D", +"= c #B9B9B9", +"- c #CDCDCD", +"; c #5C5C5C", +"> c #4D4D4D", +", c #9F9F9F", +"' c #E2E2E2", +") c #E6E6E6", +"! c #E0E0E0", +"~ c #4C4C4C", +"{ c #525252", +"] c #C0C0C0", +"^ c #BCBCBC", +"/ c #9C9C9C", +"( c #969696", +"_ c #4B4B4B", +": c #A8A8A8", +"< c #DDDDDD", +"[ c #A3A3A1", +"} c #939392", +"| c #A2A2A1", +"1 c #A6A6A6", +"2 c #4A4A4A", +"3 c #666666", +"4 c #E4E4E4", +"5 c #A0A0A0", +"6 c #8F8F8F", +"7 c #656565", +"8 c #ADADAD", +"9 c #C4C4C4", +"0 c #8C8C8C", +"a c #494949", +"b c #DCDCDC", +"c c #A5A5A5", +"d c #898989", +"e c #DBDBDB", +"f c #484848", +"g c #969695", +"h c #858584", +"i c #474747", +"j c #939393", +"k c #818181", +"l c #464646", +"m c #9E9E9D", +"n c #7D7D7D", +"o c #C8C8C7", +"p c #E7E7E6", +"q c #CBCBCB", +"r c #9F9F9E", +"s c #DADADA", +"t c #454545", +"u c #ABABAB", +"v c #BDBDBD", +"w c #7A7A79", +"x c #C7C7C6", +"y c #C4C4C3", +"z c #444444", +"A c #606060", +"B c #E3E3E3", +"C c #757575", +"D c #434343", +"E c #A4A4A4", +"F c #D9D9D9", +"G c #878786", +"H c #727271", +"I c #888887", +"J c #A3A3A3", +"K c #DFDFDF", +"L c #A7A7A7", +"M c #777777", +"N c #6D6D6D", +"O c #A9A9A9", +"P c #424242", +"Q c #9A9A9A", +"R c #E1E1E1", +"S c #DEDEDE", +"T c #414141", +"U c #838383", +"V c #B4B4B4", +"W c #CACACA", +"X c #404040", +"Y c #3F3F3F", +"Z c #3E3E3E", +"` c #3D3D3D", +". . . . . . . . . . . . . . . . . . . . ", +"+ + + + + + + + + + + + + + + + + + + + ", +"@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ", +"# # # # # # # # # # # # # # # # # # # # ", +"$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ ", +"% % % % % % & * = - - = * ; % % % % % % ", +"> > > > # , ' ) ) ! ! ) ) ' , # > > > > ", +"~ ~ ~ { ] ) ! ^ / ( ( / ^ ' ) ] @ ~ ~ ~ ", +"_ _ _ : ) < [ } } } } } } | < ) 1 _ _ _ ", +"2 2 3 4 4 5 6 6 6 6 6 6 6 6 5 4 4 7 2 2 ", +"2 2 8 ) 9 0 0 0 0 0 0 0 0 0 0 9 ) 8 2 2 ", +"a a b ) c d d d d d d d d d d 1 ) e a a ", +"f f ) ) g h h h h h h h h h h g ) ) f f ", +"i i ) ) j k k k k k k k k k k j ) ) i i ", +"l l e ) m n o p p p p p p q n r ) s l l ", +"t t u ) v w x p p p p p p y w v ) u t t ", +"z z A 4 B 0 C C C C C C C C * 4 4 A z z ", +"D D D E ) F G H H H H H H I F ) J D D D ", +"D D D i v ) K L M N N M O ! ) v l D D D ", +"P P P P t Q R ) ) S S ) ) ! Q t P P P P ", +"T T T T T T # U V W W V U # T T T T T T ", +"X X X X X X X X X X X X X X X X X X X X ", +"Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y ", +"Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z ", +"` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` "}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/left-active.xpm b/Shiki-Colors-Classic-EZ/xfwm4/left-active.xpm new file mode 100644 index 0000000..eb1edea --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/left-active.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 20 2 1", +" c None", +". c #3C3C3C", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"..."}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/left-inactive.xpm b/Shiki-Colors-Classic-EZ/xfwm4/left-inactive.xpm new file mode 100644 index 0000000..6d34b23 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/left-inactive.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"3 20 2 1", +" c None", +". c #3C3C3C", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"..."}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/maximize-active.xpm b/Shiki-Colors-Classic-EZ/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..f14901c --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/maximize-active.xpm @@ -0,0 +1,60 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"20 25 32 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #B8B8B8", +"> c #E6E6E6", +", c #494949", +"' c #484848", +") c #B7B7B7", +"! c #BDBDBD", +"~ c #474747", +"{ c #B3B3B3", +"] c #464646", +"^ c #454545", +"/ c #E2E2E2", +"( c #444444", +"_ c #B1B1B1", +": c #BCBCBC", +"< c #434343", +"[ c #424242", +"} c #414141", +"| c #404040", +"1 c #3F3F3F", +"2 c #3E3E3E", +"3 c #3D3D3D", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################", +"$$$$$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&&&&&", +"********************", +"====================", +"---------;;---------", +"--------->>---------", +",,,,,,,,,>>,,,,,,,,,", +"'''''')>>>>>>!''''''", +"~~~~~~)>>>>>>{~~~~~~", +"]]]]]]]]]>>]]]]]]]]]", +"^^^^^^^^^/>,^^^^^^^^", +"(((((((((_:(((((((((", +"<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<", +"[[[[[[[[[[[[[[[[[[[[", +"}}}}}}}}}}}}}}}}}}}}", +"||||||||||||||||||||", +"11111111111111111111", +"22222222222222222222", +"33333333333333333333"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/maximize-inactive.xpm b/Shiki-Colors-Classic-EZ/xfwm4/maximize-inactive.xpm new file mode 100644 index 0000000..3699b08 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/maximize-inactive.xpm @@ -0,0 +1,60 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"20 25 32 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #838383", +"> c #9B9B9B", +", c #494949", +"' c #484848", +") c #828282", +"! c #868686", +"~ c #474747", +"{ c #808080", +"] c #464646", +"^ c #454545", +"/ c #999999", +"( c #444444", +"_ c #7F7F7F", +": c #848484", +"< c #434343", +"[ c #424242", +"} c #414141", +"| c #404040", +"1 c #3F3F3F", +"2 c #3E3E3E", +"3 c #3D3D3D", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################", +"$$$$$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&&&&&", +"********************", +"====================", +"---------;;---------", +"--------->>---------", +",,,,,,,,,>>,,,,,,,,,", +"'''''')>>>>>>!''''''", +"~~~~~~)>>>>>>{~~~~~~", +"]]]]]]]]]>>]]]]]]]]]", +"^^^^^^^^^/>~^^^^^^^^", +"(((((((((_:(((((((((", +"<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<", +"[[[[[[[[[[[[[[[[[[[[", +"}}}}}}}}}}}}}}}}}}}}", +"||||||||||||||||||||", +"11111111111111111111", +"22222222222222222222", +"33333333333333333333"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/maximize-prelight.xpm b/Shiki-Colors-Classic-EZ/xfwm4/maximize-prelight.xpm new file mode 100644 index 0000000..1ee1380 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/maximize-prelight.xpm @@ -0,0 +1,107 @@ +/* XPM */ +static char * maximize_prelight_xpm[] = { +"20 25 79 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #5D5D5D", +"* c #8D8D8D", +"= c #B9B9B9", +"- c #CDCDCD", +"; c #5C5C5C", +"> c #4D4D4D", +", c #9F9F9F", +"' c #E2E2E2", +") c #E6E6E6", +"! c #DBDBDB", +"~ c #4C4C4C", +"{ c #525252", +"] c #C0C0C0", +"^ c #DEDEDE", +"/ c #959595", +"( c #555555", +"_ c #565656", +": c #969696", +"< c #DFDFDF", +"[ c #4B4B4B", +"} c #A8A8A8", +"| c #D4D4D4", +"1 c #666666", +"2 c #D5D5D5", +"3 c #A6A6A6", +"4 c #4A4A4A", +"5 c #E4E4E4", +"6 c #E1E1E1", +"7 c #686868", +"8 c #B8B8B8", +"9 c #696969", +"0 c #656565", +"a c #ADADAD", +"b c #AAAAAA", +"c c #ABABAB", +"d c #494949", +"e c #DCDCDC", +"f c #787878", +"g c #7A7A7A", +"h c #484848", +"i c #646464", +"j c #B7B7B7", +"k c #BDBDBD", +"l c #474747", +"m c #636363", +"n c #B3B3B3", +"o c #464646", +"p c #767676", +"q c #DADADA", +"r c #454545", +"s c #A9A9A9", +"t c #444444", +"u c #606060", +"v c #B1B1B1", +"w c #BCBCBC", +"x c #434343", +"y c #A4A4A4", +"z c #616161", +"A c #A3A3A3", +"B c #919191", +"C c #939393", +"D c #424242", +"E c #9A9A9A", +"F c #E0E0E0", +"G c #414141", +"H c #838383", +"I c #B4B4B4", +"J c #CACACA", +"K c #404040", +"L c #3F3F3F", +"M c #3E3E3E", +"N c #3D3D3D", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################", +"$$$$$$$$$$$$$$$$$$$$", +"%%%%%%&*=--=*;%%%%%%", +">>>>#,'))!!))',#>>>>", +"~~~{])^/(~~_:<)]@~~~", +"[[[})|1[[[[[[12)3[[[", +"441567444884449'5044", +"44a)b4444))4444c)a44", +"dde)fdddd))ddddg)!dd", +"hh))ihj))))))khi))hh", +"ll))mlj))))))nlm))ll", +"oo!)poooo))oooof)qoo", +"rrc)srrrr')drrr})crr", +"ttu560tttvwttt1'5utt", +"xxxy)|uxxxxxxz|)Axxx", +"xxxlk)^B%xx%C<)koxxx", +"DDDDrE6))!!))FErDDDD", +"GGGGGG#HIJJIH#GGGGGG", +"KKKKKKKKKKKKKKKKKKKK", +"LLLLLLLLLLLLLLLLLLLL", +"MMMMMMMMMMMMMMMMMMMM", +"NNNNNNNNNNNNNNNNNNNN"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/maximize-pressed.xpm b/Shiki-Colors-Classic-EZ/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..fddaf7e --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/maximize-pressed.xpm @@ -0,0 +1,125 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"20 25 97 2", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #5D5D5D", +"* c #8D8D8D", +"= c #B9B9B9", +"- c #CDCDCD", +"; c #5C5C5C", +"> c #4D4D4D", +", c #9F9F9F", +"' c #E2E2E2", +") c #E6E6E6", +"! c #E0E0E0", +"~ c #4C4C4C", +"{ c #525252", +"] c #C0C0C0", +"^ c #BCBCBC", +"/ c #9C9C9C", +"( c #969696", +"_ c #4B4B4B", +": c #A8A8A8", +"< c #DDDDDD", +"[ c #A3A3A1", +"} c #939392", +"| c #A2A2A1", +"1 c #A6A6A6", +"2 c #4A4A4A", +"3 c #666666", +"4 c #E4E4E4", +"5 c #A0A0A0", +"6 c #8F8F8F", +"7 c #CCCCCC", +"8 c #656565", +"9 c #ADADAD", +"0 c #C4C4C4", +"a c #8C8C8C", +"b c #494949", +"c c #DCDCDC", +"d c #A5A5A5", +"e c #898989", +"f c #E7E7E7", +"g c #DBDBDB", +"h c #484848", +"i c #969695", +"j c #858584", +"k c #CACAC9", +"l c #E7E7E6", +"m c #CECECC", +"n c #474747", +"o c #939393", +"p c #818181", +"q c #C9C9C9", +"r c #C6C6C6", +"s c #464646", +"t c #9E9E9D", +"u c #7D7D7D", +"v c #9F9F9E", +"w c #DADADA", +"x c #454545", +"y c #ABABAB", +"z c #BDBDBD", +"A c #7A7A79", +"B c #E5E5E4", +"C c #7C7C7B", +"D c #444444", +"E c #606060", +"F c #E3E3E3", +"G c #757575", +"H c #C2C2C2", +"I c #CACACA", +"J c #434343", +"K c #A4A4A4", +"L c #D9D9D9", +"M c #878786", +"N c #727271", +"O c #888887", +"P c #A3A3A3", +"Q c #DFDFDF", +"R c #A7A7A7", +"S c #777777", +"T c #6D6D6D", +"U c #A9A9A9", +"V c #424242", +"W c #9A9A9A", +"X c #E1E1E1", +"Y c #DEDEDE", +"Z c #414141", +"` c #838383", +" . c #B4B4B4", +".. c #404040", +"+. c #3F3F3F", +"@. c #3E3E3E", +"#. c #3D3D3D", +". . . . . . . . . . . . . . . . . . . . ", +"+ + + + + + + + + + + + + + + + + + + + ", +"@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ", +"# # # # # # # # # # # # # # # # # # # # ", +"$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ ", +"% % % % % % & * = - - = * ; % % % % % % ", +"> > > > # , ' ) ) ! ! ) ) ' , # > > > > ", +"~ ~ ~ { ] ) ! ^ / ( ( / ^ ' ) ] @ ~ ~ ~ ", +"_ _ _ : ) < [ } } } } } } | < ) 1 _ _ _ ", +"2 2 3 4 4 5 6 6 6 7 7 6 6 6 5 4 4 8 2 2 ", +"2 2 9 ) 0 a a a a ) ) a a a a 0 ) 9 2 2 ", +"b b c ) d e e e e f f e e e e 1 ) g b b ", +"h h ) ) i j k l l l l l l m j i ) ) h h ", +"n n ) ) o p q f f f f f f r p o ) ) n n ", +"s s g ) t u u u u l l u u u u v ) w s s ", +"x x y ) z A A A A B l C A A A z ) y x x ", +"D D E 4 F a G G G H I G G G * 4 4 E D D ", +"J J J K ) L M N N N N N N O L ) P J J J ", +"J J J n z ) Q R S T T S U ! ) z s J J J ", +"V V V V x W X ) ) Y Y ) ) ! W x V V V V ", +"Z Z Z Z Z Z # ` .I I .` # Z Z Z Z Z Z ", +"........................................", +"+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.", +"@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.", +"#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#."}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/menu-active.xpm b/Shiki-Colors-Classic-EZ/xfwm4/menu-active.xpm new file mode 100644 index 0000000..04cb4b6 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/menu-active.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"16 25 24 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"................", +"++++++++++++++++", +"@@@@@@@@@@@@@@@@", +"################", +"$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&", +"****************", +"================", +"----------------", +"----------------", +";;;;;;;;;;;;;;;;", +">>>>>>>>>>>>>>>>", +",,,,,,,,,,,,,,,,", +"''''''''''''''''", +"))))))))))))))))", +"!!!!!!!!!!!!!!!!", +"~~~~~~~~~~~~~~~~", +"~~~~~~~~~~~~~~~~", +"{{{{{{{{{{{{{{{{", +"]]]]]]]]]]]]]]]]", +"^^^^^^^^^^^^^^^^", +"////////////////", +"((((((((((((((((", +"________________"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/menu-inactive.xpm b/Shiki-Colors-Classic-EZ/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..3441fb8 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/menu-inactive.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"16 25 24 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"................", +"++++++++++++++++", +"@@@@@@@@@@@@@@@@", +"################", +"$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&", +"****************", +"================", +"----------------", +"----------------", +";;;;;;;;;;;;;;;;", +">>>>>>>>>>>>>>>>", +",,,,,,,,,,,,,,,,", +"''''''''''''''''", +"))))))))))))))))", +"!!!!!!!!!!!!!!!!", +"~~~~~~~~~~~~~~~~", +"~~~~~~~~~~~~~~~~", +"{{{{{{{{{{{{{{{{", +"]]]]]]]]]]]]]]]]", +"^^^^^^^^^^^^^^^^", +"////////////////", +"((((((((((((((((", +"________________"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/menu-pressed.xpm b/Shiki-Colors-Classic-EZ/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..112cee2 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/menu-pressed.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"16 25 24 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"................", +"++++++++++++++++", +"@@@@@@@@@@@@@@@@", +"################", +"$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&", +"****************", +"================", +"----------------", +"----------------", +";;;;;;;;;;;;;;;;", +">>>>>>>>>>>>>>>>", +",,,,,,,,,,,,,,,,", +"''''''''''''''''", +"))))))))))))))))", +"!!!!!!!!!!!!!!!!", +"~~~~~~~~~~~~~~~~", +"~~~~~~~~~~~~~~~~", +"{{{{{{{{{{{{{{{{", +"]]]]]]]]]]]]]]]]", +"^^^^^^^^^^^^^^^^", +"////////////////", +"((((((((((((((((", +"________________"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/right-active.xpm b/Shiki-Colors-Classic-EZ/xfwm4/right-active.xpm new file mode 100644 index 0000000..cd18458 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/right-active.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 20 2 1", +" c None", +". c #3C3C3C", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"..."}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/right-inactive.xpm b/Shiki-Colors-Classic-EZ/xfwm4/right-inactive.xpm new file mode 100644 index 0000000..ba3e096 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/right-inactive.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"3 20 2 1", +" c None", +". c #3C3C3C", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"...", +"..."}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/themerc b/Shiki-Colors-Classic-EZ/xfwm4/themerc new file mode 100644 index 0000000..b33643f --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/themerc @@ -0,0 +1,24 @@ +button_offset=2 +button_spacing=0 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_alignment=center +button_layout=O|HMC +active_text_color=#E6E6E6 +inactive_text_color=#9B9B9B + +show_app_icon=true + +shadow_delta_height=0 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=0 + +resize_opacity=100 +move_opacity=80 +popup_opacity=100 +show_frame_shadow=true +show_popup_shadow=true diff --git a/Shiki-Colors-Classic-EZ/xfwm4/title-1-active.xpm b/Shiki-Colors-Classic-EZ/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..06990c1 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/title-1-active.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"8 25 24 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"........", +"++++++++", +"@@@@@@@@", +"########", +"$$$$$$$$", +"%%%%%%%%", +"&&&&&&&&", +"********", +"========", +"--------", +"--------", +";;;;;;;;", +">>>>>>>>", +",,,,,,,,", +"''''''''", +"))))))))", +"!!!!!!!!", +"~~~~~~~~", +"~~~~~~~~", +"{{{{{{{{", +"]]]]]]]]", +"^^^^^^^^", +"////////", +"((((((((", +"________"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/title-1-inactive.xpm b/Shiki-Colors-Classic-EZ/xfwm4/title-1-inactive.xpm new file mode 100644 index 0000000..a9618a3 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/title-1-inactive.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * title_1_inactive_xpm[] = { +"8 25 24 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"........", +"++++++++", +"@@@@@@@@", +"########", +"$$$$$$$$", +"%%%%%%%%", +"&&&&&&&&", +"********", +"========", +"--------", +"--------", +";;;;;;;;", +">>>>>>>>", +",,,,,,,,", +"''''''''", +"))))))))", +"!!!!!!!!", +"~~~~~~~~", +"~~~~~~~~", +"{{{{{{{{", +"]]]]]]]]", +"^^^^^^^^", +"////////", +"((((((((", +"________"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/title-2-active.xpm b/Shiki-Colors-Classic-EZ/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..128e812 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/title-2-active.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"8 25 24 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"........", +"++++++++", +"@@@@@@@@", +"########", +"$$$$$$$$", +"%%%%%%%%", +"&&&&&&&&", +"********", +"========", +"--------", +"--------", +";;;;;;;;", +">>>>>>>>", +",,,,,,,,", +"''''''''", +"))))))))", +"!!!!!!!!", +"~~~~~~~~", +"~~~~~~~~", +"{{{{{{{{", +"]]]]]]]]", +"^^^^^^^^", +"////////", +"((((((((", +"________"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/title-2-inactive.xpm b/Shiki-Colors-Classic-EZ/xfwm4/title-2-inactive.xpm new file mode 100644 index 0000000..fb07ea2 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/title-2-inactive.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * title_2_inactive_xpm[] = { +"8 25 24 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"........", +"++++++++", +"@@@@@@@@", +"########", +"$$$$$$$$", +"%%%%%%%%", +"&&&&&&&&", +"********", +"========", +"--------", +"--------", +";;;;;;;;", +">>>>>>>>", +",,,,,,,,", +"''''''''", +"))))))))", +"!!!!!!!!", +"~~~~~~~~", +"~~~~~~~~", +"{{{{{{{{", +"]]]]]]]]", +"^^^^^^^^", +"////////", +"((((((((", +"________"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/title-3-active.xpm b/Shiki-Colors-Classic-EZ/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..a66cbe8 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/title-3-active.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"8 25 24 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"........", +"++++++++", +"@@@@@@@@", +"########", +"$$$$$$$$", +"%%%%%%%%", +"&&&&&&&&", +"********", +"========", +"--------", +"--------", +";;;;;;;;", +">>>>>>>>", +",,,,,,,,", +"''''''''", +"))))))))", +"!!!!!!!!", +"~~~~~~~~", +"~~~~~~~~", +"{{{{{{{{", +"]]]]]]]]", +"^^^^^^^^", +"////////", +"((((((((", +"________"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/title-3-inactive.xpm b/Shiki-Colors-Classic-EZ/xfwm4/title-3-inactive.xpm new file mode 100644 index 0000000..5fe6647 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/title-3-inactive.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * title_3_inactive_xpm[] = { +"8 25 24 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"........", +"++++++++", +"@@@@@@@@", +"########", +"$$$$$$$$", +"%%%%%%%%", +"&&&&&&&&", +"********", +"========", +"--------", +"--------", +";;;;;;;;", +">>>>>>>>", +",,,,,,,,", +"''''''''", +"))))))))", +"!!!!!!!!", +"~~~~~~~~", +"~~~~~~~~", +"{{{{{{{{", +"]]]]]]]]", +"^^^^^^^^", +"////////", +"((((((((", +"________"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/title-4-active.xpm b/Shiki-Colors-Classic-EZ/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..caa20bd --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/title-4-active.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"8 25 24 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"........", +"++++++++", +"@@@@@@@@", +"########", +"$$$$$$$$", +"%%%%%%%%", +"&&&&&&&&", +"********", +"========", +"--------", +"--------", +";;;;;;;;", +">>>>>>>>", +",,,,,,,,", +"''''''''", +"))))))))", +"!!!!!!!!", +"~~~~~~~~", +"~~~~~~~~", +"{{{{{{{{", +"]]]]]]]]", +"^^^^^^^^", +"////////", +"((((((((", +"________"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/title-4-inactive.xpm b/Shiki-Colors-Classic-EZ/xfwm4/title-4-inactive.xpm new file mode 100644 index 0000000..01b627c --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/title-4-inactive.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * title_4_inactive_xpm[] = { +"8 25 24 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"........", +"++++++++", +"@@@@@@@@", +"########", +"$$$$$$$$", +"%%%%%%%%", +"&&&&&&&&", +"********", +"========", +"--------", +"--------", +";;;;;;;;", +">>>>>>>>", +",,,,,,,,", +"''''''''", +"))))))))", +"!!!!!!!!", +"~~~~~~~~", +"~~~~~~~~", +"{{{{{{{{", +"]]]]]]]]", +"^^^^^^^^", +"////////", +"((((((((", +"________"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/title-5-active.xpm b/Shiki-Colors-Classic-EZ/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..e9fb3f9 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/title-5-active.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"8 25 24 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"........", +"++++++++", +"@@@@@@@@", +"########", +"$$$$$$$$", +"%%%%%%%%", +"&&&&&&&&", +"********", +"========", +"--------", +"--------", +";;;;;;;;", +">>>>>>>>", +",,,,,,,,", +"''''''''", +"))))))))", +"!!!!!!!!", +"~~~~~~~~", +"~~~~~~~~", +"{{{{{{{{", +"]]]]]]]]", +"^^^^^^^^", +"////////", +"((((((((", +"________"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/title-5-inactive.xpm b/Shiki-Colors-Classic-EZ/xfwm4/title-5-inactive.xpm new file mode 100644 index 0000000..bef0525 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/title-5-inactive.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * title_5_inactive_xpm[] = { +"8 25 24 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"........", +"++++++++", +"@@@@@@@@", +"########", +"$$$$$$$$", +"%%%%%%%%", +"&&&&&&&&", +"********", +"========", +"--------", +"--------", +";;;;;;;;", +">>>>>>>>", +",,,,,,,,", +"''''''''", +"))))))))", +"!!!!!!!!", +"~~~~~~~~", +"~~~~~~~~", +"{{{{{{{{", +"]]]]]]]]", +"^^^^^^^^", +"////////", +"((((((((", +"________"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/top-left-active.xpm b/Shiki-Colors-Classic-EZ/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..71dcb71 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/top-left-active.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"6 25 24 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"......", +".+++++", +".@@@@@", +".#####", +".$$$$$", +".%%%%%", +".&&&&&", +".*****", +".=====", +".-----", +".-----", +".;;;;;", +".>>>>>", +".,,,,,", +".'''''", +".)))))", +".!!!!!", +".~~~~~", +".~~~~~", +".{{{{{", +".]]]]]", +".^^^^^", +"./////", +".(((((", +"._____"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/top-left-inactive.xpm b/Shiki-Colors-Classic-EZ/xfwm4/top-left-inactive.xpm new file mode 100644 index 0000000..90cb523 --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/top-left-inactive.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"6 25 24 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"......", +".+++++", +".@@@@@", +".#####", +".$$$$$", +".%%%%%", +".&&&&&", +".*****", +".=====", +".-----", +".-----", +".;;;;;", +".>>>>>", +".,,,,,", +".'''''", +".)))))", +".!!!!!", +".~~~~~", +".~~~~~", +".{{{{{", +".]]]]]", +".^^^^^", +"./////", +".(((((", +"._____"}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/top-right-active.xpm b/Shiki-Colors-Classic-EZ/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..0f3045b --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/top-right-active.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"6 25 24 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"......", +"+++++.", +"@@@@@.", +"#####.", +"$$$$$.", +"%%%%%.", +"&&&&&.", +"*****.", +"=====.", +"-----.", +"-----.", +";;;;;.", +">>>>>.", +",,,,,.", +"'''''.", +"))))).", +"!!!!!.", +"~~~~~.", +"~~~~~.", +"{{{{{.", +"]]]]].", +"^^^^^.", +"/////.", +"(((((.", +"_____."}; diff --git a/Shiki-Colors-Classic-EZ/xfwm4/top-right-inactive.xpm b/Shiki-Colors-Classic-EZ/xfwm4/top-right-inactive.xpm new file mode 100644 index 0000000..fb6cb6e --- /dev/null +++ b/Shiki-Colors-Classic-EZ/xfwm4/top-right-inactive.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"6 25 24 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"......", +"+++++.", +"@@@@@.", +"#####.", +"$$$$$.", +"%%%%%.", +"&&&&&.", +"*****.", +"=====.", +"-----.", +"-----.", +";;;;;.", +">>>>>.", +",,,,,.", +"'''''.", +"))))).", +"!!!!!.", +"~~~~~.", +"~~~~~.", +"{{{{{.", +"]]]]].", +"^^^^^.", +"/////.", +"(((((.", +"_____."}; diff --git a/Shiki-Colors-Classic-Striped/metacity-1/close.png b/Shiki-Colors-Classic-Striped/metacity-1/close.png Binary files differnew file mode 100644 index 0000000..88917a2 --- /dev/null +++ b/Shiki-Colors-Classic-Striped/metacity-1/close.png diff --git a/Shiki-Colors-Classic-Striped/metacity-1/close_unfocused.png b/Shiki-Colors-Classic-Striped/metacity-1/close_unfocused.png Binary files differnew file mode 100644 index 0000000..86aeaf2 --- /dev/null +++ b/Shiki-Colors-Classic-Striped/metacity-1/close_unfocused.png diff --git a/Shiki-Colors-Classic-Striped/metacity-1/maximize.png b/Shiki-Colors-Classic-Striped/metacity-1/maximize.png Binary files differnew file mode 100644 index 0000000..cf8d226 --- /dev/null +++ b/Shiki-Colors-Classic-Striped/metacity-1/maximize.png diff --git a/Shiki-Colors-Classic-Striped/metacity-1/maximize_unfocused.png b/Shiki-Colors-Classic-Striped/metacity-1/maximize_unfocused.png Binary files differnew file mode 100644 index 0000000..d6728ec --- /dev/null +++ b/Shiki-Colors-Classic-Striped/metacity-1/maximize_unfocused.png diff --git a/Shiki-Colors-Classic-Striped/metacity-1/metacity-theme-1.xml b/Shiki-Colors-Classic-Striped/metacity-1/metacity-theme-1.xml new file mode 100644 index 0000000..e1a8812 --- /dev/null +++ b/Shiki-Colors-Classic-Striped/metacity-1/metacity-theme-1.xml @@ -0,0 +1,683 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Shiki-Colors Striped Metacity</name> + <author>Victor C. <perfectska04@gmail.com></author> + <copyright>Â 2009 perfectska04</copyright> + <date>Apr, 2009</date> + <description>Unity-based Metacity Theme for Shiki-Colors</description> +</info> + +<!-- ::: GEOMETRY ::: --> +<frame_geometry name="normal" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="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="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="button_width" value="20"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="1"/> + <border name="title_border" left="12" right="2" top="6" bottom="2"/> + <border name="button_border" left="1" right="1" top="5" bottom="2"/> +</frame_geometry> + +<frame_geometry name="shaded" parent="normal" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="true" rounded_bottom_right="true"/> + +<frame_geometry name="normal_maximized" parent="normal" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_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"/> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> +</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="3"/> + <distance name="right_titlebar_edge" value="3"/> + <distance name="title_vertical_pad" value="0"/> + <border name="title_border" left="2" right="2" top="4" bottom="3"/> + <border name="button_border" left="0" right="0" top="2" bottom="2"/> + <aspect_ratio name="button" value="1"/> +</frame_geometry> + +<frame_geometry name="border" has_title="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="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> + +<!-- button minimum size --> +<constant name="Bmin" value="7"/> +<!-- button inside padding --> +<constant name="Bpad" value="6"/> + +<!-- ::: CORNERS ::: --> +<draw_ops name="corners_outline_selected_top"> + <!-- top left --> + <line color="#3C3C3C" x1="1" y1="3" x2="1" y2="3"/> + <line color="#3C3C3C" x1="1" y1="4" x2="1" y2="4"/> + <line color="#3C3C3C" x1="2" y1="2" x2="2" y2="2"/> + <line color="#3C3C3C" x1="3" y1="1" x2="3" y2="1"/> + <line color="#3C3C3C" x1="4" y1="1" x2="4" y2="1"/> + + <!-- top right --> + <line color="#3C3C3C" x1="width-2" y1="3" x2="width-2" y2="3"/> + <line color="#3C3C3C" x1="width-2" y1="4" x2="width-2" y2="4"/> + <line color="#3C3C3C" x1="width-3" y1="2" x2="width-3" y2="2"/> + <line color="#3C3C3C" x1="width-4" y1="1" x2="width-4" y2="1"/> + <line color="#3C3C3C" x1="width-5" y1="1" x2="width-5" y2="1"/> +</draw_ops> + +<draw_ops name="corners_outline_top"> + <!-- top left --> + <line color="#3C3C3C" x1="1" y1="3" x2="1" y2="3"/> + <line color="#3C3C3C" x1="1" y1="4" x2="1" y2="4"/> + <line color="#3C3C3C" x1="2" y1="2" x2="2" y2="2"/> + <line color="#3C3C3C" x1="3" y1="1" x2="3" y2="1"/> + <line color="#3C3C3C" x1="4" y1="1" x2="4" y2="1"/> + + <!-- top right --> + <line color="#3C3C3C" x1="width-2" y1="3" x2="width-2" y2="3"/> + <line color="#3C3C3C" x1="width-2" y1="4" x2="width-2" y2="4"/> + <line color="#3C3C3C" x1="width-3" y1="2" x2="width-3" y2="2"/> + <line color="#3C3C3C" x1="width-4" y1="1" x2="width-4" y2="1"/> + <line color="#3C3C3C" x1="width-5" y1="1" x2="width-5" y2="1"/> +</draw_ops> + +<draw_ops name="corners_outline_selected_bottom"> + <!-- bottom left --> + <line color="#3C3C3C" x1="1" y1="height-4" x2="1" y2="height-5"/> + <line color="#3C3C3C" x1="2" y1="height-3" x2="2" y2="height-3"/> + <line color="#3C3C3C" x1="2" y1="height-2" x2="4" y2="height-2"/> + + <!-- bottom right --> + <line color="#3C3C3C" x1="width-2" y1="height-4" x2="width-2" y2="height-5"/> + <line color="#3C3C3C" x1="width-3" y1="height-3" x2="width-3" y2="height-3"/> + <line color="#3C3C3C" x1="width-4" y1="height-2" x2="width-5" y2="height-2"/> +</draw_ops> + +<draw_ops name="corners_outline_bottom"> + <!-- bottom left --> + <line color="#3C3C3C" x1="1" y1="height-4" x2="1" y2="height-5"/> + <line color="#3C3C3C" x1="2" y1="height-3" x2="2" y2="height-3"/> + <line color="#3C3C3C" x1="2" y1="height-2" x2="4" y2="height-2"/> + + <!-- bottom right --> + <line color="#3C3C3C" x1="width-2" y1="height-4" x2="width-2" y2="height-5"/> + <line color="#3C3C3C" x1="width-3" y1="height-3" x2="width-3" y2="height-3"/> + <line color="#3C3C3C" x1="width-4" y1="height-2" x2="width-5" y2="height-2"/> +</draw_ops> + +<draw_ops name="corners_highlight"> + <!-- ** corner highlight for left top ** --> + <line color="shade/gtk:bg[SELECTED]/1.0" x1="2" y1="3" x2="2" y2="4"/> + <line color="shade/gtk:bg[SELECTED]/1.2" x1="3" y1="2" x2="4" y2="2"/> + + <!-- ** corner highlight for right top ** --> + <line color="shade/gtk:bg[SELECTED]/1.0" x1="width-3" y1="3" x2="width-3" y2="4"/> + <line color="shade/gtk:bg[SELECTED]/1.2" x1="width-5" y1="2" x2="width-4" y2="2"/> + + <!-- ** corner highlight for left bottom ** --> + <!--<line color="shade/gtk:bg[NORMAL]/1.14" x1="2" y1="height-4" x2="2" y2="height-5"/> + <line color="shade/gtk:bg[NORMAL]/0.9" x1="3" y1="height-3" x2="4" y2="height-3"/>--> + + <!-- ** corner highlight for right bottom ** --> + <!--<line color="shade/gtk:bg[NORMAL]/0.9" x1="width-3" y1="height-4" x2="width-3" y2="height-5"/> + <line color="shade/gtk:bg[NORMAL]/0.9" x1="width-4" y1="height-3" x2="width-5" y2="height-3"/>--> +</draw_ops> + +<draw_ops name="corners_highlight_unfocused"> + <!-- ** corner highlight for left top ** --> + <line color="#575757" x1="2" y1="3" x2="2" y2="4"/> + <line color="#616161" x1="3" y1="2" x2="4" y2="2"/> + + <!-- ** corner highlight for right top ** --> + <line color="#575757" x1="width-3" y1="3" x2="width-3" y2="4"/> + <line color="#616161" x1="width-5" y1="2" x2="width-4" y2="2"/> + + <!-- ** corner highlight for left bottom ** --> + <!--<line color="shade/gtk:bg[NORMAL]/1.14" x1="2" y1="height-4" x2="2" y2="height-5"/> + <line color="shade/gtk:bg[NORMAL]/0.9" x1="3" y1="height-3" x2="4" y2="height-3"/>--> + + <!-- ** corner highlight for right bottom ** --> + <!--<line color="shade/gtk:bg[NORMAL]/0.9" x1="width-3" y1="height-4" x2="width-3" y2="height-5"/> + <line color="shade/gtk:bg[NORMAL]/0.9" x1="width-4" y1="height-3" x2="width-5" y2="height-3"/>--> +</draw_ops> + +<draw_ops name="corners_highlight_shaded"> + <!-- ** corner highlight for left top ** --> + <line color="shade/gtk:bg[SELECTED]/1.0" x1="2" y1="3" x2="2" y2="4"/> + <line color="shade/gtk:bg[SELECTED]/1.2" x1="3" y1="2" x2="4" y2="2"/> + + <!-- ** corner highlight for right top ** --> + <line color="shade/gtk:bg[SELECTED]/1.0" x1="width-3" y1="3" x2="width-3" y2="4"/> + <line color="shade/gtk:bg[SELECTED]/1.2" x1="width-5" y1="2" x2="width-4" y2="2"/> + + <!-- ** corner highlight for left bottom ** --> + <line color="#3C3C3C" x1="2" y1="height-4" x2="2" y2="height-5"/> + <line color="#3C3C3C" x1="3" y1="height-3" x2="4" y2="height-3"/> + + <!-- ** corner highlight for right bottom ** --> + <line color="#3C3C3C" x1="width-3" y1="height-4" x2="width-3" y2="height-5"/> + <line color="#3C3C3C" x1="width-4" y1="height-3" x2="width-5" y2="height-3"/> +</draw_ops> + +<draw_ops name="corners_highlight_shaded_unfocused"> + <!-- ** corner highlight for left top ** --> + <line color="#575757" x1="2" y1="3" x2="2" y2="4"/> + <line color="#616161" x1="3" y1="2" x2="4" y2="2"/> + + <!-- ** corner highlight for right top ** --> + <line color="#575757" x1="width-3" y1="3" x2="width-3" y2="4"/> + <line color="#616161" x1="width-5" y1="2" x2="width-4" y2="2"/> + + <!-- ** corner highlight for left bottom ** --> + <line color="#3C3C3C" x1="2" y1="height-4" x2="2" y2="height-5"/> + <line color="#3C3C3C" x1="3" y1="height-3" x2="4" y2="height-3"/> + + <!-- ** corner highlight for right bottom ** --> + <line color="#3C3C3C" x1="width-3" y1="height-4" x2="width-3" y2="height-5"/> + <line color="#3C3C3C" x1="width-4" y1="height-3" x2="width-5" y2="height-3"/> +</draw_ops> + +<draw_ops name="window_bg"> + <rectangle color="#3C3C3C" filled="true" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<!-- ::: BEVEL FOCUSED ::: --> +<draw_ops name="bevel"> + <include name="window_bg"/> + <line color="#3C3C3C" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="#3C3C3C" x1="width - 2" y1="2" x2="width - 2" y2="height - 2"/> + <line color="#3C3C3C" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="#3C3C3C" x1="1" y1="2" x2="1" y2="height - 2"/> + + <!-- ** fancy gradient ** --> + <gradient type="vertical" x="1" y="1" width="width" height="top_height"> + <color value="#525252"/> + <color value="#3C3C3C"/> + </gradient> + <gradient type="vertical" x="1" y="1" width="width" height="3"> + <color value="shade/gtk:bg[SELECTED]/1.1"/> + <color value="shade/gtk:bg[SELECTED]/1.0"/> + </gradient> + <line color="shade/gtk:bg[SELECTED]/1.3" x1="1" y1="1" x2="width - 2" y2="1"/> + + <!-- ** border outline ** --> + <rectangle color="#3C3C3C" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<draw_ops name="bevel_maximized"> + <include name="window_bg"/> + <!-- ** fancy gradient ** --> + <gradient type="vertical" x="0" y="1" width="width" height="top_height"> + <color value="#525252"/> + <color value="#3C3C3C"/> + </gradient> + <gradient type="vertical" x="0" y="1" width="width" height="3"> + <color value="shade/gtk:bg[SELECTED]/1.1"/> + <color value="shade/gtk:bg[SELECTED]/1.0"/> + </gradient> + <line color="shade/gtk:bg[SELECTED]/1.3" x1="1" y1="1" x2="width" y2="1"/> +</draw_ops> + +<draw_ops name="round_bevel"> + <include name="bevel"/> + <include name="corners_outline_selected_top"/> + <!--<include name="corners_outline_bottom"/>--> + <include name="corners_highlight"/> +</draw_ops> + +<draw_ops name="bevel_shaded"> + <include name="bevel"/> + <line color="#3C3C3C" x1="0" y1="height-1" x2="width" y2="height-1"/> +</draw_ops> + +<draw_ops name="round_bevel_shaded"> + <include name="bevel"/> + <include name="corners_outline_selected_top"/> + <include name="corners_outline_selected_bottom"/> + <include name="corners_highlight_shaded"/> + <line color="#3C3C3C" x1="5" y1="height-1" x2="width-6" y2="height-1"/> +</draw_ops> + +<!-- ::: BEVEL UNFOCUSED ::: --> +<draw_ops name="bevel_unfocused"> + <include name="window_bg"/> + + <line color="#3C3C3C" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="#3C3C3C" x1="width - 2" y1="2" x2="width - 2" y2="height - 2"/> + <line color="#3C3C3C" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="#3C3C3C" x1="1" y1="2" x2="1" y2="height - 2"/> + + <!-- ** fancy gradient ** --> + <gradient type="vertical" x="1" y="1" width="width" height="top_height"> + <color value="#525252"/> + <color value="#3C3C3C"/> + </gradient> + <line color="#666666" x1="1" y1="1" x2="width" y2="1"/> + + <!-- ** border outline ** --> + <rectangle color="#3C3C3C" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<draw_ops name="bevel_maximized_unfocused"> + <include name="window_bg"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height"> + <color value="#525252"/> + <color value="#3C3C3C"/> + </gradient> + <line color="#666666" x1="1" y1="1" x2="width" y2="1"/> +</draw_ops> + +<draw_ops name="round_bevel_unfocused"> + <include name="bevel_unfocused"/> + <include name="corners_outline_top"/> + <!--<include name="corners_outline_bottom"/>--> + <include name="corners_highlight_unfocused"/> +</draw_ops> + +<draw_ops name="round_bevel_unfocused_shaded"> + <include name="bevel_unfocused"/> + <include name="corners_outline_top"/> + <include name="corners_outline_bottom"/> + <include name="corners_highlight_shaded_unfocused"/> +</draw_ops> + +<!-- ::: LIGHT BAR AT THE BOTTOM ::: --> +<draw_ops name="bottom_edge"> + <gradient type="vertical" x="1" y="height-4" width="width-2" height="3"> + <color value="shade/gtk:bg[NORMAL]/1.00"/> + <color value="shade/gtk:bg[NORMAL]/0.70"/> + </gradient> +</draw_ops> + +<!-- ::: BORDER ::: --> +<draw_ops name="border"> + <line color="shade/gtk:bg[NORMAL]/0.88" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/0.88" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/1.2" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/1.2" x1="1" y1="1" x2="1" y2="height - 2"/> + + <rectangle color="shade/gtk:bg[NORMAL]/0.55" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<!-- ::: TITLES ::: --> +<draw_ops name="title_text"> + <title color="#E6E6E6" x="(3 `max` (width-title_width)) / 2" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="title_text_unfocused"> + <title color="#3C3C3C" x="(3 `max` (width-title_width)) / 2" y="1 `max` ((height-title_height)/2)+1"/> + <title color="#9B9B9B" x="(3 `max` (width-title_width)) / 2" y="0 `max` ((height-title_height)/2)"/> +</draw_ops> + +<draw_ops name="title"> + <include name="title_text"/> +</draw_ops> + +<draw_ops name="title_unfocused"> + <include name="title_text_unfocused"/> +</draw_ops> + +<!-- ::: BUTTONS ::: --> +<draw_ops name="button_bg_prelight"> + <image filename="prelight.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="button_bg_pressed"> + <image filename="pressed.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="button_bg_unfocused_prelight"> + <image filename="prelight_unfocused.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="button_bg_unfocused_pressed"> + <image filename="pressed.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_icon"> + <!--<icon x="0" y="0" width="width" height="height"/>--> + <icon x="(width-mini_icon_width)/2" y="(height-mini_icon_height)/2" width="mini_icon_width" height="mini_icon_height"/> +</draw_ops> + +<draw_ops name="menu_button_icon_unfocused"> + <!--<icon x="0" y="0" width="width" height="height" alpha="0.5"/>--> + <icon x="(width-mini_icon_width)/2" y="(height-mini_icon_height)/2" width="mini_icon_width" height="mini_icon_height" alpha="0.75"/> +</draw_ops> + +<draw_ops name="menu_button_normal"> + <include name="menu_button_icon"/> +</draw_ops> +<draw_ops name="menu_button_prelight"> + <include name="menu_button_icon"/> +</draw_ops> +<draw_ops name="menu_button_pressed"> + <include name="menu_button_icon"/> +</draw_ops> +<draw_ops name="menu_button_unfocused"> + <include name="menu_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="menu_button_unfocused_prelight"> + <include name="menu_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="menu_button_unfocused_pressed"> + <include name="menu_button_icon_unfocused"/> +</draw_ops> + +<!-- close icon --> +<draw_ops name="close_button_icon"> + <image filename="close.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="close_button_icon_unfocused"> + <image filename="close_unfocused.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="close_button_normal"> + <include name="close_button_icon"/> +</draw_ops> +<draw_ops name="close_button_prelight"> + <include name="button_bg_prelight"/> + <include name="close_button_icon"/> +</draw_ops> +<draw_ops name="close_button_pressed"> + <include name="button_bg_pressed"/> + <include name="close_button_icon"/> +</draw_ops> +<draw_ops name="close_button_unfocused"> + <include name="close_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="close_button_unfocused_prelight"> + <include name="button_bg_unfocused_prelight"/> + <include name="close_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="close_button_unfocused_pressed"> + <include name="button_bg_unfocused_pressed"/> + <include name="close_button_icon"/> +</draw_ops> + +<!-- maximize icon --> +<draw_ops name="maximize_button_icon"> + <image filename="maximize.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_button_icon_unfocused"> + <image filename="maximize_unfocused.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_button_normal"> + <include name="maximize_button_icon"/> +</draw_ops> +<draw_ops name="maximize_button_prelight"> + <include name="button_bg_prelight"/> + <include name="maximize_button_icon"/> +</draw_ops> +<draw_ops name="maximize_button_pressed"> + <include name="button_bg_pressed"/> + <include name="maximize_button_icon"/> +</draw_ops> +<draw_ops name="maximize_button_unfocused"> + <include name="maximize_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="maximize_button_unfocused_prelight"> + <include name="button_bg_unfocused_prelight"/> + <include name="maximize_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="maximize_button_unfocused_pressed"> + <include name="button_bg_unfocused_pressed"/> + <include name="maximize_button_icon"/> +</draw_ops> + +<!-- restore icon --> +<draw_ops name="restore_button_icon"> + <image filename="maximize.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="restore_button_icon_unfocused"> + <image filename="maximize_unfocused.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="restore_button_normal"> + <include name="restore_button_icon"/> +</draw_ops> +<draw_ops name="restore_button_prelight"> + <include name="button_bg_prelight"/> + <include name="restore_button_icon"/> +</draw_ops> +<draw_ops name="restore_button_pressed"> + <include name="button_bg_pressed"/> + <include name="restore_button_icon"/> +</draw_ops> +<draw_ops name="restore_button_unfocused"> + <include name="restore_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="restore_button_unfocused_prelight"> + <include name="button_bg_unfocused_prelight"/> + <include name="restore_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="restore_button_unfocused_pressed"> + <include name="button_bg_unfocused_pressed"/> + <include name="restore_button_icon"/> +</draw_ops> + +<!-- minimize icon --> +<draw_ops name="minimize_button_icon"> + <image filename="minimize.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_button_icon_unfocused"> + <image filename="minimize_unfocused.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_button_normal"> + <include name="minimize_button_icon"/> +</draw_ops> +<draw_ops name="minimize_button_prelight"> + <include name="button_bg_prelight"/> + <include name="minimize_button_icon"/> +</draw_ops> +<draw_ops name="minimize_button_pressed"> + <include name="button_bg_pressed"/> + <include name="minimize_button_icon"/> +</draw_ops> +<draw_ops name="minimize_button_unfocused"> + <include name="minimize_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="minimize_button_unfocused_prelight"> + <include name="button_bg_unfocused_prelight"/> + <include name="minimize_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="minimize_button_unfocused_pressed"> + <include name="button_bg_unfocused_pressed"/> + <include name="minimize_button_icon"/> +</draw_ops> + +<draw_ops name="blank"> +<!-- nothing --> +</draw_ops> + +<!-- ::: FRAME STYLES ::: --> +<frame_style name="normal" geometry="normal"> + <piece position="entire_background" draw_ops="round_bevel_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_unfocused_pressed"/> + <button function="close" state="prelight" draw_ops="close_button_unfocused_prelight"/> + <button function="maximize" state="normal" draw_ops="maximize_button_unfocused"/> + <button function="maximize" state="pressed" draw_ops="maximize_button_unfocused_pressed"/> + <button function="maximize" state="prelight" draw_ops="maximize_button_unfocused_prelight"/> + <button function="minimize" state="normal" draw_ops="minimize_button_unfocused"/> + <button function="minimize" state="pressed" draw_ops="minimize_button_unfocused_pressed"/> + <button function="minimize" state="prelight" draw_ops="minimize_button_unfocused_prelight"/> + <button function="menu" state="normal" draw_ops="menu_button_unfocused"/> + <button function="menu" state="pressed" draw_ops="menu_button_unfocused_pressed"/> + <button function="menu" state="prelight" draw_ops="menu_button_unfocused_prelight"/> +</frame_style> + +<frame_style name="normal_shaded" geometry="shaded" parent="normal"> + <piece position="entire_background" draw_ops="round_bevel_unfocused_shaded"/> +</frame_style> + +<frame_style name="focused" geometry="normal" parent="normal"> + <piece position="entire_background" draw_ops="round_bevel"/> + <piece position="title" draw_ops="title"/> + <button function="close" state="normal" draw_ops="close_button_normal"/> + <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_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_normal"/> + <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="focused_shaded" geometry="shaded" parent="focused"> + <piece position="entire_background" draw_ops="round_bevel_shaded"/> +</frame_style> + +<frame_style name="normal_maximized" geometry="normal_maximized" parent="normal"> + <piece position="entire_background" draw_ops="bevel_maximized_unfocused"/> + <button function="maximize" state="normal" draw_ops="restore_button_unfocused"/> + <button function="maximize" state="pressed" draw_ops="restore_button_unfocused_pressed"/> + <button function="maximize" state="prelight" draw_ops="restore_button_unfocused_prelight"/> +</frame_style> + +<frame_style name="focused_maximized" geometry="normal_maximized" parent="focused"> + <piece position="entire_background" draw_ops="bevel_maximized"/> + <button function="maximize" state="normal" draw_ops="restore_button_normal"/> + <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="border" geometry="border" parent="normal"> + <piece position="entire_background" draw_ops="border"/> + <piece position="title" draw_ops="blank"/> +</frame_style> + +<frame_style name="utility_normal" geometry="utility" parent="normal"> + <piece position="entire_background" draw_ops="bevel_unfocused"/> +</frame_style> +<frame_style name="utility_focused" geometry="utility" parent="focused"> + <piece position="entire_background" draw_ops="bevel"/> +</frame_style> +<frame_style name="utility_focused_shaded" geometry="utility" parent="focused_shaded"> + <piece position="entire_background" draw_ops="bevel_shaded"/> +</frame_style> + +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="focused"/> + <frame focus="no" state="normal" resize="both" style="normal"/> + <frame focus="yes" state="maximized" style="focused_maximized"/> + <frame focus="no" state="maximized" style="normal_maximized"/> + <frame focus="yes" state="shaded" style="focused_shaded"/> + <frame focus="no" state="shaded" style="normal_shaded"/> + <frame focus="yes" state="maximized_and_shaded" style="focused_maximized"/> + <frame focus="no" state="maximized_and_shaded" style="normal_maximized"/> +</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_normal"/> + <!-- this is a bunch of crack since utility windows shouldn't be maximized --> + <frame focus="yes" state="maximized" style="focused"/> + <frame focus="no" state="maximized" style="normal"/> + <frame focus="yes" state="shaded" style="utility_focused_shaded"/> + <frame focus="no" state="shaded" style="utility_normal"/> + <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 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_icon_unfocused"/> +<menu_icon function="maximize" state="normal" draw_ops="maximize_button_icon_unfocused"/> +<menu_icon function="unmaximize" state="normal" draw_ops="restore_button_icon_unfocused"/> +<menu_icon function="minimize" state="normal" draw_ops="minimize_button_icon_unfocused"/> + +</metacity_theme> + + + diff --git a/Shiki-Colors-Classic-Striped/metacity-1/minimize.png b/Shiki-Colors-Classic-Striped/metacity-1/minimize.png Binary files differnew file mode 100644 index 0000000..5594d21 --- /dev/null +++ b/Shiki-Colors-Classic-Striped/metacity-1/minimize.png diff --git a/Shiki-Colors-Classic-Striped/metacity-1/minimize_unfocused.png b/Shiki-Colors-Classic-Striped/metacity-1/minimize_unfocused.png Binary files differnew file mode 100644 index 0000000..570d179 --- /dev/null +++ b/Shiki-Colors-Classic-Striped/metacity-1/minimize_unfocused.png diff --git a/Shiki-Colors-Classic-Striped/metacity-1/prelight.png b/Shiki-Colors-Classic-Striped/metacity-1/prelight.png Binary files differnew file mode 100644 index 0000000..38a0bd0 --- /dev/null +++ b/Shiki-Colors-Classic-Striped/metacity-1/prelight.png diff --git a/Shiki-Colors-Classic-Striped/metacity-1/prelight_unfocused.png b/Shiki-Colors-Classic-Striped/metacity-1/prelight_unfocused.png Binary files differnew file mode 100644 index 0000000..48fc47c --- /dev/null +++ b/Shiki-Colors-Classic-Striped/metacity-1/prelight_unfocused.png diff --git a/Shiki-Colors-Classic-Striped/metacity-1/pressed.png b/Shiki-Colors-Classic-Striped/metacity-1/pressed.png Binary files differnew file mode 100644 index 0000000..1c985d5 --- /dev/null +++ b/Shiki-Colors-Classic-Striped/metacity-1/pressed.png diff --git a/Shiki-Colors-Classic/metacity-1/close.png b/Shiki-Colors-Classic/metacity-1/close.png Binary files differnew file mode 100644 index 0000000..88917a2 --- /dev/null +++ b/Shiki-Colors-Classic/metacity-1/close.png diff --git a/Shiki-Colors-Classic/metacity-1/close_unfocused.png b/Shiki-Colors-Classic/metacity-1/close_unfocused.png Binary files differnew file mode 100644 index 0000000..86aeaf2 --- /dev/null +++ b/Shiki-Colors-Classic/metacity-1/close_unfocused.png diff --git a/Shiki-Colors-Classic/metacity-1/maximize.png b/Shiki-Colors-Classic/metacity-1/maximize.png Binary files differnew file mode 100644 index 0000000..cf8d226 --- /dev/null +++ b/Shiki-Colors-Classic/metacity-1/maximize.png diff --git a/Shiki-Colors-Classic/metacity-1/maximize_unfocused.png b/Shiki-Colors-Classic/metacity-1/maximize_unfocused.png Binary files differnew file mode 100644 index 0000000..d6728ec --- /dev/null +++ b/Shiki-Colors-Classic/metacity-1/maximize_unfocused.png diff --git a/Shiki-Colors-Classic/metacity-1/metacity-theme-1.xml b/Shiki-Colors-Classic/metacity-1/metacity-theme-1.xml new file mode 100644 index 0000000..741736a --- /dev/null +++ b/Shiki-Colors-Classic/metacity-1/metacity-theme-1.xml @@ -0,0 +1,679 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Shiki-Colors Metacity</name> + <author>Victor C. <perfectska04@gmail.com></author> + <copyright>Â 2009 perfectska04</copyright> + <date>Apr, 2009</date> + <description>Unity-based Metacity Theme for Shiki-Colors</description> +</info> + +<!-- ::: GEOMETRY ::: --> +<frame_geometry name="normal" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <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="20"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="1"/> + <border name="title_border" left="12" right="2" top="4" bottom="2"/> + <border name="button_border" left="1" right="1" top="3" bottom="2"/> +</frame_geometry> + +<frame_geometry name="shaded" parent="normal" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="true" rounded_bottom_right="true"/> + +<frame_geometry name="normal_maximized" parent="normal" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_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"/> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> +</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="3"/> + <distance name="right_titlebar_edge" value="3"/> + <distance name="title_vertical_pad" value="0"/> + <border name="title_border" left="2" right="2" top="4" bottom="3"/> + <border name="button_border" left="0" right="0" top="2" bottom="2"/> + <aspect_ratio name="button" value="1"/> +</frame_geometry> + +<frame_geometry name="border" has_title="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="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> + +<!-- button minimum size --> +<constant name="Bmin" value="7"/> +<!-- button inside padding --> +<constant name="Bpad" value="6"/> + +<!-- ::: CORNERS ::: --> +<draw_ops name="corners_outline_selected_top"> + <!-- top left --> + <line color="#3C3C3C" x1="1" y1="3" x2="1" y2="3"/> + <line color="#3C3C3C" x1="1" y1="4" x2="1" y2="4"/> + <line color="#3C3C3C" x1="2" y1="2" x2="2" y2="2"/> + <line color="#3C3C3C" x1="3" y1="1" x2="3" y2="1"/> + <line color="#3C3C3C" x1="4" y1="1" x2="4" y2="1"/> + + <!-- top right --> + <line color="#3C3C3C" x1="width-2" y1="3" x2="width-2" y2="3"/> + <line color="#3C3C3C" x1="width-2" y1="4" x2="width-2" y2="4"/> + <line color="#3C3C3C" x1="width-3" y1="2" x2="width-3" y2="2"/> + <line color="#3C3C3C" x1="width-4" y1="1" x2="width-4" y2="1"/> + <line color="#3C3C3C" x1="width-5" y1="1" x2="width-5" y2="1"/> +</draw_ops> + +<draw_ops name="corners_outline_top"> + <!-- top left --> + <line color="#3C3C3C" x1="1" y1="3" x2="1" y2="3"/> + <line color="#3C3C3C" x1="1" y1="4" x2="1" y2="4"/> + <line color="#3C3C3C" x1="2" y1="2" x2="2" y2="2"/> + <line color="#3C3C3C" x1="3" y1="1" x2="3" y2="1"/> + <line color="#3C3C3C" x1="4" y1="1" x2="4" y2="1"/> + + <!-- top right --> + <line color="#3C3C3C" x1="width-2" y1="3" x2="width-2" y2="3"/> + <line color="#3C3C3C" x1="width-2" y1="4" x2="width-2" y2="4"/> + <line color="#3C3C3C" x1="width-3" y1="2" x2="width-3" y2="2"/> + <line color="#3C3C3C" x1="width-4" y1="1" x2="width-4" y2="1"/> + <line color="#3C3C3C" x1="width-5" y1="1" x2="width-5" y2="1"/> +</draw_ops> + +<draw_ops name="corners_outline_selected_bottom"> + <!-- bottom left --> + <line color="#3C3C3C" x1="1" y1="height-4" x2="1" y2="height-5"/> + <line color="#3C3C3C" x1="2" y1="height-3" x2="2" y2="height-3"/> + <line color="#3C3C3C" x1="2" y1="height-2" x2="4" y2="height-2"/> + + <!-- bottom right --> + <line color="#3C3C3C" x1="width-2" y1="height-4" x2="width-2" y2="height-5"/> + <line color="#3C3C3C" x1="width-3" y1="height-3" x2="width-3" y2="height-3"/> + <line color="#3C3C3C" x1="width-4" y1="height-2" x2="width-5" y2="height-2"/> +</draw_ops> + +<draw_ops name="corners_outline_bottom"> + <!-- bottom left --> + <line color="#3C3C3C" x1="1" y1="height-4" x2="1" y2="height-5"/> + <line color="#3C3C3C" x1="2" y1="height-3" x2="2" y2="height-3"/> + <line color="#3C3C3C" x1="2" y1="height-2" x2="4" y2="height-2"/> + + <!-- bottom right --> + <line color="#3C3C3C" x1="width-2" y1="height-4" x2="width-2" y2="height-5"/> + <line color="#3C3C3C" x1="width-3" y1="height-3" x2="width-3" y2="height-3"/> + <line color="#3C3C3C" x1="width-4" y1="height-2" x2="width-5" y2="height-2"/> +</draw_ops> + +<draw_ops name="corners_highlight"> + <!-- ** corner highlight for left top ** --> + <line color="#5C5C5C" x1="2" y1="3" x2="2" y2="4"/> + <line color="#666666" x1="3" y1="2" x2="4" y2="2"/> + + <!-- ** corner highlight for right top ** --> + <line color="#5C5C5C" x1="width-3" y1="3" x2="width-3" y2="4"/> + <line color="#666666" x1="width-5" y1="2" x2="width-4" y2="2"/> + + <!-- ** corner highlight for left bottom ** --> + <!--<line color="shade/gtk:bg[NORMAL]/1.14" x1="2" y1="height-4" x2="2" y2="height-5"/> + <line color="shade/gtk:bg[NORMAL]/0.9" x1="3" y1="height-3" x2="4" y2="height-3"/>--> + + <!-- ** corner highlight for right bottom ** --> + <!--<line color="shade/gtk:bg[NORMAL]/0.9" x1="width-3" y1="height-4" x2="width-3" y2="height-5"/> + <line color="shade/gtk:bg[NORMAL]/0.9" x1="width-4" y1="height-3" x2="width-5" y2="height-3"/>--> +</draw_ops> + +<draw_ops name="corners_highlight_unfocused"> + <!-- ** corner highlight for left top ** --> + <line color="#575757" x1="2" y1="3" x2="2" y2="4"/> + <line color="#616161" x1="3" y1="2" x2="4" y2="2"/> + + <!-- ** corner highlight for right top ** --> + <line color="#575757" x1="width-3" y1="3" x2="width-3" y2="4"/> + <line color="#616161" x1="width-5" y1="2" x2="width-4" y2="2"/> + + <!-- ** corner highlight for left bottom ** --> + <!--<line color="shade/gtk:bg[NORMAL]/1.14" x1="2" y1="height-4" x2="2" y2="height-5"/> + <line color="shade/gtk:bg[NORMAL]/0.9" x1="3" y1="height-3" x2="4" y2="height-3"/>--> + + <!-- ** corner highlight for right bottom ** --> + <!--<line color="shade/gtk:bg[NORMAL]/0.9" x1="width-3" y1="height-4" x2="width-3" y2="height-5"/> + <line color="shade/gtk:bg[NORMAL]/0.9" x1="width-4" y1="height-3" x2="width-5" y2="height-3"/>--> +</draw_ops> + +<draw_ops name="corners_highlight_shaded"> + <!-- ** corner highlight for left top ** --> + <line color="#5C5C5C" x1="2" y1="3" x2="2" y2="4"/> + <line color="#666666" x1="3" y1="2" x2="4" y2="2"/> + + <!-- ** corner highlight for right top ** --> + <line color="#5C5C5C" x1="width-3" y1="3" x2="width-3" y2="4"/> + <line color="#666666" x1="width-5" y1="2" x2="width-4" y2="2"/> + + <!-- ** corner highlight for left bottom ** --> + <line color="#3C3C3C" x1="2" y1="height-4" x2="2" y2="height-5"/> + <line color="#3C3C3C" x1="3" y1="height-3" x2="4" y2="height-3"/> + + <!-- ** corner highlight for right bottom ** --> + <line color="#3C3C3C" x1="width-3" y1="height-4" x2="width-3" y2="height-5"/> + <line color="#3C3C3C" x1="width-4" y1="height-3" x2="width-5" y2="height-3"/> +</draw_ops> + +<draw_ops name="corners_highlight_shaded_unfocused"> + <!-- ** corner highlight for left top ** --> + <line color="#575757" x1="2" y1="3" x2="2" y2="4"/> + <line color="#616161" x1="3" y1="2" x2="4" y2="2"/> + + <!-- ** corner highlight for right top ** --> + <line color="#575757" x1="width-3" y1="3" x2="width-3" y2="4"/> + <line color="#616161" x1="width-5" y1="2" x2="width-4" y2="2"/> + + <!-- ** corner highlight for left bottom ** --> + <line color="#3C3C3C" x1="2" y1="height-4" x2="2" y2="height-5"/> + <line color="#3C3C3C" x1="3" y1="height-3" x2="4" y2="height-3"/> + + <!-- ** corner highlight for right bottom ** --> + <line color="#3C3C3C" x1="width-3" y1="height-4" x2="width-3" y2="height-5"/> + <line color="#3C3C3C" x1="width-4" y1="height-3" x2="width-5" y2="height-3"/> +</draw_ops> + +<draw_ops name="window_bg"> + <rectangle color="#3C3C3C" filled="true" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<!-- ::: BEVEL FOCUSED ::: --> +<draw_ops name="bevel"> + <include name="window_bg"/> + <line color="#3C3C3C" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="#3C3C3C" x1="width - 2" y1="2" x2="width - 2" y2="height - 2"/> + <line color="#3C3C3C" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="#3C3C3C" x1="1" y1="2" x2="1" y2="height - 2"/> + + <!-- ** fancy gradient ** --> + <gradient type="vertical" x="1" y="1" width="width" height="top_height"> + <color value="#525252"/> + <color value="#3C3C3C"/> + </gradient> + <line color="#707070" x1="1" y1="1" x2="width - 2" y2="1"/> + + <!-- ** border outline ** --> + <rectangle color="#3C3C3C" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<draw_ops name="bevel_maximized"> + <include name="window_bg"/> + <!-- ** fancy gradient ** --> + <gradient type="vertical" x="0" y="1" width="width" height="top_height"> + <color value="#525252"/> + <color value="#3C3C3C"/> + </gradient> + <line color="#707070" x1="1" y1="1" x2="width" y2="1"/> +</draw_ops> + +<draw_ops name="round_bevel"> + <include name="bevel"/> + <include name="corners_outline_selected_top"/> + <!--<include name="corners_outline_bottom"/>--> + <include name="corners_highlight"/> +</draw_ops> + +<draw_ops name="bevel_shaded"> + <include name="bevel"/> + <line color="#3C3C3C" x1="0" y1="height-1" x2="width" y2="height-1"/> +</draw_ops> + +<draw_ops name="round_bevel_shaded"> + <include name="bevel"/> + <include name="corners_outline_selected_top"/> + <include name="corners_outline_selected_bottom"/> + <include name="corners_highlight_shaded"/> + <line color="#3C3C3C" x1="5" y1="height-1" x2="width-6" y2="height-1"/> +</draw_ops> + +<!-- ::: BEVEL UNFOCUSED ::: --> +<draw_ops name="bevel_unfocused"> + <include name="window_bg"/> + + <line color="#3C3C3C" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="#3C3C3C" x1="width - 2" y1="2" x2="width - 2" y2="height - 2"/> + <line color="#3C3C3C" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="#3C3C3C" x1="1" y1="2" x2="1" y2="height - 2"/> + + <!-- ** fancy gradient ** --> + <gradient type="vertical" x="1" y="1" width="width" height="top_height"> + <color value="#525252"/> + <color value="#3C3C3C"/> + </gradient> + <line color="#666666" x1="1" y1="1" x2="width" y2="1"/> + + <!-- ** border outline ** --> + <rectangle color="#3C3C3C" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<draw_ops name="bevel_maximized_unfocused"> + <include name="window_bg"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height"> + <color value="#525252"/> + <color value="#3C3C3C"/> + </gradient> + <line color="#666666" x1="1" y1="1" x2="width" y2="1"/> +</draw_ops> + +<draw_ops name="round_bevel_unfocused"> + <include name="bevel_unfocused"/> + <include name="corners_outline_top"/> + <!--<include name="corners_outline_bottom"/>--> + <include name="corners_highlight_unfocused"/> +</draw_ops> + +<draw_ops name="round_bevel_unfocused_shaded"> + <include name="bevel_unfocused"/> + <include name="corners_outline_top"/> + <include name="corners_outline_bottom"/> + <include name="corners_highlight_shaded_unfocused"/> +</draw_ops> + +<!-- ::: LIGHT BAR AT THE BOTTOM ::: --> +<draw_ops name="bottom_edge"> + <gradient type="vertical" x="1" y="height-4" width="width-2" height="3"> + <color value="shade/gtk:bg[NORMAL]/0.90"/> + <color value="shade/gtk:bg[NORMAL]/0.60"/> + </gradient> +</draw_ops> + +<!-- ::: BORDER ::: --> +<draw_ops name="border"> + <line color="shade/gtk:bg[NORMAL]/0.88" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/0.88" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/1.2" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/1.2" x1="1" y1="1" x2="1" y2="height - 2"/> + + <rectangle color="shade/gtk:bg[NORMAL]/0.55" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<!-- ::: TITLES ::: --> +<draw_ops name="title_text"> + <title color="#E6E6E6" x="(3 `max` (width-title_width)) / 2" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="title_text_unfocused"> + <title color="#3C3C3C" x="(3 `max` (width-title_width)) / 2" y="1 `max` ((height-title_height)/2)+1"/> + <title color="#9B9B9B" x="(3 `max` (width-title_width)) / 2" y="0 `max` ((height-title_height)/2)"/> +</draw_ops> + +<draw_ops name="title"> + <include name="title_text"/> +</draw_ops> + +<draw_ops name="title_unfocused"> + <include name="title_text_unfocused"/> +</draw_ops> + +<!-- ::: BUTTONS ::: --> +<draw_ops name="button_bg_prelight"> + <image filename="prelight.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="button_bg_pressed"> + <image filename="pressed.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="button_bg_unfocused_prelight"> + <image filename="prelight_unfocused.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="button_bg_unfocused_pressed"> + <image filename="pressed.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_icon"> + <!--<icon x="0" y="0" width="width" height="height"/>--> + <icon x="(width-mini_icon_width)/2" y="(height-mini_icon_height)/2" width="mini_icon_width" height="mini_icon_height"/> +</draw_ops> + +<draw_ops name="menu_button_icon_unfocused"> + <!--<icon x="0" y="0" width="width" height="height" alpha="0.5"/>--> + <icon x="(width-mini_icon_width)/2" y="(height-mini_icon_height)/2" width="mini_icon_width" height="mini_icon_height" alpha="0.75"/> +</draw_ops> + +<draw_ops name="menu_button_normal"> + <include name="menu_button_icon"/> +</draw_ops> +<draw_ops name="menu_button_prelight"> + <include name="menu_button_icon"/> +</draw_ops> +<draw_ops name="menu_button_pressed"> + <include name="menu_button_icon"/> +</draw_ops> +<draw_ops name="menu_button_unfocused"> + <include name="menu_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="menu_button_unfocused_prelight"> + <include name="menu_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="menu_button_unfocused_pressed"> + <include name="menu_button_icon_unfocused"/> +</draw_ops> + +<!-- close icon --> +<draw_ops name="close_button_icon"> + <image filename="close.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="close_button_icon_unfocused"> + <image filename="close_unfocused.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="close_button_normal"> + <include name="close_button_icon"/> +</draw_ops> +<draw_ops name="close_button_prelight"> + <include name="button_bg_prelight"/> + <include name="close_button_icon"/> +</draw_ops> +<draw_ops name="close_button_pressed"> + <include name="button_bg_pressed"/> + <include name="close_button_icon"/> +</draw_ops> +<draw_ops name="close_button_unfocused"> + <include name="close_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="close_button_unfocused_prelight"> + <include name="button_bg_unfocused_prelight"/> + <include name="close_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="close_button_unfocused_pressed"> + <include name="button_bg_unfocused_pressed"/> + <include name="close_button_icon"/> +</draw_ops> + +<!-- maximize icon --> +<draw_ops name="maximize_button_icon"> + <image filename="maximize.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_button_icon_unfocused"> + <image filename="maximize_unfocused.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_button_normal"> + <include name="maximize_button_icon"/> +</draw_ops> +<draw_ops name="maximize_button_prelight"> + <include name="button_bg_prelight"/> + <include name="maximize_button_icon"/> +</draw_ops> +<draw_ops name="maximize_button_pressed"> + <include name="button_bg_pressed"/> + <include name="maximize_button_icon"/> +</draw_ops> +<draw_ops name="maximize_button_unfocused"> + <include name="maximize_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="maximize_button_unfocused_prelight"> + <include name="button_bg_unfocused_prelight"/> + <include name="maximize_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="maximize_button_unfocused_pressed"> + <include name="button_bg_unfocused_pressed"/> + <include name="maximize_button_icon"/> +</draw_ops> + +<!-- restore icon --> +<draw_ops name="restore_button_icon"> + <image filename="maximize.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="restore_button_icon_unfocused"> + <image filename="maximize_unfocused.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="restore_button_normal"> + <include name="restore_button_icon"/> +</draw_ops> +<draw_ops name="restore_button_prelight"> + <include name="button_bg_prelight"/> + <include name="restore_button_icon"/> +</draw_ops> +<draw_ops name="restore_button_pressed"> + <include name="button_bg_pressed"/> + <include name="restore_button_icon"/> +</draw_ops> +<draw_ops name="restore_button_unfocused"> + <include name="restore_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="restore_button_unfocused_prelight"> + <include name="button_bg_unfocused_prelight"/> + <include name="restore_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="restore_button_unfocused_pressed"> + <include name="button_bg_unfocused_pressed"/> + <include name="restore_button_icon"/> +</draw_ops> + +<!-- minimize icon --> +<draw_ops name="minimize_button_icon"> + <image filename="minimize.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_button_icon_unfocused"> + <image filename="minimize_unfocused.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_button_normal"> + <include name="minimize_button_icon"/> +</draw_ops> +<draw_ops name="minimize_button_prelight"> + <include name="button_bg_prelight"/> + <include name="minimize_button_icon"/> +</draw_ops> +<draw_ops name="minimize_button_pressed"> + <include name="button_bg_pressed"/> + <include name="minimize_button_icon"/> +</draw_ops> +<draw_ops name="minimize_button_unfocused"> + <include name="minimize_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="minimize_button_unfocused_prelight"> + <include name="button_bg_unfocused_prelight"/> + <include name="minimize_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="minimize_button_unfocused_pressed"> + <include name="button_bg_unfocused_pressed"/> + <include name="minimize_button_icon"/> +</draw_ops> + +<draw_ops name="blank"> +<!-- nothing --> +</draw_ops> + +<!-- ::: FRAME STYLES ::: --> +<frame_style name="normal" geometry="normal"> + <piece position="entire_background" draw_ops="round_bevel_unfocused"/> + <piece position="title" draw_ops="title_unfocused"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="close" state="normal" draw_ops="close_button_unfocused"/> + <button function="close" state="pressed" draw_ops="close_button_unfocused_pressed"/> + <button function="close" state="prelight" draw_ops="close_button_unfocused_prelight"/> + <button function="maximize" state="normal" draw_ops="maximize_button_unfocused"/> + <button function="maximize" state="pressed" draw_ops="maximize_button_unfocused_pressed"/> + <button function="maximize" state="prelight" draw_ops="maximize_button_unfocused_prelight"/> + <button function="minimize" state="normal" draw_ops="minimize_button_unfocused"/> + <button function="minimize" state="pressed" draw_ops="minimize_button_unfocused_pressed"/> + <button function="minimize" state="prelight" draw_ops="minimize_button_unfocused_prelight"/> + <button function="menu" state="normal" draw_ops="menu_button_unfocused"/> + <button function="menu" state="pressed" draw_ops="menu_button_unfocused_pressed"/> + <button function="menu" state="prelight" draw_ops="menu_button_unfocused_prelight"/> +</frame_style> + +<frame_style name="normal_shaded" geometry="shaded" parent="normal"> + <piece position="entire_background" draw_ops="round_bevel_unfocused_shaded"/> +</frame_style> + +<frame_style name="focused" geometry="normal" parent="normal"> + <piece position="entire_background" draw_ops="round_bevel"/> + <piece position="title" draw_ops="title"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="close" state="normal" draw_ops="close_button_normal"/> + <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_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_normal"/> + <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="focused_shaded" geometry="shaded" parent="focused"> + <piece position="entire_background" draw_ops="round_bevel_shaded"/> +</frame_style> + +<frame_style name="normal_maximized" geometry="normal_maximized" parent="normal"> + <piece position="entire_background" draw_ops="bevel_maximized_unfocused"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="maximize" state="normal" draw_ops="restore_button_unfocused"/> + <button function="maximize" state="pressed" draw_ops="restore_button_unfocused_pressed"/> + <button function="maximize" state="prelight" draw_ops="restore_button_unfocused_prelight"/> +</frame_style> + +<frame_style name="focused_maximized" geometry="normal_maximized" parent="focused"> + <piece position="entire_background" draw_ops="bevel_maximized"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="maximize" state="normal" draw_ops="restore_button_normal"/> + <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="border" geometry="border" parent="normal"> + <piece position="entire_background" draw_ops="border"/> + <piece position="title" draw_ops="blank"/> +</frame_style> + +<frame_style name="utility_normal" geometry="utility" parent="normal"> + <piece position="entire_background" draw_ops="bevel_unfocused"/> +</frame_style> +<frame_style name="utility_focused" geometry="utility" parent="focused"> + <piece position="entire_background" draw_ops="bevel"/> +</frame_style> +<frame_style name="utility_focused_shaded" geometry="utility" parent="focused_shaded"> + <piece position="entire_background" draw_ops="bevel_shaded"/> +</frame_style> + +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="focused"/> + <frame focus="no" state="normal" resize="both" style="normal"/> + <frame focus="yes" state="maximized" style="focused_maximized"/> + <frame focus="no" state="maximized" style="normal_maximized"/> + <frame focus="yes" state="shaded" style="focused_shaded"/> + <frame focus="no" state="shaded" style="normal_shaded"/> + <frame focus="yes" state="maximized_and_shaded" style="focused_maximized"/> + <frame focus="no" state="maximized_and_shaded" style="normal_maximized"/> +</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_normal"/> + <!-- this is a bunch of crack since utility windows shouldn't be maximized --> + <frame focus="yes" state="maximized" style="focused"/> + <frame focus="no" state="maximized" style="normal"/> + <frame focus="yes" state="shaded" style="utility_focused_shaded"/> + <frame focus="no" state="shaded" style="utility_normal"/> + <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 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_icon_unfocused"/> +<menu_icon function="maximize" state="normal" draw_ops="maximize_button_icon_unfocused"/> +<menu_icon function="unmaximize" state="normal" draw_ops="restore_button_icon_unfocused"/> +<menu_icon function="minimize" state="normal" draw_ops="minimize_button_icon_unfocused"/> + +</metacity_theme> + + + diff --git a/Shiki-Colors-Classic/metacity-1/minimize.png b/Shiki-Colors-Classic/metacity-1/minimize.png Binary files differnew file mode 100644 index 0000000..5594d21 --- /dev/null +++ b/Shiki-Colors-Classic/metacity-1/minimize.png diff --git a/Shiki-Colors-Classic/metacity-1/minimize_unfocused.png b/Shiki-Colors-Classic/metacity-1/minimize_unfocused.png Binary files differnew file mode 100644 index 0000000..570d179 --- /dev/null +++ b/Shiki-Colors-Classic/metacity-1/minimize_unfocused.png diff --git a/Shiki-Colors-Classic/metacity-1/prelight.png b/Shiki-Colors-Classic/metacity-1/prelight.png Binary files differnew file mode 100644 index 0000000..38a0bd0 --- /dev/null +++ b/Shiki-Colors-Classic/metacity-1/prelight.png diff --git a/Shiki-Colors-Classic/metacity-1/prelight_unfocused.png b/Shiki-Colors-Classic/metacity-1/prelight_unfocused.png Binary files differnew file mode 100644 index 0000000..48fc47c --- /dev/null +++ b/Shiki-Colors-Classic/metacity-1/prelight_unfocused.png diff --git a/Shiki-Colors-Classic/metacity-1/pressed.png b/Shiki-Colors-Classic/metacity-1/pressed.png Binary files differnew file mode 100644 index 0000000..1c985d5 --- /dev/null +++ b/Shiki-Colors-Classic/metacity-1/pressed.png diff --git a/Shiki-Colors-Classic/xfwm4/bottom-active.xpm b/Shiki-Colors-Classic/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..f4fd46e --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/bottom-active.xpm @@ -0,0 +1,12 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"20 4 5 1", +" c None", +". c #C3C3C3", +"+ c #ADADAD", +"@ c #979797", +"# c #3C3C3C", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################"}; diff --git a/Shiki-Colors-Classic/xfwm4/bottom-inactive.xpm b/Shiki-Colors-Classic/xfwm4/bottom-inactive.xpm new file mode 100644 index 0000000..2d0b0e6 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/bottom-inactive.xpm @@ -0,0 +1,12 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"20 4 5 1", +" c None", +". c #C3C3C3", +"+ c #ADADAD", +"@ c #979797", +"# c #3C3C3C", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################"}; diff --git a/Shiki-Colors-Classic/xfwm4/bottom-left-active.xpm b/Shiki-Colors-Classic/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..1825b93 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/bottom-left-active.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"1 20 2 1", +" c None", +". c #3C3C3C", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +"."}; diff --git a/Shiki-Colors-Classic/xfwm4/bottom-left-inactive.xpm b/Shiki-Colors-Classic/xfwm4/bottom-left-inactive.xpm new file mode 100644 index 0000000..19cd07b --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"1 20 2 1", +" c None", +". c #3C3C3C", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +"."}; diff --git a/Shiki-Colors-Classic/xfwm4/bottom-right-active.xpm b/Shiki-Colors-Classic/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..395345b --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/bottom-right-active.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"1 20 2 1", +" c None", +". c #3C3C3C", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +"."}; diff --git a/Shiki-Colors-Classic/xfwm4/bottom-right-inactive.xpm b/Shiki-Colors-Classic/xfwm4/bottom-right-inactive.xpm new file mode 100644 index 0000000..b03fefe --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"1 20 2 1", +" c None", +". c #3C3C3C", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +"."}; diff --git a/Shiki-Colors-Classic/xfwm4/close-active.xpm b/Shiki-Colors-Classic/xfwm4/close-active.xpm new file mode 100644 index 0000000..fc5af49 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/close-active.xpm @@ -0,0 +1,65 @@ +/* XPM */ +static char * close_active_xpm[] = { +"20 25 37 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #B8B8B8", +"> c #C2C2C2", +", c #575757", +"' c #E6E6E6", +") c #CBCBCB", +"! c #494949", +"~ c #565656", +"{ c #CDCDCD", +"] c #484848", +"^ c #555555", +"/ c #474747", +"( c #545454", +"_ c #464646", +": c #535353", +"< c #454545", +"[ c #C1C1C1", +"} c #525252", +"| c #444444", +"1 c #B6B6B6", +"2 c #434343", +"3 c #424242", +"4 c #414141", +"5 c #404040", +"6 c #3F3F3F", +"7 c #3E3E3E", +"8 c #3D3D3D", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################", +"$$$$$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&&&&&", +"********************", +"====================", +"------;>,--,>;------", +"------>'),,)'>------", +"!!!!!!~)'{{')~!!!!!!", +"]]]]]]]^{''{^]]]]]]]", +"///////({''{(///////", +"______:)'{{'):______", +"<<<<<<[')}})'[<<<<<<", +"||||||1[@||@[1||||||", +"22222222222222222222", +"22222222222222222222", +"33333333333333333333", +"44444444444444444444", +"55555555555555555555", +"66666666666666666666", +"77777777777777777777", +"88888888888888888888"}; diff --git a/Shiki-Colors-Classic/xfwm4/close-inactive.xpm b/Shiki-Colors-Classic/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..80d45c8 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/close-inactive.xpm @@ -0,0 +1,59 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"20 25 31 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #838383", +"> c #888888", +", c #9B9B9B", +"' c #8D8D8D", +") c #494949", +"! c #8E8E8E", +"~ c #484848", +"{ c #474747", +"] c #464646", +"^ c #454545", +"/ c #878787", +"( c #444444", +"_ c #818181", +": c #434343", +"< c #424242", +"[ c #414141", +"} c #404040", +"| c #3F3F3F", +"1 c #3E3E3E", +"2 c #3D3D3D", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################", +"$$$$$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&&&&&", +"********************", +"====================", +"------;>@--@>;------", +"------>,'@@',>------", +"))))))#',!!,'#))))))", +"~~~~~~~$!,,!$~~~~~~~", +"{{{{{{{%!,,!%{{{{{{{", +"]]]]]]&',!!,'&]]]]]]", +"^^^^^^/,'**',/^^^^^^", +"((((((_/=((=/_((((((", +"::::::::::::::::::::", +"::::::::::::::::::::", +"<<<<<<<<<<<<<<<<<<<<", +"[[[[[[[[[[[[[[[[[[[[", +"}}}}}}}}}}}}}}}}}}}}", +"||||||||||||||||||||", +"11111111111111111111", +"22222222222222222222"}; diff --git a/Shiki-Colors-Classic/xfwm4/close-prelight.xpm b/Shiki-Colors-Classic/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..d6f2e13 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/close-prelight.xpm @@ -0,0 +1,110 @@ +/* XPM */ +static char * close_prelight_xpm[] = { +"20 25 82 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #5D5D5D", +"* c #8D8D8D", +"= c #B9B9B9", +"- c #CDCDCD", +"; c #5C5C5C", +"> c #4D4D4D", +", c #9F9F9F", +"' c #E2E2E2", +") c #E6E6E6", +"! c #DBDBDB", +"~ c #4C4C4C", +"{ c #525252", +"] c #C0C0C0", +"^ c #DEDEDE", +"/ c #959595", +"( c #555555", +"_ c #565656", +": c #969696", +"< c #DFDFDF", +"[ c #4B4B4B", +"} c #A8A8A8", +"| c #D4D4D4", +"1 c #666666", +"2 c #D5D5D5", +"3 c #A6A6A6", +"4 c #4A4A4A", +"5 c #E4E4E4", +"6 c #E1E1E1", +"7 c #686868", +"8 c #B8B8B8", +"9 c #C2C2C2", +"0 c #575757", +"a c #696969", +"b c #656565", +"c c #ADADAD", +"d c #AAAAAA", +"e c #CBCBCB", +"f c #ABABAB", +"g c #494949", +"h c #DCDCDC", +"i c #787878", +"j c #7A7A7A", +"k c #484848", +"l c #646464", +"m c #474747", +"n c #636363", +"o c #545454", +"p c #464646", +"q c #767676", +"r c #535353", +"s c #DADADA", +"t c #454545", +"u c #A9A9A9", +"v c #C1C1C1", +"w c #444444", +"x c #606060", +"y c #B6B6B6", +"z c #434343", +"A c #A4A4A4", +"B c #616161", +"C c #A3A3A3", +"D c #BDBDBD", +"E c #919191", +"F c #939393", +"G c #424242", +"H c #9A9A9A", +"I c #E0E0E0", +"J c #414141", +"K c #838383", +"L c #B4B4B4", +"M c #CACACA", +"N c #404040", +"O c #3F3F3F", +"P c #3E3E3E", +"Q c #3D3D3D", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################", +"$$$$$$$$$$$$$$$$$$$$", +"%%%%%%&*=--=*;%%%%%%", +">>>>#,'))!!))',#>>>>", +"~~~{])^/(~~_:<)]@~~~", +"[[[})|1[[[[[[12)3[[[", +"44156789044098a'5b44", +"44c)d49)e00e)94f)c44", +"ggh)ig_e)--)e_gj)!gg", +"kk))lkk(-))-(kkl))kk", +"mm))nmmo-))-ommn))mm", +"pp!)qpre)--)erpi)spp", +"ttf)utv)e{{e)vt})ftt", +"wwx56byv@ww@vy1'5xww", +"zzzA)|xzzzzzzB|)Czzz", +"zzzmD)^E%zz%F<)Dpzzz", +"GGGGtH6))!!))IHtGGGG", +"JJJJJJ#KLMMLK#JJJJJJ", +"NNNNNNNNNNNNNNNNNNNN", +"OOOOOOOOOOOOOOOOOOOO", +"PPPPPPPPPPPPPPPPPPPP", +"QQQQQQQQQQQQQQQQQQQQ"}; diff --git a/Shiki-Colors-Classic/xfwm4/close-pressed.xpm b/Shiki-Colors-Classic/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..e647700 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/close-pressed.xpm @@ -0,0 +1,131 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"20 25 103 2", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #5D5D5D", +"* c #8D8D8D", +"= c #B9B9B9", +"- c #CDCDCD", +"; c #5C5C5C", +"> c #4D4D4D", +", c #9F9F9F", +"' c #E2E2E2", +") c #E6E6E6", +"! c #E0E0E0", +"~ c #4C4C4C", +"{ c #525252", +"] c #C0C0C0", +"^ c #BCBCBC", +"/ c #9C9C9C", +"( c #969696", +"_ c #4B4B4B", +": c #A8A8A8", +"< c #DDDDDD", +"[ c #A3A3A1", +"} c #939392", +"| c #A2A2A1", +"1 c #A6A6A6", +"2 c #4A4A4A", +"3 c #666666", +"4 c #E4E4E4", +"5 c #A0A0A0", +"6 c #CCCCCC", +"7 c #D1D1D1", +"8 c #8F8F8F", +"9 c #656565", +"0 c #ADADAD", +"a c #C4C4C4", +"b c #8C8C8C", +"c c #D6D6D6", +"d c #939393", +"e c #494949", +"f c #DCDCDC", +"g c #A5A5A5", +"h c #898989", +"i c #919191", +"j c #D7D7D7", +"k c #E7E7E7", +"l c #D8D8D8", +"m c #DBDBDB", +"n c #484848", +"o c #969695", +"p c #858584", +"q c #8D8D8C", +"r c #D8D8D6", +"s c #E7E7E6", +"t c #474747", +"u c #818181", +"v c #464646", +"w c #9E9E9D", +"x c #7D7D7D", +"y c #868685", +"z c #D5D5D4", +"A c #9F9F9E", +"B c #DADADA", +"C c #454545", +"D c #ABABAB", +"E c #BDBDBD", +"F c #7A7A79", +"G c #CECECD", +"H c #828281", +"I c #444444", +"J c #606060", +"K c #E3E3E3", +"L c #C5C5C5", +"M c #7E7E7E", +"N c #757575", +"O c #434343", +"P c #A4A4A4", +"Q c #D9D9D9", +"R c #878786", +"S c #727271", +"T c #888887", +"U c #A3A3A3", +"V c #DFDFDF", +"W c #A7A7A7", +"X c #777777", +"Y c #6D6D6D", +"Z c #A9A9A9", +"` c #424242", +" . c #9A9A9A", +".. c #E1E1E1", +"+. c #DEDEDE", +"@. c #414141", +"#. c #838383", +"$. c #B4B4B4", +"%. c #CACACA", +"&. c #404040", +"*. c #3F3F3F", +"=. c #3E3E3E", +"-. c #3D3D3D", +". . . . . . . . . . . . . . . . . . . . ", +"+ + + + + + + + + + + + + + + + + + + + ", +"@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ", +"# # # # # # # # # # # # # # # # # # # # ", +"$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ ", +"% % % % % % & * = - - = * ; % % % % % % ", +"> > > > # , ' ) ) ! ! ) ) ' , # > > > > ", +"~ ~ ~ { ] ) ! ^ / ( ( / ^ ' ) ] @ ~ ~ ~ ", +"_ _ _ : ) < [ } } } } } } | < ) 1 _ _ _ ", +"2 2 3 4 4 5 6 7 ( 8 8 ( 7 6 5 4 4 9 2 2 ", +"2 2 0 ) a b 7 ) c d d c ) 7 b a ) 0 2 2 ", +"e e f ) g h i j k l l k j i h 1 ) m e e ", +"n n ) ) o p p q r s s r q p p o ) ) n n ", +"t t ) ) d u u h j k k j h u u d ) ) t t ", +"v v m ) w x y z s c c s z y x A ) B v v ", +"C C D ) E F G s z H H z s G F E ) D C C ", +"I I J 4 K b L - M N N M - L * 4 4 J I I ", +"O O O P ) Q R S S S S S S T Q ) U O O O ", +"O O O t E ) V W X Y Y X Z ! ) E v O O O ", +"` ` ` ` C ...) ) +.+.) ) ! .C ` ` ` ` ", +"@.@.@.@.@.@.# #.$.%.%.$.#.# @.@.@.@.@.@.", +"&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.", +"*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.", +"=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.", +"-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-."}; diff --git a/Shiki-Colors-Classic/xfwm4/hide-active.xpm b/Shiki-Colors-Classic/xfwm4/hide-active.xpm new file mode 100644 index 0000000..937e82b --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/hide-active.xpm @@ -0,0 +1,57 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"20 25 29 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #B7B7B7", +"! c #E6E6E6", +"~ c #BCBCBC", +"{ c #454545", +"] c #B6B6B6", +"^ c #B2B2B2", +"/ c #444444", +"( c #434343", +"_ c #424242", +": c #414141", +"< c #404040", +"[ c #3F3F3F", +"} c #3E3E3E", +"| c #3D3D3D", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################", +"$$$$$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&&&&&", +"********************", +"====================", +"--------------------", +"--------------------", +";;;;;;;;;;;;;;;;;;;;", +">>>>>>>>>>>>>>>>>>>>", +",,,,,,,,,,,,,,,,,,,,", +"'''''')!!!!!!~''''''", +"{{{{{{]!!!!!!^{{{{{{", +"////////////////////", +"((((((((((((((((((((", +"((((((((((((((((((((", +"____________________", +"::::::::::::::::::::", +"<<<<<<<<<<<<<<<<<<<<", +"[[[[[[[[[[[[[[[[[[[[", +"}}}}}}}}}}}}}}}}}}}}", +"||||||||||||||||||||"}; diff --git a/Shiki-Colors-Classic/xfwm4/hide-inactive.xpm b/Shiki-Colors-Classic/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..97411ff --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/hide-inactive.xpm @@ -0,0 +1,57 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"20 25 29 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #828282", +"! c #9B9B9B", +"~ c #858585", +"{ c #454545", +"] c #818181", +"^ c #7F7F7F", +"/ c #444444", +"( c #434343", +"_ c #424242", +": c #414141", +"< c #404040", +"[ c #3F3F3F", +"} c #3E3E3E", +"| c #3D3D3D", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################", +"$$$$$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&&&&&", +"********************", +"====================", +"--------------------", +"--------------------", +";;;;;;;;;;;;;;;;;;;;", +">>>>>>>>>>>>>>>>>>>>", +",,,,,,,,,,,,,,,,,,,,", +"'''''')!!!!!!~''''''", +"{{{{{{]!!!!!!^{{{{{{", +"////////////////////", +"((((((((((((((((((((", +"((((((((((((((((((((", +"____________________", +"::::::::::::::::::::", +"<<<<<<<<<<<<<<<<<<<<", +"[[[[[[[[[[[[[[[[[[[[", +"}}}}}}}}}}}}}}}}}}}}", +"||||||||||||||||||||"}; diff --git a/Shiki-Colors-Classic/xfwm4/hide-prelight.xpm b/Shiki-Colors-Classic/xfwm4/hide-prelight.xpm new file mode 100644 index 0000000..4a4a4ea --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/hide-prelight.xpm @@ -0,0 +1,106 @@ +/* XPM */ +static char * hide_prelight_xpm[] = { +"20 25 78 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #5D5D5D", +"* c #8D8D8D", +"= c #B9B9B9", +"- c #CDCDCD", +"; c #5C5C5C", +"> c #4D4D4D", +", c #9F9F9F", +"' c #E2E2E2", +") c #E6E6E6", +"! c #DBDBDB", +"~ c #4C4C4C", +"{ c #525252", +"] c #C0C0C0", +"^ c #DEDEDE", +"/ c #959595", +"( c #555555", +"_ c #565656", +": c #969696", +"< c #DFDFDF", +"[ c #4B4B4B", +"} c #A8A8A8", +"| c #D4D4D4", +"1 c #666666", +"2 c #D5D5D5", +"3 c #A6A6A6", +"4 c #4A4A4A", +"5 c #E4E4E4", +"6 c #E1E1E1", +"7 c #686868", +"8 c #696969", +"9 c #656565", +"0 c #ADADAD", +"a c #AAAAAA", +"b c #ABABAB", +"c c #494949", +"d c #DCDCDC", +"e c #787878", +"f c #7A7A7A", +"g c #484848", +"h c #646464", +"i c #474747", +"j c #636363", +"k c #464646", +"l c #767676", +"m c #B7B7B7", +"n c #BCBCBC", +"o c #DADADA", +"p c #454545", +"q c #A9A9A9", +"r c #B6B6B6", +"s c #B2B2B2", +"t c #444444", +"u c #606060", +"v c #434343", +"w c #A4A4A4", +"x c #616161", +"y c #A3A3A3", +"z c #BDBDBD", +"A c #919191", +"B c #939393", +"C c #424242", +"D c #9A9A9A", +"E c #E0E0E0", +"F c #414141", +"G c #838383", +"H c #B4B4B4", +"I c #CACACA", +"J c #404040", +"K c #3F3F3F", +"L c #3E3E3E", +"M c #3D3D3D", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################", +"$$$$$$$$$$$$$$$$$$$$", +"%%%%%%&*=--=*;%%%%%%", +">>>>#,'))!!))',#>>>>", +"~~~{])^/(~~_:<)]@~~~", +"[[[})|1[[[[[[12)3[[[", +"441567444444448'5944", +"440)a4444444444b)044", +"ccd)eccccccccccf)!cc", +"gg))hggggggggggh))gg", +"ii))jiiiiiiiiiij))ii", +"kk!)lkm))))))nke)okk", +"ppb)qpr))))))sp})bpp", +"ttu569tttttttt1'5utt", +"vvvw)|uvvvvvvx|)yvvv", +"vvviz)^A%vv%B<)zkvvv", +"CCCCpD6))!!))EDpCCCC", +"FFFFFF#GHIIHG#FFFFFF", +"JJJJJJJJJJJJJJJJJJJJ", +"KKKKKKKKKKKKKKKKKKKK", +"LLLLLLLLLLLLLLLLLLLL", +"MMMMMMMMMMMMMMMMMMMM"}; diff --git a/Shiki-Colors-Classic/xfwm4/hide-pressed.xpm b/Shiki-Colors-Classic/xfwm4/hide-pressed.xpm new file mode 100644 index 0000000..feff234 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/hide-pressed.xpm @@ -0,0 +1,120 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"20 25 92 2", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #5D5D5D", +"* c #8D8D8D", +"= c #B9B9B9", +"- c #CDCDCD", +"; c #5C5C5C", +"> c #4D4D4D", +", c #9F9F9F", +"' c #E2E2E2", +") c #E6E6E6", +"! c #E0E0E0", +"~ c #4C4C4C", +"{ c #525252", +"] c #C0C0C0", +"^ c #BCBCBC", +"/ c #9C9C9C", +"( c #969696", +"_ c #4B4B4B", +": c #A8A8A8", +"< c #DDDDDD", +"[ c #A3A3A1", +"} c #939392", +"| c #A2A2A1", +"1 c #A6A6A6", +"2 c #4A4A4A", +"3 c #666666", +"4 c #E4E4E4", +"5 c #A0A0A0", +"6 c #8F8F8F", +"7 c #656565", +"8 c #ADADAD", +"9 c #C4C4C4", +"0 c #8C8C8C", +"a c #494949", +"b c #DCDCDC", +"c c #A5A5A5", +"d c #898989", +"e c #DBDBDB", +"f c #484848", +"g c #969695", +"h c #858584", +"i c #474747", +"j c #939393", +"k c #818181", +"l c #464646", +"m c #9E9E9D", +"n c #7D7D7D", +"o c #C8C8C7", +"p c #E7E7E6", +"q c #CBCBCB", +"r c #9F9F9E", +"s c #DADADA", +"t c #454545", +"u c #ABABAB", +"v c #BDBDBD", +"w c #7A7A79", +"x c #C7C7C6", +"y c #C4C4C3", +"z c #444444", +"A c #606060", +"B c #E3E3E3", +"C c #757575", +"D c #434343", +"E c #A4A4A4", +"F c #D9D9D9", +"G c #878786", +"H c #727271", +"I c #888887", +"J c #A3A3A3", +"K c #DFDFDF", +"L c #A7A7A7", +"M c #777777", +"N c #6D6D6D", +"O c #A9A9A9", +"P c #424242", +"Q c #9A9A9A", +"R c #E1E1E1", +"S c #DEDEDE", +"T c #414141", +"U c #838383", +"V c #B4B4B4", +"W c #CACACA", +"X c #404040", +"Y c #3F3F3F", +"Z c #3E3E3E", +"` c #3D3D3D", +". . . . . . . . . . . . . . . . . . . . ", +"+ + + + + + + + + + + + + + + + + + + + ", +"@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ", +"# # # # # # # # # # # # # # # # # # # # ", +"$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ ", +"% % % % % % & * = - - = * ; % % % % % % ", +"> > > > # , ' ) ) ! ! ) ) ' , # > > > > ", +"~ ~ ~ { ] ) ! ^ / ( ( / ^ ' ) ] @ ~ ~ ~ ", +"_ _ _ : ) < [ } } } } } } | < ) 1 _ _ _ ", +"2 2 3 4 4 5 6 6 6 6 6 6 6 6 5 4 4 7 2 2 ", +"2 2 8 ) 9 0 0 0 0 0 0 0 0 0 0 9 ) 8 2 2 ", +"a a b ) c d d d d d d d d d d 1 ) e a a ", +"f f ) ) g h h h h h h h h h h g ) ) f f ", +"i i ) ) j k k k k k k k k k k j ) ) i i ", +"l l e ) m n o p p p p p p q n r ) s l l ", +"t t u ) v w x p p p p p p y w v ) u t t ", +"z z A 4 B 0 C C C C C C C C * 4 4 A z z ", +"D D D E ) F G H H H H H H I F ) J D D D ", +"D D D i v ) K L M N N M O ! ) v l D D D ", +"P P P P t Q R ) ) S S ) ) ! Q t P P P P ", +"T T T T T T # U V W W V U # T T T T T T ", +"X X X X X X X X X X X X X X X X X X X X ", +"Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y ", +"Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z ", +"` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` "}; diff --git a/Shiki-Colors-Classic/xfwm4/left-active.xpm b/Shiki-Colors-Classic/xfwm4/left-active.xpm new file mode 100644 index 0000000..9255477 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/left-active.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * left_active_xpm[] = { +"1 20 2 1", +" c None", +". c #3C3C3C", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +"."}; diff --git a/Shiki-Colors-Classic/xfwm4/left-inactive.xpm b/Shiki-Colors-Classic/xfwm4/left-inactive.xpm new file mode 100644 index 0000000..f0fbf06 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/left-inactive.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"1 20 2 1", +" c None", +". c #3C3C3C", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +"."}; diff --git a/Shiki-Colors-Classic/xfwm4/maximize-active.xpm b/Shiki-Colors-Classic/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..f14901c --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/maximize-active.xpm @@ -0,0 +1,60 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"20 25 32 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #B8B8B8", +"> c #E6E6E6", +", c #494949", +"' c #484848", +") c #B7B7B7", +"! c #BDBDBD", +"~ c #474747", +"{ c #B3B3B3", +"] c #464646", +"^ c #454545", +"/ c #E2E2E2", +"( c #444444", +"_ c #B1B1B1", +": c #BCBCBC", +"< c #434343", +"[ c #424242", +"} c #414141", +"| c #404040", +"1 c #3F3F3F", +"2 c #3E3E3E", +"3 c #3D3D3D", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################", +"$$$$$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&&&&&", +"********************", +"====================", +"---------;;---------", +"--------->>---------", +",,,,,,,,,>>,,,,,,,,,", +"'''''')>>>>>>!''''''", +"~~~~~~)>>>>>>{~~~~~~", +"]]]]]]]]]>>]]]]]]]]]", +"^^^^^^^^^/>,^^^^^^^^", +"(((((((((_:(((((((((", +"<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<", +"[[[[[[[[[[[[[[[[[[[[", +"}}}}}}}}}}}}}}}}}}}}", +"||||||||||||||||||||", +"11111111111111111111", +"22222222222222222222", +"33333333333333333333"}; diff --git a/Shiki-Colors-Classic/xfwm4/maximize-inactive.xpm b/Shiki-Colors-Classic/xfwm4/maximize-inactive.xpm new file mode 100644 index 0000000..3699b08 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/maximize-inactive.xpm @@ -0,0 +1,60 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"20 25 32 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #838383", +"> c #9B9B9B", +", c #494949", +"' c #484848", +") c #828282", +"! c #868686", +"~ c #474747", +"{ c #808080", +"] c #464646", +"^ c #454545", +"/ c #999999", +"( c #444444", +"_ c #7F7F7F", +": c #848484", +"< c #434343", +"[ c #424242", +"} c #414141", +"| c #404040", +"1 c #3F3F3F", +"2 c #3E3E3E", +"3 c #3D3D3D", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################", +"$$$$$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&&&&&", +"********************", +"====================", +"---------;;---------", +"--------->>---------", +",,,,,,,,,>>,,,,,,,,,", +"'''''')>>>>>>!''''''", +"~~~~~~)>>>>>>{~~~~~~", +"]]]]]]]]]>>]]]]]]]]]", +"^^^^^^^^^/>~^^^^^^^^", +"(((((((((_:(((((((((", +"<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<", +"[[[[[[[[[[[[[[[[[[[[", +"}}}}}}}}}}}}}}}}}}}}", +"||||||||||||||||||||", +"11111111111111111111", +"22222222222222222222", +"33333333333333333333"}; diff --git a/Shiki-Colors-Classic/xfwm4/maximize-prelight.xpm b/Shiki-Colors-Classic/xfwm4/maximize-prelight.xpm new file mode 100644 index 0000000..1ee1380 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/maximize-prelight.xpm @@ -0,0 +1,107 @@ +/* XPM */ +static char * maximize_prelight_xpm[] = { +"20 25 79 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #5D5D5D", +"* c #8D8D8D", +"= c #B9B9B9", +"- c #CDCDCD", +"; c #5C5C5C", +"> c #4D4D4D", +", c #9F9F9F", +"' c #E2E2E2", +") c #E6E6E6", +"! c #DBDBDB", +"~ c #4C4C4C", +"{ c #525252", +"] c #C0C0C0", +"^ c #DEDEDE", +"/ c #959595", +"( c #555555", +"_ c #565656", +": c #969696", +"< c #DFDFDF", +"[ c #4B4B4B", +"} c #A8A8A8", +"| c #D4D4D4", +"1 c #666666", +"2 c #D5D5D5", +"3 c #A6A6A6", +"4 c #4A4A4A", +"5 c #E4E4E4", +"6 c #E1E1E1", +"7 c #686868", +"8 c #B8B8B8", +"9 c #696969", +"0 c #656565", +"a c #ADADAD", +"b c #AAAAAA", +"c c #ABABAB", +"d c #494949", +"e c #DCDCDC", +"f c #787878", +"g c #7A7A7A", +"h c #484848", +"i c #646464", +"j c #B7B7B7", +"k c #BDBDBD", +"l c #474747", +"m c #636363", +"n c #B3B3B3", +"o c #464646", +"p c #767676", +"q c #DADADA", +"r c #454545", +"s c #A9A9A9", +"t c #444444", +"u c #606060", +"v c #B1B1B1", +"w c #BCBCBC", +"x c #434343", +"y c #A4A4A4", +"z c #616161", +"A c #A3A3A3", +"B c #919191", +"C c #939393", +"D c #424242", +"E c #9A9A9A", +"F c #E0E0E0", +"G c #414141", +"H c #838383", +"I c #B4B4B4", +"J c #CACACA", +"K c #404040", +"L c #3F3F3F", +"M c #3E3E3E", +"N c #3D3D3D", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################", +"$$$$$$$$$$$$$$$$$$$$", +"%%%%%%&*=--=*;%%%%%%", +">>>>#,'))!!))',#>>>>", +"~~~{])^/(~~_:<)]@~~~", +"[[[})|1[[[[[[12)3[[[", +"441567444884449'5044", +"44a)b4444))4444c)a44", +"dde)fdddd))ddddg)!dd", +"hh))ihj))))))khi))hh", +"ll))mlj))))))nlm))ll", +"oo!)poooo))oooof)qoo", +"rrc)srrrr')drrr})crr", +"ttu560tttvwttt1'5utt", +"xxxy)|uxxxxxxz|)Axxx", +"xxxlk)^B%xx%C<)koxxx", +"DDDDrE6))!!))FErDDDD", +"GGGGGG#HIJJIH#GGGGGG", +"KKKKKKKKKKKKKKKKKKKK", +"LLLLLLLLLLLLLLLLLLLL", +"MMMMMMMMMMMMMMMMMMMM", +"NNNNNNNNNNNNNNNNNNNN"}; diff --git a/Shiki-Colors-Classic/xfwm4/maximize-pressed.xpm b/Shiki-Colors-Classic/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..fddaf7e --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/maximize-pressed.xpm @@ -0,0 +1,125 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"20 25 97 2", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #5D5D5D", +"* c #8D8D8D", +"= c #B9B9B9", +"- c #CDCDCD", +"; c #5C5C5C", +"> c #4D4D4D", +", c #9F9F9F", +"' c #E2E2E2", +") c #E6E6E6", +"! c #E0E0E0", +"~ c #4C4C4C", +"{ c #525252", +"] c #C0C0C0", +"^ c #BCBCBC", +"/ c #9C9C9C", +"( c #969696", +"_ c #4B4B4B", +": c #A8A8A8", +"< c #DDDDDD", +"[ c #A3A3A1", +"} c #939392", +"| c #A2A2A1", +"1 c #A6A6A6", +"2 c #4A4A4A", +"3 c #666666", +"4 c #E4E4E4", +"5 c #A0A0A0", +"6 c #8F8F8F", +"7 c #CCCCCC", +"8 c #656565", +"9 c #ADADAD", +"0 c #C4C4C4", +"a c #8C8C8C", +"b c #494949", +"c c #DCDCDC", +"d c #A5A5A5", +"e c #898989", +"f c #E7E7E7", +"g c #DBDBDB", +"h c #484848", +"i c #969695", +"j c #858584", +"k c #CACAC9", +"l c #E7E7E6", +"m c #CECECC", +"n c #474747", +"o c #939393", +"p c #818181", +"q c #C9C9C9", +"r c #C6C6C6", +"s c #464646", +"t c #9E9E9D", +"u c #7D7D7D", +"v c #9F9F9E", +"w c #DADADA", +"x c #454545", +"y c #ABABAB", +"z c #BDBDBD", +"A c #7A7A79", +"B c #E5E5E4", +"C c #7C7C7B", +"D c #444444", +"E c #606060", +"F c #E3E3E3", +"G c #757575", +"H c #C2C2C2", +"I c #CACACA", +"J c #434343", +"K c #A4A4A4", +"L c #D9D9D9", +"M c #878786", +"N c #727271", +"O c #888887", +"P c #A3A3A3", +"Q c #DFDFDF", +"R c #A7A7A7", +"S c #777777", +"T c #6D6D6D", +"U c #A9A9A9", +"V c #424242", +"W c #9A9A9A", +"X c #E1E1E1", +"Y c #DEDEDE", +"Z c #414141", +"` c #838383", +" . c #B4B4B4", +".. c #404040", +"+. c #3F3F3F", +"@. c #3E3E3E", +"#. c #3D3D3D", +". . . . . . . . . . . . . . . . . . . . ", +"+ + + + + + + + + + + + + + + + + + + + ", +"@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ", +"# # # # # # # # # # # # # # # # # # # # ", +"$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ ", +"% % % % % % & * = - - = * ; % % % % % % ", +"> > > > # , ' ) ) ! ! ) ) ' , # > > > > ", +"~ ~ ~ { ] ) ! ^ / ( ( / ^ ' ) ] @ ~ ~ ~ ", +"_ _ _ : ) < [ } } } } } } | < ) 1 _ _ _ ", +"2 2 3 4 4 5 6 6 6 7 7 6 6 6 5 4 4 8 2 2 ", +"2 2 9 ) 0 a a a a ) ) a a a a 0 ) 9 2 2 ", +"b b c ) d e e e e f f e e e e 1 ) g b b ", +"h h ) ) i j k l l l l l l m j i ) ) h h ", +"n n ) ) o p q f f f f f f r p o ) ) n n ", +"s s g ) t u u u u l l u u u u v ) w s s ", +"x x y ) z A A A A B l C A A A z ) y x x ", +"D D E 4 F a G G G H I G G G * 4 4 E D D ", +"J J J K ) L M N N N N N N O L ) P J J J ", +"J J J n z ) Q R S T T S U ! ) z s J J J ", +"V V V V x W X ) ) Y Y ) ) ! W x V V V V ", +"Z Z Z Z Z Z # ` .I I .` # Z Z Z Z Z Z ", +"........................................", +"+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.", +"@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.", +"#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#."}; diff --git a/Shiki-Colors-Classic/xfwm4/menu-active.xpm b/Shiki-Colors-Classic/xfwm4/menu-active.xpm new file mode 100644 index 0000000..04cb4b6 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/menu-active.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"16 25 24 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"................", +"++++++++++++++++", +"@@@@@@@@@@@@@@@@", +"################", +"$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&", +"****************", +"================", +"----------------", +"----------------", +";;;;;;;;;;;;;;;;", +">>>>>>>>>>>>>>>>", +",,,,,,,,,,,,,,,,", +"''''''''''''''''", +"))))))))))))))))", +"!!!!!!!!!!!!!!!!", +"~~~~~~~~~~~~~~~~", +"~~~~~~~~~~~~~~~~", +"{{{{{{{{{{{{{{{{", +"]]]]]]]]]]]]]]]]", +"^^^^^^^^^^^^^^^^", +"////////////////", +"((((((((((((((((", +"________________"}; diff --git a/Shiki-Colors-Classic/xfwm4/menu-inactive.xpm b/Shiki-Colors-Classic/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..3441fb8 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/menu-inactive.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"16 25 24 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"................", +"++++++++++++++++", +"@@@@@@@@@@@@@@@@", +"################", +"$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&", +"****************", +"================", +"----------------", +"----------------", +";;;;;;;;;;;;;;;;", +">>>>>>>>>>>>>>>>", +",,,,,,,,,,,,,,,,", +"''''''''''''''''", +"))))))))))))))))", +"!!!!!!!!!!!!!!!!", +"~~~~~~~~~~~~~~~~", +"~~~~~~~~~~~~~~~~", +"{{{{{{{{{{{{{{{{", +"]]]]]]]]]]]]]]]]", +"^^^^^^^^^^^^^^^^", +"////////////////", +"((((((((((((((((", +"________________"}; diff --git a/Shiki-Colors-Classic/xfwm4/menu-pressed.xpm b/Shiki-Colors-Classic/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..112cee2 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/menu-pressed.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"16 25 24 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"................", +"++++++++++++++++", +"@@@@@@@@@@@@@@@@", +"################", +"$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&", +"****************", +"================", +"----------------", +"----------------", +";;;;;;;;;;;;;;;;", +">>>>>>>>>>>>>>>>", +",,,,,,,,,,,,,,,,", +"''''''''''''''''", +"))))))))))))))))", +"!!!!!!!!!!!!!!!!", +"~~~~~~~~~~~~~~~~", +"~~~~~~~~~~~~~~~~", +"{{{{{{{{{{{{{{{{", +"]]]]]]]]]]]]]]]]", +"^^^^^^^^^^^^^^^^", +"////////////////", +"((((((((((((((((", +"________________"}; diff --git a/Shiki-Colors-Classic/xfwm4/right-active.xpm b/Shiki-Colors-Classic/xfwm4/right-active.xpm new file mode 100644 index 0000000..b04979f --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/right-active.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * right_active_xpm[] = { +"1 20 2 1", +" c None", +". c #3C3C3C", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +"."}; diff --git a/Shiki-Colors-Classic/xfwm4/right-inactive.xpm b/Shiki-Colors-Classic/xfwm4/right-inactive.xpm new file mode 100644 index 0000000..5425cf9 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/right-inactive.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"1 20 2 1", +" c None", +". c #3C3C3C", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +"."}; diff --git a/Shiki-Colors-Classic/xfwm4/themerc b/Shiki-Colors-Classic/xfwm4/themerc new file mode 100644 index 0000000..eda0ff9 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/themerc @@ -0,0 +1,24 @@ +button_offset=4 +button_spacing=0 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_alignment=center +button_layout=O|HMC +active_text_color=#E6E6E6 +inactive_text_color=#9B9B9B + +show_app_icon=true + +shadow_delta_height=0 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=0 + +resize_opacity=100 +move_opacity=80 +popup_opacity=100 +show_frame_shadow=true +show_popup_shadow=true diff --git a/Shiki-Colors-Classic/xfwm4/title-1-active.xpm b/Shiki-Colors-Classic/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..06990c1 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/title-1-active.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"8 25 24 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"........", +"++++++++", +"@@@@@@@@", +"########", +"$$$$$$$$", +"%%%%%%%%", +"&&&&&&&&", +"********", +"========", +"--------", +"--------", +";;;;;;;;", +">>>>>>>>", +",,,,,,,,", +"''''''''", +"))))))))", +"!!!!!!!!", +"~~~~~~~~", +"~~~~~~~~", +"{{{{{{{{", +"]]]]]]]]", +"^^^^^^^^", +"////////", +"((((((((", +"________"}; diff --git a/Shiki-Colors-Classic/xfwm4/title-1-inactive.xpm b/Shiki-Colors-Classic/xfwm4/title-1-inactive.xpm new file mode 100644 index 0000000..a9618a3 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/title-1-inactive.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * title_1_inactive_xpm[] = { +"8 25 24 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"........", +"++++++++", +"@@@@@@@@", +"########", +"$$$$$$$$", +"%%%%%%%%", +"&&&&&&&&", +"********", +"========", +"--------", +"--------", +";;;;;;;;", +">>>>>>>>", +",,,,,,,,", +"''''''''", +"))))))))", +"!!!!!!!!", +"~~~~~~~~", +"~~~~~~~~", +"{{{{{{{{", +"]]]]]]]]", +"^^^^^^^^", +"////////", +"((((((((", +"________"}; diff --git a/Shiki-Colors-Classic/xfwm4/title-2-active.xpm b/Shiki-Colors-Classic/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..128e812 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/title-2-active.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"8 25 24 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"........", +"++++++++", +"@@@@@@@@", +"########", +"$$$$$$$$", +"%%%%%%%%", +"&&&&&&&&", +"********", +"========", +"--------", +"--------", +";;;;;;;;", +">>>>>>>>", +",,,,,,,,", +"''''''''", +"))))))))", +"!!!!!!!!", +"~~~~~~~~", +"~~~~~~~~", +"{{{{{{{{", +"]]]]]]]]", +"^^^^^^^^", +"////////", +"((((((((", +"________"}; diff --git a/Shiki-Colors-Classic/xfwm4/title-2-inactive.xpm b/Shiki-Colors-Classic/xfwm4/title-2-inactive.xpm new file mode 100644 index 0000000..fb07ea2 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/title-2-inactive.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * title_2_inactive_xpm[] = { +"8 25 24 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"........", +"++++++++", +"@@@@@@@@", +"########", +"$$$$$$$$", +"%%%%%%%%", +"&&&&&&&&", +"********", +"========", +"--------", +"--------", +";;;;;;;;", +">>>>>>>>", +",,,,,,,,", +"''''''''", +"))))))))", +"!!!!!!!!", +"~~~~~~~~", +"~~~~~~~~", +"{{{{{{{{", +"]]]]]]]]", +"^^^^^^^^", +"////////", +"((((((((", +"________"}; diff --git a/Shiki-Colors-Classic/xfwm4/title-3-active.xpm b/Shiki-Colors-Classic/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..a66cbe8 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/title-3-active.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"8 25 24 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"........", +"++++++++", +"@@@@@@@@", +"########", +"$$$$$$$$", +"%%%%%%%%", +"&&&&&&&&", +"********", +"========", +"--------", +"--------", +";;;;;;;;", +">>>>>>>>", +",,,,,,,,", +"''''''''", +"))))))))", +"!!!!!!!!", +"~~~~~~~~", +"~~~~~~~~", +"{{{{{{{{", +"]]]]]]]]", +"^^^^^^^^", +"////////", +"((((((((", +"________"}; diff --git a/Shiki-Colors-Classic/xfwm4/title-3-inactive.xpm b/Shiki-Colors-Classic/xfwm4/title-3-inactive.xpm new file mode 100644 index 0000000..5fe6647 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/title-3-inactive.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * title_3_inactive_xpm[] = { +"8 25 24 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"........", +"++++++++", +"@@@@@@@@", +"########", +"$$$$$$$$", +"%%%%%%%%", +"&&&&&&&&", +"********", +"========", +"--------", +"--------", +";;;;;;;;", +">>>>>>>>", +",,,,,,,,", +"''''''''", +"))))))))", +"!!!!!!!!", +"~~~~~~~~", +"~~~~~~~~", +"{{{{{{{{", +"]]]]]]]]", +"^^^^^^^^", +"////////", +"((((((((", +"________"}; diff --git a/Shiki-Colors-Classic/xfwm4/title-4-active.xpm b/Shiki-Colors-Classic/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..caa20bd --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/title-4-active.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"8 25 24 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"........", +"++++++++", +"@@@@@@@@", +"########", +"$$$$$$$$", +"%%%%%%%%", +"&&&&&&&&", +"********", +"========", +"--------", +"--------", +";;;;;;;;", +">>>>>>>>", +",,,,,,,,", +"''''''''", +"))))))))", +"!!!!!!!!", +"~~~~~~~~", +"~~~~~~~~", +"{{{{{{{{", +"]]]]]]]]", +"^^^^^^^^", +"////////", +"((((((((", +"________"}; diff --git a/Shiki-Colors-Classic/xfwm4/title-4-inactive.xpm b/Shiki-Colors-Classic/xfwm4/title-4-inactive.xpm new file mode 100644 index 0000000..01b627c --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/title-4-inactive.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * title_4_inactive_xpm[] = { +"8 25 24 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"........", +"++++++++", +"@@@@@@@@", +"########", +"$$$$$$$$", +"%%%%%%%%", +"&&&&&&&&", +"********", +"========", +"--------", +"--------", +";;;;;;;;", +">>>>>>>>", +",,,,,,,,", +"''''''''", +"))))))))", +"!!!!!!!!", +"~~~~~~~~", +"~~~~~~~~", +"{{{{{{{{", +"]]]]]]]]", +"^^^^^^^^", +"////////", +"((((((((", +"________"}; diff --git a/Shiki-Colors-Classic/xfwm4/title-5-active.xpm b/Shiki-Colors-Classic/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..e9fb3f9 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/title-5-active.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"8 25 24 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"........", +"++++++++", +"@@@@@@@@", +"########", +"$$$$$$$$", +"%%%%%%%%", +"&&&&&&&&", +"********", +"========", +"--------", +"--------", +";;;;;;;;", +">>>>>>>>", +",,,,,,,,", +"''''''''", +"))))))))", +"!!!!!!!!", +"~~~~~~~~", +"~~~~~~~~", +"{{{{{{{{", +"]]]]]]]]", +"^^^^^^^^", +"////////", +"((((((((", +"________"}; diff --git a/Shiki-Colors-Classic/xfwm4/title-5-inactive.xpm b/Shiki-Colors-Classic/xfwm4/title-5-inactive.xpm new file mode 100644 index 0000000..bef0525 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/title-5-inactive.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * title_5_inactive_xpm[] = { +"8 25 24 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #505050", +"$ c #4F4F4F", +"% c #4E4E4E", +"& c #4D4D4D", +"* c #4C4C4C", +"= c #4B4B4B", +"- c #4A4A4A", +"; c #494949", +"> c #484848", +", c #474747", +"' c #464646", +") c #454545", +"! c #444444", +"~ c #434343", +"{ c #424242", +"] c #414141", +"^ c #404040", +"/ c #3F3F3F", +"( c #3E3E3E", +"_ c #3D3D3D", +"........", +"++++++++", +"@@@@@@@@", +"########", +"$$$$$$$$", +"%%%%%%%%", +"&&&&&&&&", +"********", +"========", +"--------", +"--------", +";;;;;;;;", +">>>>>>>>", +",,,,,,,,", +"''''''''", +"))))))))", +"!!!!!!!!", +"~~~~~~~~", +"~~~~~~~~", +"{{{{{{{{", +"]]]]]]]]", +"^^^^^^^^", +"////////", +"((((((((", +"________"}; diff --git a/Shiki-Colors-Classic/xfwm4/top-left-active.xpm b/Shiki-Colors-Classic/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..f082c0f --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/top-left-active.xpm @@ -0,0 +1,54 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"6 25 26 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #666666", +"# c #515151", +"$ c #5C5C5C", +"% c #505050", +"& c #4F4F4F", +"* c #4E4E4E", +"= c #4D4D4D", +"- c #4C4C4C", +"; c #4B4B4B", +"> c #4A4A4A", +", c #494949", +"' c #484848", +") c #474747", +"! c #464646", +"~ c #454545", +"{ c #444444", +"] c #434343", +"^ c #424242", +"/ c #414141", +"( c #404040", +"_ c #3F3F3F", +": c #3E3E3E", +"< c #3D3D3D", +" .", +" ..+", +" .@@#", +" .$%%%", +" .$&&&", +".*****", +".=====", +".-----", +".;;;;;", +".>>>>>", +".>>>>>", +".,,,,,", +".'''''", +".)))))", +".!!!!!", +".~~~~~", +".{{{{{", +".]]]]]", +".]]]]]", +".^^^^^", +"./////", +".(((((", +"._____", +".:::::", +".<<<<<"}; diff --git a/Shiki-Colors-Classic/xfwm4/top-left-inactive.xpm b/Shiki-Colors-Classic/xfwm4/top-left-inactive.xpm new file mode 100644 index 0000000..f8c426e --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/top-left-inactive.xpm @@ -0,0 +1,54 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"6 25 26 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #616161", +"# c #515151", +"$ c #575757", +"% c #505050", +"& c #4F4F4F", +"* c #4E4E4E", +"= c #4D4D4D", +"- c #4C4C4C", +"; c #4B4B4B", +"> c #4A4A4A", +", c #494949", +"' c #484848", +") c #474747", +"! c #464646", +"~ c #454545", +"{ c #444444", +"] c #434343", +"^ c #424242", +"/ c #414141", +"( c #404040", +"_ c #3F3F3F", +": c #3E3E3E", +"< c #3D3D3D", +" .", +" ..+", +" .@@#", +" .$%%%", +" .$&&&", +".*****", +".=====", +".-----", +".;;;;;", +".>>>>>", +".>>>>>", +".,,,,,", +".'''''", +".)))))", +".!!!!!", +".~~~~~", +".{{{{{", +".]]]]]", +".]]]]]", +".^^^^^", +"./////", +".(((((", +"._____", +".:::::", +".<<<<<"}; diff --git a/Shiki-Colors-Classic/xfwm4/top-right-active.xpm b/Shiki-Colors-Classic/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..577b810 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/top-right-active.xpm @@ -0,0 +1,54 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"6 25 26 1", +" c None", +". c #3C3C3C", +"+ c #707070", +"@ c #515151", +"# c #666666", +"$ c #505050", +"% c #5C5C5C", +"& c #4F4F4F", +"* c #4E4E4E", +"= c #4D4D4D", +"- c #4C4C4C", +"; c #4B4B4B", +"> c #4A4A4A", +", c #494949", +"' c #484848", +") c #474747", +"! c #464646", +"~ c #454545", +"{ c #444444", +"] c #434343", +"^ c #424242", +"/ c #414141", +"( c #404040", +"_ c #3F3F3F", +": c #3E3E3E", +"< c #3D3D3D", +". ", +"+.. ", +"@##. ", +"$$$%. ", +"&&&%. ", +"*****.", +"=====.", +"-----.", +";;;;;.", +">>>>>.", +">>>>>.", +",,,,,.", +"'''''.", +"))))).", +"!!!!!.", +"~~~~~.", +"{{{{{.", +"]]]]].", +"]]]]].", +"^^^^^.", +"/////.", +"(((((.", +"_____.", +":::::.", +"<<<<<."}; diff --git a/Shiki-Colors-Classic/xfwm4/top-right-inactive.xpm b/Shiki-Colors-Classic/xfwm4/top-right-inactive.xpm new file mode 100644 index 0000000..b4df0f9 --- /dev/null +++ b/Shiki-Colors-Classic/xfwm4/top-right-inactive.xpm @@ -0,0 +1,54 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"6 25 26 1", +" c None", +". c #3C3C3C", +"+ c #666666", +"@ c #515151", +"# c #616161", +"$ c #505050", +"% c #575757", +"& c #4F4F4F", +"* c #4E4E4E", +"= c #4D4D4D", +"- c #4C4C4C", +"; c #4B4B4B", +"> c #4A4A4A", +", c #494949", +"' c #484848", +") c #474747", +"! c #464646", +"~ c #454545", +"{ c #444444", +"] c #434343", +"^ c #424242", +"/ c #414141", +"( c #404040", +"_ c #3F3F3F", +": c #3E3E3E", +"< c #3D3D3D", +". ", +"+.. ", +"@##. ", +"$$$%. ", +"&&&%. ", +"*****.", +"=====.", +"-----.", +";;;;;.", +">>>>>.", +">>>>>.", +",,,,,.", +"'''''.", +"))))).", +"!!!!!.", +"~~~~~.", +"{{{{{.", +"]]]]].", +"]]]]].", +"^^^^^.", +"/////.", +"(((((.", +"_____.", +":::::.", +"<<<<<."}; diff --git a/Shiki-Colors-Revival-EZ-Xfwm/LICENSE b/Shiki-Colors-Revival-EZ/LICENSE index d511905..d511905 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/LICENSE +++ b/Shiki-Colors-Revival-EZ/LICENSE diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/bottom-active.xpm b/Shiki-Colors-Revival-EZ/xfwm4/bottom-active.xpm index cb5ddac..cb5ddac 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/bottom-active.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/bottom-active.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/bottom-inactive.xpm b/Shiki-Colors-Revival-EZ/xfwm4/bottom-inactive.xpm index b2ffc2b..b2ffc2b 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/bottom-inactive.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/bottom-inactive.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/bottom-left-active.xpm b/Shiki-Colors-Revival-EZ/xfwm4/bottom-left-active.xpm index fe8ba78..fe8ba78 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/bottom-left-active.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/bottom-left-active.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/bottom-left-inactive.xpm b/Shiki-Colors-Revival-EZ/xfwm4/bottom-left-inactive.xpm index 6dcde5d..6dcde5d 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/bottom-left-inactive.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/bottom-left-inactive.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/bottom-right-active.xpm b/Shiki-Colors-Revival-EZ/xfwm4/bottom-right-active.xpm index 2f14ace..2f14ace 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/bottom-right-active.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/bottom-right-active.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/bottom-right-inactive.xpm b/Shiki-Colors-Revival-EZ/xfwm4/bottom-right-inactive.xpm index a87e9a1..a87e9a1 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/bottom-right-inactive.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/bottom-right-inactive.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/close-active.xpm b/Shiki-Colors-Revival-EZ/xfwm4/close-active.xpm index 47821bf..47821bf 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/close-active.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/close-active.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/close-inactive.xpm b/Shiki-Colors-Revival-EZ/xfwm4/close-inactive.xpm index 7568393..7568393 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/close-inactive.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/close-inactive.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/close-prelight.xpm b/Shiki-Colors-Revival-EZ/xfwm4/close-prelight.xpm index 7bfc930..7bfc930 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/close-prelight.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/close-prelight.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/close-pressed.xpm b/Shiki-Colors-Revival-EZ/xfwm4/close-pressed.xpm index f12561b..f12561b 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/close-pressed.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/close-pressed.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/hide-active.xpm b/Shiki-Colors-Revival-EZ/xfwm4/hide-active.xpm index c5db035..c5db035 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/hide-active.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/hide-active.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/hide-inactive.xpm b/Shiki-Colors-Revival-EZ/xfwm4/hide-inactive.xpm index 15da72e..15da72e 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/hide-inactive.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/hide-inactive.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/hide-prelight.xpm b/Shiki-Colors-Revival-EZ/xfwm4/hide-prelight.xpm index 8be5f9d..8be5f9d 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/hide-prelight.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/hide-prelight.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/hide-pressed.xpm b/Shiki-Colors-Revival-EZ/xfwm4/hide-pressed.xpm index 8ecee47..8ecee47 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/hide-pressed.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/hide-pressed.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/left-active.xpm b/Shiki-Colors-Revival-EZ/xfwm4/left-active.xpm index ea625e2..ea625e2 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/left-active.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/left-active.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/left-inactive.xpm b/Shiki-Colors-Revival-EZ/xfwm4/left-inactive.xpm index 0296b0f..0296b0f 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/left-inactive.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/left-inactive.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/maximize-active.xpm b/Shiki-Colors-Revival-EZ/xfwm4/maximize-active.xpm index ae698e0..ae698e0 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/maximize-active.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/maximize-active.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/maximize-inactive.xpm b/Shiki-Colors-Revival-EZ/xfwm4/maximize-inactive.xpm index cdfb6b0..cdfb6b0 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/maximize-inactive.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/maximize-inactive.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/maximize-prelight.xpm b/Shiki-Colors-Revival-EZ/xfwm4/maximize-prelight.xpm index 344c5bf..344c5bf 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/maximize-prelight.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/maximize-prelight.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/maximize-pressed.xpm b/Shiki-Colors-Revival-EZ/xfwm4/maximize-pressed.xpm index a06d360..a06d360 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/maximize-pressed.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/maximize-pressed.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/menu-active.xpm b/Shiki-Colors-Revival-EZ/xfwm4/menu-active.xpm index c322bce..c322bce 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/menu-active.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/menu-active.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/menu-inactive.xpm b/Shiki-Colors-Revival-EZ/xfwm4/menu-inactive.xpm index 694d526..694d526 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/menu-inactive.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/menu-inactive.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/menu-pressed.xpm b/Shiki-Colors-Revival-EZ/xfwm4/menu-pressed.xpm index 3b905cf..3b905cf 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/menu-pressed.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/menu-pressed.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/right-active.xpm b/Shiki-Colors-Revival-EZ/xfwm4/right-active.xpm index 15e8784..15e8784 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/right-active.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/right-active.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/right-inactive.xpm b/Shiki-Colors-Revival-EZ/xfwm4/right-inactive.xpm index 98bde07..98bde07 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/right-inactive.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/right-inactive.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/themerc b/Shiki-Colors-Revival-EZ/xfwm4/themerc index d0b409c..d0b409c 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/themerc +++ b/Shiki-Colors-Revival-EZ/xfwm4/themerc diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/title-1-active.xpm b/Shiki-Colors-Revival-EZ/xfwm4/title-1-active.xpm index de758e9..de758e9 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/title-1-active.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/title-1-active.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/title-1-inactive.xpm b/Shiki-Colors-Revival-EZ/xfwm4/title-1-inactive.xpm index de758e9..de758e9 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/title-1-inactive.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/title-1-inactive.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/title-2-active.xpm b/Shiki-Colors-Revival-EZ/xfwm4/title-2-active.xpm index de758e9..de758e9 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/title-2-active.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/title-2-active.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/title-2-inactive.xpm b/Shiki-Colors-Revival-EZ/xfwm4/title-2-inactive.xpm index de758e9..de758e9 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/title-2-inactive.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/title-2-inactive.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/title-3-active.xpm b/Shiki-Colors-Revival-EZ/xfwm4/title-3-active.xpm index de758e9..de758e9 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/title-3-active.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/title-3-active.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/title-3-inactive.xpm b/Shiki-Colors-Revival-EZ/xfwm4/title-3-inactive.xpm index de758e9..de758e9 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/title-3-inactive.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/title-3-inactive.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/title-4-active.xpm b/Shiki-Colors-Revival-EZ/xfwm4/title-4-active.xpm index de758e9..de758e9 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/title-4-active.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/title-4-active.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/title-4-inactive.xpm b/Shiki-Colors-Revival-EZ/xfwm4/title-4-inactive.xpm index de758e9..de758e9 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/title-4-inactive.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/title-4-inactive.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/title-5-active.xpm b/Shiki-Colors-Revival-EZ/xfwm4/title-5-active.xpm index de758e9..de758e9 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/title-5-active.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/title-5-active.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/title-5-inactive.xpm b/Shiki-Colors-Revival-EZ/xfwm4/title-5-inactive.xpm index de758e9..de758e9 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/title-5-inactive.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/title-5-inactive.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/top-left-active.xpm b/Shiki-Colors-Revival-EZ/xfwm4/top-left-active.xpm index 69c39a0..69c39a0 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/top-left-active.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/top-left-active.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/top-left-inactive.xpm b/Shiki-Colors-Revival-EZ/xfwm4/top-left-inactive.xpm index ec17663..ec17663 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/top-left-inactive.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/top-left-inactive.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/top-right-active.xpm b/Shiki-Colors-Revival-EZ/xfwm4/top-right-active.xpm index 7e5e008..7e5e008 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/top-right-active.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/top-right-active.xpm diff --git a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/top-right-inactive.xpm b/Shiki-Colors-Revival-EZ/xfwm4/top-right-inactive.xpm index 83230e7..83230e7 100755 --- a/Shiki-Colors-Revival-EZ-Xfwm/xfwm4/top-right-inactive.xpm +++ b/Shiki-Colors-Revival-EZ/xfwm4/top-right-inactive.xpm diff --git a/Shiki-Colors-Revival-Xfwm/LICENSE b/Shiki-Colors-Revival/LICENSE index d511905..d511905 100755 --- a/Shiki-Colors-Revival-Xfwm/LICENSE +++ b/Shiki-Colors-Revival/LICENSE diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/bottom-active.xpm b/Shiki-Colors-Revival/xfwm4/bottom-active.xpm index 1a1d534..1a1d534 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/bottom-active.xpm +++ b/Shiki-Colors-Revival/xfwm4/bottom-active.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/bottom-inactive.xpm b/Shiki-Colors-Revival/xfwm4/bottom-inactive.xpm index 17e1235..17e1235 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/bottom-inactive.xpm +++ b/Shiki-Colors-Revival/xfwm4/bottom-inactive.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/bottom-left-active.xpm b/Shiki-Colors-Revival/xfwm4/bottom-left-active.xpm index 6e50b2e..6e50b2e 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/bottom-left-active.xpm +++ b/Shiki-Colors-Revival/xfwm4/bottom-left-active.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/bottom-left-inactive.xpm b/Shiki-Colors-Revival/xfwm4/bottom-left-inactive.xpm index ab887f0..ab887f0 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/bottom-left-inactive.xpm +++ b/Shiki-Colors-Revival/xfwm4/bottom-left-inactive.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/bottom-right-active.xpm b/Shiki-Colors-Revival/xfwm4/bottom-right-active.xpm index e1715f7..e1715f7 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/bottom-right-active.xpm +++ b/Shiki-Colors-Revival/xfwm4/bottom-right-active.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/bottom-right-inactive.xpm b/Shiki-Colors-Revival/xfwm4/bottom-right-inactive.xpm index 232ab94..232ab94 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/bottom-right-inactive.xpm +++ b/Shiki-Colors-Revival/xfwm4/bottom-right-inactive.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/close-active.xpm b/Shiki-Colors-Revival/xfwm4/close-active.xpm index 47821bf..47821bf 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/close-active.xpm +++ b/Shiki-Colors-Revival/xfwm4/close-active.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/close-inactive.xpm b/Shiki-Colors-Revival/xfwm4/close-inactive.xpm index 7568393..7568393 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/close-inactive.xpm +++ b/Shiki-Colors-Revival/xfwm4/close-inactive.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/close-prelight.xpm b/Shiki-Colors-Revival/xfwm4/close-prelight.xpm index 4d4ea86..4d4ea86 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/close-prelight.xpm +++ b/Shiki-Colors-Revival/xfwm4/close-prelight.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/close-pressed.xpm b/Shiki-Colors-Revival/xfwm4/close-pressed.xpm index 6d0085c..6d0085c 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/close-pressed.xpm +++ b/Shiki-Colors-Revival/xfwm4/close-pressed.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/hide-active.xpm b/Shiki-Colors-Revival/xfwm4/hide-active.xpm index c5db035..c5db035 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/hide-active.xpm +++ b/Shiki-Colors-Revival/xfwm4/hide-active.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/hide-inactive.xpm b/Shiki-Colors-Revival/xfwm4/hide-inactive.xpm index 15da72e..15da72e 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/hide-inactive.xpm +++ b/Shiki-Colors-Revival/xfwm4/hide-inactive.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/hide-prelight.xpm b/Shiki-Colors-Revival/xfwm4/hide-prelight.xpm index d056848..d056848 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/hide-prelight.xpm +++ b/Shiki-Colors-Revival/xfwm4/hide-prelight.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/hide-pressed.xpm b/Shiki-Colors-Revival/xfwm4/hide-pressed.xpm index f6c95bb..f6c95bb 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/hide-pressed.xpm +++ b/Shiki-Colors-Revival/xfwm4/hide-pressed.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/left-active.xpm b/Shiki-Colors-Revival/xfwm4/left-active.xpm index 7ea0d08..7ea0d08 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/left-active.xpm +++ b/Shiki-Colors-Revival/xfwm4/left-active.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/left-inactive.xpm b/Shiki-Colors-Revival/xfwm4/left-inactive.xpm index e54912a..e54912a 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/left-inactive.xpm +++ b/Shiki-Colors-Revival/xfwm4/left-inactive.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/maximize-active.xpm b/Shiki-Colors-Revival/xfwm4/maximize-active.xpm index ae698e0..ae698e0 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/maximize-active.xpm +++ b/Shiki-Colors-Revival/xfwm4/maximize-active.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/maximize-inactive.xpm b/Shiki-Colors-Revival/xfwm4/maximize-inactive.xpm index cdfb6b0..cdfb6b0 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/maximize-inactive.xpm +++ b/Shiki-Colors-Revival/xfwm4/maximize-inactive.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/maximize-prelight.xpm b/Shiki-Colors-Revival/xfwm4/maximize-prelight.xpm index bdb050b..bdb050b 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/maximize-prelight.xpm +++ b/Shiki-Colors-Revival/xfwm4/maximize-prelight.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/maximize-pressed.xpm b/Shiki-Colors-Revival/xfwm4/maximize-pressed.xpm index d033d86..d033d86 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/maximize-pressed.xpm +++ b/Shiki-Colors-Revival/xfwm4/maximize-pressed.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/menu-active.xpm b/Shiki-Colors-Revival/xfwm4/menu-active.xpm index c322bce..c322bce 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/menu-active.xpm +++ b/Shiki-Colors-Revival/xfwm4/menu-active.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/menu-inactive.xpm b/Shiki-Colors-Revival/xfwm4/menu-inactive.xpm index d300804..d300804 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/menu-inactive.xpm +++ b/Shiki-Colors-Revival/xfwm4/menu-inactive.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/menu-pressed.xpm b/Shiki-Colors-Revival/xfwm4/menu-pressed.xpm index 3b905cf..3b905cf 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/menu-pressed.xpm +++ b/Shiki-Colors-Revival/xfwm4/menu-pressed.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/right-active.xpm b/Shiki-Colors-Revival/xfwm4/right-active.xpm index 62b119e..62b119e 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/right-active.xpm +++ b/Shiki-Colors-Revival/xfwm4/right-active.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/right-inactive.xpm b/Shiki-Colors-Revival/xfwm4/right-inactive.xpm index 80cab9c..80cab9c 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/right-inactive.xpm +++ b/Shiki-Colors-Revival/xfwm4/right-inactive.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/themerc b/Shiki-Colors-Revival/xfwm4/themerc index 67d7cd7..67d7cd7 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/themerc +++ b/Shiki-Colors-Revival/xfwm4/themerc diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/title-1-active.xpm b/Shiki-Colors-Revival/xfwm4/title-1-active.xpm index dc4b448..dc4b448 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/title-1-active.xpm +++ b/Shiki-Colors-Revival/xfwm4/title-1-active.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/title-1-inactive.xpm b/Shiki-Colors-Revival/xfwm4/title-1-inactive.xpm index 6e57615..6e57615 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/title-1-inactive.xpm +++ b/Shiki-Colors-Revival/xfwm4/title-1-inactive.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/title-2-active.xpm b/Shiki-Colors-Revival/xfwm4/title-2-active.xpm index 4f8cd69..4f8cd69 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/title-2-active.xpm +++ b/Shiki-Colors-Revival/xfwm4/title-2-active.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/title-2-inactive.xpm b/Shiki-Colors-Revival/xfwm4/title-2-inactive.xpm index acd14a5..acd14a5 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/title-2-inactive.xpm +++ b/Shiki-Colors-Revival/xfwm4/title-2-inactive.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/title-3-active.xpm b/Shiki-Colors-Revival/xfwm4/title-3-active.xpm index dd44e6b..dd44e6b 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/title-3-active.xpm +++ b/Shiki-Colors-Revival/xfwm4/title-3-active.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/title-3-inactive.xpm b/Shiki-Colors-Revival/xfwm4/title-3-inactive.xpm index 7bf7c03..7bf7c03 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/title-3-inactive.xpm +++ b/Shiki-Colors-Revival/xfwm4/title-3-inactive.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/title-4-active.xpm b/Shiki-Colors-Revival/xfwm4/title-4-active.xpm index d44dff9..d44dff9 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/title-4-active.xpm +++ b/Shiki-Colors-Revival/xfwm4/title-4-active.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/title-4-inactive.xpm b/Shiki-Colors-Revival/xfwm4/title-4-inactive.xpm index 33981ec..33981ec 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/title-4-inactive.xpm +++ b/Shiki-Colors-Revival/xfwm4/title-4-inactive.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/title-5-active.xpm b/Shiki-Colors-Revival/xfwm4/title-5-active.xpm index f5b50dd..f5b50dd 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/title-5-active.xpm +++ b/Shiki-Colors-Revival/xfwm4/title-5-active.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/title-5-inactive.xpm b/Shiki-Colors-Revival/xfwm4/title-5-inactive.xpm index 61f9a24..61f9a24 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/title-5-inactive.xpm +++ b/Shiki-Colors-Revival/xfwm4/title-5-inactive.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/top-left-active.xpm b/Shiki-Colors-Revival/xfwm4/top-left-active.xpm index 69c39a0..69c39a0 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/top-left-active.xpm +++ b/Shiki-Colors-Revival/xfwm4/top-left-active.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/top-left-inactive.xpm b/Shiki-Colors-Revival/xfwm4/top-left-inactive.xpm index ec17663..ec17663 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/top-left-inactive.xpm +++ b/Shiki-Colors-Revival/xfwm4/top-left-inactive.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/top-right-active.xpm b/Shiki-Colors-Revival/xfwm4/top-right-active.xpm index 7e5e008..7e5e008 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/top-right-active.xpm +++ b/Shiki-Colors-Revival/xfwm4/top-right-active.xpm diff --git a/Shiki-Colors-Revival-Xfwm/xfwm4/top-right-inactive.xpm b/Shiki-Colors-Revival/xfwm4/top-right-inactive.xpm index 83230e7..83230e7 100755 --- a/Shiki-Colors-Revival-Xfwm/xfwm4/top-right-inactive.xpm +++ b/Shiki-Colors-Revival/xfwm4/top-right-inactive.xpm |