@santi020k/theme 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/chrome/images/theme_ntp_background.png +0 -0
- package/assets/chrome/images/theme_ntp_background_light.png +0 -0
- package/assets/chrome/store/marquee-banner-light.png +0 -0
- package/assets/chrome/store/marquee-banner.png +0 -0
- package/assets/chrome/store/promo-tile-light.png +0 -0
- package/assets/chrome/store/promo-tile.png +0 -0
- package/assets/chrome/store/screenshot-incognito-light.png +0 -0
- package/assets/chrome/store/screenshot-incognito.png +0 -0
- package/assets/chrome/store/screenshot-main-light.png +0 -0
- package/assets/chrome/store/screenshot-main.png +0 -0
- package/assets/chrome/store/screenshot-ntp-light.png +0 -0
- package/assets/chrome/store/screenshot-ntp.png +0 -0
- package/assets/vscode/previews/preview-dark.png +0 -0
- package/assets/vscode/previews/preview-dark.svg +180 -60
- package/assets/vscode/previews/preview-hc-dark.png +0 -0
- package/assets/vscode/previews/preview-hc-dark.svg +183 -0
- package/assets/vscode/previews/preview-hc-light.png +0 -0
- package/assets/vscode/previews/preview-hc-light.svg +183 -0
- package/assets/vscode/previews/preview-light.png +0 -0
- package/assets/vscode/previews/preview-light.svg +180 -60
- package/index.js +2 -0
- package/package.json +1 -1
- package/assets/chrome/store/screenshot-incognito.jpg +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,63 +1,183 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="1280" height="720" viewBox="0 0 1280 720" role="img" aria-labelledby="title desc">
|
|
2
2
|
<title id="title">santi020k dark theme preview</title>
|
|
3
|
-
<desc id="desc">A
|
|
4
|
-
<rect width="1280" height="720" fill="#
|
|
5
|
-
<rect x="
|
|
6
|
-
<rect x="
|
|
7
|
-
<rect x="
|
|
8
|
-
<
|
|
9
|
-
<
|
|
10
|
-
<
|
|
11
|
-
<
|
|
12
|
-
|
|
13
|
-
<
|
|
14
|
-
|
|
15
|
-
<
|
|
16
|
-
<
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
<
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
<
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
<text x="
|
|
58
|
-
<text x="
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
3
|
+
<desc id="desc">A realistic VS Code editor preview using the santi020k dark color palette.</desc>
|
|
4
|
+
<rect x="0" y="0" width="1280" height="720" fill="#0d0718"/>
|
|
5
|
+
<rect x="40" y="38" width="1200" height="640" rx="22" fill="#07040dcc"/>
|
|
6
|
+
<rect x="40" y="28" width="1200" height="48" rx="18" fill="#100a1c"/>
|
|
7
|
+
<rect x="40" y="58" width="1200" height="620" fill="#100a1c"/>
|
|
8
|
+
<circle cx="72" cy="52" r="6" fill="#ff7f86"/>
|
|
9
|
+
<circle cx="94" cy="52" r="6" fill="#ffc46b"/>
|
|
10
|
+
<circle cx="116" cy="52" r="6" fill="#8bd69a"/>
|
|
11
|
+
<text x="548" y="57" fill="#7f719d" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" font-weight="700">santi020k-theme</text>
|
|
12
|
+
|
|
13
|
+
<rect x="40" y="76" width="70" height="620" fill="#0d0718"/>
|
|
14
|
+
|
|
15
|
+
<rect x="19" y="93" width="38" height="38" rx="8" fill="#211634"/>
|
|
16
|
+
<path d="M3 3h7v7H3zM14 3h7v7h-7zM3 14h7v7H3zM14 14h7v7h-7z" transform="translate(29 103)" fill="none" stroke="#e9e2f2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
<path d="M11 4a7 7 0 1 0 0 14 7 7 0 0 0 0-14zM20 20l-4.3-4.3" transform="translate(29 161)" fill="none" stroke="#7f719d" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<path d="M6 3v12M18 9V3M6 15a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM18 3a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM6 7h6a6 6 0 0 1 6 6v2" transform="translate(29 219)" fill="none" stroke="#7f719d" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
<path d="M12 2l8 4v6c0 5-3.4 8-8 10-4.6-2-8-5-8-10V6z" transform="translate(29 277)" fill="none" stroke="#7f719d" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
<rect x="110" y="76" width="264" height="620" fill="#170f25"/>
|
|
32
|
+
<rect x="373" y="76" width="1" height="620" fill="#2b2140" opacity="0.8"/>
|
|
33
|
+
<text x="134" y="118" fill="#7f719d" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12" font-weight="800">EXPLORER</text>
|
|
34
|
+
<text x="134" y="154" fill="#d8ceee" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" font-weight="700">SANTI020K-THEME</text>
|
|
35
|
+
<text x="134" y="196" fill="#7f719d" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">v packages</text>
|
|
36
|
+
<text x="154" y="226" fill="#d8ceee" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">v santi020k-theme</text>
|
|
37
|
+
<text x="174" y="256" fill="#d8ceee" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">v themes</text>
|
|
38
|
+
<rect x="142" y="269" width="210" height="30" rx="6" fill="#1e1530"/>
|
|
39
|
+
<text x="176" y="290" fill="#945df4" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" font-weight="700">santi020k-dark.json</text>
|
|
40
|
+
<text x="176" y="324" fill="#7f719d" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">token-colors.json</text>
|
|
41
|
+
<text x="154" y="374" fill="#d8ceee" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">v scripts</text>
|
|
42
|
+
<text x="176" y="404" fill="#7f719d" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">generate-variants.mjs</text>
|
|
43
|
+
<text x="176" y="434" fill="#7f719d" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">validate-themes.mjs</text>
|
|
44
|
+
|
|
45
|
+
<rect x="374" y="76" width="866" height="42" fill="#100a1c"/>
|
|
46
|
+
<rect x="394" y="76" width="188" height="42" fill="#120c1e"/>
|
|
47
|
+
<rect x="394" y="115" width="188" height="3" fill="#945df4"/>
|
|
48
|
+
<text x="424" y="102" fill="#e9e2f2" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">palette.ts</text>
|
|
49
|
+
<text x="622" y="102" fill="#7f719d" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">README.md</text>
|
|
50
|
+
<text x="744" y="102" fill="#7f719d" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">package.json</text>
|
|
51
|
+
|
|
52
|
+
<rect x="374" y="118" width="866" height="480" fill="#120c1e"/>
|
|
53
|
+
<rect x="374" y="118" width="866" height="34" fill="#181027" opacity="0.66"/>
|
|
54
|
+
<text x="400" y="140" fill="#7f719d" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12">packages > santi020k-theme > palette.ts</text>
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
<text x="382" y="170" fill="#5f4e7f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">01</text>
|
|
58
|
+
<text x="420" y="170" fill="#a985ff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">import </text>
|
|
59
|
+
<text x="494.9" y="170" fill="#e9e2f2" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">{ createTheme } </text>
|
|
60
|
+
<text x="666.0999999999999" y="170" fill="#a985ff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">from </text>
|
|
61
|
+
<text x="719.5999999999999" y="170" fill="#d6b1ff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">"@santi020k/theme"</text>
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
<text x="382" y="205" fill="#5f4e7f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">02</text>
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
<text x="382" y="240" fill="#5f4e7f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">03</text>
|
|
71
|
+
<text x="420" y="240" fill="#a985ff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">const </text>
|
|
72
|
+
<text x="484.2" y="240" fill="#e9e2f2" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">palette </text>
|
|
73
|
+
<text x="569.8" y="240" fill="#83719f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">= </text>
|
|
74
|
+
<text x="591.1999999999999" y="240" fill="#83719f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">{</text>
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
<text x="382" y="275" fill="#5f4e7f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">04</text>
|
|
79
|
+
<text x="420" y="275" fill="#b899ff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18"> canvas</text>
|
|
80
|
+
<text x="505.6" y="275" fill="#83719f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">: </text>
|
|
81
|
+
<text x="527" y="275" fill="#d6b1ff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">"deep indigo"</text>
|
|
82
|
+
<text x="666.1" y="275" fill="#83719f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">,</text>
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
<text x="382" y="310" fill="#5f4e7f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">05</text>
|
|
87
|
+
<text x="420" y="310" fill="#b899ff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18"> accent</text>
|
|
88
|
+
<text x="505.6" y="310" fill="#83719f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">: </text>
|
|
89
|
+
<text x="527" y="310" fill="#d6b1ff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">"violet"</text>
|
|
90
|
+
<text x="612.6" y="310" fill="#83719f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">,</text>
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
<text x="382" y="345" fill="#5f4e7f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">06</text>
|
|
95
|
+
<text x="420" y="345" fill="#b899ff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18"> contrast</text>
|
|
96
|
+
<text x="527" y="345" fill="#83719f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">: </text>
|
|
97
|
+
<text x="548.4" y="345" fill="#8fd5ff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">4.8</text>
|
|
98
|
+
<text x="580.5" y="345" fill="#83719f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">,</text>
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
<text x="382" y="380" fill="#5f4e7f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">07</text>
|
|
103
|
+
<text x="420" y="380" fill="#83719f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">}</text>
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
<text x="382" y="415" fill="#5f4e7f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">08</text>
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
<text x="382" y="450" fill="#5f4e7f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">09</text>
|
|
113
|
+
<text x="420" y="450" fill="#a985ff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">export </text>
|
|
114
|
+
<text x="494.9" y="450" fill="#a985ff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">function </text>
|
|
115
|
+
<text x="591.1999999999999" y="450" fill="#c59cff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">applyWorkbench</text>
|
|
116
|
+
<text x="740.9999999999999" y="450" fill="#83719f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">() {</text>
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
<rect x="376" y="462" width="756" height="30" fill="#181027" opacity="0.76"/>
|
|
120
|
+
<text x="382" y="485" fill="#b58cff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">10</text>
|
|
121
|
+
<text x="420" y="485" fill="#a985ff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic"> return </text>
|
|
122
|
+
<text x="516.3" y="485" fill="#c59cff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">createTheme</text>
|
|
123
|
+
<text x="634" y="485" fill="#83719f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">({ palette })</text>
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
<text x="382" y="520" fill="#5f4e7f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">11</text>
|
|
128
|
+
<text x="420" y="520" fill="#83719f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">}</text>
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
<text x="382" y="555" fill="#5f4e7f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">12</text>
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
<text x="382" y="590" fill="#5f4e7f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">13</text>
|
|
138
|
+
<text x="420" y="590" fill="#726486" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">// Semantic tokens stay expressive without noise.</text>
|
|
139
|
+
|
|
140
|
+
<rect x="1160" y="132" width="76" height="3" rx="2" fill="#945df4" opacity="0.78"/>
|
|
141
|
+
<rect x="1160" y="141" width="48" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
142
|
+
<rect x="1160" y="150" width="92" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
143
|
+
<rect x="1160" y="159" width="58" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
144
|
+
<rect x="1160" y="168" width="110" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
145
|
+
<rect x="1160" y="177" width="68" height="3" rx="2" fill="#945df4" opacity="0.78"/>
|
|
146
|
+
<rect x="1160" y="186" width="86" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
147
|
+
<rect x="1160" y="195" width="42" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
148
|
+
<rect x="1160" y="204" width="76" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
149
|
+
<rect x="1160" y="213" width="48" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
150
|
+
<rect x="1160" y="222" width="92" height="3" rx="2" fill="#945df4" opacity="0.78"/>
|
|
151
|
+
<rect x="1160" y="231" width="58" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
152
|
+
<rect x="1160" y="240" width="110" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
153
|
+
<rect x="1160" y="249" width="68" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
154
|
+
<rect x="1160" y="258" width="86" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
155
|
+
<rect x="1160" y="267" width="42" height="3" rx="2" fill="#945df4" opacity="0.78"/>
|
|
156
|
+
<rect x="1160" y="276" width="76" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
157
|
+
<rect x="1160" y="285" width="48" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
158
|
+
<rect x="1160" y="294" width="92" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
159
|
+
<rect x="1160" y="303" width="58" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
160
|
+
<rect x="1160" y="312" width="110" height="3" rx="2" fill="#945df4" opacity="0.78"/>
|
|
161
|
+
<rect x="1160" y="321" width="68" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
162
|
+
<rect x="1160" y="330" width="86" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
163
|
+
<rect x="1160" y="339" width="42" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
164
|
+
<rect x="1160" y="348" width="76" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
165
|
+
<rect x="1160" y="357" width="48" height="3" rx="2" fill="#945df4" opacity="0.78"/>
|
|
166
|
+
<rect x="1160" y="366" width="92" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
167
|
+
<rect x="1160" y="375" width="58" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
168
|
+
<rect x="1160" y="384" width="110" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
169
|
+
<rect x="1160" y="393" width="68" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
170
|
+
<rect x="1160" y="402" width="86" height="3" rx="2" fill="#945df4" opacity="0.78"/>
|
|
171
|
+
<rect x="1160" y="411" width="42" height="3" rx="2" fill="#83719f" opacity="0.32"/>
|
|
172
|
+
|
|
173
|
+
<rect x="374" y="598" width="866" height="98" fill="#100a1c"/>
|
|
174
|
+
<rect x="374" y="598" width="866" height="2" fill="#752df0"/>
|
|
175
|
+
<text x="400" y="630" fill="#7f719d" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12" font-weight="800">TERMINAL</text>
|
|
176
|
+
<text x="400" y="660" fill="#e9e2f2" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="14">$ pnpm run validate:themes</text>
|
|
177
|
+
<text x="400" y="684" fill="#8bd69a" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="14">Theme validation passed</text>
|
|
178
|
+
|
|
179
|
+
<rect x="40" y="696" width="1200" height="24" fill="#752df0"/>
|
|
180
|
+
<text x="62" y="713" fill="#f4f0ff" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12" font-weight="700">santi020k dark</text>
|
|
181
|
+
<text x="1066" y="713" fill="#f4f0ff" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12">TypeScript</text>
|
|
182
|
+
<text x="1158" y="713" fill="#f4f0ff" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12">UTF-8</text>
|
|
63
183
|
</svg>
|
|
Binary file
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="1280" height="720" viewBox="0 0 1280 720" role="img" aria-labelledby="title desc">
|
|
2
|
+
<title id="title">santi020k hc dark theme preview</title>
|
|
3
|
+
<desc id="desc">A realistic VS Code editor preview using the santi020k hc dark color palette.</desc>
|
|
4
|
+
<rect x="0" y="0" width="1280" height="720" fill="#07040d"/>
|
|
5
|
+
<rect x="40" y="38" width="1200" height="640" rx="22" fill="#020105dd"/>
|
|
6
|
+
<rect x="40" y="28" width="1200" height="48" rx="18" fill="#0b0614"/>
|
|
7
|
+
<rect x="40" y="58" width="1200" height="620" fill="#0b0614"/>
|
|
8
|
+
<circle cx="72" cy="52" r="6" fill="#ff7070"/>
|
|
9
|
+
<circle cx="94" cy="52" r="6" fill="#ffc060"/>
|
|
10
|
+
<circle cx="116" cy="52" r="6" fill="#8affb2"/>
|
|
11
|
+
<text x="548" y="57" fill="#9b8bc4" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" font-weight="700">santi020k-theme</text>
|
|
12
|
+
|
|
13
|
+
<rect x="40" y="76" width="70" height="620" fill="#08040f"/>
|
|
14
|
+
|
|
15
|
+
<rect x="19" y="93" width="38" height="38" rx="8" fill="#201139"/>
|
|
16
|
+
<path d="M3 3h7v7H3zM14 3h7v7h-7zM3 14h7v7H3zM14 14h7v7h-7z" transform="translate(29 103)" fill="none" stroke="#f7f2ff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
<path d="M11 4a7 7 0 1 0 0 14 7 7 0 0 0 0-14zM20 20l-4.3-4.3" transform="translate(29 161)" fill="none" stroke="#9b8bc4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<path d="M6 3v12M18 9V3M6 15a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM18 3a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM6 7h6a6 6 0 0 1 6 6v2" transform="translate(29 219)" fill="none" stroke="#9b8bc4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
<path d="M12 2l8 4v6c0 5-3.4 8-8 10-4.6-2-8-5-8-10V6z" transform="translate(29 277)" fill="none" stroke="#9b8bc4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
<rect x="110" y="76" width="264" height="620" fill="#10091d"/>
|
|
32
|
+
<rect x="373" y="76" width="1" height="620" fill="#602cba" opacity="0.8"/>
|
|
33
|
+
<text x="134" y="118" fill="#9b8bc4" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12" font-weight="800">EXPLORER</text>
|
|
34
|
+
<text x="134" y="154" fill="#f4eeff" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" font-weight="700">SANTI020K-THEME</text>
|
|
35
|
+
<text x="134" y="196" fill="#9b8bc4" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">v packages</text>
|
|
36
|
+
<text x="154" y="226" fill="#f4eeff" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">v santi020k-theme</text>
|
|
37
|
+
<text x="174" y="256" fill="#f4eeff" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">v themes</text>
|
|
38
|
+
<rect x="142" y="269" width="210" height="30" rx="6" fill="#190d2c"/>
|
|
39
|
+
<text x="176" y="290" fill="#a56dff" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" font-weight="700">santi020k-hc.json</text>
|
|
40
|
+
<text x="176" y="324" fill="#9b8bc4" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">token-colors.json</text>
|
|
41
|
+
<text x="154" y="374" fill="#f4eeff" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">v scripts</text>
|
|
42
|
+
<text x="176" y="404" fill="#9b8bc4" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">generate-variants.mjs</text>
|
|
43
|
+
<text x="176" y="434" fill="#9b8bc4" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">validate-themes.mjs</text>
|
|
44
|
+
|
|
45
|
+
<rect x="374" y="76" width="866" height="42" fill="#0b0614"/>
|
|
46
|
+
<rect x="394" y="76" width="188" height="42" fill="#0d0718"/>
|
|
47
|
+
<rect x="394" y="115" width="188" height="3" fill="#a56dff"/>
|
|
48
|
+
<text x="424" y="102" fill="#f7f2ff" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">contrast.ts</text>
|
|
49
|
+
<text x="622" y="102" fill="#9b8bc4" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">README.md</text>
|
|
50
|
+
<text x="744" y="102" fill="#9b8bc4" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">package.json</text>
|
|
51
|
+
|
|
52
|
+
<rect x="374" y="118" width="866" height="480" fill="#0d0718"/>
|
|
53
|
+
<rect x="374" y="118" width="866" height="34" fill="#160d28" opacity="0.66"/>
|
|
54
|
+
<text x="400" y="140" fill="#9b8bc4" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12">packages > santi020k-theme > contrast.ts</text>
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
<text x="382" y="170" fill="#7b65a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">01</text>
|
|
58
|
+
<text x="420" y="170" fill="#b68cff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">import </text>
|
|
59
|
+
<text x="494.9" y="170" fill="#f7f2ff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">{ createTheme } </text>
|
|
60
|
+
<text x="666.0999999999999" y="170" fill="#b68cff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">from </text>
|
|
61
|
+
<text x="719.5999999999999" y="170" fill="#ffc060" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">"@santi020k/theme"</text>
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
<text x="382" y="205" fill="#7b65a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">02</text>
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
<text x="382" y="240" fill="#7b65a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">03</text>
|
|
71
|
+
<text x="420" y="240" fill="#b68cff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">const </text>
|
|
72
|
+
<text x="484.2" y="240" fill="#f7f2ff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">palette </text>
|
|
73
|
+
<text x="569.8" y="240" fill="#aa9bcf" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">= </text>
|
|
74
|
+
<text x="591.1999999999999" y="240" fill="#aa9bcf" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">{</text>
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
<text x="382" y="275" fill="#7b65a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">04</text>
|
|
79
|
+
<text x="420" y="275" fill="#c9a7ff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18"> canvas</text>
|
|
80
|
+
<text x="505.6" y="275" fill="#aa9bcf" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">: </text>
|
|
81
|
+
<text x="527" y="275" fill="#ffc060" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">"deep indigo"</text>
|
|
82
|
+
<text x="666.1" y="275" fill="#aa9bcf" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">,</text>
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
<text x="382" y="310" fill="#7b65a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">05</text>
|
|
87
|
+
<text x="420" y="310" fill="#c9a7ff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18"> accent</text>
|
|
88
|
+
<text x="505.6" y="310" fill="#aa9bcf" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">: </text>
|
|
89
|
+
<text x="527" y="310" fill="#ffc060" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">"violet"</text>
|
|
90
|
+
<text x="612.6" y="310" fill="#aa9bcf" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">,</text>
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
<text x="382" y="345" fill="#7b65a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">06</text>
|
|
95
|
+
<text x="420" y="345" fill="#c9a7ff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18"> contrast</text>
|
|
96
|
+
<text x="527" y="345" fill="#aa9bcf" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">: </text>
|
|
97
|
+
<text x="548.4" y="345" fill="#60c8e0" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">4.8</text>
|
|
98
|
+
<text x="580.5" y="345" fill="#aa9bcf" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">,</text>
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
<text x="382" y="380" fill="#7b65a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">07</text>
|
|
103
|
+
<text x="420" y="380" fill="#aa9bcf" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">}</text>
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
<text x="382" y="415" fill="#7b65a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">08</text>
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
<text x="382" y="450" fill="#7b65a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">09</text>
|
|
113
|
+
<text x="420" y="450" fill="#b68cff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">export </text>
|
|
114
|
+
<text x="494.9" y="450" fill="#b68cff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">function </text>
|
|
115
|
+
<text x="591.1999999999999" y="450" fill="#d9beff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">applyWorkbench</text>
|
|
116
|
+
<text x="740.9999999999999" y="450" fill="#aa9bcf" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">() {</text>
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
<rect x="376" y="462" width="756" height="30" fill="#160d28" opacity="0.76"/>
|
|
120
|
+
<text x="382" y="485" fill="#ffffff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">10</text>
|
|
121
|
+
<text x="420" y="485" fill="#b68cff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic"> return </text>
|
|
122
|
+
<text x="516.3" y="485" fill="#d9beff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">createTheme</text>
|
|
123
|
+
<text x="634" y="485" fill="#aa9bcf" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">({ palette })</text>
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
<text x="382" y="520" fill="#7b65a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">11</text>
|
|
128
|
+
<text x="420" y="520" fill="#aa9bcf" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">}</text>
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
<text x="382" y="555" fill="#7b65a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">12</text>
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
<text x="382" y="590" fill="#7b65a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">13</text>
|
|
138
|
+
<text x="420" y="590" fill="#9b8bc4" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">// Semantic tokens stay expressive without noise.</text>
|
|
139
|
+
|
|
140
|
+
<rect x="1160" y="132" width="76" height="3" rx="2" fill="#a56dff" opacity="0.78"/>
|
|
141
|
+
<rect x="1160" y="141" width="48" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
142
|
+
<rect x="1160" y="150" width="92" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
143
|
+
<rect x="1160" y="159" width="58" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
144
|
+
<rect x="1160" y="168" width="110" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
145
|
+
<rect x="1160" y="177" width="68" height="3" rx="2" fill="#a56dff" opacity="0.78"/>
|
|
146
|
+
<rect x="1160" y="186" width="86" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
147
|
+
<rect x="1160" y="195" width="42" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
148
|
+
<rect x="1160" y="204" width="76" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
149
|
+
<rect x="1160" y="213" width="48" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
150
|
+
<rect x="1160" y="222" width="92" height="3" rx="2" fill="#a56dff" opacity="0.78"/>
|
|
151
|
+
<rect x="1160" y="231" width="58" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
152
|
+
<rect x="1160" y="240" width="110" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
153
|
+
<rect x="1160" y="249" width="68" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
154
|
+
<rect x="1160" y="258" width="86" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
155
|
+
<rect x="1160" y="267" width="42" height="3" rx="2" fill="#a56dff" opacity="0.78"/>
|
|
156
|
+
<rect x="1160" y="276" width="76" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
157
|
+
<rect x="1160" y="285" width="48" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
158
|
+
<rect x="1160" y="294" width="92" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
159
|
+
<rect x="1160" y="303" width="58" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
160
|
+
<rect x="1160" y="312" width="110" height="3" rx="2" fill="#a56dff" opacity="0.78"/>
|
|
161
|
+
<rect x="1160" y="321" width="68" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
162
|
+
<rect x="1160" y="330" width="86" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
163
|
+
<rect x="1160" y="339" width="42" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
164
|
+
<rect x="1160" y="348" width="76" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
165
|
+
<rect x="1160" y="357" width="48" height="3" rx="2" fill="#a56dff" opacity="0.78"/>
|
|
166
|
+
<rect x="1160" y="366" width="92" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
167
|
+
<rect x="1160" y="375" width="58" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
168
|
+
<rect x="1160" y="384" width="110" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
169
|
+
<rect x="1160" y="393" width="68" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
170
|
+
<rect x="1160" y="402" width="86" height="3" rx="2" fill="#a56dff" opacity="0.78"/>
|
|
171
|
+
<rect x="1160" y="411" width="42" height="3" rx="2" fill="#aa9bcf" opacity="0.32"/>
|
|
172
|
+
|
|
173
|
+
<rect x="374" y="598" width="866" height="98" fill="#0b0614"/>
|
|
174
|
+
<rect x="374" y="598" width="866" height="2" fill="#602cba"/>
|
|
175
|
+
<text x="400" y="630" fill="#9b8bc4" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12" font-weight="800">TERMINAL</text>
|
|
176
|
+
<text x="400" y="660" fill="#f7f2ff" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="14">$ pnpm run validate:themes</text>
|
|
177
|
+
<text x="400" y="684" fill="#8affb2" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="14">Theme validation passed</text>
|
|
178
|
+
|
|
179
|
+
<rect x="40" y="696" width="1200" height="24" fill="#602cba"/>
|
|
180
|
+
<text x="62" y="713" fill="#ffffff" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12" font-weight="700">santi020k hc dark</text>
|
|
181
|
+
<text x="1066" y="713" fill="#ffffff" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12">TypeScript</text>
|
|
182
|
+
<text x="1158" y="713" fill="#ffffff" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12">UTF-8</text>
|
|
183
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="1280" height="720" viewBox="0 0 1280 720" role="img" aria-labelledby="title desc">
|
|
2
|
+
<title id="title">santi020k hc light theme preview</title>
|
|
3
|
+
<desc id="desc">A realistic VS Code editor preview using the santi020k hc light color palette.</desc>
|
|
4
|
+
<rect x="0" y="0" width="1280" height="720" fill="#ffffff"/>
|
|
5
|
+
<rect x="40" y="38" width="1200" height="640" rx="22" fill="#5d4c7d22"/>
|
|
6
|
+
<rect x="40" y="28" width="1200" height="48" rx="18" fill="#eee9f7"/>
|
|
7
|
+
<rect x="40" y="58" width="1200" height="620" fill="#eee9f7"/>
|
|
8
|
+
<circle cx="72" cy="52" r="6" fill="#b00020"/>
|
|
9
|
+
<circle cx="94" cy="52" r="6" fill="#7a4d00"/>
|
|
10
|
+
<circle cx="116" cy="52" r="6" fill="#006b3b"/>
|
|
11
|
+
<text x="548" y="57" fill="#5d4c7d" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" font-weight="700">santi020k-theme</text>
|
|
12
|
+
|
|
13
|
+
<rect x="40" y="76" width="70" height="620" fill="#f3eff9"/>
|
|
14
|
+
|
|
15
|
+
<rect x="19" y="93" width="38" height="38" rx="8" fill="#e0d5f2"/>
|
|
16
|
+
<path d="M3 3h7v7H3zM14 3h7v7h-7zM3 14h7v7H3zM14 14h7v7h-7z" transform="translate(29 103)" fill="none" stroke="#111111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
<path d="M11 4a7 7 0 1 0 0 14 7 7 0 0 0 0-14zM20 20l-4.3-4.3" transform="translate(29 161)" fill="none" stroke="#5d4c7d" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<path d="M6 3v12M18 9V3M6 15a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM18 3a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM6 7h6a6 6 0 0 1 6 6v2" transform="translate(29 219)" fill="none" stroke="#5d4c7d" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
<path d="M12 2l8 4v6c0 5-3.4 8-8 10-4.6-2-8-5-8-10V6z" transform="translate(29 277)" fill="none" stroke="#5d4c7d" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
<rect x="110" y="76" width="264" height="620" fill="#ffffff"/>
|
|
32
|
+
<rect x="373" y="76" width="1" height="620" fill="#5a14b0" opacity="0.8"/>
|
|
33
|
+
<text x="134" y="118" fill="#5d4c7d" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12" font-weight="800">EXPLORER</text>
|
|
34
|
+
<text x="134" y="154" fill="#17111f" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" font-weight="700">SANTI020K-THEME</text>
|
|
35
|
+
<text x="134" y="196" fill="#5d4c7d" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">v packages</text>
|
|
36
|
+
<text x="154" y="226" fill="#17111f" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">v santi020k-theme</text>
|
|
37
|
+
<text x="174" y="256" fill="#17111f" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">v themes</text>
|
|
38
|
+
<rect x="142" y="269" width="210" height="30" rx="6" fill="#f1ebfa"/>
|
|
39
|
+
<text x="176" y="290" fill="#5a14b0" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" font-weight="700">santi020k-hc.json</text>
|
|
40
|
+
<text x="176" y="324" fill="#5d4c7d" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">token-colors.json</text>
|
|
41
|
+
<text x="154" y="374" fill="#17111f" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">v scripts</text>
|
|
42
|
+
<text x="176" y="404" fill="#5d4c7d" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">generate-variants.mjs</text>
|
|
43
|
+
<text x="176" y="434" fill="#5d4c7d" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">validate-themes.mjs</text>
|
|
44
|
+
|
|
45
|
+
<rect x="374" y="76" width="866" height="42" fill="#eee9f7"/>
|
|
46
|
+
<rect x="394" y="76" width="188" height="42" fill="#ffffff"/>
|
|
47
|
+
<rect x="394" y="115" width="188" height="3" fill="#5a14b0"/>
|
|
48
|
+
<text x="424" y="102" fill="#111111" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">contrast.ts</text>
|
|
49
|
+
<text x="622" y="102" fill="#5d4c7d" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">README.md</text>
|
|
50
|
+
<text x="744" y="102" fill="#5d4c7d" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">package.json</text>
|
|
51
|
+
|
|
52
|
+
<rect x="374" y="118" width="866" height="480" fill="#ffffff"/>
|
|
53
|
+
<rect x="374" y="118" width="866" height="34" fill="#f6f1fb" opacity="0.66"/>
|
|
54
|
+
<text x="400" y="140" fill="#5d4c7d" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12">packages > santi020k-theme > contrast.ts</text>
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
<text x="382" y="170" fill="#6f5b94" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">01</text>
|
|
58
|
+
<text x="420" y="170" fill="#4d0f9f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">import </text>
|
|
59
|
+
<text x="494.9" y="170" fill="#111111" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">{ createTheme } </text>
|
|
60
|
+
<text x="666.0999999999999" y="170" fill="#4d0f9f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">from </text>
|
|
61
|
+
<text x="719.5999999999999" y="170" fill="#693000" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">"@santi020k/theme"</text>
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
<text x="382" y="205" fill="#6f5b94" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">02</text>
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
<text x="382" y="240" fill="#6f5b94" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">03</text>
|
|
71
|
+
<text x="420" y="240" fill="#4d0f9f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">const </text>
|
|
72
|
+
<text x="484.2" y="240" fill="#111111" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">palette </text>
|
|
73
|
+
<text x="569.8" y="240" fill="#514063" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">= </text>
|
|
74
|
+
<text x="591.1999999999999" y="240" fill="#514063" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">{</text>
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
<text x="382" y="275" fill="#6f5b94" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">04</text>
|
|
79
|
+
<text x="420" y="275" fill="#391080" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18"> canvas</text>
|
|
80
|
+
<text x="505.6" y="275" fill="#514063" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">: </text>
|
|
81
|
+
<text x="527" y="275" fill="#693000" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">"deep indigo"</text>
|
|
82
|
+
<text x="666.1" y="275" fill="#514063" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">,</text>
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
<text x="382" y="310" fill="#6f5b94" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">05</text>
|
|
87
|
+
<text x="420" y="310" fill="#391080" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18"> accent</text>
|
|
88
|
+
<text x="505.6" y="310" fill="#514063" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">: </text>
|
|
89
|
+
<text x="527" y="310" fill="#693000" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">"violet"</text>
|
|
90
|
+
<text x="612.6" y="310" fill="#514063" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">,</text>
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
<text x="382" y="345" fill="#6f5b94" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">06</text>
|
|
95
|
+
<text x="420" y="345" fill="#391080" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18"> contrast</text>
|
|
96
|
+
<text x="527" y="345" fill="#514063" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">: </text>
|
|
97
|
+
<text x="548.4" y="345" fill="#005f78" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">4.8</text>
|
|
98
|
+
<text x="580.5" y="345" fill="#514063" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">,</text>
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
<text x="382" y="380" fill="#6f5b94" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">07</text>
|
|
103
|
+
<text x="420" y="380" fill="#514063" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">}</text>
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
<text x="382" y="415" fill="#6f5b94" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">08</text>
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
<text x="382" y="450" fill="#6f5b94" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">09</text>
|
|
113
|
+
<text x="420" y="450" fill="#4d0f9f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">export </text>
|
|
114
|
+
<text x="494.9" y="450" fill="#4d0f9f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">function </text>
|
|
115
|
+
<text x="591.1999999999999" y="450" fill="#5a14b0" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">applyWorkbench</text>
|
|
116
|
+
<text x="740.9999999999999" y="450" fill="#514063" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">() {</text>
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
<rect x="376" y="462" width="756" height="30" fill="#f6f1fb" opacity="0.76"/>
|
|
120
|
+
<text x="382" y="485" fill="#000000" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">10</text>
|
|
121
|
+
<text x="420" y="485" fill="#4d0f9f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic"> return </text>
|
|
122
|
+
<text x="516.3" y="485" fill="#5a14b0" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">createTheme</text>
|
|
123
|
+
<text x="634" y="485" fill="#514063" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">({ palette })</text>
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
<text x="382" y="520" fill="#6f5b94" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">11</text>
|
|
128
|
+
<text x="420" y="520" fill="#514063" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">}</text>
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
<text x="382" y="555" fill="#6f5b94" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">12</text>
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
<text x="382" y="590" fill="#6f5b94" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">13</text>
|
|
138
|
+
<text x="420" y="590" fill="#5d4c7d" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">// Semantic tokens stay expressive without noise.</text>
|
|
139
|
+
|
|
140
|
+
<rect x="1160" y="132" width="76" height="3" rx="2" fill="#5a14b0" opacity="0.78"/>
|
|
141
|
+
<rect x="1160" y="141" width="48" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
142
|
+
<rect x="1160" y="150" width="92" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
143
|
+
<rect x="1160" y="159" width="58" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
144
|
+
<rect x="1160" y="168" width="110" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
145
|
+
<rect x="1160" y="177" width="68" height="3" rx="2" fill="#5a14b0" opacity="0.78"/>
|
|
146
|
+
<rect x="1160" y="186" width="86" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
147
|
+
<rect x="1160" y="195" width="42" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
148
|
+
<rect x="1160" y="204" width="76" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
149
|
+
<rect x="1160" y="213" width="48" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
150
|
+
<rect x="1160" y="222" width="92" height="3" rx="2" fill="#5a14b0" opacity="0.78"/>
|
|
151
|
+
<rect x="1160" y="231" width="58" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
152
|
+
<rect x="1160" y="240" width="110" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
153
|
+
<rect x="1160" y="249" width="68" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
154
|
+
<rect x="1160" y="258" width="86" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
155
|
+
<rect x="1160" y="267" width="42" height="3" rx="2" fill="#5a14b0" opacity="0.78"/>
|
|
156
|
+
<rect x="1160" y="276" width="76" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
157
|
+
<rect x="1160" y="285" width="48" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
158
|
+
<rect x="1160" y="294" width="92" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
159
|
+
<rect x="1160" y="303" width="58" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
160
|
+
<rect x="1160" y="312" width="110" height="3" rx="2" fill="#5a14b0" opacity="0.78"/>
|
|
161
|
+
<rect x="1160" y="321" width="68" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
162
|
+
<rect x="1160" y="330" width="86" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
163
|
+
<rect x="1160" y="339" width="42" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
164
|
+
<rect x="1160" y="348" width="76" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
165
|
+
<rect x="1160" y="357" width="48" height="3" rx="2" fill="#5a14b0" opacity="0.78"/>
|
|
166
|
+
<rect x="1160" y="366" width="92" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
167
|
+
<rect x="1160" y="375" width="58" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
168
|
+
<rect x="1160" y="384" width="110" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
169
|
+
<rect x="1160" y="393" width="68" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
170
|
+
<rect x="1160" y="402" width="86" height="3" rx="2" fill="#5a14b0" opacity="0.78"/>
|
|
171
|
+
<rect x="1160" y="411" width="42" height="3" rx="2" fill="#514063" opacity="0.32"/>
|
|
172
|
+
|
|
173
|
+
<rect x="374" y="598" width="866" height="98" fill="#eee9f7"/>
|
|
174
|
+
<rect x="374" y="598" width="866" height="2" fill="#3f0b86"/>
|
|
175
|
+
<text x="400" y="630" fill="#5d4c7d" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12" font-weight="800">TERMINAL</text>
|
|
176
|
+
<text x="400" y="660" fill="#111111" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="14">$ pnpm run validate:themes</text>
|
|
177
|
+
<text x="400" y="684" fill="#006b3b" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="14">Theme validation passed</text>
|
|
178
|
+
|
|
179
|
+
<rect x="40" y="696" width="1200" height="24" fill="#3f0b86"/>
|
|
180
|
+
<text x="62" y="713" fill="#ffffff" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12" font-weight="700">santi020k hc light</text>
|
|
181
|
+
<text x="1066" y="713" fill="#ffffff" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12">TypeScript</text>
|
|
182
|
+
<text x="1158" y="713" fill="#ffffff" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12">UTF-8</text>
|
|
183
|
+
</svg>
|
|
Binary file
|
|
@@ -1,63 +1,183 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="1280" height="720" viewBox="0 0 1280 720" role="img" aria-labelledby="title desc">
|
|
2
2
|
<title id="title">santi020k light theme preview</title>
|
|
3
|
-
<desc id="desc">A
|
|
4
|
-
<rect width="1280" height="720" fill="#
|
|
5
|
-
<rect x="
|
|
6
|
-
<rect x="
|
|
7
|
-
<rect x="
|
|
8
|
-
<
|
|
9
|
-
<
|
|
10
|
-
<
|
|
11
|
-
<
|
|
12
|
-
|
|
13
|
-
<
|
|
14
|
-
|
|
15
|
-
<
|
|
16
|
-
<
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
<
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
<
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
<text x="
|
|
58
|
-
<text x="
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
3
|
+
<desc id="desc">A realistic VS Code editor preview using the santi020k light color palette.</desc>
|
|
4
|
+
<rect x="0" y="0" width="1280" height="720" fill="#eee9f8"/>
|
|
5
|
+
<rect x="40" y="38" width="1200" height="640" rx="22" fill="#56437124"/>
|
|
6
|
+
<rect x="40" y="28" width="1200" height="48" rx="18" fill="#e3dff0"/>
|
|
7
|
+
<rect x="40" y="58" width="1200" height="620" fill="#e3dff0"/>
|
|
8
|
+
<circle cx="72" cy="52" r="6" fill="#b82232"/>
|
|
9
|
+
<circle cx="94" cy="52" r="6" fill="#8a5a00"/>
|
|
10
|
+
<circle cx="116" cy="52" r="6" fill="#087a42"/>
|
|
11
|
+
<text x="548" y="57" fill="#7f6f9f" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" font-weight="700">santi020k-theme</text>
|
|
12
|
+
|
|
13
|
+
<rect x="40" y="76" width="70" height="620" fill="#e7e1f3"/>
|
|
14
|
+
|
|
15
|
+
<rect x="19" y="93" width="38" height="38" rx="8" fill="#d9d1eb"/>
|
|
16
|
+
<path d="M3 3h7v7H3zM14 3h7v7h-7zM3 14h7v7H3zM14 14h7v7h-7z" transform="translate(29 103)" fill="none" stroke="#2e2938" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
<path d="M11 4a7 7 0 1 0 0 14 7 7 0 0 0 0-14zM20 20l-4.3-4.3" transform="translate(29 161)" fill="none" stroke="#7f6f9f" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<path d="M6 3v12M18 9V3M6 15a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM18 3a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM6 7h6a6 6 0 0 1 6 6v2" transform="translate(29 219)" fill="none" stroke="#7f6f9f" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
<path d="M12 2l8 4v6c0 5-3.4 8-8 10-4.6-2-8-5-8-10V6z" transform="translate(29 277)" fill="none" stroke="#7f6f9f" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
<rect x="110" y="76" width="264" height="620" fill="#f0edf9"/>
|
|
32
|
+
<rect x="373" y="76" width="1" height="620" fill="#d2c8e6" opacity="0.8"/>
|
|
33
|
+
<text x="134" y="118" fill="#7f6f9f" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12" font-weight="800">EXPLORER</text>
|
|
34
|
+
<text x="134" y="154" fill="#342d45" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" font-weight="700">SANTI020K-THEME</text>
|
|
35
|
+
<text x="134" y="196" fill="#7f6f9f" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">v packages</text>
|
|
36
|
+
<text x="154" y="226" fill="#342d45" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">v santi020k-theme</text>
|
|
37
|
+
<text x="174" y="256" fill="#342d45" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">v themes</text>
|
|
38
|
+
<rect x="142" y="269" width="210" height="30" rx="6" fill="#e7e1f3"/>
|
|
39
|
+
<text x="176" y="290" fill="#6319be" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" font-weight="700">santi020k-light.json</text>
|
|
40
|
+
<text x="176" y="324" fill="#7f6f9f" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">token-colors.json</text>
|
|
41
|
+
<text x="154" y="374" fill="#342d45" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">v scripts</text>
|
|
42
|
+
<text x="176" y="404" fill="#7f6f9f" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">generate-variants.mjs</text>
|
|
43
|
+
<text x="176" y="434" fill="#7f6f9f" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">validate-themes.mjs</text>
|
|
44
|
+
|
|
45
|
+
<rect x="374" y="76" width="866" height="42" fill="#e3dff0"/>
|
|
46
|
+
<rect x="394" y="76" width="188" height="42" fill="#f8f6fd"/>
|
|
47
|
+
<rect x="394" y="115" width="188" height="3" fill="#6319be"/>
|
|
48
|
+
<text x="424" y="102" fill="#2e2938" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">palette.ts</text>
|
|
49
|
+
<text x="622" y="102" fill="#7f6f9f" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">README.md</text>
|
|
50
|
+
<text x="744" y="102" fill="#7f6f9f" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13">package.json</text>
|
|
51
|
+
|
|
52
|
+
<rect x="374" y="118" width="866" height="480" fill="#f8f6fd"/>
|
|
53
|
+
<rect x="374" y="118" width="866" height="34" fill="#efeaf8" opacity="0.66"/>
|
|
54
|
+
<text x="400" y="140" fill="#7f6f9f" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12">packages > santi020k-theme > palette.ts</text>
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
<text x="382" y="170" fill="#9b88bd" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">01</text>
|
|
58
|
+
<text x="420" y="170" fill="#5a14b0" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">import </text>
|
|
59
|
+
<text x="494.9" y="170" fill="#2e2938" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">{ createTheme } </text>
|
|
60
|
+
<text x="666.0999999999999" y="170" fill="#5a14b0" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">from </text>
|
|
61
|
+
<text x="719.5999999999999" y="170" fill="#7730b8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">"@santi020k/theme"</text>
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
<text x="382" y="205" fill="#9b88bd" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">02</text>
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
<text x="382" y="240" fill="#9b88bd" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">03</text>
|
|
71
|
+
<text x="420" y="240" fill="#5a14b0" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">const </text>
|
|
72
|
+
<text x="484.2" y="240" fill="#2e2938" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">palette </text>
|
|
73
|
+
<text x="569.8" y="240" fill="#8978a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">= </text>
|
|
74
|
+
<text x="591.1999999999999" y="240" fill="#8978a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">{</text>
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
<text x="382" y="275" fill="#9b88bd" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">04</text>
|
|
79
|
+
<text x="420" y="275" fill="#5020a4" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18"> canvas</text>
|
|
80
|
+
<text x="505.6" y="275" fill="#8978a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">: </text>
|
|
81
|
+
<text x="527" y="275" fill="#7730b8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">"deep indigo"</text>
|
|
82
|
+
<text x="666.1" y="275" fill="#8978a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">,</text>
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
<text x="382" y="310" fill="#9b88bd" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">05</text>
|
|
87
|
+
<text x="420" y="310" fill="#5020a4" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18"> accent</text>
|
|
88
|
+
<text x="505.6" y="310" fill="#8978a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">: </text>
|
|
89
|
+
<text x="527" y="310" fill="#7730b8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">"violet"</text>
|
|
90
|
+
<text x="612.6" y="310" fill="#8978a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">,</text>
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
<text x="382" y="345" fill="#9b88bd" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">06</text>
|
|
95
|
+
<text x="420" y="345" fill="#5020a4" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18"> contrast</text>
|
|
96
|
+
<text x="527" y="345" fill="#8978a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">: </text>
|
|
97
|
+
<text x="548.4" y="345" fill="#006d8f" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">4.8</text>
|
|
98
|
+
<text x="580.5" y="345" fill="#8978a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">,</text>
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
<text x="382" y="380" fill="#9b88bd" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">07</text>
|
|
103
|
+
<text x="420" y="380" fill="#8978a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">}</text>
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
<text x="382" y="415" fill="#9b88bd" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">08</text>
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
<text x="382" y="450" fill="#9b88bd" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">09</text>
|
|
113
|
+
<text x="420" y="450" fill="#5a14b0" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">export </text>
|
|
114
|
+
<text x="494.9" y="450" fill="#5a14b0" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">function </text>
|
|
115
|
+
<text x="591.1999999999999" y="450" fill="#6319be" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">applyWorkbench</text>
|
|
116
|
+
<text x="740.9999999999999" y="450" fill="#8978a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">() {</text>
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
<rect x="376" y="462" width="756" height="30" fill="#efeaf8" opacity="0.76"/>
|
|
120
|
+
<text x="382" y="485" fill="#6319be" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">10</text>
|
|
121
|
+
<text x="420" y="485" fill="#5a14b0" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic"> return </text>
|
|
122
|
+
<text x="516.3" y="485" fill="#6319be" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">createTheme</text>
|
|
123
|
+
<text x="634" y="485" fill="#8978a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">({ palette })</text>
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
<text x="382" y="520" fill="#9b88bd" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">11</text>
|
|
128
|
+
<text x="420" y="520" fill="#8978a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18">}</text>
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
<text x="382" y="555" fill="#9b88bd" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">12</text>
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
<text x="382" y="590" fill="#9b88bd" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="16">13</text>
|
|
138
|
+
<text x="420" y="590" fill="#8978a8" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="18" font-style="italic">// Semantic tokens stay expressive without noise.</text>
|
|
139
|
+
|
|
140
|
+
<rect x="1160" y="132" width="76" height="3" rx="2" fill="#6319be" opacity="0.78"/>
|
|
141
|
+
<rect x="1160" y="141" width="48" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
142
|
+
<rect x="1160" y="150" width="92" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
143
|
+
<rect x="1160" y="159" width="58" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
144
|
+
<rect x="1160" y="168" width="110" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
145
|
+
<rect x="1160" y="177" width="68" height="3" rx="2" fill="#6319be" opacity="0.78"/>
|
|
146
|
+
<rect x="1160" y="186" width="86" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
147
|
+
<rect x="1160" y="195" width="42" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
148
|
+
<rect x="1160" y="204" width="76" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
149
|
+
<rect x="1160" y="213" width="48" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
150
|
+
<rect x="1160" y="222" width="92" height="3" rx="2" fill="#6319be" opacity="0.78"/>
|
|
151
|
+
<rect x="1160" y="231" width="58" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
152
|
+
<rect x="1160" y="240" width="110" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
153
|
+
<rect x="1160" y="249" width="68" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
154
|
+
<rect x="1160" y="258" width="86" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
155
|
+
<rect x="1160" y="267" width="42" height="3" rx="2" fill="#6319be" opacity="0.78"/>
|
|
156
|
+
<rect x="1160" y="276" width="76" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
157
|
+
<rect x="1160" y="285" width="48" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
158
|
+
<rect x="1160" y="294" width="92" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
159
|
+
<rect x="1160" y="303" width="58" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
160
|
+
<rect x="1160" y="312" width="110" height="3" rx="2" fill="#6319be" opacity="0.78"/>
|
|
161
|
+
<rect x="1160" y="321" width="68" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
162
|
+
<rect x="1160" y="330" width="86" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
163
|
+
<rect x="1160" y="339" width="42" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
164
|
+
<rect x="1160" y="348" width="76" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
165
|
+
<rect x="1160" y="357" width="48" height="3" rx="2" fill="#6319be" opacity="0.78"/>
|
|
166
|
+
<rect x="1160" y="366" width="92" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
167
|
+
<rect x="1160" y="375" width="58" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
168
|
+
<rect x="1160" y="384" width="110" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
169
|
+
<rect x="1160" y="393" width="68" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
170
|
+
<rect x="1160" y="402" width="86" height="3" rx="2" fill="#6319be" opacity="0.78"/>
|
|
171
|
+
<rect x="1160" y="411" width="42" height="3" rx="2" fill="#8978a8" opacity="0.32"/>
|
|
172
|
+
|
|
173
|
+
<rect x="374" y="598" width="866" height="98" fill="#e3dff0"/>
|
|
174
|
+
<rect x="374" y="598" width="866" height="2" fill="#5a14b0"/>
|
|
175
|
+
<text x="400" y="630" fill="#7f6f9f" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12" font-weight="800">TERMINAL</text>
|
|
176
|
+
<text x="400" y="660" fill="#2e2938" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="14">$ pnpm run validate:themes</text>
|
|
177
|
+
<text x="400" y="684" fill="#087a42" font-family="JetBrains Mono, Fira Code, SFMono-Regular, Consolas, monospace" font-size="14">Theme validation passed</text>
|
|
178
|
+
|
|
179
|
+
<rect x="40" y="696" width="1200" height="24" fill="#5a14b0"/>
|
|
180
|
+
<text x="62" y="713" fill="#ffffff" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12" font-weight="700">santi020k light</text>
|
|
181
|
+
<text x="1066" y="713" fill="#ffffff" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12">TypeScript</text>
|
|
182
|
+
<text x="1158" y="713" fill="#ffffff" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="12">UTF-8</text>
|
|
63
183
|
</svg>
|
package/index.js
CHANGED
|
@@ -314,7 +314,9 @@ const assetPaths = [
|
|
|
314
314
|
'assets/vscode/previews/preview-dark.png',
|
|
315
315
|
'assets/vscode/previews/preview-dark.svg',
|
|
316
316
|
'assets/vscode/previews/preview-hc-dark.png',
|
|
317
|
+
'assets/vscode/previews/preview-hc-dark.svg',
|
|
317
318
|
'assets/vscode/previews/preview-hc-light.png',
|
|
319
|
+
'assets/vscode/previews/preview-hc-light.svg',
|
|
318
320
|
'assets/vscode/previews/preview-light.png',
|
|
319
321
|
'assets/vscode/previews/preview-light.svg',
|
|
320
322
|
'assets/wallpapers/wallpaper-1-desktop.png',
|
package/package.json
CHANGED
|
Binary file
|