aboutsummaryrefslogtreecommitdiffstats
path: root/themes/numix-no-title/metacity-1
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-02-22 17:15:39 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-02-22 17:15:39 +0100
commitd0ecb2a9d770b1987e3be7cdc549d46880b89c5e (patch)
treed493b4afd8268adb3e1f374cd73e5db662f260d6 /themes/numix-no-title/metacity-1
parentb86e22c339276441f344d61ad104a7cebd3b5858 (diff)
downloaddotfiles-d0ecb2a9d770b1987e3be7cdc549d46880b89c5e.tar.gz
dotfiles-d0ecb2a9d770b1987e3be7cdc549d46880b89c5e.tar.bz2
dotfiles-d0ecb2a9d770b1987e3be7cdc549d46880b89c5e.zip
Moved from stow to dotfiles for dotfile management
Diffstat (limited to 'themes/numix-no-title/metacity-1')
-rw-r--r--themes/numix-no-title/metacity-1/metacity-theme-3.xml1588
1 files changed, 1588 insertions, 0 deletions
diff --git a/themes/numix-no-title/metacity-1/metacity-theme-3.xml b/themes/numix-no-title/metacity-1/metacity-theme-3.xml
new file mode 100644
index 0000000..1beaa48
--- /dev/null
+++ b/themes/numix-no-title/metacity-1/metacity-theme-3.xml
@@ -0,0 +1,1588 @@
1<?xml version="1.0"?>
2<metacity_theme>
3<info>
4 <name>Numix</name>
5 <author>Satyajit Sahoo</author>
6 <copyright>GPL-3.0+</copyright>
7 <date>11 December 2013</date>
8 <description>Numix Mutter Theme</description>
9</info>
10
11<!-- ::: CONSTANTS ::: -->
12<constant name="C_titlebar" value="gtk:custom(wm_bg,#2d2d2d)" />
13<constant name="C_border_focused" value="gtk:custom(wm_border_focused,#484848)" />
14<constant name="C_border_unfocused" value="gtk:custom(wm_border_unfocused,#393939)" />
15<constant name="C_title_focused" value="gtk:custom(wm_title_focused,#dcdcdc)" />
16<constant name="C_title_unfocused" value="gtk:custom(wm_title_unfocused,#888888)" />
17<constant name="C_icons_focused" value="gtk:custom(wm_icons_focused,#dcdcdc)" />
18<constant name="C_icons_focused_prelight" value="gtk:custom(wm_icons_focused_prelight,gtk:bg[SELECTED])" />
19<constant name="C_icons_focused_pressed" value="gtk:custom(wm_icons_focused_pressed,shade/gtk:bg[SELECTED]/0.8)" />
20<constant name="C_icons_unfocused" value="gtk:custom(wm_icons_unfocused,#888888)" />
21<constant name="C_icons_unfocused_prelight" value="gtk:custom(wm_icons_focused_prelight,gtk:bg[SELECTED])" />
22<constant name="C_icons_unfocused_pressed" value="gtk:custom(wm_icons_focused_pressed,shade/gtk:bg[SELECTED]/0.8)" />
23
24<!-- ::: GEOMETRY ::: -->
25<frame_geometry name="normal" has_title="false" title_scale="medium" rounded_top_left="1" rounded_top_right="1">
26 <distance name="left_width" value="1" />
27 <distance name="right_width" value="1" />
28 <distance name="bottom_height" value="1" />
29 <distance name="left_titlebar_edge" value="0" />
30 <distance name="right_titlebar_edge" value="0" />
31 <distance name="title_vertical_pad" value="0" />
32 <aspect_ratio name="button" value="1.0" />
33 <border name="title_border" left="0" right="0" top="1"
34bottom="0" />
35 <border name="button_border" left="0" right="0" top="0"
36bottom="0" />
37</frame_geometry>
38
39<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal" />
40
41<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false">
42 <distance name="left_width" value="0" />
43 <distance name="right_width" value="0" />
44 <distance name="bottom_height" value="0" />
45</frame_geometry>
46
47<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max">
48 <distance name="right_width" value="1" />
49</frame_geometry>
50
51<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max">
52 <distance name="left_width" value="1" />
53</frame_geometry>
54
55<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="1" rounded_top_right="1">
56 <distance name="title_vertical_pad" value="0" />
57 <border name="title_border" left="8" right="8" top="4" bottom="4" />
58 <border name="button_border" left="0" right="0" top="0" bottom="0" />
59</frame_geometry>
60
61<frame_geometry name="small_unfocused" parent="small">
62 <distance name="left_titlebar_edge" value="1"/>
63 <distance name="right_titlebar_edge" value="1"/>
64</frame_geometry>
65
66<frame_geometry name="nobuttons" hide_buttons="true" parent="normal" />
67
68<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" >
69 <distance name="left_width" value="1" />
70 <distance name="right_width" value="1" />
71 <distance name="bottom_height" value="1" />
72 <distance name="title_vertical_pad" value="0" />
73 <border name="title_border" left="0" right="0" top="0" bottom="0" />
74 <border name="button_border" left="0" right="0" top="0" bottom="0"/>
75</frame_geometry>
76
77<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal">
78 <distance name="left_width" value="0" />
79 <distance name="right_width" value="0" />
80 <distance name="bottom_height" value="0" />
81 <distance name="title_vertical_pad" value="0" />
82 <border name="title_border" left="0" right="0" top="0" bottom="0" />
83 <border name="button_border" left="0" right="0" top="0" bottom="0" />
84</frame_geometry>
85
86<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" rounded_bottom_right="1" rounded_bottom_left="1" parent="small">
87</frame_geometry>
88
89<frame_geometry name="attached" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small">
90</frame_geometry>
91
92<!-- ::: TITLES ::: -->
93<draw_ops name="title_focused">
94 <title version="< 3.1"
95 x="(0 `max` ((width - title_width) / 2)) + 2"
96 y="(0 `max` ((height - title_height) / 2))"
97 color="C_title_focused" />
98 <title version=">= 3.1"
99 x="(0 `max` ((frame_x_center - title_width/2) `min` (width - title_width))) + 2"
100 y="(0 `max` ((height - title_height) / 2))"
101 ellipsize_width="width"
102 color="C_title_focused" />
103</draw_ops>
104
105<draw_ops name="title_unfocused">
106 <title version="< 3.1"
107 x="(0 `max` ((width - title_width) / 2)) + 2"
108 y="(0 `max` ((height - title_height) / 2))"
109 color="C_title_unfocused" />
110 <title version=">= 3.1"
111 x="(0 `max` ((frame_x_center - title_width/2) `min` (width - title_width))) + 2"
112 y="(0 `max` ((height - title_height) / 2))"
113 ellipsize_width="width"
114 color="C_title_unfocused" />
115</draw_ops>
116
117<!-- ::: WINDOW DECORATIONS ::: -->
118<draw_ops name="entire_background_focused">
119 <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" />
120</draw_ops>
121
122<draw_ops name="entire_background_unfocused">
123 <include name="entire_background_focused" />
124</draw_ops>
125
126<draw_ops name="titlebar_fill_focused">
127 <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" />
128</draw_ops>
129
130<draw_ops name="titlebar_fill_attached_focused">
131 <include name="entire_background_focused" />
132</draw_ops>
133
134<draw_ops name="titlebar_fill_unfocused">
135 <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" />
136</draw_ops>
137
138<draw_ops name="titlebar_focused">
139 <include name="titlebar_fill_focused" />
140</draw_ops>
141
142<draw_ops name="titlebar_attached_focused"> <!-- titlebar for attached and modal dialogs -->
143 <include name="titlebar_fill_attached_focused" />
144</draw_ops>
145
146<draw_ops name="rounded_titlebar_focused">
147 <include name="titlebar_fill_focused" />
148</draw_ops>
149
150<draw_ops name="border_focused">
151 <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" />
152</draw_ops>
153
154<draw_ops name="border_unfocused">
155 <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" />
156</draw_ops>
157
158<draw_ops name="rounded_border_focused">
159 <line color="C_border_focused" x1="2" y1="0" x2="width-3" y2="0" />
160 <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" />
161 <line color="C_border_focused" x1="0" y1="2" x2="0" y2="height-2" />
162 <line color="C_border_focused" x1="width-1" y1="2" x2="width-1" y2="height-2" />
163 <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" />
164 <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" />
165 <!-- double arcs for darker borders -->
166 <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" />
167 <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" />
168</draw_ops>
169
170<draw_ops name="rounded_border_unfocused">
171 <line color="C_border_unfocused" x1="2" y1="0" x2="width-3" y2="0" />
172 <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" />
173 <line color="C_border_unfocused" x1="0" y1="2" x2="0" y2="height-2" />
174 <line color="C_border_unfocused" x1="width-1" y1="2" x2="width-1" y2="height-2" />
175 <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" />
176 <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" />
177 <!-- double arcs for darker borders -->
178 <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" />
179 <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" />
180</draw_ops>
181
182<draw_ops name="border_right_focused">
183 <line
184 x1="width-1" y1="0"
185 x2="width-1" y2="height"
186 color="C_border_focused" />
187</draw_ops>
188
189<draw_ops name="border_right_unfocused">
190 <line
191 x1="width-1" y1="0"
192 x2="width-1" y2="height"
193 color="C_border_unfocused" />
194</draw_ops>
195
196<draw_ops name="border_left_focused">
197 <line
198