tenseleyflow/dlm-vsc / ddc3836

Browse files

Add branded marketplace icon (128x128 PNG)

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
ddc3836b2a6bb088f826af63374bcdc4ea9468e9
Parents
0c1b511
Tree
5b187fe

3 changed files

StatusFile+-
A icons/dlm-marketplace.png bin
A icons/dlm-marketplace.svg 28 0
M package.json 1 0
icons/dlm-marketplace.pngadded
Image file changed (preview rendering wires once /raw URLs are threaded into the diff renderer).
icons/dlm-marketplace.svgadded
@@ -0,0 +1,28 @@
1
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" width="256" height="256">
2
+  <defs>
3
+    <linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
4
+      <stop offset="0%" stop-color="#4f46e5"/>
5
+      <stop offset="100%" stop-color="#7c3aed"/>
6
+    </linearGradient>
7
+    <linearGradient id="paper" x1="0" y1="0" x2="0" y2="1">
8
+      <stop offset="0%" stop-color="#ffffff"/>
9
+      <stop offset="100%" stop-color="#f1f5f9"/>
10
+    </linearGradient>
11
+  </defs>
12
+
13
+  <rect x="0" y="0" width="256" height="256" rx="48" ry="48" fill="url(#bg)"/>
14
+
15
+  <g transform="translate(64 44)">
16
+    <path d="M0 6 Q0 0 6 0 L96 0 L128 32 L128 162 Q128 168 122 168 L6 168 Q0 168 0 162 Z"
17
+          fill="url(#paper)"/>
18
+    <path d="M96 0 L128 32 L100 32 Q96 32 96 28 Z" fill="#cbd5e1"/>
19
+
20
+    <rect x="20" y="50" width="88" height="6" rx="3" fill="#6366f1" opacity="0.85"/>
21
+    <rect x="20" y="64" width="60" height="6" rx="3" fill="#a78bfa" opacity="0.7"/>
22
+    <rect x="20" y="78" width="74" height="6" rx="3" fill="#a78bfa" opacity="0.55"/>
23
+
24
+    <text x="64" y="138" text-anchor="middle"
25
+          font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif"
26
+          font-size="34" font-weight="800" fill="#1e1b4b" letter-spacing="2">DLM</text>
27
+  </g>
28
+</svg>
package.jsonmodified
@@ -5,6 +5,7 @@
55
   "version": "0.1.0",
66
   "publisher": "tenseleyFlow",
77
   "license": "MIT",
8
+  "icon": "icons/dlm-marketplace.png",
89
   "repository": {
910
     "type": "git",
1011
     "url": "https://github.com/tenseleyFlow/dlm-vsc"