-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a0d2ea
commit 0ecf2dd
Showing
1 changed file
with
396 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,396 @@ | ||
<?xml version="1.0"?> | ||
<metacity_theme> | ||
<info> | ||
<name>iOS</name> | ||
<author>Elbullazul</author> | ||
<copyright>2016-2018, B00merang Project</copyright> | ||
<date>August 10, 2018</date> | ||
<description>Metacity theme for iOS theme</description> | ||
</info> | ||
|
||
<constant name="IconTitleSpacing" value="0"/> | ||
|
||
<frame_geometry name="normal" rounded_top_left="3" rounded_top_right="3" rounded_bottom_left="false" rounded_bottom_right="false" title_scale="medium"> | ||
<distance name="left_width" value="0"/> | ||
<distance name="right_width" value="0"/> | ||
<distance name="bottom_height" value="0"/> | ||
<distance name="left_titlebar_edge" value="6"/> | ||
<distance name="right_titlebar_edge" value="6"/> | ||
<distance name="button_width" value="20"/> | ||
<distance name="button_height" value="18"/> | ||
<distance name="title_vertical_pad" value="0"/> | ||
<border name="title_border" left="0" right="0" top="5" bottom="0"/> | ||
<border name="button_border" left="5" right="0" top="5" bottom="5"/> | ||
</frame_geometry> | ||
|
||
<frame_geometry name="maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false" title_scale="medium"> | ||
<distance name="left_width" value="0"/> | ||
<distance name="right_width" value="0"/> | ||
<distance name="bottom_height" value="0"/> | ||
<distance name="left_titlebar_edge" value="6"/> | ||
<distance name="right_titlebar_edge" value="3"/> | ||
<distance name="button_width" value="20"/> | ||
<distance name="button_height" value="18"/> | ||
<distance name="title_vertical_pad" value="0"/> | ||
<border name="title_border" left="0" right="0" top="5" bottom="0"/> | ||
<border name="button_border" left="5" right="1" top="5" bottom="5"/> | ||
</frame_geometry> | ||
|
||
<frame_geometry name="border" parent="normal" has_title="false"> | ||
<distance name="button_width" value="0"/> | ||
<distance name="button_height" value="25"/> | ||
<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> | ||
|
||
<draw_ops name="title-text-focused"> | ||
<title color="#4c4c4c" x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2 + mini_icon_width + IconTitleSpacing -72" y="(height - title_height) / 2 - 3"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="title-text-unfocused"> | ||
<title color="#9f9f9f" x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2 + mini_icon_width + IconTitleSpacing -72" y="(height - title_height) / 2 - 3"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="blank"> | ||
</draw_ops> | ||
|
||
<draw_ops name="title"> | ||
<rectangle color="#f9f9f9" x="0" y="0" width="width" | ||
height="height" filled="true"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="title-shaded"> | ||
<rectangle color="#f9f9f9" x="0" y="0" width="width" | ||
height="height" filled="true"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="title-unfocused"> | ||
<rectangle color="#f9f9f9" x="0" y="0" width="width" | ||
height="height" filled="true"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="title-max"> | ||
<rectangle color="#f9f9f9" x="0" y="0" width="width" | ||
height="height" filled="true"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="title-max-unfocused"> | ||
<rectangle color="#f9f9f9" x="0" y="0" width="width" | ||
height="height" filled="true"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="frame-left-focused"> | ||
<rectangle color="#f9f9f9" x="0" y="0" width="width" | ||
height="height" filled="true"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="frame-left-unfocused"> | ||
<rectangle color="#f9f9f9" x="0" y="0" width="width" | ||
height="height" filled="true"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="frame-right-focused"> | ||
<rectangle color="#f9f9f9" x="0" y="0" width="width" | ||
height="height" filled="true"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="frame-right-unfocused"> | ||
<rectangle color="#f9f9f9" x="0" y="0" width="width" | ||
height="height" filled="true"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="frame-bottom-focused"> | ||
<rectangle color="#f9f9f9" x="0" y="0" width="width" | ||
height="height" filled="true"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="frame-bottom-unfocused"> | ||
<rectangle color="#f9f9f9" x="0" y="0" width="width" | ||
height="height" filled="true"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="button-close-focused"> | ||
<image filename="close-focused-active.png" x="0" y="0" width="width" height="height"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="button-close-unfocused"> | ||
<image filename="close-focused-normal.png" x="0" y="0" width="width" height="height"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="button-close-blurred"> | ||
<image filename="close-unfocused-normal.png" x="0" y="0" width="width" height="height"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="button-close-pressed"> | ||
<image filename="close-focused-pressed.png" x="0" y="0" width="width" height="height"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="button-maximize-focused"> | ||
<image filename="maximize-focused-active.png" x="0" y="0" width="width" height="height"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="button-maximize-unfocused"> | ||
<image filename="maximize-focused-normal.png" x="0" y="0" width="width" height="height"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="button-maximize-blurred"> | ||
<image filename="maximize-unfocused-normal.png" x="0" y="0" width="width" height="height"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="button-maximize-pressed"> | ||
<image filename="maximize-focused-pressed.png" x="0" y="0" width="width" height="height"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="button-restore-focused"> | ||
<image filename="restore-focused-active.png" x="0" y="0" width="width" height="height"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="button-restore-unfocused"> | ||
<image filename="restore-focused-normal.png" x="0" y="0" width="width" height="height"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="button-restore-blurred"> | ||
<image filename="restore-unfocused-normal.png" x="0" y="0" width="width" height="height"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="button-restore-pressed"> | ||
<image filename="restore-focused-pressed.png" x="0" y="0" width="width" height="height"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="button-minimize-focused"> | ||
<image filename="minimize-focused-active.png" x="0" y="0" width="width" height="height"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="button-minimize-unfocused"> | ||
<image filename="minimize-focused-normal.png" x="0" y="0" width="width" height="height"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="button-minimize-blurred"> | ||
<image filename="minimize-unfocused-normal.png" x="0" y="0" width="width" height="height"/> | ||
</draw_ops> | ||
|
||
<draw_ops name="button-minimize-pressed"> | ||
<image filename="minimize-focused-pressed.png" x="0" y="0" width="width" height="height"/> | ||
</draw_ops> | ||
|
||
<!-- Menu drawing operations --> | ||
<draw_ops name="menu_button_icon"> | ||
</draw_ops> | ||
|
||
<draw_ops name="menu_button_icon_unfocused"> | ||
</draw_ops> | ||
|
||
<draw_ops name="menu_button_normal"> | ||
</draw_ops> | ||
|
||
<draw_ops name="menu_button_pressed"> | ||
</draw_ops> | ||
|
||
<draw_ops name="menu_button_unfocused"> | ||
</draw_ops> | ||
|
||
<frame_style name="normal-focused" geometry="normal"> | ||
<piece position="titlebar" draw_ops="title"/> | ||
<piece position="left_edge" draw_ops="frame-left-focused"/> | ||
<piece position="right_edge" draw_ops="frame-right-focused"/> | ||
<piece position="bottom_edge" draw_ops="frame-bottom-focused"/> | ||
<piece position="title" draw_ops="title-text-focused"/> | ||
<button function="close" state="normal" draw_ops="button-close-unfocused"/> | ||
<button function="close" state="prelight" draw_ops="button-close-focused"/> | ||
<button function="close" state="pressed" draw_ops="button-close-pressed"/> | ||
|
||
<button function="minimize" state="normal" draw_ops="button-minimize-unfocused"/> | ||
<button function="minimize" state="prelight" draw_ops="button-minimize-focused"/> | ||
<button function="minimize" state="pressed" draw_ops="button-minimize-pressed"/> | ||
|
||
<button function="maximize" state="normal" draw_ops="button-maximize-unfocused"/> | ||
<button function="maximize" state="prelight" draw_ops="button-maximize-focused"/> | ||
<button function="maximize" state="pressed" draw_ops="button-maximize-pressed"/> | ||
|
||
<button function="menu" state="normal" draw_ops="menu_button_normal"/> | ||
<button function="menu" state="pressed" draw_ops="menu_button_pressed"/> | ||
|
||
<!-- Extra stuff Linux Mint wants for theme to work --> | ||
<button function="shade" state="normal"><draw_ops></draw_ops></button> | ||
<button function="shade" state="prelight"><draw_ops></draw_ops></button> | ||
<button function="shade" state="pressed"><draw_ops></draw_ops></button> | ||
|
||
<button function="unshade" state="normal"><draw_ops></draw_ops></button> | ||
<button function="unshade" state="prelight"><draw_ops></draw_ops></button> | ||
<button function="unshade" state="pressed"><draw_ops></draw_ops></button> | ||
|
||
<button function="above" state="normal"><draw_ops></draw_ops></button> | ||
<button function="above" state="pressed"><draw_ops></draw_ops></button> | ||
|
||
<button function="unabove" state="normal"><draw_ops></draw_ops></button> | ||
<button function="unabove" state="pressed"><draw_ops></draw_ops></button> | ||
|
||
<button function="stick" state="normal"><draw_ops></draw_ops></button> | ||
<button function="stick" state="pressed"><draw_ops></draw_ops></button> | ||
|
||
<button function="unstick" state="normal"><draw_ops></draw_ops></button> | ||
<button function="unstick" state="pressed"><draw_ops></draw_ops></button> | ||
</frame_style> | ||
|
||
<frame_style name="normal-unfocused" geometry="normal"> | ||
<piece position="titlebar" draw_ops="title-unfocused"/> | ||
<piece position="left_edge" draw_ops="frame-left-unfocused"/> | ||
<piece position="right_edge" draw_ops="frame-right-unfocused"/> | ||
<piece position="bottom_edge" draw_ops="frame-bottom-unfocused"/> | ||
<piece position="title" draw_ops="title-text-unfocused"/> | ||
|
||
<button function="close" state="normal" draw_ops="button-close-blurred"/> | ||
<button function="close" state="prelight" draw_ops="button-close-focused"/> | ||
<button function="close" state="pressed" draw_ops="button-close-pressed"/> | ||
|
||
<button function="minimize" state="normal" draw_ops="button-minimize-blurred"/> | ||
<button function="minimize" state="prelight" draw_ops="button-minimize-focused"/> | ||
<button function="minimize" state="pressed" draw_ops="button-minimize-pressed"/> | ||
|
||
<button function="maximize" state="normal" draw_ops="button-maximize-blurred"/> | ||
<button function="maximize" state="prelight" draw_ops="button-maximize-focused"/> | ||
<button function="maximize" state="pressed" draw_ops="button-maximize-pressed"/> | ||
|
||
<button function="menu" state="normal" draw_ops="menu_button_normal"/> | ||
<button function="menu" state="pressed" draw_ops="menu_button_pressed"/> | ||
|
||
<!-- Extra stuff Linux Mint wants for theme to work --> | ||
<button function="shade" state="normal"><draw_ops></draw_ops></button> | ||
<button function="shade" state="prelight"><draw_ops></draw_ops></button> | ||
<button function="shade" state="pressed"><draw_ops></draw_ops></button> | ||
|
||
<button function="unshade" state="normal"><draw_ops></draw_ops></button> | ||
<button function="unshade" state="prelight"><draw_ops></draw_ops></button> | ||
<button function="unshade" state="pressed"><draw_ops></draw_ops></button> | ||
|
||
<button function="above" state="normal"><draw_ops></draw_ops></button> | ||
<button function="above" state="pressed"><draw_ops></draw_ops></button> | ||
|
||
<button function="unabove" state="normal"><draw_ops></draw_ops></button> | ||
<button function="unabove" state="pressed"><draw_ops></draw_ops></button> | ||
|
||
<button function="stick" state="normal"><draw_ops></draw_ops></button> | ||
<button function="stick" state="pressed"><draw_ops></draw_ops></button> | ||
|
||
<button function="unstick" state="normal"><draw_ops></draw_ops></button> | ||
<button function="unstick" state="pressed"><draw_ops></draw_ops></button> | ||
</frame_style> | ||
|
||
<frame_style name="normal-maximized-focused" geometry="maximized"> | ||
<piece position="titlebar" draw_ops="title-max"/> | ||
<piece position="left_edge" draw_ops="frame-left-focused"/> | ||
<piece position="right_edge" draw_ops="frame-right-focused"/> | ||
<piece position="bottom_edge" draw_ops="frame-bottom-focused"/> | ||
<piece position="title" draw_ops="title-text-focused"/> | ||
<button function="close" state="normal" draw_ops="button-close-unfocused"/> | ||
<button function="close" state="prelight" draw_ops="button-close-focused"/> | ||
<button function="close" state="pressed" draw_ops="button-close-pressed"/> | ||
|
||
<button function="minimize" state="normal" draw_ops="button-minimize-unfocused"/> | ||
<button function="minimize" state="prelight" draw_ops="button-minimize-focused"/> | ||
<button function="minimize" state="pressed" draw_ops="button-minimize-pressed"/> | ||
|
||
<button function="maximize" state="normal" draw_ops="button-restore-unfocused"/> | ||
<button function="maximize" state="prelight" draw_ops="button-restore-focused"/> | ||
<button function="maximize" state="pressed" draw_ops="button-restore-pressed"/> | ||
|
||
<button function="menu" state="normal" draw_ops="menu_button_normal"/> | ||
<button function="menu" state="pressed" draw_ops="menu_button_pressed"/> | ||
|
||
<!-- Extra stuff Linux Mint wants for theme to work --> | ||
<button function="shade" state="normal"><draw_ops></draw_ops></button> | ||
<button function="shade" state="prelight"><draw_ops></draw_ops></button> | ||
<button function="shade" state="pressed"><draw_ops></draw_ops></button> | ||
|
||
<button function="unshade" state="normal"><draw_ops></draw_ops></button> | ||
<button function="unshade" state="prelight"><draw_ops></draw_ops></button> | ||
<button function="unshade" state="pressed"><draw_ops></draw_ops></button> | ||
|
||
<button function="above" state="normal"><draw_ops></draw_ops></button> | ||
<button function="above" state="pressed"><draw_ops></draw_ops></button> | ||
|
||
<button function="unabove" state="normal"><draw_ops></draw_ops></button> | ||
<button function="unabove" state="pressed"><draw_ops></draw_ops></button> | ||
|
||
<button function="stick" state="normal"><draw_ops></draw_ops></button> | ||
<button function="stick" state="pressed"><draw_ops></draw_ops></button> | ||
|
||
<button function="unstick" state="normal"><draw_ops></draw_ops></button> | ||
<button function="unstick" state="pressed"><draw_ops></draw_ops></button> | ||
</frame_style> | ||
|
||
<frame_style name="normal-maximized-unfocused" geometry="maximized"> | ||
<piece position="titlebar" draw_ops="title-max-unfocused"/> | ||
<piece position="left_edge" draw_ops="frame-left-unfocused"/> | ||
<piece position="right_edge" draw_ops="frame-right-unfocused"/> | ||
<piece position="bottom_edge" draw_ops="frame-bottom-unfocused"/> | ||
<piece position="title" draw_ops="title-text-unfocused"/> | ||
|
||
<button function="close" state="normal" draw_ops="button-close-blurred"/> | ||
<button function="close" state="prelight" draw_ops="button-close-focused"/> | ||
<button function="close" state="pressed" draw_ops="button-close-pressed"/> | ||
|
||
<button function="minimize" state="normal" draw_ops="button-minimize-blurred"/> | ||
<button function="minimize" state="prelight" draw_ops="button-minimize-focused"/> | ||
<button function="minimize" state="pressed" draw_ops="button-minimize-pressed"/> | ||
|
||
<button function="maximize" state="normal" draw_ops="button-restore-blurred"/> | ||
<button function="maximize" state="prelight" draw_ops="button-restore-focused"/> | ||
<button function="maximize" state="pressed" draw_ops="button-restore-pressed"/> | ||
|
||
<button function="menu" state="normal" draw_ops="menu_button_normal"/> | ||
<button function="menu" state="pressed" draw_ops="menu_button_pressed"/> | ||
|
||
<!-- Extra stuff Linux Mint wants for theme to work --> | ||
<button function="shade" state="normal"><draw_ops></draw_ops></button> | ||
<button function="shade" state="prelight"><draw_ops></draw_ops></button> | ||
<button function="shade" state="pressed"><draw_ops></draw_ops></button> | ||
|
||
<button function="unshade" state="normal"><draw_ops></draw_ops></button> | ||
<button function="unshade" state="prelight"><draw_ops></draw_ops></button> | ||
<button function="unshade" state="pressed"><draw_ops></draw_ops></button> | ||
|
||
<button function="above" state="normal"><draw_ops></draw_ops></button> | ||
<button function="above" state="pressed"><draw_ops></draw_ops></button> | ||
|
||
<button function="unabove" state="normal"><draw_ops></draw_ops></button> | ||
<button function="unabove" state="pressed"><draw_ops></draw_ops></button> | ||
|
||
<button function="stick" state="normal"><draw_ops></draw_ops></button> | ||
<button function="stick" state="pressed"><draw_ops></draw_ops></button> | ||
|
||
<button function="unstick" state="normal"><draw_ops></draw_ops></button> | ||
<button function="unstick" state="pressed"><draw_ops></draw_ops></button> | ||
</frame_style> | ||
|
||
<frame_style name="normal-shaded-focused" geometry="normal" parent="normal-focused"> | ||
<piece position="titlebar" draw_ops="title-shaded"/> | ||
</frame_style> | ||
|
||
<frame_style name="normal-shaded-unfocused" geometry="normal" parent="normal-unfocused"> | ||
<piece position="titlebar" draw_ops="title-shaded"/> | ||
</frame_style> | ||
|
||
<frame_style_set name="normal"> | ||
<frame focus="yes" state="normal" resize="both" style="normal-focused"/> | ||
<frame focus="no" state="normal" resize="both" style="normal-unfocused"/> | ||
<frame focus="yes" state="maximized" style="normal-maximized-focused"/> | ||
<frame focus="no" state="maximized" style="normal-maximized-unfocused"/> | ||
<frame focus="yes" state="shaded" style="normal-shaded-focused"/> | ||
<frame focus="no" state="shaded" style="normal-shaded-unfocused"/> | ||
<frame focus="yes" state="maximized_and_shaded" style="normal-shaded-focused"/> | ||
<frame focus="no" state="maximized_and_shaded" style="normal-shaded-unfocused"/> | ||
</frame_style_set> | ||
|
||
<window type="normal" style_set="normal"/> | ||
<window type="dialog" style_set="normal"/> | ||
<window type="modal_dialog" style_set="normal"/> | ||
<window type="menu" style_set="normal"/> | ||
<window type="utility" style_set="normal"/> | ||
<window type="border" style_set="normal"/> | ||
|
||
<menu_icon function="close" state="normal" draw_ops="button-close-focused"/> | ||
<menu_icon function="maximize" state="normal" draw_ops="button-maximize-focused"/> | ||
<menu_icon function="unmaximize" state="normal" draw_ops="button-maximize-focused"/> | ||
<menu_icon function="minimize" state="normal" draw_ops="button-minimize-focused"/> | ||
</metacity_theme> |