Import Shiki-Colors WM themes from GNOME Colors project, with modifications
2
.gitignore
vendored
@ -2,3 +2,5 @@
|
||||
*.bak
|
||||
Shiki-*-Revival
|
||||
Shiki-*-Classic
|
||||
!Shiki-Colors-Revival
|
||||
!Shiki-Colors-Classic
|
||||
|
BIN
Shiki-Colors-Classic-EZ/metacity-1/close.png
Normal file
After Width: | Height: | Size: 316 B |
BIN
Shiki-Colors-Classic-EZ/metacity-1/close_unfocused.png
Normal file
After Width: | Height: | Size: 313 B |
BIN
Shiki-Colors-Classic-EZ/metacity-1/maximize.png
Normal file
After Width: | Height: | Size: 245 B |
BIN
Shiki-Colors-Classic-EZ/metacity-1/maximize_unfocused.png
Normal file
After Width: | Height: | Size: 221 B |
667
Shiki-Colors-Classic-EZ/metacity-1/metacity-theme-1.xml
Normal file
@ -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>
|
||||
|
||||
|
||||
|
BIN
Shiki-Colors-Classic-EZ/metacity-1/minimize.png
Normal file
After Width: | Height: | Size: 191 B |
BIN
Shiki-Colors-Classic-EZ/metacity-1/minimize_unfocused.png
Normal file
After Width: | Height: | Size: 198 B |
BIN
Shiki-Colors-Classic-EZ/metacity-1/prelight.png
Normal file
After Width: | Height: | Size: 624 B |
BIN
Shiki-Colors-Classic-EZ/metacity-1/prelight_unfocused.png
Normal file
After Width: | Height: | Size: 635 B |
BIN
Shiki-Colors-Classic-EZ/metacity-1/pressed.png
Normal file
After Width: | Height: | Size: 604 B |
8
Shiki-Colors-Classic-EZ/xfwm4/bottom-active.xpm
Normal file
@ -0,0 +1,8 @@
|
||||
/* XPM */
|
||||
static char * bottom_active_xpm[] = {
|
||||
"20 3 2 1",
|
||||
" c None",
|
||||
". c #3C3C3C",
|
||||
"....................",
|
||||
"....................",
|
||||
"...................."};
|
8
Shiki-Colors-Classic-EZ/xfwm4/bottom-inactive.xpm
Normal file
@ -0,0 +1,8 @@
|
||||
/* XPM */
|
||||
static char * bottom_inactive_xpm[] = {
|
||||
"20 3 2 1",
|
||||
" c None",
|
||||
". c #3C3C3C",
|
||||
"....................",
|
||||
"....................",
|
||||
"...................."};
|
25
Shiki-Colors-Classic-EZ/xfwm4/bottom-left-active.xpm
Normal file
@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char * bottom_left_active_xpm[] = {
|
||||
"3 20 2 1",
|
||||
" c None",
|
||||
". c #3C3C3C",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"..."};
|
25
Shiki-Colors-Classic-EZ/xfwm4/bottom-left-inactive.xpm
Normal file
@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char * bottom_left_inactive_xpm[] = {
|
||||
"3 20 2 1",
|
||||
" c None",
|
||||
". c #3C3C3C",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"..."};
|
25
Shiki-Colors-Classic-EZ/xfwm4/bottom-right-active.xpm
Normal file
@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char * bottom_right_active_xpm[] = {
|
||||
"3 20 2 1",
|
||||
" c None",
|
||||
". c #3C3C3C",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"..."};
|
25
Shiki-Colors-Classic-EZ/xfwm4/bottom-right-inactive.xpm
Normal file
@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char * bottom_right_inactive_xpm[] = {
|
||||
"3 20 2 1",
|
||||
" c None",
|
||||
". c #3C3C3C",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"..."};
|
65
Shiki-Colors-Classic-EZ/xfwm4/close-active.xpm
Normal file
@ -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"};
|
59
Shiki-Colors-Classic-EZ/xfwm4/close-inactive.xpm
Normal file
@ -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"};
|
110
Shiki-Colors-Classic-EZ/xfwm4/close-prelight.xpm
Normal file
@ -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"};
|
131
Shiki-Colors-Classic-EZ/xfwm4/close-pressed.xpm
Normal file
@ -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 ` ` ` ` ",
|
||||
"@.@.@.@.@.@.# #.$.%.%.$.#.# @.@.@.@.@.@.",
|
||||
"&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.",
|
||||
"*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.",
|
||||
"=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.",
|
||||
"-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-."};
|
57
Shiki-Colors-Classic-EZ/xfwm4/hide-active.xpm
Normal file
@ -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",
|
||||
"....................",
|
||||
"++++++++++++++++++++",
|
||||
"@@@@@@@@@@@@@@@@@@@@",
|
||||
"####################",
|
||||
"$$$$$$$$$$$$$$$$$$$$",
|
||||
"%%%%%%%%%%%%%%%%%%%%",
|
||||
"&&&&&&&&&&&&&&&&&&&&",
|
||||
"********************",
|
||||
"====================",
|
||||
"--------------------",
|
||||
"--------------------",
|
||||
";;;;;;;;;;;;;;;;;;;;",
|
||||
">>>>>>>>>>>>>>>>>>>>",
|
||||
",,,,,,,,,,,,,,,,,,,,",
|
||||
"'''''')!!!!!!~''''''",
|
||||
"{{{{{{]!!!!!!^{{{{{{",
|
||||
"////////////////////",
|
||||
"((((((((((((((((((((",
|
||||
"((((((((((((((((((((",
|
||||
"____________________",
|
||||
"::::::::::::::::::::",
|
||||
"<<<<<<<<<<<<<<<<<<<<",
|
||||
"[[[[[[[[[[[[[[[[[[[[",
|
||||
"}}}}}}}}}}}}}}}}}}}}",
|
||||
"||||||||||||||||||||"};
|
57
Shiki-Colors-Classic-EZ/xfwm4/hide-inactive.xpm
Normal file
@ -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",
|
||||
"....................",
|
||||
"++++++++++++++++++++",
|
||||
"@@@@@@@@@@@@@@@@@@@@",
|
||||
"####################",
|
||||
"$$$$$$$$$$$$$$$$$$$$",
|
||||
"%%%%%%%%%%%%%%%%%%%%",
|
||||
"&&&&&&&&&&&&&&&&&&&&",
|
||||
"********************",
|
||||
"====================",
|
||||
"--------------------",
|
||||
"--------------------",
|
||||
";;;;;;;;;;;;;;;;;;;;",
|
||||
">>>>>>>>>>>>>>>>>>>>",
|
||||
",,,,,,,,,,,,,,,,,,,,",
|
||||
"'''''')!!!!!!~''''''",
|
||||
"{{{{{{]!!!!!!^{{{{{{",
|
||||
"////////////////////",
|
||||
"((((((((((((((((((((",
|
||||
"((((((((((((((((((((",
|
||||
"____________________",
|
||||
"::::::::::::::::::::",
|
||||
"<<<<<<<<<<<<<<<<<<<<",
|
||||
"[[[[[[[[[[[[[[[[[[[[",
|
||||
"}}}}}}}}}}}}}}}}}}}}",
|
||||
"||||||||||||||||||||"};
|
106
Shiki-Colors-Classic-EZ/xfwm4/hide-prelight.xpm
Normal file
@ -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"};
|
120
Shiki-Colors-Classic-EZ/xfwm4/hide-pressed.xpm
Normal file
@ -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 ",
|
||||
"` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` "};
|
25
Shiki-Colors-Classic-EZ/xfwm4/left-active.xpm
Normal file
@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char * left_active_xpm[] = {
|
||||
"3 20 2 1",
|
||||
" c None",
|
||||
". c #3C3C3C",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"..."};
|
25
Shiki-Colors-Classic-EZ/xfwm4/left-inactive.xpm
Normal file
@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char * left_inactive_xpm[] = {
|
||||
"3 20 2 1",
|
||||
" c None",
|
||||
". c #3C3C3C",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"..."};
|
60
Shiki-Colors-Classic-EZ/xfwm4/maximize-active.xpm
Normal file
@ -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"};
|
60
Shiki-Colors-Classic-EZ/xfwm4/maximize-inactive.xpm
Normal file
@ -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"};
|
107
Shiki-Colors-Classic-EZ/xfwm4/maximize-prelight.xpm
Normal file
@ -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"};
|
125
Shiki-Colors-Classic-EZ/xfwm4/maximize-pressed.xpm
Normal file
@ -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 ",
|
||||
"........................................",
|
||||
"+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.",
|
||||
"@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.",
|
||||
"#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#."};
|
52
Shiki-Colors-Classic-EZ/xfwm4/menu-active.xpm
Normal file
@ -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",
|
||||
"................",
|
||||
"++++++++++++++++",
|
||||
"@@@@@@@@@@@@@@@@",
|
||||
"################",
|
||||
"$$$$$$$$$$$$$$$$",
|
||||
"%%%%%%%%%%%%%%%%",
|
||||
"&&&&&&&&&&&&&&&&",
|
||||
"****************",
|
||||
"================",
|
||||
"----------------",
|
||||
"----------------",
|
||||
";;;;;;;;;;;;;;;;",
|
||||
">>>>>>>>>>>>>>>>",
|
||||
",,,,,,,,,,,,,,,,",
|
||||
"''''''''''''''''",
|
||||
"))))))))))))))))",
|
||||
"!!!!!!!!!!!!!!!!",
|
||||
"~~~~~~~~~~~~~~~~",
|
||||
"~~~~~~~~~~~~~~~~",
|
||||
"{{{{{{{{{{{{{{{{",
|
||||
"]]]]]]]]]]]]]]]]",
|
||||
"^^^^^^^^^^^^^^^^",
|
||||
"////////////////",
|
||||
"((((((((((((((((",
|
||||
"________________"};
|
52
Shiki-Colors-Classic-EZ/xfwm4/menu-inactive.xpm
Normal file
@ -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",
|
||||
"................",
|
||||
"++++++++++++++++",
|
||||
"@@@@@@@@@@@@@@@@",
|
||||
"################",
|
||||
"$$$$$$$$$$$$$$$$",
|
||||
"%%%%%%%%%%%%%%%%",
|
||||
"&&&&&&&&&&&&&&&&",
|
||||
"****************",
|
||||
"================",
|
||||
"----------------",
|
||||
"----------------",
|
||||
";;;;;;;;;;;;;;;;",
|
||||
">>>>>>>>>>>>>>>>",
|
||||
",,,,,,,,,,,,,,,,",
|
||||
"''''''''''''''''",
|
||||
"))))))))))))))))",
|
||||
"!!!!!!!!!!!!!!!!",
|
||||
"~~~~~~~~~~~~~~~~",
|
||||
"~~~~~~~~~~~~~~~~",
|
||||
"{{{{{{{{{{{{{{{{",
|
||||
"]]]]]]]]]]]]]]]]",
|
||||
"^^^^^^^^^^^^^^^^",
|
||||
"////////////////",
|
||||
"((((((((((((((((",
|
||||
"________________"};
|
52
Shiki-Colors-Classic-EZ/xfwm4/menu-pressed.xpm
Normal file
@ -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",
|
||||
"................",
|
||||
"++++++++++++++++",
|
||||
"@@@@@@@@@@@@@@@@",
|
||||
"################",
|
||||
"$$$$$$$$$$$$$$$$",
|
||||
"%%%%%%%%%%%%%%%%",
|
||||
"&&&&&&&&&&&&&&&&",
|
||||
"****************",
|
||||
"================",
|
||||
"----------------",
|
||||
"----------------",
|
||||
";;;;;;;;;;;;;;;;",
|
||||
">>>>>>>>>>>>>>>>",
|
||||
",,,,,,,,,,,,,,,,",
|
||||
"''''''''''''''''",
|
||||
"))))))))))))))))",
|
||||
"!!!!!!!!!!!!!!!!",
|
||||
"~~~~~~~~~~~~~~~~",
|
||||
"~~~~~~~~~~~~~~~~",
|
||||
"{{{{{{{{{{{{{{{{",
|
||||
"]]]]]]]]]]]]]]]]",
|
||||
"^^^^^^^^^^^^^^^^",
|
||||
"////////////////",
|
||||
"((((((((((((((((",
|
||||
"________________"};
|
25
Shiki-Colors-Classic-EZ/xfwm4/right-active.xpm
Normal file
@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char * right_active_xpm[] = {
|
||||
"3 20 2 1",
|
||||
" c None",
|
||||
". c #3C3C3C",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"..."};
|
25
Shiki-Colors-Classic-EZ/xfwm4/right-inactive.xpm
Normal file
@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char * right_inactive_xpm[] = {
|
||||
"3 20 2 1",
|
||||
" c None",
|
||||
". c #3C3C3C",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"...",
|
||||
"..."};
|
24
Shiki-Colors-Classic-EZ/xfwm4/themerc
Normal file
@ -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
|
52
Shiki-Colors-Classic-EZ/xfwm4/title-1-active.xpm
Normal file
@ -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",
|
||||
"........",
|
||||
"++++++++",
|
||||
"@@@@@@@@",
|
||||
"########",
|
||||
"$$$$$$$$",
|
||||
"%%%%%%%%",
|
||||
"&&&&&&&&",
|
||||
"********",
|
||||
"========",
|
||||
"--------",
|
||||
"--------",
|
||||
";;;;;;;;",
|
||||
">>>>>>>>",
|
||||
",,,,,,,,",
|
||||
"''''''''",
|
||||
"))))))))",
|
||||
"!!!!!!!!",
|
||||
"~~~~~~~~",
|
||||
"~~~~~~~~",
|
||||
"{{{{{{{{",
|
||||
"]]]]]]]]",
|
||||
"^^^^^^^^",
|
||||
"////////",
|
||||
"((((((((",
|
||||
"________"};
|
52
Shiki-Colors-Classic-EZ/xfwm4/title-1-inactive.xpm
Normal file
@ -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",
|
||||
"........",
|
||||
"++++++++",
|
||||
"@@@@@@@@",
|
||||
"########",
|
||||
"$$$$$$$$",
|
||||
"%%%%%%%%",
|
||||
"&&&&&&&&",
|
||||
"********",
|
||||
"========",
|
||||
"--------",
|
||||
"--------",
|
||||
";;;;;;;;",
|
||||
">>>>>>>>",
|
||||
",,,,,,,,",
|
||||
"''''''''",
|
||||
"))))))))",
|
||||
"!!!!!!!!",
|
||||
"~~~~~~~~",
|
||||
"~~~~~~~~",
|
||||
"{{{{{{{{",
|
||||
"]]]]]]]]",
|
||||
"^^^^^^^^",
|
||||
"////////",
|
||||
"((((((((",
|
||||
"________"};
|
52
Shiki-Colors-Classic-EZ/xfwm4/title-2-active.xpm
Normal file
@ -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",
|
||||
"........",
|
||||
"++++++++",
|
||||
"@@@@@@@@",
|
||||
"########",
|
||||
"$$$$$$$$",
|
||||
"%%%%%%%%",
|
||||
"&&&&&&&&",
|
||||
"********",
|
||||
"========",
|
||||
"--------",
|
||||
"--------",
|
||||
";;;;;;;;",
|
||||
">>>>>>>>",
|
||||
",,,,,,,,",
|
||||
"''''''''",
|
||||
"))))))))",
|
||||
"!!!!!!!!",
|
||||
"~~~~~~~~",
|
||||
"~~~~~~~~",
|
||||
"{{{{{{{{",
|
||||
"]]]]]]]]",
|
||||
"^^^^^^^^",
|
||||
"////////",
|
||||
"((((((((",
|
||||
"________"};
|
52
Shiki-Colors-Classic-EZ/xfwm4/title-2-inactive.xpm
Normal file
@ -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",
|
||||
"........",
|
||||
"++++++++",
|
||||
"@@@@@@@@",
|
||||
"########",
|
||||
"$$$$$$$$",
|
||||
"%%%%%%%%",
|
||||
"&&&&&&&&",
|
||||
"********",
|
||||
"========",
|
||||
"--------",
|
||||
"--------",
|
||||
";;;;;;;;",
|
||||
">>>>>>>>",
|
||||
",,,,,,,,",
|
||||
"''''''''",
|
||||
"))))))))",
|
||||
"!!!!!!!!",
|
||||
"~~~~~~~~",
|
||||
"~~~~~~~~",
|
||||
"{{{{{{{{",
|
||||
"]]]]]]]]",
|
||||
"^^^^^^^^",
|
||||
"////////",
|
||||
"((((((((",
|
||||
"________"};
|
52
Shiki-Colors-Classic-EZ/xfwm4/title-3-active.xpm
Normal file
@ -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",
|
||||
"........",
|
||||
"++++++++",
|
||||
"@@@@@@@@",
|
||||
"########",
|
||||
"$$$$$$$$",
|
||||
"%%%%%%%%",
|
||||
"&&&&&&&&",
|
||||
"********",
|
||||
"========",
|
||||
"--------",
|
||||
"--------",
|
||||
";;;;;;;;",
|
||||
">>>>>>>>",
|
||||
",,,,,,,,",
|
||||
"''''''''",
|
||||
"))))))))",
|
||||
"!!!!!!!!",
|
||||
"~~~~~~~~",
|
||||
"~~~~~~~~",
|
||||
"{{{{{{{{",
|
||||
"]]]]]]]]",
|
||||
"^^^^^^^^",
|
||||
"////////",
|
||||
"((((((((",
|
||||
"________"};
|
52
Shiki-Colors-Classic-EZ/xfwm4/title-3-inactive.xpm
Normal file
@ -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",
|
||||
"........",
|
||||
"++++++++",
|
||||
"@@@@@@@@",
|
||||
"########",
|
||||
"$$$$$$$$",
|
||||
"%%%%%%%%",
|
||||
"&&&&&&&&",
|
||||
"********",
|
||||
"========",
|
||||
"--------",
|
||||
"--------",
|
||||
";;;;;;;;",
|
||||
">>>>>>>>",
|
||||
",,,,,,,,",
|
||||
"''''''''",
|
||||
"))))))))",
|
||||
"!!!!!!!!",
|
||||
"~~~~~~~~",
|
||||
"~~~~~~~~",
|
||||
"{{{{{{{{",
|
||||
"]]]]]]]]",
|
||||
"^^^^^^^^",
|
||||
"////////",
|
||||
"((((((((",
|
||||
"________"};
|
52
Shiki-Colors-Classic-EZ/xfwm4/title-4-active.xpm
Normal file
@ -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",
|
||||
"........",
|
||||
"++++++++",
|
||||
"@@@@@@@@",
|
||||
"########",
|
||||
"$$$$$$$$",
|
||||
"%%%%%%%%",
|
||||
"&&&&&&&&",
|
||||
"********",
|
||||
"========",
|
||||
"--------",
|
||||
"--------",
|
||||
";;;;;;;;",
|
||||
">>>>>>>>",
|
||||
",,,,,,,,",
|
||||
"''''''''",
|
||||
"))))))))",
|
||||
"!!!!!!!!",
|
||||
"~~~~~~~~",
|
||||
"~~~~~~~~",
|
||||
"{{{{{{{{",
|
||||
"]]]]]]]]",
|
||||
"^^^^^^^^",
|
||||
"////////",
|
||||
"((((((((",
|
||||
"________"};
|
52
Shiki-Colors-Classic-EZ/xfwm4/title-4-inactive.xpm
Normal file
@ -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",
|
||||
"........",
|
||||
"++++++++",
|
||||
"@@@@@@@@",
|
||||
"########",
|
||||
"$$$$$$$$",
|
||||
"%%%%%%%%",
|
||||
"&&&&&&&&",
|
||||
"********",
|
||||
"========",
|
||||
"--------",
|
||||
"--------",
|
||||
";;;;;;;;",
|
||||
">>>>>>>>",
|
||||
",,,,,,,,",
|
||||
"''''''''",
|
||||
"))))))))",
|
||||
"!!!!!!!!",
|
||||
"~~~~~~~~",
|
||||
"~~~~~~~~",
|
||||
"{{{{{{{{",
|
||||
"]]]]]]]]",
|
||||
"^^^^^^^^",
|
||||
"////////",
|
||||
"((((((((",
|
||||
"________"};
|
52
Shiki-Colors-Classic-EZ/xfwm4/title-5-active.xpm
Normal file
@ -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",
|
||||
"........",
|
||||
"++++++++",
|
||||
"@@@@@@@@",
|
||||
"########",
|
||||
"$$$$$$$$",
|
||||
"%%%%%%%%",
|
||||
"&&&&&&&&",
|
||||
"********",
|
||||
"========",
|
||||
"--------",
|
||||
"--------",
|
||||
";;;;;;;;",
|
||||
">>>>>>>>",
|
||||
",,,,,,,,",
|
||||
"''''''''",
|
||||
"))))))))",
|
||||
"!!!!!!!!",
|
||||
"~~~~~~~~",
|
||||
"~~~~~~~~",
|
||||
"{{{{{{{{",
|
||||
"]]]]]]]]",
|
||||
"^^^^^^^^",
|
||||
"////////",
|
||||
"((((((((",
|
||||
"________"};
|
52
Shiki-Colors-Classic-EZ/xfwm4/title-5-inactive.xpm
Normal file
@ -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",
|
||||
"........",
|
||||
"++++++++",
|
||||
"@@@@@@@@",
|
||||
"########",
|
||||
"$$$$$$$$",
|
||||
"%%%%%%%%",
|
||||
"&&&&&&&&",
|
||||
"********",
|
||||
"========",
|
||||
"--------",
|
||||
"--------",
|
||||
";;;;;;;;",
|
||||
">>>>>>>>",
|
||||
",,,,,,,,",
|
||||
"''''''''",
|
||||
"))))))))",
|
||||
"!!!!!!!!",
|
||||
"~~~~~~~~",
|
||||
"~~~~~~~~",
|
||||
"{{{{{{{{",
|
||||
"]]]]]]]]",
|
||||
"^^^^^^^^",
|
||||
"////////",
|
||||
"((((((((",
|
||||
"________"};
|
52
Shiki-Colors-Classic-EZ/xfwm4/top-left-active.xpm
Normal file
@ -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",
|
||||
"......",
|
||||
".+++++",
|
||||
".@@@@@",
|
||||
".#####",
|
||||
".$$$$$",
|
||||
".%%%%%",
|
||||
".&&&&&",
|
||||
".*****",
|
||||
".=====",
|
||||
".-----",
|
||||
".-----",
|
||||
".;;;;;",
|
||||
".>>>>>",
|
||||
".,,,,,",
|
||||
".'''''",
|
||||
".)))))",
|
||||
".!!!!!",
|
||||
".~~~~~",
|
||||
".~~~~~",
|
||||
".{{{{{",
|
||||
".]]]]]",
|
||||
".^^^^^",
|
||||
"./////",
|
||||
".(((((",
|
||||
"._____"};
|
52
Shiki-Colors-Classic-EZ/xfwm4/top-left-inactive.xpm
Normal file
@ -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",
|
||||
"......",
|
||||
".+++++",
|
||||
".@@@@@",
|
||||
".#####",
|
||||
".$$$$$",
|
||||
".%%%%%",
|
||||
".&&&&&",
|
||||
".*****",
|
||||
".=====",
|
||||
".-----",
|
||||
".-----",
|
||||
".;;;;;",
|
||||
".>>>>>",
|
||||
".,,,,,",
|
||||
".'''''",
|
||||
".)))))",
|
||||
".!!!!!",
|
||||
".~~~~~",
|
||||
".~~~~~",
|
||||
".{{{{{",
|
||||
".]]]]]",
|
||||
".^^^^^",
|
||||
"./////",
|
||||
".(((((",
|
||||
"._____"};
|
52
Shiki-Colors-Classic-EZ/xfwm4/top-right-active.xpm
Normal file
@ -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",
|
||||
"......",
|
||||
"+++++.",
|
||||
"@@@@@.",
|
||||
"#####.",
|
||||
"$$$$$.",
|
||||
"%%%%%.",
|
||||
"&&&&&.",
|
||||
"*****.",
|
||||
"=====.",
|
||||
"-----.",
|
||||
"-----.",
|
||||
";;;;;.",
|
||||
">>>>>.",
|
||||
",,,,,.",
|
||||
"'''''.",
|
||||
"))))).",
|
||||
"!!!!!.",
|
||||
"~~~~~.",
|
||||
"~~~~~.",
|
||||
"{{{{{.",
|
||||
"]]]]].",
|
||||
"^^^^^.",
|
||||
"/////.",
|
||||
"(((((.",
|
||||
"_____."};
|
52
Shiki-Colors-Classic-EZ/xfwm4/top-right-inactive.xpm
Normal file
@ -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",
|
||||
"......",
|
||||
"+++++.",
|
||||
"@@@@@.",
|
||||
"#####.",
|
||||
"$$$$$.",
|
||||
"%%%%%.",
|
||||
"&&&&&.",
|
||||
"*****.",
|
||||
"=====.",
|
||||
"-----.",
|
||||
"-----.",
|
||||
";;;;;.",
|
||||
">>>>>.",
|
||||
",,,,,.",
|
||||
"'''''.",
|
||||
"))))).",
|
||||
"!!!!!.",
|
||||
"~~~~~.",
|
||||
"~~~~~.",
|
||||
"{{{{{.",
|
||||
"]]]]].",
|
||||
"^^^^^.",
|
||||
"/////.",
|
||||
"(((((.",
|
||||
"_____."};
|
BIN
Shiki-Colors-Classic-Striped/metacity-1/close.png
Normal file
After Width: | Height: | Size: 316 B |
BIN
Shiki-Colors-Classic-Striped/metacity-1/close_unfocused.png
Normal file
After Width: | Height: | Size: 313 B |
BIN
Shiki-Colors-Classic-Striped/metacity-1/maximize.png
Normal file
After Width: | Height: | Size: 245 B |
BIN
Shiki-Colors-Classic-Striped/metacity-1/maximize_unfocused.png
Normal file
After Width: | Height: | Size: 221 B |
683
Shiki-Colors-Classic-Striped/metacity-1/metacity-theme-1.xml
Normal file
@ -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>
|
||||
|
||||
|
||||
|
BIN
Shiki-Colors-Classic-Striped/metacity-1/minimize.png
Normal file
After Width: | Height: | Size: 191 B |
BIN
Shiki-Colors-Classic-Striped/metacity-1/minimize_unfocused.png
Normal file
After Width: | Height: | Size: 198 B |
BIN
Shiki-Colors-Classic-Striped/metacity-1/prelight.png
Normal file
After Width: | Height: | Size: 624 B |
BIN
Shiki-Colors-Classic-Striped/metacity-1/prelight_unfocused.png
Normal file
After Width: | Height: | Size: 635 B |
BIN
Shiki-Colors-Classic-Striped/metacity-1/pressed.png
Normal file
After Width: | Height: | Size: 604 B |
BIN
Shiki-Colors-Classic/metacity-1/close.png
Normal file
After Width: | Height: | Size: 316 B |
BIN
Shiki-Colors-Classic/metacity-1/close_unfocused.png
Normal file
After Width: | Height: | Size: 313 B |
BIN
Shiki-Colors-Classic/metacity-1/maximize.png
Normal file
After Width: | Height: | Size: 245 B |
BIN
Shiki-Colors-Classic/metacity-1/maximize_unfocused.png
Normal file
After Width: | Height: | Size: 221 B |
679
Shiki-Colors-Classic/metacity-1/metacity-theme-1.xml
Normal file
@ -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>
|
||||
|
||||
|
||||
|
BIN
Shiki-Colors-Classic/metacity-1/minimize.png
Normal file
After Width: | Height: | Size: 191 B |
BIN
Shiki-Colors-Classic/metacity-1/minimize_unfocused.png
Normal file
After Width: | Height: | Size: 198 B |
BIN
Shiki-Colors-Classic/metacity-1/prelight.png
Normal file
After Width: | Height: | Size: 624 B |
BIN
Shiki-Colors-Classic/metacity-1/prelight_unfocused.png
Normal file
After Width: | Height: | Size: 635 B |
BIN
Shiki-Colors-Classic/metacity-1/pressed.png
Normal file
After Width: | Height: | Size: 604 B |
12
Shiki-Colors-Classic/xfwm4/bottom-active.xpm
Normal file
@ -0,0 +1,12 @@
|
||||
/* XPM */
|
||||
static char * bottom_active_xpm[] = {
|
||||
"20 4 5 1",
|
||||
" c None",
|
||||
". c #C3C3C3",
|
||||
"+ c #ADADAD",
|
||||
"@ c #979797",
|
||||
"# c #3C3C3C",
|
||||
"....................",
|
||||
"++++++++++++++++++++",
|
||||
"@@@@@@@@@@@@@@@@@@@@",
|
||||
"####################"};
|
12
Shiki-Colors-Classic/xfwm4/bottom-inactive.xpm
Normal file
@ -0,0 +1,12 @@
|
||||
/* XPM */
|
||||
static char * bottom_inactive_xpm[] = {
|
||||
"20 4 5 1",
|
||||
" c None",
|
||||
". c #C3C3C3",
|
||||
"+ c #ADADAD",
|
||||
"@ c #979797",
|
||||
"# c #3C3C3C",
|
||||
"....................",
|
||||
"++++++++++++++++++++",
|
||||
"@@@@@@@@@@@@@@@@@@@@",
|
||||
"####################"};
|
25
Shiki-Colors-Classic/xfwm4/bottom-left-active.xpm
Normal file
@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char * bottom_left_active_xpm[] = {
|
||||
"1 20 2 1",
|
||||
" c None",
|
||||
". c #3C3C3C",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
"."};
|
25
Shiki-Colors-Classic/xfwm4/bottom-left-inactive.xpm
Normal file
@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char * bottom_left_inactive_xpm[] = {
|
||||
"1 20 2 1",
|
||||
" c None",
|
||||
". c #3C3C3C",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
"."};
|
25
Shiki-Colors-Classic/xfwm4/bottom-right-active.xpm
Normal file
@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char * bottom_right_active_xpm[] = {
|
||||
"1 20 2 1",
|
||||
" c None",
|
||||
". c #3C3C3C",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
"."};
|
25
Shiki-Colors-Classic/xfwm4/bottom-right-inactive.xpm
Normal file
@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char * bottom_right_inactive_xpm[] = {
|
||||
"1 20 2 1",
|
||||
" c None",
|
||||
". c #3C3C3C",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
"."};
|
65
Shiki-Colors-Classic/xfwm4/close-active.xpm
Normal file
@ -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"};
|
59
Shiki-Colors-Classic/xfwm4/close-inactive.xpm
Normal file
@ -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"};
|
110
Shiki-Colors-Classic/xfwm4/close-prelight.xpm
Normal file
@ -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"};
|
131
Shiki-Colors-Classic/xfwm4/close-pressed.xpm
Normal file
@ -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 ` ` ` ` ",
|
||||
"@.@.@.@.@.@.# #.$.%.%.$.#.# @.@.@.@.@.@.",
|
||||
"&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.",
|
||||
"*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.",
|
||||
"=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.",
|
||||
"-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-."};
|
57
Shiki-Colors-Classic/xfwm4/hide-active.xpm
Normal file
@ -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",
|
||||
"....................",
|
||||
"++++++++++++++++++++",
|
||||
"@@@@@@@@@@@@@@@@@@@@",
|
||||
"####################",
|
||||
"$$$$$$$$$$$$$$$$$$$$",
|
||||
"%%%%%%%%%%%%%%%%%%%%",
|
||||
"&&&&&&&&&&&&&&&&&&&&",
|
||||
"********************",
|
||||
"====================",
|
||||
"--------------------",
|
||||
"--------------------",
|
||||
";;;;;;;;;;;;;;;;;;;;",
|
||||
">>>>>>>>>>>>>>>>>>>>",
|
||||
",,,,,,,,,,,,,,,,,,,,",
|
||||
"'''''')!!!!!!~''''''",
|
||||
"{{{{{{]!!!!!!^{{{{{{",
|
||||
"////////////////////",
|
||||
"((((((((((((((((((((",
|
||||
"((((((((((((((((((((",
|
||||
"____________________",
|
||||
"::::::::::::::::::::",
|
||||
"<<<<<<<<<<<<<<<<<<<<",
|
||||
"[[[[[[[[[[[[[[[[[[[[",
|
||||
"}}}}}}}}}}}}}}}}}}}}",
|
||||
"||||||||||||||||||||"};
|
57
Shiki-Colors-Classic/xfwm4/hide-inactive.xpm
Normal file
@ -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",
|
||||
"....................",
|
||||
"++++++++++++++++++++",
|
||||
"@@@@@@@@@@@@@@@@@@@@",
|
||||
"####################",
|
||||
"$$$$$$$$$$$$$$$$$$$$",
|
||||
"%%%%%%%%%%%%%%%%%%%%",
|
||||
"&&&&&&&&&&&&&&&&&&&&",
|
||||
"********************",
|
||||
"====================",
|
||||
"--------------------",
|
||||
"--------------------",
|
||||
";;;;;;;;;;;;;;;;;;;;",
|
||||
">>>>>>>>>>>>>>>>>>>>",
|
||||
",,,,,,,,,,,,,,,,,,,,",
|
||||
"'''''')!!!!!!~''''''",
|
||||
"{{{{{{]!!!!!!^{{{{{{",
|
||||
"////////////////////",
|
||||
"((((((((((((((((((((",
|
||||
"((((((((((((((((((((",
|
||||
"____________________",
|
||||
"::::::::::::::::::::",
|
||||
"<<<<<<<<<<<<<<<<<<<<",
|
||||
"[[[[[[[[[[[[[[[[[[[[",
|
||||
"}}}}}}}}}}}}}}}}}}}}",
|
||||
"||||||||||||||||||||"};
|
106
Shiki-Colors-Classic/xfwm4/hide-prelight.xpm
Normal file
@ -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"};
|
120
Shiki-Colors-Classic/xfwm4/hide-pressed.xpm
Normal file
@ -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 ",
|
||||
"` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` "};
|
25
Shiki-Colors-Classic/xfwm4/left-active.xpm
Normal file
@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char * left_active_xpm[] = {
|
||||
"1 20 2 1",
|
||||
" c None",
|
||||
". c #3C3C3C",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
"."};
|
25
Shiki-Colors-Classic/xfwm4/left-inactive.xpm
Normal file
@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char * left_inactive_xpm[] = {
|
||||
"1 20 2 1",
|
||||
" c None",
|
||||
". c #3C3C3C",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
"."};
|
60
Shiki-Colors-Classic/xfwm4/maximize-active.xpm
Normal file
@ -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"};
|
60
Shiki-Colors-Classic/xfwm4/maximize-inactive.xpm
Normal file
@ -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"};
|
107
Shiki-Colors-Classic/xfwm4/maximize-prelight.xpm
Normal file
@ -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"};
|
125
Shiki-Colors-Classic/xfwm4/maximize-pressed.xpm
Normal file
@ -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 ",
|
||||
"........................................",
|
||||
"+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.",
|
||||
"@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.",
|
||||
"#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#."};
|
52
Shiki-Colors-Classic/xfwm4/menu-active.xpm
Normal file
@ -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",
|
||||
"................",
|
||||
"++++++++++++++++",
|
||||
"@@@@@@@@@@@@@@@@",
|
||||
"################",
|
||||
"$$$$$$$$$$$$$$$$",
|
||||
"%%%%%%%%%%%%%%%%",
|
||||
"&&&&&&&&&&&&&&&&",
|
||||
"****************",
|
||||
"================",
|
||||
"----------------",
|
||||
"----------------",
|
||||
";;;;;;;;;;;;;;;;",
|
||||
">>>>>>>>>>>>>>>>",
|
||||
",,,,,,,,,,,,,,,,",
|
||||
"''''''''''''''''",
|
||||
"))))))))))))))))",
|
||||
"!!!!!!!!!!!!!!!!",
|
||||
"~~~~~~~~~~~~~~~~",
|
||||
"~~~~~~~~~~~~~~~~",
|
||||
"{{{{{{{{{{{{{{{{",
|
||||
"]]]]]]]]]]]]]]]]",
|
||||
"^^^^^^^^^^^^^^^^",
|
||||
"////////////////",
|
||||
"((((((((((((((((",
|
||||
"________________"};
|
52
Shiki-Colors-Classic/xfwm4/menu-inactive.xpm
Normal file
@ -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",
|
||||
"................",
|
||||
"++++++++++++++++",
|
||||
"@@@@@@@@@@@@@@@@",
|
||||
"################",
|
||||
"$$$$$$$$$$$$$$$$",
|
||||
"%%%%%%%%%%%%%%%%",
|
||||
"&&&&&&&&&&&&&&&&",
|
||||
"****************",
|
||||
"================",
|
||||
"----------------",
|
||||
"----------------",
|
||||
";;;;;;;;;;;;;;;;",
|
||||
">>>>>>>>>>>>>>>>",
|
||||
",,,,,,,,,,,,,,,,",
|
||||
"''''''''''''''''",
|
||||
"))))))))))))))))",
|
||||
"!!!!!!!!!!!!!!!!",
|
||||
"~~~~~~~~~~~~~~~~",
|
||||
"~~~~~~~~~~~~~~~~",
|
||||
"{{{{{{{{{{{{{{{{",
|
||||
"]]]]]]]]]]]]]]]]",
|
||||
"^^^^^^^^^^^^^^^^",
|
||||
"////////////////",
|
||||
"((((((((((((((((",
|
||||
"________________"};
|
52
Shiki-Colors-Classic/xfwm4/menu-pressed.xpm
Normal file
@ -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",
|
||||
"................",
|
||||
"++++++++++++++++",
|
||||
"@@@@@@@@@@@@@@@@",
|
||||
"################",
|
||||
"$$$$$$$$$$$$$$$$",
|
||||
"%%%%%%%%%%%%%%%%",
|
||||
"&&&&&&&&&&&&&&&&",
|
||||
"****************",
|
||||
"================",
|
||||
"----------------",
|
||||
"----------------",
|
||||
";;;;;;;;;;;;;;;;",
|
||||
">>>>>>>>>>>>>>>>",
|
||||
",,,,,,,,,,,,,,,,",
|
||||
"''''''''''''''''",
|
||||
"))))))))))))))))",
|
||||
"!!!!!!!!!!!!!!!!",
|
||||
"~~~~~~~~~~~~~~~~",
|
||||
"~~~~~~~~~~~~~~~~",
|
||||
"{{{{{{{{{{{{{{{{",
|
||||
"]]]]]]]]]]]]]]]]",
|
||||
"^^^^^^^^^^^^^^^^",
|
||||
"////////////////",
|
||||
"((((((((((((((((",
|
||||
"________________"};
|
25
Shiki-Colors-Classic/xfwm4/right-active.xpm
Normal file
@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char * right_active_xpm[] = {
|
||||
"1 20 2 1",
|
||||
" c None",
|
||||
". c #3C3C3C",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
"."};
|
25
Shiki-Colors-Classic/xfwm4/right-inactive.xpm
Normal file
@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char * right_inactive_xpm[] = {
|
||||
"1 20 2 1",
|
||||
" c None",
|
||||
". c #3C3C3C",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
"."};
|
24
Shiki-Colors-Classic/xfwm4/themerc
Normal file
@ -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
|
52
Shiki-Colors-Classic/xfwm4/title-1-active.xpm
Normal file
@ -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",
|
||||
"........",
|
||||
"++++++++",
|
||||
"@@@@@@@@",
|
||||
"########",
|
||||
"$$$$$$$$",
|
||||
"%%%%%%%%",
|
||||
"&&&&&&&&",
|
||||
"********",
|
||||
"========",
|
||||
"--------",
|
||||
"--------",
|
||||
";;;;;;;;",
|
||||
">>>>>>>>",
|
||||
",,,,,,,,",
|
||||
"''''''''",
|
||||
"))))))))",
|
||||
"!!!!!!!!",
|
||||
"~~~~~~~~",
|
||||
"~~~~~~~~",
|
||||
"{{{{{{{{",
|
||||
"]]]]]]]]",
|
||||
"^^^^^^^^",
|
||||
"////////",
|
||||
"((((((((",
|
||||
"________"};
|
52
Shiki-Colors-Classic/xfwm4/title-1-inactive.xpm
Normal file
@ -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",
|
||||
"........",
|
||||
"++++++++",
|
||||
"@@@@@@@@",
|
||||
"########",
|
||||
"$$$$$$$$",
|
||||
"%%%%%%%%",
|
||||
"&&&&&&&&",
|
||||
"********",
|
||||
"========",
|
||||
"--------",
|
||||
"--------",
|
||||
";;;;;;;;",
|
||||
">>>>>>>>",
|
||||
",,,,,,,,",
|
||||
"''''''''",
|
||||
"))))))))",
|
||||
"!!!!!!!!",
|
||||
"~~~~~~~~",
|
||||
"~~~~~~~~",
|
||||
"{{{{{{{{",
|
||||
"]]]]]]]]",
|
||||
"^^^^^^^^",
|
||||
"////////",
|
||||
"((((((((",
|
||||
"________"};
|
52
Shiki-Colors-Classic/xfwm4/title-2-active.xpm
Normal file
@ -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",
|
||||
"........",
|
||||
"++++++++",
|
||||
"@@@@@@@@",
|
||||
"########",
|
||||
"$$$$$$$$",
|
||||
"%%%%%%%%",
|
||||
"&&&&&&&&",
|
||||
"********",
|
||||
"========",
|
||||
"--------",
|
||||
"--------",
|
||||
";;;;;;;;",
|
||||
">>>>>>>>",
|
||||
",,,,,,,,",
|
||||
"''''''''",
|
||||
"))))))))",
|
||||
"!!!!!!!!",
|
||||
"~~~~~~~~",
|
||||
"~~~~~~~~",
|
||||
"{{{{{{{{",
|
||||
"]]]]]]]]",
|
||||
"^^^^^^^^",
|
||||
"////////",
|
||||
"((((((((",
|
||||
"________"};
|