diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-06-02 09:31:07 +0100 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-06-02 09:31:07 +0100 |
commit | 43b8cabb1f0f4e3371f9c9df39bdd17ad407b089 (patch) | |
tree | 31fdac2e85ea4f159a249555e683454f95a05d71 /data/elementary/themes | |
parent | 84368ca5cffc17714a6211e437a911b49dadaf99 (diff) |
TH add images.
Diffstat (limited to 'data/elementary/themes')
-rw-r--r-- | data/elementary/themes/img/map_circle.svg | 73 | ||||
-rw-r--r-- | data/elementary/themes/img/map_marker.svg | 161 | ||||
-rw-r--r-- | data/elementary/themes/img/win_shad_angle.png | bin | 0 -> 21592 bytes | |||
-rw-r--r-- | data/elementary/themes/img/win_shad_flat.png | bin | 0 -> 28204 bytes | |||
-rw-r--r-- | data/elementary/themes/img/win_shadow.xcf | bin | 0 -> 326651 bytes |
5 files changed, 234 insertions, 0 deletions
diff --git a/data/elementary/themes/img/map_circle.svg b/data/elementary/themes/img/map_circle.svg new file mode 100644 index 0000000000..93626a03aa --- /dev/null +++ b/data/elementary/themes/img/map_circle.svg | |||
@@ -0,0 +1,73 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- Created with Inkscape (http://www.inkscape.org/) --> | ||
3 | |||
4 | <svg | ||
5 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
6 | xmlns:cc="http://creativecommons.org/ns#" | ||
7 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
8 | xmlns:svg="http://www.w3.org/2000/svg" | ||
9 | xmlns="http://www.w3.org/2000/svg" | ||
10 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
11 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
12 | version="1.1" | ||
13 | id="svg2" | ||
14 | width="800" | ||
15 | height="800" | ||
16 | viewBox="0 0 800 800" | ||
17 | sodipodi:docname="map_circle.svg" | ||
18 | inkscape:version="0.92.4 5da689c313, 2019-01-14" | ||
19 | inkscape:export-filename="/home/raster/C/th-efl/th/img/map_circle.png" | ||
20 | inkscape:export-xdpi="96" | ||
21 | inkscape:export-ydpi="96"> | ||
22 | <metadata | ||
23 | id="metadata8"> | ||
24 | <rdf:RDF> | ||
25 | <cc:Work | ||
26 | rdf:about=""> | ||
27 | <dc:format>image/svg+xml</dc:format> | ||
28 | <dc:type | ||
29 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
30 | <dc:title></dc:title> | ||
31 | </cc:Work> | ||
32 | </rdf:RDF> | ||
33 | </metadata> | ||
34 | <defs | ||
35 | id="defs6" /> | ||
36 | <sodipodi:namedview | ||
37 | pagecolor="#404040" | ||
38 | bordercolor="#666666" | ||
39 | borderopacity="1" | ||
40 | objecttolerance="10" | ||
41 | gridtolerance="10" | ||
42 | guidetolerance="10" | ||
43 | inkscape:pageopacity="0" | ||
44 | inkscape:pageshadow="2" | ||
45 | inkscape:window-width="1756" | ||
46 | inkscape:window-height="1372" | ||
47 | id="namedview4" | ||
48 | showgrid="true" | ||
49 | inkscape:zoom="1.34625" | ||
50 | inkscape:cx="400" | ||
51 | inkscape:cy="400" | ||
52 | inkscape:window-x="804" | ||
53 | inkscape:window-y="0" | ||
54 | inkscape:window-maximized="0" | ||
55 | inkscape:current-layer="svg2"> | ||
56 | <inkscape:grid | ||
57 | type="xygrid" | ||
58 | id="grid4520" /> | ||
59 | </sodipodi:namedview> | ||
60 | <path | ||
61 | style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
62 | id="path4522" | ||
63 | sodipodi:type="arc" | ||
64 | sodipodi:cx="-400" | ||
65 | sodipodi:cy="400" | ||
66 | sodipodi:rx="390" | ||
67 | sodipodi:ry="390" | ||
68 | sodipodi:start="0" | ||
69 | sodipodi:end="6.2760818" | ||
70 | sodipodi:open="true" | ||
71 | d="M -10,400 A 390,390 0 0 1 -399.30741,789.99939 390,390 0 0 1 -789.99754,401.38518 390,390 0 0 1 -402.07777,10.005535 390,390 0 0 1 -10.00984,397.22966" | ||
72 | transform="rotate(-90)" /> | ||
73 | </svg> | ||
diff --git a/data/elementary/themes/img/map_marker.svg b/data/elementary/themes/img/map_marker.svg new file mode 100644 index 0000000000..87844ef0e2 --- /dev/null +++ b/data/elementary/themes/img/map_marker.svg | |||
@@ -0,0 +1,161 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- Created with Inkscape (http://www.inkscape.org/) --> | ||
3 | |||
4 | <svg | ||
5 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
6 | xmlns:cc="http://creativecommons.org/ns#" | ||
7 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
8 | xmlns:svg="http://www.w3.org/2000/svg" | ||
9 | xmlns="http://www.w3.org/2000/svg" | ||
10 | xmlns:xlink="http://www.w3.org/1999/xlink" | ||
11 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
12 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
13 | version="1.1" | ||
14 | id="svg2" | ||
15 | width="65" | ||
16 | height="35" | ||
17 | viewBox="0 0 65 35" | ||
18 | sodipodi:docname="map_marker.svg" | ||
19 | inkscape:version="0.92.4 5da689c313, 2019-01-14" | ||
20 | inkscape:export-filename="/home/raster/C/th-efl/th/img/map_marker.png" | ||
21 | inkscape:export-xdpi="96" | ||
22 | inkscape:export-ydpi="96"> | ||
23 | <metadata | ||
24 | id="metadata8"> | ||
25 | <rdf:RDF> | ||
26 | <cc:Work | ||
27 | rdf:about=""> | ||
28 | <dc:format>image/svg+xml</dc:format> | ||
29 | <dc:type | ||
30 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
31 | <dc:title></dc:title> | ||
32 | </cc:Work> | ||
33 | </rdf:RDF> | ||
34 | </metadata> | ||
35 | <defs | ||
36 | id="defs6"> | ||
37 | <linearGradient | ||
38 | inkscape:collect="always" | ||
39 | id="linearGradient830"> | ||
40 | <stop | ||
41 | style="stop-color:#000000;stop-opacity:1;" | ||
42 | offset="0" | ||
43 | id="stop826" /> | ||
44 | <stop | ||
45 | style="stop-color:#000000;stop-opacity:0;" | ||
46 | offset="1" | ||
47 | id="stop828" /> | ||
48 | </linearGradient> | ||
49 | <linearGradient | ||
50 | inkscape:collect="always" | ||
51 | xlink:href="#linearGradient830" | ||
52 | id="linearGradient832" | ||
53 | x1="32.490234" | ||
54 | y1="30.146484" | ||
55 | x2="32.433594" | ||
56 | y2="22.5" | ||
57 | gradientUnits="userSpaceOnUse" /> | ||
58 | <linearGradient | ||
59 | inkscape:collect="always" | ||
60 | xlink:href="#linearGradient830" | ||
61 | id="linearGradient990" | ||
62 | gradientUnits="userSpaceOnUse" | ||
63 | x1="32.490234" | ||
64 | y1="30.146484" | ||
65 | x2="32.5" | ||
66 | y2="25" /> | ||
67 | <linearGradient | ||
68 | inkscape:collect="always" | ||
69 | xlink:href="#linearGradient830" | ||
70 | id="linearGradient994" | ||
71 | gradientUnits="userSpaceOnUse" | ||
72 | x1="32.490234" | ||
73 | y1="30.146484" | ||
74 | x2="32.5" | ||
75 | y2="27.5" /> | ||
76 | <filter | ||
77 | inkscape:collect="always" | ||
78 | style="color-interpolation-filters:sRGB" | ||
79 | id="filter1000" | ||
80 | x="-0.15670322" | ||
81 | width="1.3134064" | ||
82 | y="-0.51233614" | ||
83 | height="2.0246723"> | ||
84 | <feGaussianBlur | ||
85 | inkscape:collect="always" | ||
86 | stdDeviation="1.6323305" | ||
87 | id="feGaussianBlur1002" /> | ||
88 | </filter> | ||
89 | <filter | ||
90 | inkscape:collect="always" | ||
91 | style="color-interpolation-filters:sRGB" | ||
92 | id="filter1004" | ||
93 | x="-0.07835161" | ||
94 | width="1.1567032" | ||
95 | y="-0.25616807" | ||
96 | height="1.5123361"> | ||
97 | <feGaussianBlur | ||
98 | inkscape:collect="always" | ||
99 | stdDeviation="0.81616526" | ||
100 | id="feGaussianBlur1006" /> | ||
101 | </filter> | ||
102 | <filter | ||
103 | inkscape:collect="always" | ||
104 | style="color-interpolation-filters:sRGB" | ||
105 | id="filter1008" | ||
106 | x="-0.039175805" | ||
107 | width="1.0783516" | ||
108 | y="-0.12808404" | ||
109 | height="1.2561681"> | ||
110 | <feGaussianBlur | ||
111 | inkscape:collect="always" | ||
112 | stdDeviation="0.40808263" | ||
113 | id="feGaussianBlur1010" /> | ||
114 | </filter> | ||
115 | </defs> | ||
116 | <sodipodi:namedview | ||
117 | pagecolor="#404040" | ||
118 | bordercolor="#666666" | ||
119 | borderopacity="1" | ||
120 | objecttolerance="10" | ||
121 | gridtolerance="10" | ||
122 | guidetolerance="10" | ||
123 | inkscape:pageopacity="0" | ||
124 | inkscape:pageshadow="2" | ||
125 | inkscape:window-width="1756" | ||
126 | inkscape:window-height="1372" | ||
127 | id="namedview4" | ||
128 | showgrid="true" | ||
129 | inkscape:zoom="16.569231" | ||
130 | inkscape:cx="32.5" | ||
131 | inkscape:cy="17.5" | ||
132 | inkscape:window-x="804" | ||
133 | inkscape:window-y="0" | ||
134 | inkscape:window-maximized="0" | ||
135 | inkscape:current-layer="svg2"> | ||
136 | <inkscape:grid | ||
137 | type="xygrid" | ||
138 | id="grid817" | ||
139 | spacingx="1" | ||
140 | spacingy="1" /> | ||
141 | </sodipodi:namedview> | ||
142 | <path | ||
143 | inkscape:connector-curvature="0" | ||
144 | style="opacity:0.25;fill:url(#linearGradient990);fill-opacity:1;stroke:none;stroke-width:0.10072622;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter1004)" | ||
145 | d="M 32.433594,22.5 A 12.5,3.1705538 0 0 0 20,25.681948 a 12.5,3.1705538 0 0 0 3.84375,2.270909 l 8.646484,2.193627 8.400391,-2.130711 A 12.5,3.1705538 0 0 0 45,25.670554 v -0.02229 A 12.5,3.1705538 0 0 0 32.433594,22.5 Z" | ||
146 | id="path988" /> | ||
147 | <path | ||
148 | id="path824" | ||
149 | d="M 32.433594,22.5 A 12.5,3.1705538 0 0 0 20,25.681948 a 12.5,3.1705538 0 0 0 3.84375,2.270909 l 8.646484,2.193627 8.400391,-2.130711 A 12.5,3.1705538 0 0 0 45,25.670554 v -0.02229 A 12.5,3.1705538 0 0 0 32.433594,22.5 Z" | ||
150 | style="opacity:0.12;fill:url(#linearGradient832);fill-opacity:1;stroke:none;stroke-width:0.10072622;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter1000)" | ||
151 | inkscape:connector-curvature="0" /> | ||
152 | <path | ||
153 | id="path992" | ||
154 | d="M 32.433594,22.5 A 12.5,3.1705538 0 0 0 20,25.681948 a 12.5,3.1705538 0 0 0 3.84375,2.270909 l 8.646484,2.193627 8.400391,-2.130711 A 12.5,3.1705538 0 0 0 45,25.670554 v -0.02229 A 12.5,3.1705538 0 0 0 32.433594,22.5 Z" | ||
155 | style="opacity:0.5;fill:url(#linearGradient994);fill-opacity:1;stroke:none;stroke-width:0.10072622;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter1008)" | ||
156 | inkscape:connector-curvature="0" /> | ||
157 | <path | ||
158 | style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
159 | d="M 32.433594 0 A 12.5 12.5 0 0 0 20 12.544922 A 12.5 12.5 0 0 0 23.84375 21.498047 L 32.490234 30.146484 L 40.890625 21.746094 A 12.5 12.5 0 0 0 45 12.5 L 45 12.412109 A 12.5 12.5 0 0 0 32.433594 0 z " | ||
160 | id="path819" /> | ||
161 | </svg> | ||
diff --git a/data/elementary/themes/img/win_shad_angle.png b/data/elementary/themes/img/win_shad_angle.png new file mode 100644 index 0000000000..3090bcc832 --- /dev/null +++ b/data/elementary/themes/img/win_shad_angle.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/win_shad_flat.png b/data/elementary/themes/img/win_shad_flat.png new file mode 100644 index 0000000000..af3e3e305e --- /dev/null +++ b/data/elementary/themes/img/win_shad_flat.png | |||
Binary files differ | |||
diff --git a/data/elementary/themes/img/win_shadow.xcf b/data/elementary/themes/img/win_shadow.xcf new file mode 100644 index 0000000000..1041b53836 --- /dev/null +++ b/data/elementary/themes/img/win_shadow.xcf | |||
Binary files differ | |||