diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-07-12 18:40:52 +0100 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-07-12 18:40:52 +0100 |
commit | f0376ec3b6ec4657931029f2034dad3e386ffaf6 (patch) | |
tree | 55cb93120f6e97879e0d7a319fdba41dbfb1beb4 /data/elementary/themes | |
parent | 41585834b7f292db85ce0cb60313015e58c32131 (diff) |
TH - finixh doing border icons. simple but decent icons
that makes one menu and submenu done...
Diffstat (limited to 'data/elementary/themes')
73 files changed, 2292 insertions, 154 deletions
diff --git a/data/elementary/themes/edc/border-icons.edc b/data/elementary/themes/edc/border-icons.edc index e2f38dfbac..e69de29bb2 100644 --- a/data/elementary/themes/edc/border-icons.edc +++ b/data/elementary/themes/edc/border-icons.edc | |||
@@ -1,32 +0,0 @@ | |||
1 | #define ICON(_NAME, _FILE) \ | ||
2 | group { \ | ||
3 | name: "e/widgets/border/default/"_NAME; \ | ||
4 | max: 16 16; \ | ||
5 | parts { \ | ||
6 | part { name: "icon"; mouse_events: 0; \ | ||
7 | description { state: "default" 0.0; \ | ||
8 | max: 16 16; \ | ||
9 | aspect: 1.0 1.0; aspect_preference: BOTH; \ | ||
10 | image.image: _FILE COMP; \ | ||
11 | image.normal: _FILE; \ | ||
12 | } \ | ||
13 | } \ | ||
14 | } \ | ||
15 | } | ||
16 | |||
17 | ICON("kill", "icon_border_kill.png") | ||
18 | ICON("stacking", "icon_border_stack_norm.png") | ||
19 | ICON("stack_on_top", "icon_border_stack_top.png") | ||
20 | ICON("stack_normal", "icon_border_stack_norm.png") | ||
21 | ICON("stack_below", "icon_border_stack_bot.png") | ||
22 | ICON("fullscreen", "icon_border_maximize.png") | ||
23 | ICON("stick", "icon_border_pin.png") | ||
24 | ICON("sendto", "icon_border_sendto.png") | ||
25 | ICON("skip", "icon_border_skip.png") | ||
26 | ICON("skip_pager", "icon_border_pager.png") | ||
27 | ICON("skip_taskbar", "icon_border_skip.png") | ||
28 | ICON("skip_winlist", "icon_border_skip.png") | ||
29 | ICON("borderless", "icon_border_border.png") | ||
30 | ICON("shade", "icon_border_shaded.png") | ||
31 | ICON("properties", "icon_border_properties.png") | ||
32 | #undef ICON | ||
diff --git a/data/elementary/themes/edc/icons.edc b/data/elementary/themes/edc/icons.edc index 21456c58dc..dec6c4b747 100644 --- a/data/elementary/themes/edc/icons.edc +++ b/data/elementary/themes/edc/icons.edc | |||
@@ -79,22 +79,21 @@ | |||
79 | ICON("locks_user", "i-lock") | 79 | ICON("locks_user", "i-lock") |
80 | ICON("locks_application", "i-lock") | 80 | ICON("locks_application", "i-lock") |
81 | ICON("remember", "i-check") | 81 | ICON("remember", "i-check") |
82 | // remove from border-icons.edc | 82 | ICON("fullscreen", "i-fullscreen") |
83 | // ICON("kill", "icon_border_kill.png") | 83 | ICON("kill", "i-kill") |
84 | // ICON("stacking", "icon_border_stack_norm.png") | 84 | ICON("properties", "i-properties") |
85 | // ICON("stack_on_top", "icon_border_stack_top.png") | 85 | ICON("stacking", "i-stacking") |
86 | // ICON("stack_normal", "icon_border_stack_norm.png") | 86 | ICON("stack_on_top", "i-stacking-top") |
87 | // ICON("stack_below", "icon_border_stack_bot.png") | 87 | ICON("stack_normal", "i-stacking-normal") |
88 | // ICON("fullscreen", "icon_border_maximize.png") | 88 | ICON("stack_below", "i-stacking-bottom") |
89 | // ICON("stick", "icon_border_pin.png") | 89 | ICON("stick", "i-pin") |
90 | // ICON("sendto", "icon_border_sendto.png") | 90 | ICON("shade", "i-shade") |
91 | // ICON("skip", "icon_border_skip.png") | 91 | ICON("skip", "i-skip") |
92 | // ICON("skip_pager", "icon_border_pager.png") | 92 | ICON("skip_pager", "i-skip-pager") |
93 | // ICON("skip_taskbar", "icon_border_skip.png") | 93 | ICON("skip_taskbar", "i-skip-taskbar") |
94 | // ICON("skip_winlist", "icon_border_skip.png") | 94 | ICON("skip_winlist", "i-skip-winlist") |
95 | // ICON("borderless", "icon_border_border.png") | 95 | ICON("borderless", "i-border") |
96 | // ICON("shade", "icon_border_shaded.png") | 96 | ICON("sendto", "i-sendto") |
97 | // ICON("properties", "icon_border_properties.png") | ||
98 | #undef ICON | 97 | #undef ICON |
99 | 98 | ||
100 | // mime icons | 99 | // mime icons |
diff --git a/data/elementary/themes/ic.edc b/data/elementary/themes/ic.edc index e7a7a30992..038bb75ca5 100644 --- a/data/elementary/themes/ic.edc +++ b/data/elementary/themes/ic.edc | |||
@@ -29,11 +29,26 @@ I060("i-heart", "heart") | |||
29 | I060("i-close", "close") | 29 | I060("i-close", "close") |
30 | I060("i-move", "move") | 30 | I060("i-move", "move") |
31 | I060("i-resize", "move") | 31 | I060("i-resize", "move") |
32 | I060("i-fullscreen", "fullscreen") | ||
33 | I060("i-kill", "kill") | ||
32 | I060("i-lock", "lock") | 34 | I060("i-lock", "lock") |
35 | I060("i-unlock", "unlock") | ||
33 | I060("i-check", "check") | 36 | I060("i-check", "check") |
34 | I060("i-radio", "radio") | 37 | I060("i-radio", "radio") |
38 | I060("i-properties", "properties") | ||
39 | I060("i-stacking", "stacking") | ||
40 | I060("i-stacking-top", "stacking-top") | ||
41 | I060("i-stacking-normal", "stacking-normal") | ||
42 | I060("i-stacking-bottom", "stacking-bottom") | ||
43 | I060("i-pin", "pin") | ||
44 | I060("i-shade", "shade") | ||
45 | I060("i-skip", "skip") | ||
46 | I060("i-skip-pager", "skip-pager") | ||
47 | I060("i-skip-taskbar", "skip-taskbar") | ||
48 | I060("i-skip-winlist", "skip-winlist") | ||
49 | I060("i-border", "border") | ||
50 | I060("i-sendto", "sendto") | ||
35 | // lock double | 51 | // lock double |
36 | // unlocked | ||
37 | // exclam | 52 | // exclam |
38 | // apps | 53 | // apps |
39 | // everything | 54 | // everything |
@@ -45,18 +60,9 @@ I060("i-radio", "radio") | |||
45 | // enlightenment | 60 | // enlightenment |
46 | // spanner | 61 | // spanner |
47 | // system | 62 | // system |
48 | // border | ||
49 | // kill | ||
50 | // more | 63 | // more |
51 | // pager | 64 | // pager |
52 | // pin | ||
53 | // properties | ||
54 | // send to | 65 | // send to |
55 | // shaded | ||
56 | // skip | ||
57 | // stack bottom | ||
58 | // stack norm | ||
59 | // stack top | ||
60 | // chat | 66 | // chat |
61 | // clock | 67 | // clock |
62 | // delete | 68 | // delete |
@@ -156,6 +162,7 @@ I060("i-radio", "radio") | |||
156 | // bulb | 162 | // bulb |
157 | // bright bulb | 163 | // bright bulb |
158 | // phone | 164 | // phone |
165 | // cleanup | ||
159 | 166 | ||
160 | /////////////////////////////////////////////////////////////////////////////// | 167 | /////////////////////////////////////////////////////////////////////////////// |
161 | // larger color icons (mostly efm or settings) | 168 | // larger color icons (mostly efm or settings) |
@@ -170,6 +177,8 @@ I160("i-folder", "efm-folder") | |||
170 | I160("i-home", "efm-home") | 177 | I160("i-home", "efm-home") |
171 | I160("i-temp", "efm-temp") | 178 | I160("i-temp", "efm-temp") |
172 | 179 | ||
180 | /////////////////////////////////////////////////////////////////////////////// | ||
181 | // larger mono icons (mostly efm or settings) | ||
173 | I160("i-system", "system") | 182 | I160("i-system", "system") |
174 | I160("i-system-restart", "system-restart") | 183 | I160("i-system-restart", "system-restart") |
175 | I160("i-system-shutdown", "system-shutdown") | 184 | I160("i-system-shutdown", "system-shutdown") |
@@ -177,7 +186,6 @@ I160("i-system-suspend", "system-suspend") | |||
177 | I160("i-system-suspend-hibernate", "system-suspend-hibernate") | 186 | I160("i-system-suspend-hibernate", "system-suspend-hibernate") |
178 | I160("i-system-lock", "system-lock") | 187 | I160("i-system-lock", "system-lock") |
179 | I160("i-system-logout", "system-logout") | 188 | I160("i-system-logout", "system-logout") |
180 | |||
181 | I160("i-enlightenment", "enlightenment") | 189 | I160("i-enlightenment", "enlightenment") |
182 | 190 | ||
183 | /////////////////////////////////////////////////////////////////////////////// | 191 | /////////////////////////////////////////////////////////////////////////////// |
diff --git a/data/elementary/themes/img/arrow.svg b/data/elementary/themes/img/arrow.svg new file mode 100644 index 0000000000..e0239b12e7 --- /dev/null +++ b/data/elementary/themes/img/arrow.svg | |||
@@ -0,0 +1,529 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <svg | ||
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
4 | xmlns:cc="http://creativecommons.org/ns#" | ||
5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
7 | xmlns="http://www.w3.org/2000/svg" | ||
8 | xmlns:xlink="http://www.w3.org/1999/xlink" | ||
9 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
10 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
11 | inkscape:export-ydpi="192" | ||
12 | inkscape:export-xdpi="192" | ||
13 | inkscape:export-filename="/home/raster/C/th-efl/th/img/arrow-l-060.png" | ||
14 | sodipodi:docname="arrow.svg" | ||
15 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
16 | version="1.1" | ||
17 | id="svg2816" | ||
18 | height="30" | ||
19 | width="30"> | ||
20 | <defs | ||
21 | id="defs2818"> | ||
22 | <linearGradient | ||
23 | id="linearGradient4749"> | ||
24 | <stop | ||
25 | id="stop4751" | ||
26 | offset="0" | ||
27 | style="stop-color:#3399ff;stop-opacity:1;" /> | ||
28 | <stop | ||
29 | style="stop-color:#3399ff;stop-opacity:1;" | ||
30 | offset="0.29411766" | ||
31 | id="stop4753" /> | ||
32 | <stop | ||
33 | id="stop4755" | ||
34 | offset="1" | ||
35 | style="stop-color:#3399ff;stop-opacity:0;" /> | ||
36 | </linearGradient> | ||
37 | <linearGradient | ||
38 | id="linearGradient4645"> | ||
39 | <stop | ||
40 | style="stop-color:#000000;stop-opacity:0;" | ||
41 | offset="0" | ||
42 | id="stop4647" /> | ||
43 | <stop | ||
44 | id="stop4649" | ||
45 | offset="0.5" | ||
46 | style="stop-color:#000000;stop-opacity:0;" /> | ||
47 | <stop | ||
48 | style="stop-color:#000000;stop-opacity:0.1882353;" | ||
49 | offset="1" | ||
50 | id="stop4651" /> | ||
51 | </linearGradient> | ||
52 | <linearGradient | ||
53 | id="linearGradient3732"> | ||
54 | <stop | ||
55 | id="stop3734" | ||
56 | offset="0" | ||
57 | style="stop-color:#000000;stop-opacity:1;" /> | ||
58 | <stop | ||
59 | id="stop3736" | ||
60 | offset="1" | ||
61 | style="stop-color:#000000;stop-opacity:0;" /> | ||
62 | </linearGradient> | ||
63 | <linearGradient | ||
64 | id="linearGradient3724"> | ||
65 | <stop | ||
66 | style="stop-color:#000000;stop-opacity:0.26605505;" | ||
67 | offset="0" | ||
68 | id="stop3726" /> | ||
69 | <stop | ||
70 | style="stop-color:#000000;stop-opacity:1;" | ||
71 | offset="1" | ||
72 | id="stop3728" /> | ||
73 | </linearGradient> | ||
74 | <linearGradient | ||
75 | id="linearGradient3682"> | ||
76 | <stop | ||
77 | id="stop3684" | ||
78 | offset="0" | ||
79 | style="stop-color:#000000;stop-opacity:0;" /> | ||
80 | <stop | ||
81 | id="stop3686" | ||
82 | offset="1" | ||
83 | style="stop-color:#000000;stop-opacity:1;" /> | ||
84 | </linearGradient> | ||
85 | <linearGradient | ||
86 | id="linearGradient3672" | ||
87 | inkscape:collect="always"> | ||
88 | <stop | ||
89 | id="stop3674" | ||
90 | offset="0" | ||
91 | style="stop-color:#ffffff;stop-opacity:1;" /> | ||
92 | <stop | ||
93 | id="stop3676" | ||
94 | offset="1" | ||
95 | style="stop-color:#ffffff;stop-opacity:0;" /> | ||
96 | </linearGradient> | ||
97 | <linearGradient | ||
98 | id="linearGradient3660"> | ||
99 | <stop | ||
100 | id="stop3662" | ||
101 | offset="0" | ||
102 | style="stop-color:#666666;stop-opacity:1;" /> | ||
103 | <stop | ||
104 | style="stop-color:#dcdcdc;stop-opacity:1;" | ||
105 | offset="0.27873334" | ||
106 | id="stop3668" /> | ||
107 | <stop | ||
108 | id="stop3664" | ||
109 | offset="1" | ||
110 | style="stop-color:#4d4d4d;stop-opacity:1;" /> | ||
111 | </linearGradient> | ||
112 | <linearGradient | ||
113 | id="linearGradient3650"> | ||
114 | <stop | ||
115 | style="stop-color:#3399ff;stop-opacity:1;" | ||
116 | offset="0" | ||
117 | id="stop3652" /> | ||
118 | <stop | ||
119 | id="stop3654" | ||
120 | offset="0.5" | ||
121 | style="stop-color:#3399ff;stop-opacity:1;" /> | ||
122 | <stop | ||
123 | style="stop-color:#3399ff;stop-opacity:0;" | ||
124 | offset="1" | ||
125 | id="stop3656" /> | ||
126 | </linearGradient> | ||
127 | <linearGradient | ||
128 | id="linearGradient3632"> | ||
129 | <stop | ||
130 | id="stop3634" | ||
131 | offset="0" | ||
132 | style="stop-color:#ffffff;stop-opacity:1;" /> | ||
133 | <stop | ||
134 | style="stop-color:#ffffff;stop-opacity:1;" | ||
135 | offset="0.5" | ||
136 | id="stop3640" /> | ||
137 | <stop | ||
138 | id="stop3636" | ||
139 | offset="1" | ||
140 | style="stop-color:#dcecff;stop-opacity:1;" /> | ||
141 | </linearGradient> | ||
142 | <linearGradient | ||
143 | id="linearGradient3612"> | ||
144 | <stop | ||
145 | id="stop3614" | ||
146 | offset="0" | ||
147 | style="stop-color:#ffffff;stop-opacity:1;" /> | ||
148 | <stop | ||
149 | style="stop-color:#ffc800;stop-opacity:1;" | ||
150 | offset="0.5" | ||
151 | id="stop3620" /> | ||
152 | <stop | ||
153 | id="stop3622" | ||
154 | offset="0.75" | ||
155 | style="stop-color:#960000;stop-opacity:1;" /> | ||
156 | <stop | ||
157 | id="stop3616" | ||
158 | offset="1" | ||
159 | style="stop-color:#000000;stop-opacity:1;" /> | ||
160 | </linearGradient> | ||
161 | <inkscape:perspective | ||
162 | id="perspective2824" | ||
163 | inkscape:persp3d-origin="32 : 21.333333 : 1" | ||
164 | inkscape:vp_z="64 : 32 : 1" | ||
165 | inkscape:vp_y="0 : 1000 : 0" | ||
166 | inkscape:vp_x="0 : 32 : 1" | ||
167 | sodipodi:type="inkscape:persp3d" /> | ||
168 | <radialGradient | ||
169 | gradientUnits="userSpaceOnUse" | ||
170 | gradientTransform="matrix(-3.1428571,5.0921233e-7,-3.7033621e-7,-2.285714,132.57144,94.836217)" | ||
171 | r="3.5" | ||
172 | fy="30.115854" | ||
173 | fx="32" | ||
174 | cy="30.115854" | ||
175 | cx="32" | ||
176 | id="radialGradient3618" | ||
177 | xlink:href="#linearGradient3612" | ||
178 | inkscape:collect="always" /> | ||
179 | <radialGradient | ||
180 | gradientUnits="userSpaceOnUse" | ||
181 | r="20" | ||
182 | fy="26" | ||
183 | fx="32" | ||
184 | cy="26" | ||
185 | cx="32" | ||
186 | id="radialGradient3638" | ||
187 | xlink:href="#linearGradient3632" | ||
188 | inkscape:collect="always" /> | ||
189 | <radialGradient | ||
190 | r="20" | ||
191 | fy="26" | ||
192 | fx="32" | ||
193 | cy="26" | ||
194 | cx="32" | ||
195 | gradientUnits="userSpaceOnUse" | ||
196 | id="radialGradient3658" | ||
197 | xlink:href="#linearGradient3650" | ||
198 | inkscape:collect="always" /> | ||
199 | <linearGradient | ||
200 | gradientUnits="userSpaceOnUse" | ||
201 | y2="50" | ||
202 | x2="44" | ||
203 | y1="50" | ||
204 | x1="20" | ||
205 | id="linearGradient3666" | ||
206 | xlink:href="#linearGradient3660" | ||
207 | inkscape:collect="always" /> | ||
208 | <radialGradient | ||
209 | gradientUnits="userSpaceOnUse" | ||
210 | gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)" | ||
211 | r="11" | ||
212 | fy="46" | ||
213 | fx="27" | ||
214 | cy="46" | ||
215 | cx="27" | ||
216 | id="radialGradient3678" | ||
217 | xlink:href="#linearGradient3672" | ||
218 | inkscape:collect="always" /> | ||
219 | <radialGradient | ||
220 | gradientUnits="userSpaceOnUse" | ||
221 | gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)" | ||
222 | r="12" | ||
223 | fy="31.5" | ||
224 | fx="27" | ||
225 | cy="31.5" | ||
226 | cx="27" | ||
227 | id="radialGradient3688" | ||
228 | xlink:href="#linearGradient3682" | ||
229 | inkscape:collect="always" /> | ||
230 | <radialGradient | ||
231 | r="12" | ||
232 | fy="31.5" | ||
233 | fx="27" | ||
234 | cy="31.5" | ||
235 | cx="27" | ||
236 | gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)" | ||
237 | gradientUnits="userSpaceOnUse" | ||
238 | id="radialGradient3692" | ||
239 | xlink:href="#linearGradient3682" | ||
240 | inkscape:collect="always" /> | ||
241 | <radialGradient | ||
242 | r="11" | ||
243 | fy="46" | ||
244 | fx="27" | ||
245 | cy="46" | ||
246 | cx="27" | ||
247 | gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)" | ||
248 | gradientUnits="userSpaceOnUse" | ||
249 | id="radialGradient3698" | ||
250 | xlink:href="#linearGradient3672" | ||
251 | inkscape:collect="always" /> | ||
252 | <radialGradient | ||
253 | r="12" | ||
254 | fy="31.5" | ||
255 | fx="27" | ||
256 | cy="31.5" | ||
257 | cx="27" | ||
258 | gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)" | ||
259 | gradientUnits="userSpaceOnUse" | ||
260 | id="radialGradient3700" | ||
261 | xlink:href="#linearGradient3682" | ||
262 | inkscape:collect="always" /> | ||
263 | <radialGradient | ||
264 | r="11" | ||
265 | fy="46" | ||
266 | fx="27" | ||
267 | cy="46" | ||
268 | cx="27" | ||
269 | gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)" | ||
270 | gradientUnits="userSpaceOnUse" | ||
271 | id="radialGradient3706" | ||
272 | xlink:href="#linearGradient3672" | ||
273 | inkscape:collect="always" /> | ||
274 | <radialGradient | ||
275 | r="12" | ||
276 | fy="31.5" | ||
277 | fx="27" | ||
278 | cy="31.5" | ||
279 | cx="27" | ||
280 | gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)" | ||
281 | gradientUnits="userSpaceOnUse" | ||
282 | id="radialGradient3708" | ||
283 | xlink:href="#linearGradient3682" | ||
284 | inkscape:collect="always" /> | ||
285 | <radialGradient | ||
286 | r="12" | ||
287 | fy="28.499998" | ||
288 | fx="29.222221" | ||
289 | cy="28.499998" | ||
290 | cx="29.222221" | ||
291 | gradientTransform="matrix(1.3333334,5.6213363e-7,-1.1031148e-7,0.25,-6.9629634,33.874984)" | ||
292 | gradientUnits="userSpaceOnUse" | ||
293 | id="radialGradient3712" | ||
294 | xlink:href="#linearGradient3672" | ||
295 | inkscape:collect="always" /> | ||
296 | <radialGradient | ||
297 | gradientUnits="userSpaceOnUse" | ||
298 | gradientTransform="matrix(1.2,0,0,0.2,-6.2,46.5)" | ||
299 | r="5" | ||
300 | fy="52.5" | ||
301 | fx="31" | ||
302 | cy="52.5" | ||
303 | cx="31" | ||
304 | id="radialGradient3722" | ||
305 | xlink:href="#linearGradient3724" | ||
306 | inkscape:collect="always" /> | ||
307 | <radialGradient | ||
308 | gradientUnits="userSpaceOnUse" | ||
309 | gradientTransform="matrix(1,0,0,0.13513514,0,50.594595)" | ||
310 | r="18.5" | ||
311 | fy="58.5" | ||
312 | fx="33.5" | ||
313 | cy="58.5" | ||
314 | cx="33.5" | ||
315 | id="radialGradient3738" | ||
316 | xlink:href="#linearGradient3732" | ||
317 | inkscape:collect="always" /> | ||
318 | <radialGradient | ||
319 | r="20" | ||
320 | fy="26" | ||
321 | fx="32" | ||
322 | cy="26" | ||
323 | cx="32" | ||
324 | gradientUnits="userSpaceOnUse" | ||
325 | id="radialGradient4653" | ||
326 | xlink:href="#linearGradient4645" | ||
327 | inkscape:collect="always" /> | ||
328 | <radialGradient | ||
329 | r="18.5" | ||
330 | fy="58.5" | ||
331 | fx="33.5" | ||
332 | cy="58.5" | ||
333 | cx="33.5" | ||
334 | gradientTransform="matrix(1,0,0,0.13513514,0,50.594595)" | ||
335 | gradientUnits="userSpaceOnUse" | ||
336 | id="radialGradient4655" | ||
337 | xlink:href="#linearGradient3732" | ||
338 | inkscape:collect="always" /> | ||
339 | <linearGradient | ||
340 | y2="50" | ||
341 | x2="44" | ||
342 | y1="50" | ||
343 | x1="20" | ||
344 | gradientUnits="userSpaceOnUse" | ||
345 | id="linearGradient4657" | ||
346 | xlink:href="#linearGradient3660" | ||
347 | inkscape:collect="always" /> | ||
348 | <radialGradient | ||
349 | r="11" | ||
350 | fy="46" | ||
351 | fx="27" | ||
352 | cy="46" | ||
353 | cx="27" | ||
354 | gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)" | ||
355 | gradientUnits="userSpaceOnUse" | ||
356 | id="radialGradient4659" | ||
357 | xlink:href="#linearGradient3672" | ||
358 | inkscape:collect="always" /> | ||
359 | <radialGradient | ||
360 | r="12" | ||
361 | fy="31.5" | ||
362 | fx="27" | ||
363 | cy="31.5" | ||
364 | cx="27" | ||
365 | gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)" | ||
366 | gradientUnits="userSpaceOnUse" | ||
367 | id="radialGradient4661" | ||
368 | xlink:href="#linearGradient3682" | ||
369 | inkscape:collect="always" /> | ||
370 | <radialGradient | ||
371 | r="12" | ||
372 | fy="31.5" | ||
373 | fx="27" | ||
374 | cy="31.5" | ||
375 | cx="27" | ||
376 | gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)" | ||
377 | gradientUnits="userSpaceOnUse" | ||
378 | id="radialGradient4663" | ||
379 | xlink:href="#linearGradient3682" | ||
380 | inkscape:collect="always" /> | ||
381 | <radialGradient | ||
382 | r="11" | ||
383 | fy="46" | ||
384 | fx="27" | ||
385 | cy="46" | ||
386 | cx="27" | ||
387 | gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)" | ||
388 | gradientUnits="userSpaceOnUse" | ||
389 | id="radialGradient4665" | ||
390 | xlink:href="#linearGradient3672" | ||
391 | inkscape:collect="always" /> | ||
392 | <radialGradient | ||
393 | r="12" | ||
394 | fy="31.5" | ||
395 | fx="27" | ||
396 | cy="31.5" | ||
397 | cx="27" | ||
398 | gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)" | ||
399 | gradientUnits="userSpaceOnUse" | ||
400 | id="radialGradient4667" | ||
401 | xlink:href="#linearGradient3682" | ||
402 | inkscape:collect="always" /> | ||
403 | <radialGradient | ||
404 | r="11" | ||
405 | fy="46" | ||
406 | fx="27" | ||
407 | cy="46" | ||
408 | cx="27" | ||
409 | gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)" | ||
410 | gradientUnits="userSpaceOnUse" | ||
411 | id="radialGradient4669" | ||
412 | xlink:href="#linearGradient3672" | ||
413 | inkscape:collect="always" /> | ||
414 | <radialGradient | ||
415 | r="12" | ||
416 | fy="31.5" | ||
417 | fx="27" | ||
418 | cy="31.5" | ||
419 | cx="27" | ||
420 | gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)" | ||
421 | gradientUnits="userSpaceOnUse" | ||
422 | id="radialGradient4671" | ||
423 | xlink:href="#linearGradient3682" | ||
424 | inkscape:collect="always" /> | ||
425 | <radialGradient | ||
426 | r="12" | ||
427 | fy="28.499998" | ||
428 | fx="29.222221" | ||
429 | cy="28.499998" | ||
430 | cx="29.222221" | ||
431 | gradientTransform="matrix(1.3333334,5.6213363e-7,-1.1031148e-7,0.25,-6.9629634,33.874984)" | ||
432 | gradientUnits="userSpaceOnUse" | ||
433 | id="radialGradient4673" | ||
434 | xlink:href="#linearGradient3672" | ||
435 | inkscape:collect="always" /> | ||
436 | <radialGradient | ||
437 | r="5" | ||
438 | fy="52.5" | ||
439 | fx="31" | ||
440 | cy="52.5" | ||
441 | cx="31" | ||
442 | gradientTransform="matrix(1.2,0,0,0.2,-6.2,46.5)" | ||
443 | gradientUnits="userSpaceOnUse" | ||
444 | id="radialGradient4675" | ||
445 | xlink:href="#linearGradient3724" | ||
446 | inkscape:collect="always" /> | ||
447 | <radialGradient | ||
448 | r="20" | ||
449 | fy="26" | ||
450 | fx="32" | ||
451 | cy="26" | ||
452 | cx="32" | ||
453 | gradientUnits="userSpaceOnUse" | ||
454 | id="radialGradient4699" | ||
455 | xlink:href="#linearGradient3650" | ||
456 | inkscape:collect="always" /> | ||
457 | <radialGradient | ||
458 | r="3.5" | ||
459 | fy="30.115854" | ||
460 | fx="32" | ||
461 | cy="30.115854" | ||
462 | cx="32" | ||
463 | gradientTransform="matrix(-3.1428571,5.0921233e-7,-3.7033621e-7,-2.285714,132.57144,94.836217)" | ||
464 | gradientUnits="userSpaceOnUse" | ||
465 | id="radialGradient4703" | ||
466 | xlink:href="#linearGradient3612" | ||
467 | inkscape:collect="always" /> | ||
468 | </defs> | ||
469 | <sodipodi:namedview | ||
470 | inkscape:document-rotation="0" | ||
471 | inkscape:snap-smooth-nodes="true" | ||
472 | inkscape:object-nodes="true" | ||
473 | inkscape:snap-intersection-paths="true" | ||
474 | inkscape:object-paths="true" | ||
475 | inkscape:snap-bbox-edge-midpoints="true" | ||
476 | inkscape:bbox-nodes="true" | ||
477 | inkscape:bbox-paths="true" | ||
478 | inkscape:snap-bbox="true" | ||
479 | inkscape:showpageshadow="false" | ||
480 | inkscape:window-maximized="0" | ||
481 | inkscape:window-y="0" | ||
482 | inkscape:window-x="277" | ||
483 | inkscape:window-height="1372" | ||
484 | inkscape:window-width="1852" | ||
485 | inkscape:grid-bbox="true" | ||
486 | inkscape:document-units="px" | ||
487 | showgrid="true" | ||
488 | inkscape:current-layer="layer1" | ||
489 | inkscape:cy="15" | ||
490 | inkscape:cx="15" | ||
491 | inkscape:zoom="40.1" | ||
492 | inkscape:pageshadow="2" | ||
493 | inkscape:pageopacity="0" | ||
494 | borderopacity="0.50196078" | ||
495 | bordercolor="#000000" | ||
496 | pagecolor="#404040" | ||
497 | id="base"> | ||
498 | <inkscape:grid | ||
499 | snapvisiblegridlinesonly="true" | ||
500 | enabled="true" | ||
501 | visible="true" | ||
502 | empspacing="5" | ||
503 | id="grid2826" | ||
504 | type="xygrid" /> | ||
505 | </sodipodi:namedview> | ||
506 | <metadata | ||
507 | id="metadata2821"> | ||
508 | <rdf:RDF> | ||
509 | <cc:Work | ||
510 | rdf:about=""> | ||
511 | <dc:format>image/svg+xml</dc:format> | ||
512 | <dc:type | ||
513 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
514 | <dc:title></dc:title> | ||
515 | </cc:Work> | ||
516 | </rdf:RDF> | ||
517 | </metadata> | ||
518 | <g | ||
519 | transform="translate(0,-34)" | ||
520 | inkscape:groupmode="layer" | ||
521 | inkscape:label="Layer 1" | ||
522 | id="layer1"> | ||
523 | <path | ||
524 | inkscape:connector-curvature="0" | ||
525 | id="path4682" | ||
526 | d="m 10,49 7,-7 3,3 -4,4 4,4 -3,3 z" | ||
527 | style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" /> | ||
528 | </g> | ||
529 | </svg> | ||
diff --git a/data/elementary/themes/img/border.svg b/data/elementary/themes/img/border.svg new file mode 100644 index 0000000000..95638d2cc6 --- /dev/null +++ b/data/elementary/themes/img/border.svg | |||
@@ -0,0 +1,120 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <svg | ||
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
4 | xmlns:cc="http://creativecommons.org/ns#" | ||
5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
7 | xmlns="http://www.w3.org/2000/svg" | ||
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
10 | version="1.1" | ||
11 | id="svg2" | ||
12 | width="15" | ||
13 | height="15" | ||
14 | viewBox="0 0 15 15" | ||
15 | sodipodi:docname="border.svg" | ||
16 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
17 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/border-015.png" | ||
18 | inkscape:export-xdpi="96" | ||
19 | inkscape:export-ydpi="96"> | ||
20 | <metadata | ||
21 | id="metadata8"> | ||
22 | <rdf:RDF> | ||
23 | <cc:Work | ||
24 | rdf:about=""> | ||
25 | <dc:format>image/svg+xml</dc:format> | ||
26 | <dc:type | ||
27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
28 | <dc:title></dc:title> | ||
29 | </cc:Work> | ||
30 | </rdf:RDF> | ||
31 | </metadata> | ||
32 | <defs | ||
33 | id="defs6" /> | ||
34 | <sodipodi:namedview | ||
35 | inkscape:document-rotation="0" | ||
36 | pagecolor="#404040" | ||
37 | bordercolor="#666666" | ||
38 | borderopacity="1" | ||
39 | objecttolerance="10" | ||
40 | gridtolerance="10" | ||
41 | guidetolerance="10" | ||
42 | inkscape:pageopacity="0" | ||
43 | inkscape:pageshadow="2" | ||
44 | inkscape:window-width="1756" | ||
45 | inkscape:window-height="1372" | ||
46 | id="namedview4" | ||
47 | showgrid="true" | ||
48 | inkscape:zoom="70.2" | ||
49 | inkscape:cx="7.5" | ||
50 | inkscape:cy="7.5" | ||
51 | inkscape:window-x="804" | ||
52 | inkscape:window-y="0" | ||
53 | inkscape:window-maximized="0" | ||
54 | inkscape:current-layer="g10" | ||
55 | inkscape:snap-bbox="true" | ||
56 | inkscape:bbox-paths="true" | ||
57 | inkscape:bbox-nodes="true" | ||
58 | inkscape:snap-bbox-edge-midpoints="true"> | ||
59 | <inkscape:grid | ||
60 | type="xygrid" | ||
61 | id="grid837" | ||
62 | spacingx="0.5" | ||
63 | spacingy="0.5" /> | ||
64 | </sodipodi:namedview> | ||
65 | <g | ||
66 | inkscape:groupmode="layer" | ||
67 | inkscape:label="Image" | ||
68 | id="g10"> | ||
69 | <rect | ||
70 | y="2" | ||
71 | x="2" | ||
72 | height="4" | ||
73 | width="11" | ||
74 | id="rect1143" | ||
75 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
76 | <rect | ||
77 | y="12" | ||
78 | x="2" | ||
79 | height="1" | ||
80 | width="11" | ||
81 | id="rect1145" | ||
82 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
83 | <path | ||
84 | id="path1147" | ||
85 | d="m 2,12 v -1 l 1,1 z" | ||
86 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
87 | <path | ||
88 | id="path1149" | ||
89 | d="m 2,10 2,2 H 5 L 2,9 Z" | ||
90 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
91 | <path | ||
92 | id="path1151" | ||
93 | d="m 2,8 4,4 H 7 L 2,7 Z" | ||
94 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
95 | <path | ||
96 | id="path1153" | ||
97 | d="m 2,6 6,6 H 9 L 3,6 Z" | ||
98 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
99 | <path | ||
100 | id="path1155" | ||
101 | d="M 10,12 4,6 h 1 l 6,6 z" | ||
102 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
103 | <path | ||
104 | id="path1157" | ||
105 | d="m 6,6 6,6 h 1 L 7,6 Z" | ||
106 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
107 | <path | ||
108 | id="path1159" | ||
109 | d="m 8,6 5,5 V 10 L 9,6 Z" | ||
110 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
111 | <path | ||
112 | id="path1161" | ||
113 | d="m 10,6 3,3 V 8 L 11,6 Z" | ||
114 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
115 | <path | ||
116 | id="path1163" | ||
117 | d="M 13,7 12,6 h 1 z" | ||
118 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
119 | </g> | ||
120 | </svg> | ||
diff --git a/data/elementary/themes/img/fullscreen.svg b/data/elementary/themes/img/fullscreen.svg new file mode 100644 index 0000000000..a21641ec2f --- /dev/null +++ b/data/elementary/themes/img/fullscreen.svg | |||
@@ -0,0 +1,101 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <svg | ||
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
4 | xmlns:cc="http://creativecommons.org/ns#" | ||
5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
7 | xmlns="http://www.w3.org/2000/svg" | ||
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
10 | inkscape:export-ydpi="96" | ||
11 | inkscape:export-xdpi="96" | ||
12 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/resize-015.png" | ||
13 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
14 | sodipodi:docname="fullscreen.svg" | ||
15 | viewBox="0 0 15 15" | ||
16 | height="15" | ||
17 | width="15" | ||
18 | id="svg2" | ||
19 | version="1.1"> | ||
20 | <metadata | ||
21 | id="metadata8"> | ||
22 | <rdf:RDF> | ||
23 | <cc:Work | ||
24 | rdf:about=""> | ||
25 | <dc:format>image/svg+xml</dc:format> | ||
26 | <dc:type | ||
27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
28 | <dc:title></dc:title> | ||
29 | </cc:Work> | ||
30 | </rdf:RDF> | ||
31 | </metadata> | ||
32 | <defs | ||
33 | id="defs6" /> | ||
34 | <sodipodi:namedview | ||
35 | inkscape:current-layer="g10" | ||
36 | inkscape:window-maximized="0" | ||
37 | inkscape:window-y="2" | ||
38 | inkscape:window-x="339" | ||
39 | inkscape:cy="7.5" | ||
40 | inkscape:cx="7.5" | ||
41 | inkscape:zoom="80.533333" | ||
42 | showgrid="true" | ||
43 | id="namedview4" | ||
44 | inkscape:window-height="1370" | ||
45 | inkscape:window-width="1920" | ||
46 | inkscape:pageshadow="2" | ||
47 | inkscape:pageopacity="0" | ||
48 | guidetolerance="10" | ||
49 | gridtolerance="10" | ||
50 | objecttolerance="10" | ||
51 | borderopacity="1" | ||
52 | bordercolor="#666666" | ||
53 | pagecolor="#404040" | ||
54 | inkscape:document-rotation="0"> | ||
55 | <inkscape:grid | ||
56 | spacingy="0.5" | ||
57 | spacingx="0.5" | ||
58 | id="grid837" | ||
59 | type="xygrid" /> | ||
60 | </sodipodi:namedview> | ||
61 | <g | ||
62 | id="g10" | ||
63 | inkscape:label="Image" | ||
64 | inkscape:groupmode="layer"> | ||
65 | <path | ||
66 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
67 | d="M 2,6.5 V 2 H 6.5 V 4 H 4 v 2.5" | ||
68 | id="path832" | ||
69 | inkscape:transform-center-x="3.2589415" | ||
70 | inkscape:transform-center-y="-3.2353996" | ||
71 | sodipodi:nodetypes="cccccc" /> | ||
72 | <path | ||
73 | sodipodi:nodetypes="cccccc" | ||
74 | inkscape:transform-center-y="-3.2589415" | ||
75 | inkscape:transform-center-x="-3.2353995" | ||
76 | id="path860" | ||
77 | d="M 8.5000001,2 H 13 V 6.5 H 11 V 4 H 8.5000001" | ||
78 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
79 | <path | ||
80 | sodipodi:nodetypes="cccccc" | ||
81 | inkscape:transform-center-y="3.2353995" | ||
82 | inkscape:transform-center-x="-3.2589415" | ||
83 | id="path862" | ||
84 | d="M 13,8.5000002 V 13 H 8.5 V 11 H 11 V 8.5000002" | ||
85 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
86 | <path | ||
87 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
88 | d="M 6.5235419,12.994341 H 2.023542 V 8.4943411 h 2 v 2.4999999 h 2.4999999" | ||
89 | id="path864" | ||
90 | inkscape:transform-center-x="3.2353995" | ||
91 | inkscape:transform-center-y="3.2589415" | ||
92 | sodipodi:nodetypes="cccccc" /> | ||
93 | <rect | ||
94 | y="6" | ||
95 | x="6" | ||
96 | height="3" | ||
97 | width="3" | ||
98 | id="rect1682" | ||
99 | style="fill:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" /> | ||
100 | </g> | ||
101 | </svg> | ||
diff --git a/data/elementary/themes/img/ic/border-015.png b/data/elementary/themes/img/ic/border-015.png new file mode 100644 index 0000000000..ae9fbe1c6d --- /dev/null +++ b/data/elementary/themes/img/ic/border-015.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/border-030.png b/data/elementary/themes/img/ic/border-030.png new file mode 100644 index 0000000000..044a36ee39 --- /dev/null +++ b/data/elementary/themes/img/ic/border-030.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/border-060.png b/data/elementary/themes/img/ic/border-060.png new file mode 100644 index 0000000000..eb1f30dc11 --- /dev/null +++ b/data/elementary/themes/img/ic/border-060.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/fullscreen-015.png b/data/elementary/themes/img/ic/fullscreen-015.png new file mode 100644 index 0000000000..42645dc030 --- /dev/null +++ b/data/elementary/themes/img/ic/fullscreen-015.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/fullscreen-030.png b/data/elementary/themes/img/ic/fullscreen-030.png new file mode 100644 index 0000000000..33bd8e7a03 --- /dev/null +++ b/data/elementary/themes/img/ic/fullscreen-030.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/fullscreen-060.png b/data/elementary/themes/img/ic/fullscreen-060.png new file mode 100644 index 0000000000..43fc26a6e1 --- /dev/null +++ b/data/elementary/themes/img/ic/fullscreen-060.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/kill-015.png b/data/elementary/themes/img/ic/kill-015.png new file mode 100644 index 0000000000..c9132e9834 --- /dev/null +++ b/data/elementary/themes/img/ic/kill-015.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/kill-030.png b/data/elementary/themes/img/ic/kill-030.png new file mode 100644 index 0000000000..10a598f76a --- /dev/null +++ b/data/elementary/themes/img/ic/kill-030.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/kill-060.png b/data/elementary/themes/img/ic/kill-060.png new file mode 100644 index 0000000000..37adf0c4a6 --- /dev/null +++ b/data/elementary/themes/img/ic/kill-060.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/lock-015.png b/data/elementary/themes/img/ic/lock-015.png index e0e3a1880c..022928000e 100644 --- a/data/elementary/themes/img/ic/lock-015.png +++ b/data/elementary/themes/img/ic/lock-015.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/lock-030.png b/data/elementary/themes/img/ic/lock-030.png index e7d2c26316..c600f4e415 100644 --- a/data/elementary/themes/img/ic/lock-030.png +++ b/data/elementary/themes/img/ic/lock-030.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/lock-060.png b/data/elementary/themes/img/ic/lock-060.png index ce88dff744..a6811520fa 100644 --- a/data/elementary/themes/img/ic/lock-060.png +++ b/data/elementary/themes/img/ic/lock-060.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/pin-015.png b/data/elementary/themes/img/ic/pin-015.png new file mode 100644 index 0000000000..afc5ab6063 --- /dev/null +++ b/data/elementary/themes/img/ic/pin-015.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/pin-030.png b/data/elementary/themes/img/ic/pin-030.png new file mode 100644 index 0000000000..17cc320d23 --- /dev/null +++ b/data/elementary/themes/img/ic/pin-030.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/pin-060.png b/data/elementary/themes/img/ic/pin-060.png new file mode 100644 index 0000000000..f77cafb589 --- /dev/null +++ b/data/elementary/themes/img/ic/pin-060.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/properties-015.png b/data/elementary/themes/img/ic/properties-015.png new file mode 100644 index 0000000000..a9d9b4ef9b --- /dev/null +++ b/data/elementary/themes/img/ic/properties-015.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/properties-030.png b/data/elementary/themes/img/ic/properties-030.png new file mode 100644 index 0000000000..8a97791a3f --- /dev/null +++ b/data/elementary/themes/img/ic/properties-030.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/properties-060.png b/data/elementary/themes/img/ic/properties-060.png new file mode 100644 index 0000000000..87a56ecfe1 --- /dev/null +++ b/data/elementary/themes/img/ic/properties-060.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/sendto-015.png b/data/elementary/themes/img/ic/sendto-015.png new file mode 100644 index 0000000000..657b0b6508 --- /dev/null +++ b/data/elementary/themes/img/ic/sendto-015.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/sendto-030.png b/data/elementary/themes/img/ic/sendto-030.png new file mode 100644 index 0000000000..7c3fcc6844 --- /dev/null +++ b/data/elementary/themes/img/ic/sendto-030.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/sendto-060.png b/data/elementary/themes/img/ic/sendto-060.png new file mode 100644 index 0000000000..f67feadec2 --- /dev/null +++ b/data/elementary/themes/img/ic/sendto-060.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/shade-015.png b/data/elementary/themes/img/ic/shade-015.png new file mode 100644 index 0000000000..d836f46a74 --- /dev/null +++ b/data/elementary/themes/img/ic/shade-015.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/shade-030.png b/data/elementary/themes/img/ic/shade-030.png new file mode 100644 index 0000000000..9440548608 --- /dev/null +++ b/data/elementary/themes/img/ic/shade-030.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/shade-060.png b/data/elementary/themes/img/ic/shade-060.png new file mode 100644 index 0000000000..a7da3ad482 --- /dev/null +++ b/data/elementary/themes/img/ic/shade-060.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/skip-015.png b/data/elementary/themes/img/ic/skip-015.png new file mode 100644 index 0000000000..3ce0b790fe --- /dev/null +++ b/data/elementary/themes/img/ic/skip-015.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/skip-030.png b/data/elementary/themes/img/ic/skip-030.png new file mode 100644 index 0000000000..cb0571e16f --- /dev/null +++ b/data/elementary/themes/img/ic/skip-030.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/skip-060.png b/data/elementary/themes/img/ic/skip-060.png new file mode 100644 index 0000000000..972ce38eda --- /dev/null +++ b/data/elementary/themes/img/ic/skip-060.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/skip-pager-015.png b/data/elementary/themes/img/ic/skip-pager-015.png new file mode 100644 index 0000000000..c32c45e5cd --- /dev/null +++ b/data/elementary/themes/img/ic/skip-pager-015.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/skip-pager-030.png b/data/elementary/themes/img/ic/skip-pager-030.png new file mode 100644 index 0000000000..f117c80a21 --- /dev/null +++ b/data/elementary/themes/img/ic/skip-pager-030.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/skip-pager-060.png b/data/elementary/themes/img/ic/skip-pager-060.png new file mode 100644 index 0000000000..69d8a378d9 --- /dev/null +++ b/data/elementary/themes/img/ic/skip-pager-060.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/skip-taskbar-015.png b/data/elementary/themes/img/ic/skip-taskbar-015.png new file mode 100644 index 0000000000..122bcab99e --- /dev/null +++ b/data/elementary/themes/img/ic/skip-taskbar-015.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/skip-taskbar-030.png b/data/elementary/themes/img/ic/skip-taskbar-030.png new file mode 100644 index 0000000000..b30cd020e2 --- /dev/null +++ b/data/elementary/themes/img/ic/skip-taskbar-030.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/skip-taskbar-060.png b/data/elementary/themes/img/ic/skip-taskbar-060.png new file mode 100644 index 0000000000..f955a31905 --- /dev/null +++ b/data/elementary/themes/img/ic/skip-taskbar-060.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/skip-winlist-015.png b/data/elementary/themes/img/ic/skip-winlist-015.png new file mode 100644 index 0000000000..daa74777a5 --- /dev/null +++ b/data/elementary/themes/img/ic/skip-winlist-015.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/skip-winlist-030.png b/data/elementary/themes/img/ic/skip-winlist-030.png new file mode 100644 index 0000000000..852606b6fe --- /dev/null +++ b/data/elementary/themes/img/ic/skip-winlist-030.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/skip-winlist-060.png b/data/elementary/themes/img/ic/skip-winlist-060.png new file mode 100644 index 0000000000..a649f8f6a2 --- /dev/null +++ b/data/elementary/themes/img/ic/skip-winlist-060.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/stacking-015.png b/data/elementary/themes/img/ic/stacking-015.png new file mode 100644 index 0000000000..22eaca0371 --- /dev/null +++ b/data/elementary/themes/img/ic/stacking-015.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/stacking-030.png b/data/elementary/themes/img/ic/stacking-030.png new file mode 100644 index 0000000000..740390fe9a --- /dev/null +++ b/data/elementary/themes/img/ic/stacking-030.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/stacking-060.png b/data/elementary/themes/img/ic/stacking-060.png new file mode 100644 index 0000000000..e740cfc79c --- /dev/null +++ b/data/elementary/themes/img/ic/stacking-060.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/stacking-bottom-015.png b/data/elementary/themes/img/ic/stacking-bottom-015.png new file mode 100644 index 0000000000..106329188c --- /dev/null +++ b/data/elementary/themes/img/ic/stacking-bottom-015.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/stacking-bottom-030.png b/data/elementary/themes/img/ic/stacking-bottom-030.png new file mode 100644 index 0000000000..62b1078e24 --- /dev/null +++ b/data/elementary/themes/img/ic/stacking-bottom-030.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/stacking-bottom-060.png b/data/elementary/themes/img/ic/stacking-bottom-060.png new file mode 100644 index 0000000000..b980c5a6a3 --- /dev/null +++ b/data/elementary/themes/img/ic/stacking-bottom-060.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/stacking-normal-015.png b/data/elementary/themes/img/ic/stacking-normal-015.png new file mode 100644 index 0000000000..a50e434713 --- /dev/null +++ b/data/elementary/themes/img/ic/stacking-normal-015.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/stacking-normal-030.png b/data/elementary/themes/img/ic/stacking-normal-030.png new file mode 100644 index 0000000000..621d7afc18 --- /dev/null +++ b/data/elementary/themes/img/ic/stacking-normal-030.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/stacking-normal-060.png b/data/elementary/themes/img/ic/stacking-normal-060.png new file mode 100644 index 0000000000..68e50aff2a --- /dev/null +++ b/data/elementary/themes/img/ic/stacking-normal-060.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/stacking-top-015.png b/data/elementary/themes/img/ic/stacking-top-015.png new file mode 100644 index 0000000000..7b38977474 --- /dev/null +++ b/data/elementary/themes/img/ic/stacking-top-015.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/stacking-top-030.png b/data/elementary/themes/img/ic/stacking-top-030.png new file mode 100644 index 0000000000..82d477c0b2 --- /dev/null +++ b/data/elementary/themes/img/ic/stacking-top-030.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/stacking-top-060.png b/data/elementary/themes/img/ic/stacking-top-060.png new file mode 100644 index 0000000000..b6e7651f02 --- /dev/null +++ b/data/elementary/themes/img/ic/stacking-top-060.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/unlock-015.png b/data/elementary/themes/img/ic/unlock-015.png new file mode 100644 index 0000000000..8220d4cb8c --- /dev/null +++ b/data/elementary/themes/img/ic/unlock-015.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/unlock-030.png b/data/elementary/themes/img/ic/unlock-030.png new file mode 100644 index 0000000000..6144ed4d49 --- /dev/null +++ b/data/elementary/themes/img/ic/unlock-030.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/ic/unlock-060.png b/data/elementary/themes/img/ic/unlock-060.png new file mode 100644 index 0000000000..0ccfea4ef4 --- /dev/null +++ b/data/elementary/themes/img/ic/unlock-060.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/kill.svg b/data/elementary/themes/img/kill.svg new file mode 100644 index 0000000000..7bf4623158 --- /dev/null +++ b/data/elementary/themes/img/kill.svg | |||
@@ -0,0 +1,94 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <svg | ||
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
4 | xmlns:cc="http://creativecommons.org/ns#" | ||
5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
7 | xmlns="http://www.w3.org/2000/svg" | ||
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
10 | inkscape:export-ydpi="96" | ||
11 | inkscape:export-xdpi="96" | ||
12 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/kill-015.png" | ||
13 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
14 | sodipodi:docname="kill.svg" | ||
15 | viewBox="0 0 15 15" | ||
16 | height="15" | ||
17 | width="15" | ||
18 | id="svg2" | ||
19 | version="1.1"> | ||
20 | <metadata | ||
21 | id="metadata8"> | ||
22 | <rdf:RDF> | ||
23 | <cc:Work | ||
24 | rdf:about=""> | ||
25 | <dc:format>image/svg+xml</dc:format> | ||
26 | <dc:type | ||
27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
28 | <dc:title></dc:title> | ||
29 | </cc:Work> | ||
30 | </rdf:RDF> | ||
31 | </metadata> | ||
32 | <defs | ||
33 | id="defs6" /> | ||
34 | <sodipodi:namedview | ||
35 | inkscape:snap-bbox-edge-midpoints="true" | ||
36 | inkscape:bbox-nodes="true" | ||
37 | inkscape:bbox-paths="true" | ||
38 | inkscape:snap-bbox="true" | ||
39 | inkscape:current-layer="g10" | ||
40 | inkscape:window-maximized="0" | ||
41 | inkscape:window-y="0" | ||
42 | inkscape:window-x="342" | ||
43 | inkscape:cy="7.5" | ||
44 | inkscape:cx="7.5" | ||
45 | inkscape:zoom="80.533333" | ||
46 | showgrid="true" | ||
47 | id="namedview4" | ||
48 | inkscape:window-height="1372" | ||
49 | inkscape:window-width="1920" | ||
50 | inkscape:pageshadow="2" | ||
51 | inkscape:pageopacity="0" | ||
52 | guidetolerance="10" | ||
53 | gridtolerance="10" | ||
54 | objecttolerance="10" | ||
55 | borderopacity="1" | ||
56 | bordercolor="#666666" | ||
57 | pagecolor="#404040" | ||
58 | inkscape:document-rotation="0"> | ||
59 | <inkscape:grid | ||
60 | spacingy="0.5" | ||
61 | spacingx="0.5" | ||
62 | id="grid837" | ||
63 | type="xygrid" /> | ||
64 | </sodipodi:namedview> | ||
65 | <g | ||
66 | id="g10" | ||
67 | inkscape:label="Image" | ||
68 | inkscape:groupmode="layer"> | ||
69 | <path | ||
70 | d="M 7.4394531 2 A 4 4 0 0 0 3.5 6 A 4 4 0 0 0 7.5 10 A 4 4 0 0 0 11.5 6 A 4 4 0 0 0 7.5 2 A 4 4 0 0 0 7.4394531 2 z M 5.5 4.5 A 1 1 0 0 1 6.5 5.5 A 1 1 0 0 1 5.5 6.5 A 1 1 0 0 1 4.5 5.5 A 1 1 0 0 1 5.5 4.5 z M 9.5 4.5 A 1 1 0 0 1 10.5 5.5 A 1 1 0 0 1 9.5 6.5 A 1 1 0 0 1 8.5 5.5 A 1 1 0 0 1 9.5 4.5 z " | ||
71 | style="fill:#ffffff;fill-opacity:1;stroke-width:2.66666;stroke-linecap:round;stroke-linejoin:round" | ||
72 | id="path1722" /> | ||
73 | <rect | ||
74 | y="9" | ||
75 | x="5.5" | ||
76 | height="1.5" | ||
77 | width="4" | ||
78 | id="rect1724" | ||
79 | style="fill:#ffffff;fill-opacity:1;stroke-width:1.54919;stroke-linecap:round;stroke-linejoin:round" /> | ||
80 | <path | ||
81 | sodipodi:nodetypes="cczcczczcczccc" | ||
82 | id="path1726" | ||
83 | d="m 5.5,10 v 0.5 c 0,0 0,0.5 0.5,0.5 0.5,0 0.5,-0.5 0.5,-0.5 V 11 c 0,0 0,0.5 0.5,0.5 0.5,0 0.5,-0.5 0.5,-0.5 0,0 0,0.5 0.5,0.5 0.5,0 0.5,-0.5 0.5,-0.5 v -0.5 c 0,0 0,0.5 0.5,0.5 0.5,0 0.5,-0.5 0.5,-0.5 V 10 Z" | ||
84 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
85 | <path | ||
86 | d="m 3.8491255,12.442973 a 0.5,0.5 0 0 0 -0.3422339,0.60934 0.5,0.5 0 0 0 0.601053,0.356586 0.5,0.5 0 0 0 -0.3422339,0.60934 0.5,0.5 0 0 0 0.6123724,0.353553 0.5,0.5 0 0 0 0.3535534,-0.612373 l 5.7955545,-1.552914 a 0.5,0.5 0 0 0 0.612373,0.353554 0.5,0.5 0 0 0 0.353553,-0.612373 0.5,0.5 0 0 0 -0.601052,-0.356586 0.5,0.5 0 0 0 0.342233,-0.60934 0.5,0.5 0 0 0 -0.612372,-0.353553 0.5,0.5 0 0 0 -0.353554,0.612372 L 4.4728174,12.793494 A 0.5,0.5 0 0 0 3.860445,12.43994 a 0.5,0.5 0 0 0 -0.011319,0.003 z" | ||
87 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" | ||
88 | id="rect1741" /> | ||
89 | <path | ||
90 | id="path1757" | ||
91 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" | ||
92 | d="m 11.150848,12.442973 a -0.5,0.5 0 0 1 0.342233,0.60934 -0.5,0.5 0 0 1 -0.601053,0.356586 -0.5,0.5 0 0 1 0.342234,0.60934 -0.5,0.5 0 0 1 -0.612372,0.353553 -0.5,0.5 0 0 1 -0.353553,-0.612373 L 4.472782,12.206505 A -0.5,0.5 0 0 1 3.860409,12.560059 -0.5,0.5 0 0 1 3.506856,11.947686 -0.5,0.5 0 0 1 4.107908,11.5911 -0.5,0.5 0 0 1 3.765675,10.98176 -0.5,0.5 0 0 1 4.378047,10.628207 -0.5,0.5 0 0 1 4.731601,11.240579 l 5.795555,1.552915 a -0.5,0.5 0 0 1 0.612372,-0.353554 -0.5,0.5 0 0 1 0.01132,0.003 z" /> | ||
93 | </g> | ||
94 | </svg> | ||
diff --git a/data/elementary/themes/img/lock.svg b/data/elementary/themes/img/lock.svg index dd4e0a16e3..ce55e09b3b 100644 --- a/data/elementary/themes/img/lock.svg +++ b/data/elementary/themes/img/lock.svg | |||
@@ -7,16 +7,16 @@ | |||
7 | xmlns="http://www.w3.org/2000/svg" | 7 | xmlns="http://www.w3.org/2000/svg" |
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | 8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | 9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |
10 | version="1.1" | 10 | inkscape:export-ydpi="96" |
11 | id="svg2" | ||
12 | width="15" | ||
13 | height="15" | ||
14 | viewBox="0 0 15 15" | ||
15 | sodipodi:docname="lock.svg" | ||
16 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
17 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/lock-015.png" | ||
18 | inkscape:export-xdpi="96" | 11 | inkscape:export-xdpi="96" |
19 | inkscape:export-ydpi="96"> | 12 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/lock-015.png" |
13 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
14 | sodipodi:docname="lock.svg" | ||
15 | viewBox="0 0 15 15" | ||
16 | height="15" | ||
17 | width="15" | ||
18 | id="svg2" | ||
19 | version="1.1"> | ||
20 | <metadata | 20 | <metadata |
21 | id="metadata8"> | 21 | id="metadata8"> |
22 | <rdf:RDF> | 22 | <rdf:RDF> |
@@ -32,46 +32,48 @@ | |||
32 | <defs | 32 | <defs |
33 | id="defs6" /> | 33 | id="defs6" /> |
34 | <sodipodi:namedview | 34 | <sodipodi:namedview |
35 | inkscape:document-rotation="0" | 35 | inkscape:bbox-nodes="true" |
36 | pagecolor="#404040" | 36 | inkscape:snap-bbox="true" |
37 | bordercolor="#666666" | 37 | inkscape:current-layer="g10" |
38 | borderopacity="1" | ||
39 | objecttolerance="10" | ||
40 | gridtolerance="10" | ||
41 | guidetolerance="10" | ||
42 | inkscape:pageopacity="0" | ||
43 | inkscape:pageshadow="2" | ||
44 | inkscape:window-width="1920" | ||
45 | inkscape:window-height="1012" | ||
46 | id="namedview4" | ||
47 | showgrid="true" | ||
48 | inkscape:zoom="55.466667" | ||
49 | inkscape:cx="7.5" | ||
50 | inkscape:cy="7.5" | ||
51 | inkscape:window-x="0" | ||
52 | inkscape:window-y="0" | ||
53 | inkscape:window-maximized="0" | 38 | inkscape:window-maximized="0" |
54 | inkscape:current-layer="g10"> | 39 | inkscape:window-y="0" |
40 | inkscape:window-x="384" | ||
41 | inkscape:cy="7.5" | ||
42 | inkscape:cx="7.5" | ||
43 | inkscape:zoom="80.666667" | ||
44 | showgrid="true" | ||
45 | id="namedview4" | ||
46 | inkscape:window-height="1372" | ||
47 | inkscape:window-width="1920" | ||
48 | inkscape:pageshadow="2" | ||
49 | inkscape:pageopacity="0" | ||
50 | guidetolerance="10" | ||
51 | gridtolerance="10" | ||
52 | objecttolerance="10" | ||
53 | borderopacity="1" | ||
54 | bordercolor="#666666" | ||
55 | pagecolor="#404040" | ||
56 | inkscape:document-rotation="0"> | ||
55 | <inkscape:grid | 57 | <inkscape:grid |
56 | type="xygrid" | 58 | spacingy="0.5" |
57 | id="grid837" | ||
58 | spacingx="0.5" | 59 | spacingx="0.5" |
59 | spacingy="0.5" /> | 60 | id="grid837" |
61 | type="xygrid" /> | ||
60 | </sodipodi:namedview> | 62 | </sodipodi:namedview> |
61 | <g | 63 | <g |
62 | inkscape:groupmode="layer" | 64 | id="g10" |
63 | inkscape:label="Image" | 65 | inkscape:label="Image" |
64 | id="g10"> | 66 | inkscape:groupmode="layer"> |
65 | <path | ||
66 | d="M 7.5 2 A 4.5 4.5 0 0 0 3 6.5 A 4.5 4.5 0 0 0 7.5 11 A 4.5 4.5 0 0 0 12 6.5 A 4.5 4.5 0 0 0 7.5 2 z M 7.5 4 A 2.5 2.5 0 0 1 10 6.5 A 2.5 2.5 0 0 1 7.5 9 A 2.5 2.5 0 0 1 5 6.5 A 2.5 2.5 0 0 1 7.5 4 z " | ||
67 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" | ||
68 | id="path890" /> | ||
69 | <rect | 67 | <rect |
70 | y="6.4764581" | 68 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.40593;stroke-linecap:round;stroke-linejoin:round" |
71 | x="2" | ||
72 | height="6.5235419" | ||
73 | width="10.994341" | ||
74 | id="rect884" | 69 | id="rect884" |
75 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" /> | 70 | width="8" |
71 | height="6.5" | ||
72 | x="3.5" | ||
73 | y="6.5" /> | ||
74 | <path | ||
75 | d="M 7.6191406 2.0039062 C 6.8308723 1.9781012 6.0329643 2.216284 5.3730469 2.7226562 C 4.4902779 3.4000288 4.0197816 4.4396254 4.0175781 5.5 L 4 5.5 L 4 8.5 L 6 8.5 L 6 5.5 L 6.0195312 5.5 C 6.0189839 5.0470665 6.2069989 4.6043141 6.5898438 4.3105469 C 6.876148 4.0908579 7.2166007 3.987043 7.5527344 3.9980469 C 7.8888682 4.0090509 8.2208647 4.1351031 8.4921875 4.3730469 C 8.829238 4.6686321 8.9848216 5.0809334 8.984375 5.5 L 9 5.5 L 9 8.5 L 11 8.5 L 11 5.5 C 10.998667 4.5185558 10.589047 3.5501542 9.8125 2.8691406 C 9.1871137 2.3206918 8.4074088 2.0297116 7.6191406 2.0039062 z " | ||
76 | style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1" | ||
77 | id="path891" /> | ||
76 | </g> | 78 | </g> |
77 | </svg> | 79 | </svg> |
diff --git a/data/elementary/themes/img/pin.svg b/data/elementary/themes/img/pin.svg new file mode 100644 index 0000000000..33e2ca9270 --- /dev/null +++ b/data/elementary/themes/img/pin.svg | |||
@@ -0,0 +1,74 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <svg | ||
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
4 | xmlns:cc="http://creativecommons.org/ns#" | ||
5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
7 | xmlns="http://www.w3.org/2000/svg" | ||
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
10 | version="1.1" | ||
11 | id="svg2" | ||
12 | width="15" | ||
13 | height="15" | ||
14 | viewBox="0 0 15 15" | ||
15 | sodipodi:docname="pin.svg" | ||
16 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
17 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/pin-015.png" | ||
18 | inkscape:export-xdpi="96" | ||
19 | inkscape:export-ydpi="96"> | ||
20 | <metadata | ||
21 | id="metadata8"> | ||
22 | <rdf:RDF> | ||
23 | <cc:Work | ||
24 | rdf:about=""> | ||
25 | <dc:format>image/svg+xml</dc:format> | ||
26 | <dc:type | ||
27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
28 | <dc:title></dc:title> | ||
29 | </cc:Work> | ||
30 | </rdf:RDF> | ||
31 | </metadata> | ||
32 | <defs | ||
33 | id="defs6" /> | ||
34 | <sodipodi:namedview | ||
35 | inkscape:document-rotation="0" | ||
36 | pagecolor="#404040" | ||
37 | bordercolor="#666666" | ||
38 | borderopacity="1" | ||
39 | objecttolerance="10" | ||
40 | gridtolerance="10" | ||
41 | guidetolerance="10" | ||
42 | inkscape:pageopacity="0" | ||
43 | inkscape:pageshadow="2" | ||
44 | inkscape:window-width="1756" | ||
45 | inkscape:window-height="1372" | ||
46 | id="namedview4" | ||
47 | showgrid="true" | ||
48 | inkscape:zoom="70.2" | ||
49 | inkscape:cx="7.5" | ||
50 | inkscape:cy="7.5" | ||
51 | inkscape:window-x="804" | ||
52 | inkscape:window-y="0" | ||
53 | inkscape:window-maximized="0" | ||
54 | inkscape:current-layer="g10" | ||
55 | inkscape:snap-bbox="true" | ||
56 | inkscape:bbox-paths="true" | ||
57 | inkscape:bbox-nodes="true" | ||
58 | inkscape:snap-bbox-edge-midpoints="true"> | ||
59 | <inkscape:grid | ||
60 | type="xygrid" | ||
61 | id="grid837" | ||
62 | spacingx="0.5" | ||
63 | spacingy="0.5" /> | ||
64 | </sodipodi:namedview> | ||
65 | <g | ||
66 | inkscape:groupmode="layer" | ||
67 | inkscape:label="Image" | ||
68 | id="g10"> | ||
69 | <path | ||
70 | id="path975" | ||
71 | d="m 7.5,13 -1,-1 V 8.5 H 4 v -2 H 5.5 V 4 C 5.5,4 4,4 4,4 V 2 h 7 V 4 H 9.5 V 6.5 H 11 v 2 H 8.5 V 12 Z" | ||
72 | style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" /> | ||
73 | </g> | ||
74 | </svg> | ||
diff --git a/data/elementary/themes/img/properties.svg b/data/elementary/themes/img/properties.svg new file mode 100644 index 0000000000..73404d5820 --- /dev/null +++ b/data/elementary/themes/img/properties.svg | |||
@@ -0,0 +1,91 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <svg | ||
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
4 | xmlns:cc="http://creativecommons.org/ns#" | ||
5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
7 | xmlns="http://www.w3.org/2000/svg" | ||
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
10 | version="1.1" | ||
11 | id="svg2" | ||
12 | width="15" | ||
13 | height="15" | ||
14 | viewBox="0 0 15 15" | ||
15 | sodipodi:docname="properties.svg" | ||
16 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
17 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/properties-015.png" | ||
18 | inkscape:export-xdpi="96" | ||
19 | inkscape:export-ydpi="96"> | ||
20 | <metadata | ||
21 | id="metadata8"> | ||
22 | <rdf:RDF> | ||
23 | <cc:Work | ||
24 | rdf:about=""> | ||
25 | <dc:format>image/svg+xml</dc:format> | ||
26 | <dc:type | ||
27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
28 | <dc:title></dc:title> | ||
29 | </cc:Work> | ||
30 | </rdf:RDF> | ||
31 | </metadata> | ||
32 | <defs | ||
33 | id="defs6" /> | ||
34 | <sodipodi:namedview | ||
35 | inkscape:document-rotation="0" | ||
36 | pagecolor="#404040" | ||
37 | bordercolor="#666666" | ||
38 | borderopacity="1" | ||
39 | objecttolerance="10" | ||
40 | gridtolerance="10" | ||
41 | guidetolerance="10" | ||
42 | inkscape:pageopacity="0" | ||
43 | inkscape:pageshadow="2" | ||
44 | inkscape:window-width="1756" | ||
45 | inkscape:window-height="1372" | ||
46 | id="namedview4" | ||
47 | showgrid="true" | ||
48 | inkscape:zoom="70.2" | ||
49 | inkscape:cx="7.5" | ||
50 | inkscape:cy="7.5" | ||
51 | inkscape:window-x="804" | ||
52 | inkscape:window-y="0" | ||
53 | inkscape:window-maximized="0" | ||
54 | inkscape:current-layer="g10" | ||
55 | inkscape:snap-bbox="true" | ||
56 | inkscape:bbox-paths="true" | ||
57 | inkscape:bbox-nodes="true" | ||
58 | inkscape:snap-bbox-edge-midpoints="true"> | ||
59 | <inkscape:grid | ||
60 | type="xygrid" | ||
61 | id="grid837" | ||
62 | spacingx="0.5" | ||
63 | spacingy="0.5" /> | ||
64 | </sodipodi:namedview> | ||
65 | <g | ||
66 | inkscape:groupmode="layer" | ||
67 | inkscape:label="Image" | ||
68 | id="g10"> | ||
69 | <path | ||
70 | sodipodi:nodetypes="ccccccc" | ||
71 | id="path850" | ||
72 | d="m 2,5 1.5,1.5 3,-3 -1,-1 -2,2 L 3,4 Z" | ||
73 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
74 | <path | ||
75 | sodipodi:nodetypes="cccccccc" | ||
76 | id="path852" | ||
77 | d="M 8.5,5.5 9,3 l 1,1.5 1,-2 0.5,3 L 12,4 12.5,4.5 13,4" | ||
78 | style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
79 | <path | ||
80 | style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" | ||
81 | d="M 8.5,12 9,9.5 10,11 11,9 11.5,12 12,10.5 12.5,11 13,10.5" | ||
82 | id="path852-0" | ||
83 | sodipodi:nodetypes="cccccccc" /> | ||
84 | <circle | ||
85 | r="2.25" | ||
86 | cy="10.75" | ||
87 | cx="4.25" | ||
88 | id="path873" | ||
89 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
90 | </g> | ||
91 | </svg> | ||
diff --git a/data/elementary/themes/img/resize.svg b/data/elementary/themes/img/resize.svg index a3d1a43efe..6645564c4e 100644 --- a/data/elementary/themes/img/resize.svg +++ b/data/elementary/themes/img/resize.svg | |||
@@ -7,16 +7,16 @@ | |||
7 | xmlns="http://www.w3.org/2000/svg" | 7 | xmlns="http://www.w3.org/2000/svg" |
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | 8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | 9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |
10 | version="1.1" | 10 | inkscape:export-ydpi="96" |
11 | id="svg2" | ||
12 | width="15" | ||
13 | height="15" | ||
14 | viewBox="0 0 15 15" | ||
15 | sodipodi:docname="resize.svg" | ||
16 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
17 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/resize-015.png" | ||
18 | inkscape:export-xdpi="96" | 11 | inkscape:export-xdpi="96" |
19 | inkscape:export-ydpi="96"> | 12 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/resize-015.png" |
13 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
14 | sodipodi:docname="resize.svg" | ||
15 | viewBox="0 0 15 15" | ||
16 | height="15" | ||
17 | width="15" | ||
18 | id="svg2" | ||
19 | version="1.1"> | ||
20 | <metadata | 20 | <metadata |
21 | id="metadata8"> | 21 | id="metadata8"> |
22 | <rdf:RDF> | 22 | <rdf:RDF> |
@@ -32,63 +32,63 @@ | |||
32 | <defs | 32 | <defs |
33 | id="defs6" /> | 33 | id="defs6" /> |
34 | <sodipodi:namedview | 34 | <sodipodi:namedview |
35 | inkscape:document-rotation="0" | 35 | inkscape:current-layer="g10" |
36 | pagecolor="#404040" | ||
37 | bordercolor="#666666" | ||
38 | borderopacity="1" | ||
39 | objecttolerance="10" | ||
40 | gridtolerance="10" | ||
41 | guidetolerance="10" | ||
42 | inkscape:pageopacity="0" | ||
43 | inkscape:pageshadow="2" | ||
44 | inkscape:window-width="1920" | ||
45 | inkscape:window-height="1012" | ||
46 | id="namedview4" | ||
47 | showgrid="true" | ||
48 | inkscape:zoom="55.466667" | ||
49 | inkscape:cx="7.5" | ||
50 | inkscape:cy="7.5" | ||
51 | inkscape:window-x="0" | ||
52 | inkscape:window-y="0" | ||
53 | inkscape:window-maximized="0" | 36 | inkscape:window-maximized="0" |
54 | inkscape:current-layer="g10"> | 37 | inkscape:window-y="2" |
38 | inkscape:window-x="339" | ||
39 | inkscape:cy="7.4937914" | ||
40 | inkscape:cx="7.5" | ||
41 | inkscape:zoom="80.533333" | ||
42 | showgrid="true" | ||
43 | id="namedview4" | ||
44 | inkscape:window-height="1370" | ||
45 | inkscape:window-width="1920" | ||
46 | inkscape:pageshadow="2" | ||
47 | inkscape:pageopacity="0" | ||
48 | guidetolerance="10" | ||
49 | gridtolerance="10" | ||
50 | objecttolerance="10" | ||
51 | borderopacity="1" | ||
52 | bordercolor="#666666" | ||
53 | pagecolor="#404040" | ||
54 | inkscape:document-rotation="0"> | ||
55 | <inkscape:grid | 55 | <inkscape:grid |
56 | type="xygrid" | 56 | spacingy="0.5" |
57 | id="grid837" | ||
58 | spacingx="0.5" | 57 | spacingx="0.5" |
59 | spacingy="0.5" /> | 58 | id="grid837" |
59 | type="xygrid" /> | ||
60 | </sodipodi:namedview> | 60 | </sodipodi:namedview> |
61 | <g | 61 | <g |
62 | inkscape:groupmode="layer" | 62 | id="g10" |
63 | inkscape:label="Image" | 63 | inkscape:label="Image" |
64 | id="g10"> | 64 | inkscape:groupmode="layer"> |
65 | <path | 65 | <path |
66 | sodipodi:nodetypes="cccccc" | 66 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
67 | inkscape:transform-center-y="-3.2353996" | ||
68 | inkscape:transform-center-x="3.2589415" | ||
69 | id="path832" | ||
70 | d="M 2,6.5 V 2 H 6.5 V 4 H 4 v 2.5" | 67 | d="M 2,6.5 V 2 H 6.5 V 4 H 4 v 2.5" |
71 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | 68 | id="path832" |
69 | inkscape:transform-center-x="3.2589415" | ||
70 | inkscape:transform-center-y="-3.2353996" | ||
71 | sodipodi:nodetypes="cccccc" /> | ||
72 | <path | 72 | <path |
73 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | 73 | sodipodi:nodetypes="cccccc" |
74 | d="m 8.4943411,1.9764581 h 4.4999999 v 4.5 h -2 v -2.5 H 8.4943411" | ||
75 | id="path860" | ||
76 | inkscape:transform-center-x="-3.2353995" | ||
77 | inkscape:transform-center-y="-3.2589415" | 74 | inkscape:transform-center-y="-3.2589415" |
78 | sodipodi:nodetypes="cccccc" /> | 75 | inkscape:transform-center-x="-3.2353995" |
76 | id="path860" | ||
77 | d="M 8.5000001,2 H 13 V 6.5 H 11 V 4 H 8.5000001" | ||
78 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
79 | <path | 79 | <path |
80 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | 80 | sodipodi:nodetypes="cccccc" |
81 | d="m 13.017883,8.4707992 v 4.4999998 h -4.5 v -2 h 2.5 V 8.4707992" | ||
82 | id="path862" | ||
83 | inkscape:transform-center-x="-3.2589415" | ||
84 | inkscape:transform-center-y="3.2353995" | 81 | inkscape:transform-center-y="3.2353995" |
85 | sodipodi:nodetypes="cccccc" /> | 82 | inkscape:transform-center-x="-3.2589415" |
83 | id="path862" | ||
84 | d="M 13,8.5000002 V 13 H 8.5 V 11 H 11 V 8.5000002" | ||
85 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
86 | <path | 86 | <path |
87 | sodipodi:nodetypes="cccccc" | 87 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
88 | inkscape:transform-center-y="3.2589415" | ||
89 | inkscape:transform-center-x="3.2353995" | ||
90 | id="path864" | ||
91 | d="M 6.5235419,12.994341 H 2.023542 V 8.4943411 h 2 v 2.4999999 h 2.4999999" | 88 | d="M 6.5235419,12.994341 H 2.023542 V 8.4943411 h 2 v 2.4999999 h 2.4999999" |
92 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | 89 | id="path864" |
90 | inkscape:transform-center-x="3.2353995" | ||
91 | inkscape:transform-center-y="3.2589415" | ||
92 | sodipodi:nodetypes="cccccc" /> | ||
93 | </g> | 93 | </g> |
94 | </svg> | 94 | </svg> |
diff --git a/data/elementary/themes/img/sendto.svg b/data/elementary/themes/img/sendto.svg new file mode 100644 index 0000000000..e8a00c924c --- /dev/null +++ b/data/elementary/themes/img/sendto.svg | |||
@@ -0,0 +1,79 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <svg | ||
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
4 | xmlns:cc="http://creativecommons.org/ns#" | ||
5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
7 | xmlns="http://www.w3.org/2000/svg" | ||
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
10 | version="1.1" | ||
11 | id="svg2" | ||
12 | width="15" | ||
13 | height="15" | ||
14 | viewBox="0 0 15 15" | ||
15 | sodipodi:docname="sendto.svg" | ||
16 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
17 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/sendto-015.png" | ||
18 | inkscape:export-xdpi="96" | ||
19 | inkscape:export-ydpi="96"> | ||
20 | <metadata | ||
21 | id="metadata8"> | ||
22 | <rdf:RDF> | ||
23 | <cc:Work | ||
24 | rdf:about=""> | ||
25 | <dc:format>image/svg+xml</dc:format> | ||
26 | <dc:type | ||
27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
28 | <dc:title></dc:title> | ||
29 | </cc:Work> | ||
30 | </rdf:RDF> | ||
31 | </metadata> | ||
32 | <defs | ||
33 | id="defs6" /> | ||
34 | <sodipodi:namedview | ||
35 | inkscape:document-rotation="0" | ||
36 | pagecolor="#404040" | ||
37 | bordercolor="#666666" | ||
38 | borderopacity="1" | ||
39 | objecttolerance="10" | ||
40 | gridtolerance="10" | ||
41 | guidetolerance="10" | ||
42 | inkscape:pageopacity="0" | ||
43 | inkscape:pageshadow="2" | ||
44 | inkscape:window-width="1756" | ||
45 | inkscape:window-height="1372" | ||
46 | id="namedview4" | ||
47 | showgrid="true" | ||
48 | inkscape:zoom="70.2" | ||
49 | inkscape:cx="7.5" | ||
50 | inkscape:cy="7.5" | ||
51 | inkscape:window-x="804" | ||
52 | inkscape:window-y="0" | ||
53 | inkscape:window-maximized="0" | ||
54 | inkscape:current-layer="g10" | ||
55 | inkscape:snap-bbox="true" | ||
56 | inkscape:bbox-paths="true" | ||
57 | inkscape:bbox-nodes="true" | ||
58 | inkscape:snap-bbox-edge-midpoints="true"> | ||
59 | <inkscape:grid | ||
60 | type="xygrid" | ||
61 | id="grid837" | ||
62 | spacingx="0.5" | ||
63 | spacingy="0.5" /> | ||
64 | </sodipodi:namedview> | ||
65 | <g | ||
66 | inkscape:groupmode="layer" | ||
67 | inkscape:label="Image" | ||
68 | id="g10"> | ||
69 | <path | ||
70 | d="M 2 2 L 2 6 L 7.5 11.5 L 7.5 10.5 L 3 6 L 4 6 L 7.5 9.5 L 7.5 8.5 L 5 6 L 6 6 L 7.5 7.5 L 7.5 6.5 L 7 6 L 7.5 6 L 7.5 2 L 2 2 z M 2 7 L 2 8 L 6 12 L 5 12 L 2 9 L 2 10 L 4 12 L 3 12 L 2 11 L 2 12 L 2 13 L 7.5 13 L 7.5 12 L 7 12 L 2 7 z " | ||
71 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" | ||
72 | id="rect1143" /> | ||
73 | <path | ||
74 | sodipodi:nodetypes="ccccccc" | ||
75 | id="path1194" | ||
76 | d="m 13,7.5 -3,-3 -1,1 2,2 -2,2 1,1 z" | ||
77 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
78 | </g> | ||
79 | </svg> | ||
diff --git a/data/elementary/themes/img/shade.svg b/data/elementary/themes/img/shade.svg new file mode 100644 index 0000000000..3b31ac1943 --- /dev/null +++ b/data/elementary/themes/img/shade.svg | |||
@@ -0,0 +1,82 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <svg | ||
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
4 | xmlns:cc="http://creativecommons.org/ns#" | ||
5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
7 | xmlns="http://www.w3.org/2000/svg" | ||
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
10 | version="1.1" | ||
11 | id="svg2" | ||
12 | width="15" | ||
13 | height="15" | ||
14 | viewBox="0 0 15 15" | ||
15 | sodipodi:docname="shade.svg" | ||
16 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
17 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/shade-015.png" | ||
18 | inkscape:export-xdpi="96" | ||
19 | inkscape:export-ydpi="96"> | ||
20 | <metadata | ||
21 | id="metadata8"> | ||
22 | <rdf:RDF> | ||
23 | <cc:Work | ||
24 | rdf:about=""> | ||
25 | <dc:format>image/svg+xml</dc:format> | ||
26 | <dc:type | ||
27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
28 | <dc:title></dc:title> | ||
29 | </cc:Work> | ||
30 | </rdf:RDF> | ||
31 | </metadata> | ||
32 | <defs | ||
33 | id="defs6" /> | ||
34 | <sodipodi:namedview | ||
35 | inkscape:document-rotation="0" | ||
36 | pagecolor="#404040" | ||
37 | bordercolor="#666666" | ||
38 | borderopacity="1" | ||
39 | objecttolerance="10" | ||
40 | gridtolerance="10" | ||
41 | guidetolerance="10" | ||
42 | inkscape:pageopacity="0" | ||
43 | inkscape:pageshadow="2" | ||
44 | inkscape:window-width="1756" | ||
45 | inkscape:window-height="1372" | ||
46 | id="namedview4" | ||
47 | showgrid="true" | ||
48 | inkscape:zoom="70.2" | ||
49 | inkscape:cx="7.5" | ||
50 | inkscape:cy="7.5" | ||
51 | inkscape:window-x="804" | ||
52 | inkscape:window-y="0" | ||
53 | inkscape:window-maximized="0" | ||
54 | inkscape:current-layer="g10" | ||
55 | inkscape:snap-bbox="true" | ||
56 | inkscape:bbox-paths="true" | ||
57 | inkscape:bbox-nodes="true" | ||
58 | inkscape:snap-bbox-edge-midpoints="true"> | ||
59 | <inkscape:grid | ||
60 | type="xygrid" | ||
61 | id="grid837" | ||
62 | spacingx="0.5" | ||
63 | spacingy="0.5" /> | ||
64 | </sodipodi:namedview> | ||
65 | <g | ||
66 | inkscape:groupmode="layer" | ||
67 | inkscape:label="Image" | ||
68 | id="g10"> | ||
69 | <rect | ||
70 | y="2" | ||
71 | x="2" | ||
72 | height="2" | ||
73 | width="11" | ||
74 | id="rect995" | ||
75 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
76 | <path | ||
77 | sodipodi:nodetypes="ccccccc" | ||
78 | id="path997" | ||
79 | d="m 7.5,6 -5.5,5.5 2,2 3.5,-3.5 3.5,3.5 2,-2 z" | ||
80 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
81 | </g> | ||
82 | </svg> | ||
diff --git a/data/elementary/themes/img/skip-pager.svg b/data/elementary/themes/img/skip-pager.svg new file mode 100644 index 0000000000..fdcb8e888a --- /dev/null +++ b/data/elementary/themes/img/skip-pager.svg | |||
@@ -0,0 +1,130 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <svg | ||
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
4 | xmlns:cc="http://creativecommons.org/ns#" | ||
5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
7 | xmlns="http://www.w3.org/2000/svg" | ||
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
10 | version="1.1" | ||
11 | id="svg2" | ||
12 | width="15" | ||
13 | height="15" | ||
14 | viewBox="0 0 15 15" | ||
15 | sodipodi:docname="skip-pager.svg" | ||
16 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
17 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/skip-pager-015.png" | ||
18 | inkscape:export-xdpi="96" | ||
19 | inkscape:export-ydpi="96"> | ||
20 | <metadata | ||
21 | id="metadata8"> | ||
22 | <rdf:RDF> | ||
23 | <cc:Work | ||
24 | rdf:about=""> | ||
25 | <dc:format>image/svg+xml</dc:format> | ||
26 | <dc:type | ||
27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
28 | <dc:title></dc:title> | ||
29 | </cc:Work> | ||
30 | </rdf:RDF> | ||
31 | </metadata> | ||
32 | <defs | ||
33 | id="defs6" /> | ||
34 | <sodipodi:namedview | ||
35 | inkscape:document-rotation="0" | ||
36 | pagecolor="#404040" | ||
37 | bordercolor="#666666" | ||
38 | borderopacity="1" | ||
39 | objecttolerance="10" | ||
40 | gridtolerance="10" | ||
41 | guidetolerance="10" | ||
42 | inkscape:pageopacity="0" | ||
43 | inkscape:pageshadow="2" | ||
44 | inkscape:window-width="1756" | ||
45 | inkscape:window-height="1372" | ||
46 | id="namedview4" | ||
47 | showgrid="true" | ||
48 | inkscape:zoom="70.2" | ||
49 | inkscape:cx="7.5" | ||
50 | inkscape:cy="7.4928775" | ||
51 | inkscape:window-x="804" | ||
52 | inkscape:window-y="0" | ||
53 | inkscape:window-maximized="0" | ||
54 | inkscape:current-layer="g10" | ||
55 | inkscape:snap-bbox="true" | ||
56 | inkscape:bbox-paths="true" | ||
57 | inkscape:bbox-nodes="true" | ||
58 | inkscape:snap-bbox-edge-midpoints="true"> | ||
59 | <inkscape:grid | ||
60 | type="xygrid" | ||
61 | id="grid837" | ||
62 | spacingx="0.5" | ||
63 | spacingy="0.5" /> | ||
64 | </sodipodi:namedview> | ||
65 | <g | ||
66 | inkscape:groupmode="layer" | ||
67 | inkscape:label="Image" | ||
68 | id="g10"> | ||
69 | <path | ||
70 | id="path1019" | ||
71 | d="m 11,-9 -3.5,-3.5 h -1 L 10,-9 Z" | ||
72 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
73 | <path | ||
74 | id="path1021" | ||
75 | d="m 9,-9 -3.5,-3.5 h -1 L 8,-9 Z" | ||
76 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
77 | <path | ||
78 | id="path1025" | ||
79 | d="m 7,-9 -2.5,-2.5 v 1 L 6,-9 Z" | ||
80 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
81 | <path | ||
82 | sodipodi:nodetypes="ccccc" | ||
83 | id="path1027" | ||
84 | d="m 11,-10 -3.5,-3.5 v -1 L 11,-11 Z" | ||
85 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
86 | <path | ||
87 | id="path1029" | ||
88 | d="M 5,-9 4.5,-9.5 V -9 Z" | ||
89 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
90 | <path | ||
91 | sodipodi:nodetypes="ccccc" | ||
92 | id="path1031" | ||
93 | d="m 11,-12 -3.5,-3.5 h 1 L 11,-13 Z" | ||
94 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
95 | <rect | ||
96 | y="2" | ||
97 | x="2" | ||
98 | height="6.5" | ||
99 | width="6.5" | ||
100 | id="rect1017" | ||
101 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
102 | <path | ||
103 | id="path1033" | ||
104 | d="m 11,-14 -1.5,-1.5 h 1 L 11,-15 Z" | ||
105 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
106 | <path | ||
107 | id="path1053" | ||
108 | d="M 2,13 V 12.5 L 2.5,13 Z" | ||
109 | style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" /> | ||
110 | <path | ||
111 | id="path1057" | ||
112 | d="M 3.5,13 2,11.5 V 11 h 0.5 l 2,2 z" | ||
113 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
114 | <path | ||
115 | id="path1059" | ||
116 | d="m 3.5,11 2,2 h 1 l -2,-2 z" | ||
117 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
118 | <path | ||
119 | id="path1061" | ||
120 | d="m 7.5,13 -2,-2 h 1 l 1,1 z" | ||
121 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
122 | <rect | ||
123 | y="11" | ||
124 | x="7.5" | ||
125 | height="2" | ||
126 | width="5.5" | ||
127 | id="rect1063" | ||
128 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
129 | </g> | ||
130 | </svg> | ||
diff --git a/data/elementary/themes/img/skip-taskbar.svg b/data/elementary/themes/img/skip-taskbar.svg new file mode 100644 index 0000000000..463a1e0be2 --- /dev/null +++ b/data/elementary/themes/img/skip-taskbar.svg | |||
@@ -0,0 +1,139 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <svg | ||
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
4 | xmlns:cc="http://creativecommons.org/ns#" | ||
5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
7 | xmlns="http://www.w3.org/2000/svg" | ||
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
10 | version="1.1" | ||
11 | id="svg2" | ||
12 | width="15" | ||
13 | height="15" | ||
14 | viewBox="0 0 15 15" | ||
15 | sodipodi:docname="skip-taskbar.svg" | ||
16 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
17 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/skip-taskbar-015.png" | ||
18 | inkscape:export-xdpi="96" | ||
19 | inkscape:export-ydpi="96"> | ||
20 | <metadata | ||
21 | id="metadata8"> | ||
22 | <rdf:RDF> | ||
23 | <cc:Work | ||
24 | rdf:about=""> | ||
25 | <dc:format>image/svg+xml</dc:format> | ||
26 | <dc:type | ||
27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
28 | <dc:title></dc:title> | ||
29 | </cc:Work> | ||
30 | </rdf:RDF> | ||
31 | </metadata> | ||
32 | <defs | ||
33 | id="defs6" /> | ||
34 | <sodipodi:namedview | ||
35 | inkscape:document-rotation="0" | ||
36 | pagecolor="#404040" | ||
37 | bordercolor="#666666" | ||
38 | borderopacity="1" | ||
39 | objecttolerance="10" | ||
40 | gridtolerance="10" | ||
41 | guidetolerance="10" | ||
42 | inkscape:pageopacity="0" | ||
43 | inkscape:pageshadow="2" | ||
44 | inkscape:window-width="1756" | ||
45 | inkscape:window-height="1372" | ||
46 | id="namedview4" | ||
47 | showgrid="true" | ||
48 | inkscape:zoom="70.2" | ||
49 | inkscape:cx="7.5" | ||
50 | inkscape:cy="7.5" | ||
51 | inkscape:window-x="804" | ||
52 | inkscape:window-y="0" | ||
53 | inkscape:window-maximized="0" | ||
54 | inkscape:current-layer="g10" | ||
55 | inkscape:snap-bbox="true" | ||
56 | inkscape:bbox-paths="true" | ||
57 | inkscape:bbox-nodes="true" | ||
58 | inkscape:snap-bbox-edge-midpoints="true"> | ||
59 | <inkscape:grid | ||
60 | type="xygrid" | ||
61 | id="grid837" | ||
62 | spacingx="0.5" | ||
63 | spacingy="0.5" /> | ||
64 | </sodipodi:namedview> | ||
65 | <g | ||
66 | inkscape:groupmode="layer" | ||
67 | inkscape:label="Image" | ||
68 | id="g10"> | ||
69 | <path | ||
70 | id="path1019" | ||
71 | d="m 11,-9 -3.5,-3.5 h -1 L 10,-9 Z" | ||
72 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
73 | <path | ||
74 | id="path1021" | ||
75 | d="m 9,-9 -3.5,-3.5 h -1 L 8,-9 Z" | ||
76 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
77 | <path | ||
78 | id="path1025" | ||
79 | d="m 7,-9 -2.5,-2.5 v 1 L 6,-9 Z" | ||
80 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
81 | <path | ||
82 | sodipodi:nodetypes="ccccc" | ||
83 | id="path1027" | ||
84 | d="m 11,-10 -3.5,-3.5 v -1 L 11,-11 Z" | ||
85 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
86 | <path | ||
87 | id="path1029" | ||
88 | d="M 5,-9 4.5,-9.5 V -9 Z" | ||
89 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
90 | <path | ||
91 | sodipodi:nodetypes="ccccc" | ||
92 | id="path1031" | ||
93 | d="m 11,-12 -3.5,-3.5 h 1 L 11,-13 Z" | ||
94 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
95 | <rect | ||
96 | y="2" | ||
97 | x="2" | ||
98 | height="6.5" | ||
99 | width="6.5" | ||
100 | id="rect1017" | ||
101 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
102 | <path | ||
103 | id="path1033" | ||
104 | d="m 11,-14 -1.5,-1.5 h 1 L 11,-15 Z" | ||
105 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
106 | <path | ||
107 | sodipodi:nodetypes="cccc" | ||
108 | id="path1053" | ||
109 | d="m 4.5,13 v -1 l 1,1 z" | ||
110 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
111 | <path | ||
112 | sodipodi:nodetypes="ccccc" | ||
113 | id="path1057" | ||
114 | d="m 6.5,13 -2,-2 h 1 l 2,2 z" | ||
115 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
116 | <path | ||
117 | id="path1059" | ||
118 | d="m 6.5,11 2,2 h 1 l -2,-2 z" | ||
119 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
120 | <path | ||
121 | id="path1061" | ||
122 | d="m 10.5,13 -2,-2 h 1 l 1,1 z" | ||
123 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
124 | <rect | ||
125 | y="11" | ||
126 | x="10.5" | ||
127 | height="2" | ||
128 | width="2.5" | ||
129 | id="rect1063" | ||
130 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.6968;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
131 | <rect | ||
132 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.6968;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" | ||
133 | id="rect1083" | ||
134 | width="2.5" | ||
135 | height="2" | ||
136 | x="2" | ||
137 | y="11" /> | ||
138 | </g> | ||
139 | </svg> | ||
diff --git a/data/elementary/themes/img/skip-winlist.svg b/data/elementary/themes/img/skip-winlist.svg new file mode 100644 index 0000000000..67110f829f --- /dev/null +++ b/data/elementary/themes/img/skip-winlist.svg | |||
@@ -0,0 +1,162 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <svg | ||
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
4 | xmlns:cc="http://creativecommons.org/ns#" | ||
5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
7 | xmlns="http://www.w3.org/2000/svg" | ||
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
10 | version="1.1" | ||
11 | id="svg2" | ||
12 | width="15" | ||
13 | height="15" | ||
14 | viewBox="0 0 15 15" | ||
15 | sodipodi:docname="skip-winlist.svg" | ||
16 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
17 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/skip-winlist-015.png" | ||
18 | inkscape:export-xdpi="96" | ||
19 | inkscape:export-ydpi="96"> | ||
20 | <metadata | ||
21 | id="metadata8"> | ||
22 | <rdf:RDF> | ||
23 | <cc:Work | ||
24 | rdf:about=""> | ||
25 | <dc:format>image/svg+xml</dc:format> | ||
26 | <dc:type | ||
27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
28 | <dc:title></dc:title> | ||
29 | </cc:Work> | ||
30 | </rdf:RDF> | ||
31 | </metadata> | ||
32 | <defs | ||
33 | id="defs6" /> | ||
34 | <sodipodi:namedview | ||
35 | inkscape:document-rotation="0" | ||
36 | pagecolor="#404040" | ||
37 | bordercolor="#666666" | ||
38 | borderopacity="1" | ||
39 | objecttolerance="10" | ||
40 | gridtolerance="10" | ||
41 | guidetolerance="10" | ||
42 | inkscape:pageopacity="0" | ||
43 | inkscape:pageshadow="2" | ||
44 | inkscape:window-width="1756" | ||
45 | inkscape:window-height="1372" | ||
46 | id="namedview4" | ||
47 | showgrid="true" | ||
48 | inkscape:zoom="70.2" | ||
49 | inkscape:cx="7.5" | ||
50 | inkscape:cy="7.5" | ||
51 | inkscape:window-x="804" | ||
52 | inkscape:window-y="0" | ||
53 | inkscape:window-maximized="0" | ||
54 | inkscape:current-layer="g10" | ||
55 | inkscape:snap-bbox="true" | ||
56 | inkscape:bbox-paths="true" | ||
57 | inkscape:bbox-nodes="true" | ||
58 | inkscape:snap-bbox-edge-midpoints="true"> | ||
59 | <inkscape:grid | ||
60 | type="xygrid" | ||
61 | id="grid837" | ||
62 | spacingx="0.5" | ||
63 | spacingy="0.5" /> | ||
64 | </sodipodi:namedview> | ||
65 | <g | ||
66 | inkscape:groupmode="layer" | ||
67 | inkscape:label="Image" | ||
68 | id="g10"> | ||
69 | <path | ||
70 | id="path1019" | ||
71 | d="m 11,-9 -3.5,-3.5 h -1 L 10,-9 Z" | ||
72 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
73 | <path | ||
74 | id="path1021" | ||
75 | d="m 9,-9 -3.5,-3.5 h -1 L 8,-9 Z" | ||
76 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
77 | <path | ||
78 | id="path1025" | ||
79 | d="m 7,-9 -2.5,-2.5 v 1 L 6,-9 Z" | ||
80 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
81 | <path | ||
82 | sodipodi:nodetypes="ccccc" | ||
83 | id="path1027" | ||
84 | d="m 11,-10 -3.5,-3.5 v -1 L 11,-11 Z" | ||
85 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
86 | <path | ||
87 | id="path1029" | ||
88 | d="M 5,-9 4.5,-9.5 V -9 Z" | ||
89 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
90 | <path | ||
91 | sodipodi:nodetypes="ccccc" | ||
92 | id="path1031" | ||
93 | d="m 11,-12 -3.5,-3.5 h 1 L 11,-13 Z" | ||
94 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
95 | <path | ||
96 | id="path1033" | ||
97 | d="m 11,-14 -1.5,-1.5 h 1 L 11,-15 Z" | ||
98 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
99 | <rect | ||
100 | y="3" | ||
101 | x="3" | ||
102 | height="2" | ||
103 | width="9" | ||
104 | id="rect1103" | ||
105 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.79473;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
106 | <rect | ||
107 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.79473;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" | ||
108 | id="rect1105" | ||
109 | width="9" | ||
110 | height="2" | ||
111 | x="3" | ||
112 | y="10" /> | ||
113 | <rect | ||
114 | y="5" | ||
115 | x="10" | ||
116 | height="5" | ||
117 | width="2" | ||
118 | id="rect1107" | ||
119 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.82842;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
120 | <rect | ||
121 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.82842;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" | ||
122 | id="rect1109" | ||
123 | width="2" | ||
124 | height="5" | ||
125 | x="3" | ||
126 | y="5" /> | ||
127 | <rect | ||
128 | y="2" | ||
129 | x="2" | ||
130 | height="1" | ||
131 | width="6.5" | ||
132 | id="rect1111" | ||
133 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
134 | <rect | ||
135 | y="3" | ||
136 | x="2" | ||
137 | height="5.5" | ||
138 | width="1" | ||
139 | id="rect1113" | ||
140 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
141 | <path | ||
142 | id="path1115" | ||
143 | d="m 5,9 1,1 H 5 Z" | ||
144 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
145 | <path | ||
146 | id="path1117" | ||
147 | d="M 7,10 5,8 V 7 l 3,3 z" | ||
148 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
149 | <path | ||
150 | id="path1119" | ||
151 | d="m 5,6 4,4 h 1 L 5,5 Z" | ||
152 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
153 | <path | ||
154 | id="path1121" | ||
155 | d="m 6,5 4,4 V 8 L 7,5 Z" | ||
156 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
157 | <path | ||
158 | id="path1123" | ||
159 | d="m 8,5 2,2 V 6 L 9,5 Z" | ||
160 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
161 | </g> | ||
162 | </svg> | ||
diff --git a/data/elementary/themes/img/skip.svg b/data/elementary/themes/img/skip.svg new file mode 100644 index 0000000000..01d7273733 --- /dev/null +++ b/data/elementary/themes/img/skip.svg | |||
@@ -0,0 +1,107 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <svg | ||
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
4 | xmlns:cc="http://creativecommons.org/ns#" | ||
5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
7 | xmlns="http://www.w3.org/2000/svg" | ||
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
10 | version="1.1" | ||
11 | id="svg2" | ||
12 | width="15" | ||
13 | height="15" | ||
14 | viewBox="0 0 15 15" | ||
15 | sodipodi:docname="skip.svg" | ||
16 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
17 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/skip-015.png" | ||
18 | inkscape:export-xdpi="96" | ||
19 | inkscape:export-ydpi="96"> | ||
20 | <metadata | ||
21 | id="metadata8"> | ||
22 | <rdf:RDF> | ||
23 | <cc:Work | ||
24 | rdf:about=""> | ||
25 | <dc:format>image/svg+xml</dc:format> | ||
26 | <dc:type | ||
27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
28 | <dc:title></dc:title> | ||
29 | </cc:Work> | ||
30 | </rdf:RDF> | ||
31 | </metadata> | ||
32 | <defs | ||
33 | id="defs6" /> | ||
34 | <sodipodi:namedview | ||
35 | inkscape:document-rotation="0" | ||
36 | pagecolor="#404040" | ||
37 | bordercolor="#666666" | ||
38 | borderopacity="1" | ||
39 | objecttolerance="10" | ||
40 | gridtolerance="10" | ||
41 | guidetolerance="10" | ||
42 | inkscape:pageopacity="0" | ||
43 | inkscape:pageshadow="2" | ||
44 | inkscape:window-width="1756" | ||
45 | inkscape:window-height="1372" | ||
46 | id="namedview4" | ||
47 | showgrid="true" | ||
48 | inkscape:zoom="70.2" | ||
49 | inkscape:cx="7.5" | ||
50 | inkscape:cy="7.5" | ||
51 | inkscape:window-x="804" | ||
52 | inkscape:window-y="0" | ||
53 | inkscape:window-maximized="0" | ||
54 | inkscape:current-layer="g10" | ||
55 | inkscape:snap-bbox="true" | ||
56 | inkscape:bbox-paths="true" | ||
57 | inkscape:bbox-nodes="true" | ||
58 | inkscape:snap-bbox-edge-midpoints="true"> | ||
59 | <inkscape:grid | ||
60 | type="xygrid" | ||
61 | id="grid837" | ||
62 | spacingx="0.5" | ||
63 | spacingy="0.5" /> | ||
64 | </sodipodi:namedview> | ||
65 | <g | ||
66 | inkscape:groupmode="layer" | ||
67 | inkscape:label="Image" | ||
68 | id="g10"> | ||
69 | <rect | ||
70 | y="2" | ||
71 | x="2" | ||
72 | height="6.5" | ||
73 | width="6.5" | ||
74 | id="rect1017" | ||
75 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
76 | <path | ||
77 | id="path1019" | ||
78 | d="M 13,13 9.5,9.5 h -1 L 12,13 Z" | ||
79 | style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" /> | ||
80 | <path | ||
81 | id="path1021" | ||
82 | d="M 11,13 7.5,9.5 h -1 L 10,13 Z" | ||
83 | style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" /> | ||
84 | <path | ||
85 | id="path1025" | ||
86 | d="M 9,13 6.5,10.5 v 1 L 8,13 Z" | ||
87 | style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" /> | ||
88 | <path | ||
89 | sodipodi:nodetypes="ccccc" | ||
90 | id="path1027" | ||
91 | d="M 13,12 9.5,8.5 v -1 L 13,11 Z" | ||
92 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
93 | <path | ||
94 | id="path1029" | ||
95 | d="M 7,13 6.5,12.5 V 13 Z" | ||
96 | style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" /> | ||
97 | <path | ||
98 | sodipodi:nodetypes="ccccc" | ||
99 | id="path1031" | ||
100 | d="M 13,10 9.5,6.5 h 1 L 13,9 Z" | ||
101 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
102 | <path | ||
103 | id="path1033" | ||
104 | d="M 13,8 11.5,6.5 h 1 L 13,7 Z" | ||
105 | style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" /> | ||
106 | </g> | ||
107 | </svg> | ||
diff --git a/data/elementary/themes/img/stacking-bottom.svg b/data/elementary/themes/img/stacking-bottom.svg new file mode 100644 index 0000000000..6b6a8712fd --- /dev/null +++ b/data/elementary/themes/img/stacking-bottom.svg | |||
@@ -0,0 +1,91 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <svg | ||
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
4 | xmlns:cc="http://creativecommons.org/ns#" | ||
5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
7 | xmlns="http://www.w3.org/2000/svg" | ||
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
10 | version="1.1" | ||
11 | id="svg2" | ||
12 | width="15" | ||
13 | height="15" | ||
14 | viewBox="0 0 15 15" | ||
15 | sodipodi:docname="stacking-bottom.svg" | ||
16 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
17 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/stacking-bottom-015.png" | ||
18 | inkscape:export-xdpi="96" | ||
19 | inkscape:export-ydpi="96"> | ||
20 | <metadata | ||
21 | id="metadata8"> | ||
22 | <rdf:RDF> | ||
23 | <cc:Work | ||
24 | rdf:about=""> | ||
25 | <dc:format>image/svg+xml</dc:format> | ||
26 | <dc:type | ||
27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
28 | <dc:title></dc:title> | ||
29 | </cc:Work> | ||
30 | </rdf:RDF> | ||
31 | </metadata> | ||
32 | <defs | ||
33 | id="defs6" /> | ||
34 | <sodipodi:namedview | ||
35 | inkscape:document-rotation="0" | ||
36 | pagecolor="#404040" | ||
37 | bordercolor="#666666" | ||
38 | borderopacity="1" | ||
39 | objecttolerance="10" | ||
40 | gridtolerance="10" | ||
41 | guidetolerance="10" | ||
42 | inkscape:pageopacity="0" | ||
43 | inkscape:pageshadow="2" | ||
44 | inkscape:window-width="1756" | ||
45 | inkscape:window-height="1372" | ||
46 | id="namedview4" | ||
47 | showgrid="true" | ||
48 | inkscape:zoom="70.2" | ||
49 | inkscape:cx="7.5" | ||
50 | inkscape:cy="7.5" | ||
51 | inkscape:window-x="804" | ||
52 | inkscape:window-y="0" | ||
53 | inkscape:window-maximized="0" | ||
54 | inkscape:current-layer="g10" | ||
55 | inkscape:snap-bbox="true" | ||
56 | inkscape:bbox-paths="true" | ||
57 | inkscape:bbox-nodes="true" | ||
58 | inkscape:snap-bbox-edge-midpoints="true"> | ||
59 | <inkscape:grid | ||
60 | type="xygrid" | ||
61 | id="grid837" | ||
62 | spacingx="0.5" | ||
63 | spacingy="0.5" /> | ||
64 | </sodipodi:namedview> | ||
65 | <g | ||
66 | inkscape:groupmode="layer" | ||
67 | inkscape:label="Image" | ||
68 | id="g10"> | ||
69 | <rect | ||
70 | y="6.5" | ||
71 | x="4" | ||
72 | height="2" | ||
73 | width="7" | ||
74 | id="rect893" | ||
75 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.1909;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
76 | <rect | ||
77 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" | ||
78 | id="rect895" | ||
79 | width="11" | ||
80 | height="2" | ||
81 | x="2" | ||
82 | y="11" /> | ||
83 | <rect | ||
84 | y="2" | ||
85 | x="4" | ||
86 | height="2" | ||
87 | width="7" | ||
88 | id="rect897" | ||
89 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.1909;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
90 | </g> | ||
91 | </svg> | ||
diff --git a/data/elementary/themes/img/stacking-normal.svg b/data/elementary/themes/img/stacking-normal.svg new file mode 100644 index 0000000000..2167305d2f --- /dev/null +++ b/data/elementary/themes/img/stacking-normal.svg | |||
@@ -0,0 +1,91 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <svg | ||
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
4 | xmlns:cc="http://creativecommons.org/ns#" | ||
5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
7 | xmlns="http://www.w3.org/2000/svg" | ||
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
10 | version="1.1" | ||
11 | id="svg2" | ||
12 | width="15" | ||
13 | height="15" | ||
14 | viewBox="0 0 15 15" | ||
15 | sodipodi:docname="stacking-normal.svg" | ||
16 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
17 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/stacking-normal-015.png" | ||
18 | inkscape:export-xdpi="96" | ||
19 | inkscape:export-ydpi="96"> | ||
20 | <metadata | ||
21 | id="metadata8"> | ||
22 | <rdf:RDF> | ||
23 | <cc:Work | ||
24 | rdf:about=""> | ||
25 | <dc:format>image/svg+xml</dc:format> | ||
26 | <dc:type | ||
27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
28 | <dc:title></dc:title> | ||
29 | </cc:Work> | ||
30 | </rdf:RDF> | ||
31 | </metadata> | ||
32 | <defs | ||
33 | id="defs6" /> | ||
34 | <sodipodi:namedview | ||
35 | inkscape:document-rotation="0" | ||
36 | pagecolor="#404040" | ||
37 | bordercolor="#666666" | ||
38 | borderopacity="1" | ||
39 | objecttolerance="10" | ||
40 | gridtolerance="10" | ||
41 | guidetolerance="10" | ||
42 | inkscape:pageopacity="0" | ||
43 | inkscape:pageshadow="2" | ||
44 | inkscape:window-width="1756" | ||
45 | inkscape:window-height="1372" | ||
46 | id="namedview4" | ||
47 | showgrid="true" | ||
48 | inkscape:zoom="70.2" | ||
49 | inkscape:cx="7.5" | ||
50 | inkscape:cy="7.5071225" | ||
51 | inkscape:window-x="804" | ||
52 | inkscape:window-y="0" | ||
53 | inkscape:window-maximized="0" | ||
54 | inkscape:current-layer="g10" | ||
55 | inkscape:snap-bbox="true" | ||
56 | inkscape:bbox-paths="true" | ||
57 | inkscape:bbox-nodes="true" | ||
58 | inkscape:snap-bbox-edge-midpoints="true"> | ||
59 | <inkscape:grid | ||
60 | type="xygrid" | ||
61 | id="grid837" | ||
62 | spacingx="0.5" | ||
63 | spacingy="0.5" /> | ||
64 | </sodipodi:namedview> | ||
65 | <g | ||
66 | inkscape:groupmode="layer" | ||
67 | inkscape:label="Image" | ||
68 | id="g10"> | ||
69 | <rect | ||
70 | y="2" | ||
71 | x="4" | ||
72 | height="2" | ||
73 | width="7" | ||
74 | id="rect893" | ||
75 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.1909;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
76 | <rect | ||
77 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" | ||
78 | id="rect895" | ||
79 | width="11" | ||
80 | height="2" | ||
81 | x="2" | ||
82 | y="6.5" /> | ||
83 | <rect | ||
84 | y="11" | ||
85 | x="4" | ||
86 | height="2" | ||
87 | width="7" | ||
88 | id="rect897" | ||
89 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.1909;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
90 | </g> | ||
91 | </svg> | ||
diff --git a/data/elementary/themes/img/stacking-top.svg b/data/elementary/themes/img/stacking-top.svg new file mode 100644 index 0000000000..653c6eeb7f --- /dev/null +++ b/data/elementary/themes/img/stacking-top.svg | |||
@@ -0,0 +1,91 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <svg | ||
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
4 | xmlns:cc="http://creativecommons.org/ns#" | ||
5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
7 | xmlns="http://www.w3.org/2000/svg" | ||
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
10 | version="1.1" | ||
11 | id="svg2" | ||
12 | width="15" | ||
13 | height="15" | ||
14 | viewBox="0 0 15 15" | ||
15 | sodipodi:docname="stacking-top.svg" | ||
16 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
17 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/stacking-top-015.png" | ||
18 | inkscape:export-xdpi="96" | ||
19 | inkscape:export-ydpi="96"> | ||
20 | <metadata | ||
21 | id="metadata8"> | ||
22 | <rdf:RDF> | ||
23 | <cc:Work | ||
24 | rdf:about=""> | ||
25 | <dc:format>image/svg+xml</dc:format> | ||
26 | <dc:type | ||
27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
28 | <dc:title></dc:title> | ||
29 | </cc:Work> | ||
30 | </rdf:RDF> | ||
31 | </metadata> | ||
32 | <defs | ||
33 | id="defs6" /> | ||
34 | <sodipodi:namedview | ||
35 | inkscape:document-rotation="0" | ||
36 | pagecolor="#404040" | ||
37 | bordercolor="#666666" | ||
38 | borderopacity="1" | ||
39 | objecttolerance="10" | ||
40 | gridtolerance="10" | ||
41 | guidetolerance="10" | ||
42 | inkscape:pageopacity="0" | ||
43 | inkscape:pageshadow="2" | ||
44 | inkscape:window-width="1756" | ||
45 | inkscape:window-height="1372" | ||
46 | id="namedview4" | ||
47 | showgrid="true" | ||
48 | inkscape:zoom="70.2" | ||
49 | inkscape:cx="7.5" | ||
50 | inkscape:cy="7.5" | ||
51 | inkscape:window-x="804" | ||
52 | inkscape:window-y="0" | ||
53 | inkscape:window-maximized="0" | ||
54 | inkscape:current-layer="g10" | ||
55 | inkscape:snap-bbox="true" | ||
56 | inkscape:bbox-paths="true" | ||
57 | inkscape:bbox-nodes="true" | ||
58 | inkscape:snap-bbox-edge-midpoints="true"> | ||
59 | <inkscape:grid | ||
60 | type="xygrid" | ||
61 | id="grid837" | ||
62 | spacingx="0.5" | ||
63 | spacingy="0.5" /> | ||
64 | </sodipodi:namedview> | ||
65 | <g | ||
66 | inkscape:groupmode="layer" | ||
67 | inkscape:label="Image" | ||
68 | id="g10"> | ||
69 | <rect | ||
70 | y="6.5" | ||
71 | x="4" | ||
72 | height="2" | ||
73 | width="7" | ||
74 | id="rect893" | ||
75 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.1909;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
76 | <rect | ||
77 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" | ||
78 | id="rect895" | ||
79 | width="11" | ||
80 | height="2" | ||
81 | x="2" | ||
82 | y="2" /> | ||
83 | <rect | ||
84 | y="11" | ||
85 | x="4" | ||
86 | height="2" | ||
87 | width="7" | ||
88 | id="rect897" | ||
89 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.1909;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
90 | </g> | ||
91 | </svg> | ||
diff --git a/data/elementary/themes/img/stacking.svg b/data/elementary/themes/img/stacking.svg new file mode 100644 index 0000000000..f62e4153bb --- /dev/null +++ b/data/elementary/themes/img/stacking.svg | |||
@@ -0,0 +1,101 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <svg | ||
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
4 | xmlns:cc="http://creativecommons.org/ns#" | ||
5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
7 | xmlns="http://www.w3.org/2000/svg" | ||
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
10 | version="1.1" | ||
11 | id="svg2" | ||
12 | width="15" | ||
13 | height="15" | ||
14 | viewBox="0 0 15 15" | ||
15 | sodipodi:docname="stacking.svg" | ||
16 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
17 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/stacking-015.png" | ||
18 | inkscape:export-xdpi="96" | ||
19 | inkscape:export-ydpi="96"> | ||
20 | <metadata | ||
21 | id="metadata8"> | ||
22 | <rdf:RDF> | ||
23 | <cc:Work | ||
24 | rdf:about=""> | ||
25 | <dc:format>image/svg+xml</dc:format> | ||
26 | <dc:type | ||
27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
28 | <dc:title></dc:title> | ||
29 | </cc:Work> | ||
30 | </rdf:RDF> | ||
31 | </metadata> | ||
32 | <defs | ||
33 | id="defs6" /> | ||
34 | <sodipodi:namedview | ||
35 | inkscape:document-rotation="0" | ||
36 | pagecolor="#404040" | ||
37 | bordercolor="#666666" | ||
38 | borderopacity="1" | ||
39 | objecttolerance="10" | ||
40 | gridtolerance="10" | ||
41 | guidetolerance="10" | ||
42 | inkscape:pageopacity="0" | ||
43 | inkscape:pageshadow="2" | ||
44 | inkscape:window-width="1756" | ||
45 | inkscape:window-height="1372" | ||
46 | id="namedview4" | ||
47 | showgrid="true" | ||
48 | inkscape:zoom="70.2" | ||
49 | inkscape:cx="7.5" | ||
50 | inkscape:cy="7.5071225" | ||
51 | inkscape:window-x="804" | ||
52 | inkscape:window-y="0" | ||
53 | inkscape:window-maximized="0" | ||
54 | inkscape:current-layer="g10" | ||
55 | inkscape:snap-bbox="true" | ||
56 | inkscape:bbox-paths="true" | ||
57 | inkscape:bbox-nodes="true" | ||
58 | inkscape:snap-bbox-edge-midpoints="true"> | ||
59 | <inkscape:grid | ||
60 | type="xygrid" | ||
61 | id="grid837" | ||
62 | spacingx="0.5" | ||
63 | spacingy="0.5" /> | ||
64 | </sodipodi:namedview> | ||
65 | <g | ||
66 | inkscape:groupmode="layer" | ||
67 | inkscape:label="Image" | ||
68 | id="g10"> | ||
69 | <rect | ||
70 | y="2" | ||
71 | x="4" | ||
72 | height="2" | ||
73 | width="7" | ||
74 | id="rect893" | ||
75 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.1909;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
76 | <rect | ||
77 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" | ||
78 | id="rect895" | ||
79 | width="11" | ||
80 | height="2" | ||
81 | x="2" | ||
82 | y="6.5" /> | ||
83 | <rect | ||
84 | y="11" | ||
85 | x="4" | ||
86 | height="2" | ||
87 | width="7" | ||
88 | id="rect897" | ||
89 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.1909;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> | ||
90 | <path | ||
91 | sodipodi:nodetypes="cccc" | ||
92 | id="path899" | ||
93 | d="M 7.5,4 5,6.5 h 5 z" | ||
94 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> | ||
95 | <path | ||
96 | sodipodi:nodetypes="cccc" | ||
97 | style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
98 | d="M 7.5,11 5,8.5 h 5 z" | ||
99 | id="path901" /> | ||
100 | </g> | ||
101 | </svg> | ||
diff --git a/data/elementary/themes/img/unlock.svg b/data/elementary/themes/img/unlock.svg new file mode 100644 index 0000000000..65dc53ad78 --- /dev/null +++ b/data/elementary/themes/img/unlock.svg | |||
@@ -0,0 +1,79 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <svg | ||
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
4 | xmlns:cc="http://creativecommons.org/ns#" | ||
5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
6 | xmlns:svg="http://www.w3.org/2000/svg" | ||
7 | xmlns="http://www.w3.org/2000/svg" | ||
8 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
9 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
10 | inkscape:export-ydpi="96" | ||
11 | inkscape:export-xdpi="96" | ||
12 | inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/unlock-015.png" | ||
13 | inkscape:version="1.0 (4035a4fb49, 2020-05-01)" | ||
14 | sodipodi:docname="unlock.svg" | ||
15 | viewBox="0 0 15 15" | ||
16 | height="15" | ||
17 | width="15" | ||
18 | id="svg2" | ||
19 | version="1.1"> | ||
20 | <metadata | ||
21 | id="metadata8"> | ||
22 | <rdf:RDF> | ||
23 | <cc:Work | ||
24 | rdf:about=""> | ||
25 | <dc:format>image/svg+xml</dc:format> | ||
26 | <dc:type | ||
27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
28 | <dc:title></dc:title> | ||
29 | </cc:Work> | ||
30 | </rdf:RDF> | ||
31 | </metadata> | ||
32 | <defs | ||
33 | id="defs6" /> | ||
34 | <sodipodi:namedview | ||
35 | inkscape:bbox-nodes="true" | ||
36 | inkscape:snap-bbox="true" | ||
37 | inkscape:current-layer="g10" | ||
38 | inkscape:window-maximized="0" | ||
39 | inkscape:window-y="0" | ||
40 | inkscape:window-x="384" | ||
41 | inkscape:cy="7.5062035" | ||
42 | inkscape:cx="7.5" | ||
43 | inkscape:zoom="80.6" | ||
44 | showgrid="true" | ||
45 | id="namedview4" | ||
46 | inkscape:window-height="1372" | ||
47 | inkscape:window-width="1920" | ||
48 | inkscape:pageshadow="2" | ||
49 | inkscape:pageopacity="0" | ||
50 | guidetolerance="10" | ||
51 | gridtolerance="10" | ||
52 | objecttolerance="10" | ||
53 | borderopacity="1" | ||
54 | bordercolor="#666666" | ||
55 | pagecolor="#404040" | ||
56 | inkscape:document-rotation="0"> | ||
57 | <inkscape:grid | ||
58 | spacingy="0.5" | ||
59 | spacingx="0.5" | ||
60 | id="grid837" | ||
61 | type="xygrid" /> | ||
62 | </sodipodi:namedview> | ||
63 | <g | ||
64 | id="g10" | ||
65 | inkscape:label="Image" | ||
66 | inkscape:groupmode="layer"> | ||
67 | <rect | ||
68 | style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.40593;stroke-linecap:round;stroke-linejoin:round" | ||
69 | id="rect884" | ||
70 | width="8" | ||
71 | height="6.5" | ||
72 | x="3.5" | ||
73 | y="6.5" /> | ||
74 | <path | ||
75 | d="M 12.099609 2.0039062 C 11.311341 1.9781013 10.513433 2.2162841 9.8535156 2.7226562 C 8.9707466 3.4000288 8.5002504 4.4396254 8.4980469 5.5 L 8.4804688 5.5 L 8.4804688 8.5 L 10.480469 8.5 L 10.480469 5.5 L 10.5 5.5 C 10.499453 5.0470665 10.687467 4.6043141 11.070312 4.3105469 C 11.356616 4.0908579 11.69707 3.987043 12.033203 3.9980469 C 12.369337 4.0090509 12.701334 4.1351031 12.972656 4.3730469 C 13.000881 4.397799 13.019228 4.4287537 13.044922 4.4550781 L 14.455078 3.0449219 C 14.398578 2.9879569 14.354025 2.9226857 14.292969 2.8691406 C 13.667582 2.3206918 12.887878 2.0297117 12.099609 2.0039062 z " | ||
76 | style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1" | ||
77 | id="path891" /> | ||
78 | </g> | ||
79 | </svg> | ||