by roundabout, Sunday, 29 March 2020, 07:17:52 (1585466272), pushed by roundabout, Sunday, 11 May 2025, 13:22:51 (1746969771)
Author identity: nana-4 <hnmaigo@gmail.com>
165ef0b33de28e933e374cf5b46fad40f666b96e
src/metacity-1/metacity-theme-2-light.xml
@@ -4,11 +4,10 @@
<name>Materia</name>
<author>nana-4</author>
<copyright>GPL</copyright>
<date>2018</date>
<date>2020</date>
<description>Materia Metacity theme</description>
</info>
<!-- meaningful constants -->
<constant name="C_titlebar_focused" value="#E0E0E0"/>
@@ -17,7 +16,6 @@
<constant name="C_title_focused" value="#212121"/>
<constant name="C_title_unfocused" value="blend/#D6D6D6/#212121/0.7"/>
<!-- geometries -->
<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4">
@@ -78,10 +76,10 @@
<distance name="title_vertical_pad" value="4"/>
</frame_geometry>
<!-- drawing operations -->
<!-- title -->
<draw_ops name="title_focused">
<title
x="(0 `max` ((width - title_width) / 2))"
@@ -97,6 +95,7 @@
</draw_ops>
<!-- window decorations -->
<draw_ops name="entire_background_focused">
<rectangle color="C_titlebar_focused" x="0" y="0" width="width" height="height" filled="true"/>
</draw_ops>
@@ -121,10 +120,10 @@
<include name="highlight"/>
</draw_ops>
<!-- button icons -->
<!-- close -->
<draw_ops name="close_focused">
<image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -150,6 +149,7 @@
</draw_ops>
<!-- maximize -->
<draw_ops name="maximize_focused">
<image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -175,6 +175,7 @@
</draw_ops>
<!-- unmaximize -->
<draw_ops name="unmaximize_focused">
<image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -200,6 +201,7 @@
</draw_ops>
<!-- minimize -->
<draw_ops name="minimize_focused">
<image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -225,6 +227,7 @@
</draw_ops>
<!-- menu -->
<draw_ops name="menu_focused">
<image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -250,6 +253,7 @@
</draw_ops>
<!-- shade -->
<draw_ops name="shade_focused">
<image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -275,6 +279,7 @@
</draw_ops>
<!-- unshade -->
<draw_ops name="unshade_focused">
<image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -300,6 +305,7 @@
</draw_ops>
<!-- appmenu -->
<constant name="D_appmenu_icon_size" value="16"/>
<draw_ops name="appmenu_icon_focused">
@@ -339,7 +345,6 @@
<include name="appmenu_icon_unfocused"/>
</draw_ops>
<!-- button backgrounds -->
<draw_ops name="button_focused">
@@ -364,7 +369,6 @@
<image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_unfocused"/>
</draw_ops>
<!-- frame styles -->
<frame_style name="normal_focused" geometry="normal">
@@ -514,6 +518,7 @@
</frame_style>
<!-- placeholder for unimplementated styles-->
<frame_style name="blank" geometry="normal">
<button function="close" state="normal"><draw_ops></draw_ops></button>
<button function="close" state="pressed"><draw_ops></draw_ops></button>
@@ -537,7 +542,6 @@
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
</frame_style>
<!-- frame style sets -->
<frame_style_set name="normal_style_set">
@@ -606,7 +610,6 @@
<frame focus="no" state="maximized_and_shaded" style="blank"/>
</frame_style_set>
<!-- windows -->
<window type="normal" style_set="normal_style_set"/>
src/metacity-1/metacity-theme-2.xml
@@ -4,11 +4,10 @@
<name>Materia</name>
<author>nana-4</author>
<copyright>GPL</copyright>
<date>2018</date>
<date>2020</date>
<description>Materia Metacity theme</description>
</info>
<!-- meaningful constants -->
<constant name="C_titlebar_focused" value="#353535"/>
@@ -17,7 +16,6 @@
<constant name="C_title_focused" value="#FFFFFF"/>
<constant name="C_title_unfocused" value="blend/#2C2C2C/#FFFFFF/0.7"/>
<!-- geometries -->
<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4">
@@ -78,10 +76,10 @@
<distance name="title_vertical_pad" value="4"/>
</frame_geometry>
<!-- drawing operations -->
<!-- title -->
<draw_ops name="title_focused">
<title
x="(0 `max` ((width - title_width) / 2))"
@@ -97,6 +95,7 @@
</draw_ops>
<!-- window decorations -->
<draw_ops name="entire_background_focused">
<rectangle color="C_titlebar_focused" x="0" y="0" width="width" height="height" filled="true"/>
</draw_ops>
@@ -121,10 +120,10 @@
<include name="highlight"/>
</draw_ops>
<!-- button icons -->
<!-- close -->
<draw_ops name="close_focused">
<image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -150,6 +149,7 @@
</draw_ops>
<!-- maximize -->
<draw_ops name="maximize_focused">
<image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -175,6 +175,7 @@
</draw_ops>
<!-- unmaximize -->
<draw_ops name="unmaximize_focused">
<image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -200,6 +201,7 @@
</draw_ops>
<!-- minimize -->
<draw_ops name="minimize_focused">
<image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -225,6 +227,7 @@
</draw_ops>
<!-- menu -->
<draw_ops name="menu_focused">
<image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -250,6 +253,7 @@
</draw_ops>
<!-- shade -->
<draw_ops name="shade_focused">
<image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -275,6 +279,7 @@
</draw_ops>
<!-- unshade -->
<draw_ops name="unshade_focused">
<image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -300,6 +305,7 @@
</draw_ops>
<!-- appmenu -->
<constant name="D_appmenu_icon_size" value="16"/>
<draw_ops name="appmenu_icon_focused">
@@ -339,7 +345,6 @@
<include name="appmenu_icon_unfocused"/>
</draw_ops>
<!-- button backgrounds -->
<draw_ops name="button_focused">
@@ -364,7 +369,6 @@
<image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_unfocused"/>
</draw_ops>
<!-- frame styles -->
<frame_style name="normal_focused" geometry="normal">
@@ -514,6 +518,7 @@
</frame_style>
<!-- placeholder for unimplementated styles-->
<frame_style name="blank" geometry="normal">
<button function="close" state="normal"><draw_ops></draw_ops></button>
<button function="close" state="pressed"><draw_ops></draw_ops></button>
@@ -537,7 +542,6 @@
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
</frame_style>
<!-- frame style sets -->
<frame_style_set name="normal_style_set">
@@ -606,7 +610,6 @@
<frame focus="no" state="maximized_and_shaded" style="blank"/>
</frame_style_set>
<!-- windows -->
<window type="normal" style_set="normal_style_set"/>
src/metacity-1/metacity-theme-3.xml
@@ -4,11 +4,10 @@
<name>Materia</name>
<author>nana-4</author>
<copyright>GPL</copyright>
<date>2018</date>
<date>2020</date>
<description>Materia Metacity theme</description>
</info>
<!-- meaningful constants -->
<constant name="C_titlebar_focused" value="gtk:custom(wm_bg,gtk:bg[NORMAL])"/>
@@ -17,7 +16,6 @@
<constant name="C_title_focused" value="gtk:custom(wm_title,gtk:fg[NORMAL])"/>
<constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,gtk:fg[INSENSITIVE])"/>
<!-- geometries -->
<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4">
@@ -78,10 +76,10 @@
<distance name="title_vertical_pad" value="4"/>
</frame_geometry>
<!-- drawing operations -->
<!-- title -->
<draw_ops name="title_focused">
<title version="< 3.1"
x="(0 `max` ((width - title_width) / 2))"
@@ -107,6 +105,7 @@
</draw_ops>
<!-- window decorations -->
<draw_ops name="entire_background_focused">
<rectangle color="C_titlebar_focused" x="0" y="0" width="width" height="height" filled="true"/>
</draw_ops>
@@ -131,10 +130,10 @@
<include name="highlight"/>
</draw_ops>
<!-- button icons -->
<!-- close -->
<draw_ops name="close_focused">
<image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -160,6 +159,7 @@
</draw_ops>
<!-- maximize -->
<draw_ops name="maximize_focused">
<image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -185,6 +185,7 @@
</draw_ops>
<!-- unmaximize -->
<draw_ops name="unmaximize_focused">
<image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -210,6 +211,7 @@
</draw_ops>
<!-- minimize -->
<draw_ops name="minimize_focused">
<image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -235,6 +237,7 @@
</draw_ops>
<!-- menu -->
<draw_ops name="menu_focused">
<image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -260,6 +263,7 @@
</draw_ops>
<!-- shade -->
<draw_ops name="shade_focused">
<image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -285,6 +289,7 @@
</draw_ops>
<!-- unshade -->
<draw_ops name="unshade_focused">
<image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/>
</draw_ops>
@@ -310,6 +315,7 @@
</draw_ops>
<!-- appmenu -->
<constant name="D_appmenu_icon_size" value="16"/>
<draw_ops name="appmenu_icon_focused">
@@ -349,7 +355,6 @@
<include name="appmenu_icon_unfocused"/>
</draw_ops>
<!-- button backgrounds -->
<draw_ops name="button_focused">
@@ -374,7 +379,6 @@
<image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_unfocused"/>
</draw_ops>
<!-- frame styles -->
<frame_style name="normal_focused" geometry="normal">
@@ -530,6 +534,7 @@
</frame_style>
<!-- placeholder for unimplementated styles-->
<frame_style name="blank" geometry="normal">
<button function="close" state="normal"><draw_ops></draw_ops></button>
<button function="close" state="pressed"><draw_ops></draw_ops></button>
@@ -555,7 +560,6 @@
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
</frame_style>
<!-- frame style sets -->
<frame_style_set name="normal_style_set">
@@ -632,7 +636,6 @@
<frame focus="no" state="maximized_and_shaded" style="blank"/>
</frame_style_set>
<!-- windows -->
<window type="normal" style_set="normal_style_set"/>