@qpjoy/ui-design-neon-void 2.0.0

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.
@@ -0,0 +1,112 @@
1
+ :root,
2
+ .qp-theme-neon-void {
3
+ color-scheme: dark;
4
+ --qp-bg-1: #141417;
5
+ --qp-bg-2: #1a1b23;
6
+ --qp-bg-3: #21232d;
7
+ --qp-bg-4: #292c37;
8
+ --qp-bg-input: #252936;
9
+ --qp-bg-hover: #303442;
10
+ --qp-bg-active: #363c4d;
11
+ --qp-line: rgba(94, 142, 236, 0.18);
12
+ --qp-line-strong: rgba(43, 246, 210, 0.72);
13
+ --qp-design-line: rgba(139, 111, 255, 0.72);
14
+ --qp-primary: #2bf6d2;
15
+ --qp-primary-hover: #11cdb5;
16
+ --qp-primary-pressed: #079987;
17
+ --qp-archetype: #b974ff;
18
+ --qp-danger: #ee6067;
19
+ --qp-warning: #f8d06c;
20
+ --qp-success: #48bc77;
21
+ --qp-info: #5e8eec;
22
+ --qp-axis-x: #ff4f68;
23
+ --qp-axis-y: #22e184;
24
+ --qp-axis-z: #5e8eec;
25
+ --qp-icon-guide: rgba(238, 96, 103, 0.52);
26
+ --qp-icon-stroke: #f3f3f3;
27
+ --qp-icon-shadow: rgba(0, 0, 0, 0.88);
28
+ --qp-text-1: #e2e2e2;
29
+ --qp-text-2: rgba(226, 226, 226, 0.7);
30
+ --qp-text-3: rgba(226, 226, 226, 0.5);
31
+ --qp-text-4: rgba(226, 226, 226, 0.3);
32
+ --qp-text-5: rgba(226, 226, 226, 0.1);
33
+ --qp-light-1: rgba(163, 182, 233, 0.5);
34
+ --qp-light-2: rgba(163, 182, 233, 0.3);
35
+ --qp-light-3: rgba(163, 182, 233, 0.15);
36
+ --qp-light-4: rgba(163, 182, 233, 0.1);
37
+ --qp-light-5: rgba(163, 182, 233, 0.05);
38
+ --qp-font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
39
+ --qp-font-head-1: 20px;
40
+ --qp-font-head-2: 16px;
41
+ --qp-font-body-1: 14px;
42
+ --qp-font-body-2: 12px;
43
+ --qp-font-caption-1: 10px;
44
+ --qp-line-height: 1.5;
45
+ --qp-weight-regular: 300;
46
+ --qp-weight-medium: 400;
47
+ --qp-weight-semibold: 500;
48
+ --qp-radius-xs: 4px;
49
+ --qp-radius-sm: 6px;
50
+ --qp-radius-md: 8px;
51
+ --qp-radius-pill: 999px;
52
+ --qp-space-1: 4px;
53
+ --qp-space-2: 8px;
54
+ --qp-space-3: 12px;
55
+ --qp-space-4: 16px;
56
+ --qp-space-5: 20px;
57
+ --qp-space-6: 24px;
58
+ --qp-space-8: 32px;
59
+ --qp-size-control-sm: 24px;
60
+ --qp-size-control-md: 32px;
61
+ --qp-size-control-lg: 40px;
62
+ --qp-shadow-drop-1: 0 8px 22px rgba(0, 0, 0, 0.18);
63
+ --qp-shadow-drop-2: 0 16px 38px rgba(0, 0, 0, 0.26);
64
+ --qp-shadow-drop-3: 0 22px 58px rgba(0, 0, 0, 0.36);
65
+ --qp-shadow-inner-1: inset 0 1px 0 rgba(255, 255, 255, 0.035);
66
+ --qp-shadow-inner-2: inset 0 0 0 1px rgba(43, 246, 210, 0.5);
67
+ --qp-transition-fast: 120ms ease;
68
+ --qp-transition-medium: 180ms ease;
69
+ --qp-density-panel-padding: var(--qp-space-4);
70
+ --qp-density-card-padding: var(--qp-space-4);
71
+ --qp-density-control-x: 14px;
72
+ --qp-density-gap: var(--qp-space-3);
73
+ }
74
+
75
+ .qp-density--small {
76
+ --qp-font-body-1: 13px;
77
+ --qp-font-body-2: 11px;
78
+ --qp-font-caption-1: 10px;
79
+ --qp-size-control-sm: 22px;
80
+ --qp-size-control-md: 28px;
81
+ --qp-size-control-lg: 36px;
82
+ --qp-density-panel-padding: 12px;
83
+ --qp-density-card-padding: 12px;
84
+ --qp-density-control-x: 12px;
85
+ --qp-density-gap: 10px;
86
+ }
87
+
88
+ .qp-density--medium {
89
+ --qp-font-body-1: 14px;
90
+ --qp-font-body-2: 12px;
91
+ --qp-font-caption-1: 10px;
92
+ --qp-size-control-sm: 24px;
93
+ --qp-size-control-md: 32px;
94
+ --qp-size-control-lg: 40px;
95
+ --qp-density-panel-padding: var(--qp-space-4);
96
+ --qp-density-card-padding: var(--qp-space-4);
97
+ --qp-density-control-x: 14px;
98
+ --qp-density-gap: var(--qp-space-3);
99
+ }
100
+
101
+ .qp-density--large {
102
+ --qp-font-body-1: 15px;
103
+ --qp-font-body-2: 13px;
104
+ --qp-font-caption-1: 11px;
105
+ --qp-size-control-sm: 28px;
106
+ --qp-size-control-md: 38px;
107
+ --qp-size-control-lg: 48px;
108
+ --qp-density-panel-padding: 20px;
109
+ --qp-density-card-padding: 18px;
110
+ --qp-density-control-x: 16px;
111
+ --qp-density-gap: 14px;
112
+ }
@@ -0,0 +1,338 @@
1
+ export type TokenLeaf = string | number;
2
+ export type NeonVoidTokens = typeof neonVoidTokens;
3
+ export declare const neonVoidTokens: {
4
+ readonly meta: {
5
+ readonly name: "Neon Void";
6
+ readonly packageName: "@qpjoy/ui-design-neon-void";
7
+ readonly description: "Dark tool UI with cyan primary actions, quiet blue-gray panels, compact controls, and precise state feedback.";
8
+ };
9
+ readonly color: {
10
+ readonly background: {
11
+ readonly bg1: "#141417";
12
+ readonly bg2: "#1A1B23";
13
+ readonly bg3Panel: "#21232D";
14
+ readonly bg4ActionbarDialog: "#292C37";
15
+ };
16
+ readonly auxiliary: {
17
+ readonly a1: "#141417";
18
+ readonly a2: "rgba(20, 20, 23, 0.7)";
19
+ readonly a3: "rgba(20, 20, 23, 0.5)";
20
+ readonly a4: "rgba(20, 20, 23, 0.3)";
21
+ readonly a5: "rgba(20, 20, 23, 0.1)";
22
+ };
23
+ readonly lightTone: {
24
+ readonly l1: "rgba(163, 182, 233, 0.5)";
25
+ readonly l2: "rgba(163, 182, 233, 0.3)";
26
+ readonly l3: "rgba(163, 182, 233, 0.15)";
27
+ readonly l4: "rgba(163, 182, 233, 0.1)";
28
+ readonly l5: "rgba(163, 182, 233, 0.05)";
29
+ };
30
+ readonly text: {
31
+ readonly t1: "#E2E2E2";
32
+ readonly t2: "rgba(226, 226, 226, 0.7)";
33
+ readonly t3: "rgba(226, 226, 226, 0.5)";
34
+ readonly t4: "rgba(226, 226, 226, 0.3)";
35
+ readonly t5: "rgba(226, 226, 226, 0.1)";
36
+ };
37
+ readonly accent: {
38
+ readonly main: "#2BF6D2";
39
+ readonly mainHover: "#11CDB5";
40
+ readonly mainPressed: "#079987";
41
+ readonly archetype: "#B974FF";
42
+ readonly danger: "#EE6067";
43
+ readonly warning: "#F8D06C";
44
+ readonly success: "#48BC77";
45
+ readonly info: "#5E8EEC";
46
+ };
47
+ readonly axis: {
48
+ readonly x: "#FF4F68";
49
+ readonly y: "#22E184";
50
+ readonly z: "#5E8EEC";
51
+ };
52
+ };
53
+ readonly typography: {
54
+ readonly family: "Poppins, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"PingFang SC\", \"Microsoft YaHei\", sans-serif";
55
+ readonly head1: {
56
+ readonly fontSize: 20;
57
+ readonly lineHeight: 1.5;
58
+ readonly fontWeight: 400;
59
+ };
60
+ readonly head2: {
61
+ readonly fontSize: 16;
62
+ readonly lineHeight: 1.5;
63
+ readonly fontWeight: 400;
64
+ };
65
+ readonly body1Semibold: {
66
+ readonly fontSize: 14;
67
+ readonly lineHeight: 1.5;
68
+ readonly fontWeight: 500;
69
+ };
70
+ readonly body1Medium: {
71
+ readonly fontSize: 14;
72
+ readonly lineHeight: 1.5;
73
+ readonly fontWeight: 400;
74
+ };
75
+ readonly body1Regular: {
76
+ readonly fontSize: 14;
77
+ readonly lineHeight: 1.5;
78
+ readonly fontWeight: 300;
79
+ };
80
+ readonly body2Medium: {
81
+ readonly fontSize: 12;
82
+ readonly lineHeight: 1.5;
83
+ readonly fontWeight: 400;
84
+ };
85
+ readonly body2Regular: {
86
+ readonly fontSize: 12;
87
+ readonly lineHeight: 1.5;
88
+ readonly fontWeight: 300;
89
+ };
90
+ readonly caption1Medium: {
91
+ readonly fontSize: 10;
92
+ readonly lineHeight: 1.5;
93
+ readonly fontWeight: 400;
94
+ };
95
+ readonly caption1Regular: {
96
+ readonly fontSize: 10;
97
+ readonly lineHeight: 1.5;
98
+ readonly fontWeight: 300;
99
+ };
100
+ };
101
+ readonly radius: {
102
+ readonly xs: 4;
103
+ readonly sm: 6;
104
+ readonly md: 8;
105
+ readonly pill: 999;
106
+ };
107
+ readonly shadow: {
108
+ readonly drop1: "0 8px 22px rgba(0, 0, 0, 0.18)";
109
+ readonly drop2: "0 16px 38px rgba(0, 0, 0, 0.26)";
110
+ readonly drop3: "0 22px 58px rgba(0, 0, 0, 0.36)";
111
+ readonly inner1: "inset 0 1px 0 rgba(255, 255, 255, 0.035)";
112
+ readonly inner2: "inset 0 0 0 1px rgba(43, 246, 210, 0.5)";
113
+ };
114
+ readonly size: {
115
+ readonly controlSmall: 24;
116
+ readonly controlMedium: 32;
117
+ readonly controlLarge: 40;
118
+ readonly sidebar: 252;
119
+ };
120
+ readonly density: {
121
+ readonly small: {
122
+ readonly body1: 13;
123
+ readonly body2: 11;
124
+ readonly controlSmall: 22;
125
+ readonly controlMedium: 28;
126
+ readonly controlLarge: 36;
127
+ readonly panelPadding: 12;
128
+ };
129
+ readonly medium: {
130
+ readonly body1: 14;
131
+ readonly body2: 12;
132
+ readonly controlSmall: 24;
133
+ readonly controlMedium: 32;
134
+ readonly controlLarge: 40;
135
+ readonly panelPadding: 16;
136
+ };
137
+ readonly large: {
138
+ readonly body1: 15;
139
+ readonly body2: 13;
140
+ readonly controlSmall: 28;
141
+ readonly controlMedium: 38;
142
+ readonly controlLarge: 48;
143
+ readonly panelPadding: 20;
144
+ };
145
+ };
146
+ };
147
+ export declare const neonVoidCssVariables: {
148
+ readonly '--qp-bg-1': "#141417";
149
+ readonly '--qp-bg-2': "#1A1B23";
150
+ readonly '--qp-bg-3': "#21232D";
151
+ readonly '--qp-bg-4': "#292C37";
152
+ readonly '--qp-primary': "#2BF6D2";
153
+ readonly '--qp-primary-hover': "#11CDB5";
154
+ readonly '--qp-primary-pressed': "#079987";
155
+ readonly '--qp-danger': "#EE6067";
156
+ readonly '--qp-warning': "#F8D06C";
157
+ readonly '--qp-success': "#48BC77";
158
+ readonly '--qp-info': "#5E8EEC";
159
+ readonly '--qp-archetype': "#B974FF";
160
+ readonly '--qp-axis-x': "#FF4F68";
161
+ readonly '--qp-axis-y': "#22E184";
162
+ readonly '--qp-axis-z': "#5E8EEC";
163
+ readonly '--qp-text-1': "#E2E2E2";
164
+ readonly '--qp-text-2': "rgba(226, 226, 226, 0.7)";
165
+ readonly '--qp-text-3': "rgba(226, 226, 226, 0.5)";
166
+ readonly '--qp-text-4': "rgba(226, 226, 226, 0.3)";
167
+ readonly '--qp-font-family': "Poppins, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"PingFang SC\", \"Microsoft YaHei\", sans-serif";
168
+ };
169
+ export declare const neonVoidTheme: {
170
+ readonly name: "Neon Void";
171
+ readonly styleName: "neon-void";
172
+ readonly tokens: {
173
+ readonly meta: {
174
+ readonly name: "Neon Void";
175
+ readonly packageName: "@qpjoy/ui-design-neon-void";
176
+ readonly description: "Dark tool UI with cyan primary actions, quiet blue-gray panels, compact controls, and precise state feedback.";
177
+ };
178
+ readonly color: {
179
+ readonly background: {
180
+ readonly bg1: "#141417";
181
+ readonly bg2: "#1A1B23";
182
+ readonly bg3Panel: "#21232D";
183
+ readonly bg4ActionbarDialog: "#292C37";
184
+ };
185
+ readonly auxiliary: {
186
+ readonly a1: "#141417";
187
+ readonly a2: "rgba(20, 20, 23, 0.7)";
188
+ readonly a3: "rgba(20, 20, 23, 0.5)";
189
+ readonly a4: "rgba(20, 20, 23, 0.3)";
190
+ readonly a5: "rgba(20, 20, 23, 0.1)";
191
+ };
192
+ readonly lightTone: {
193
+ readonly l1: "rgba(163, 182, 233, 0.5)";
194
+ readonly l2: "rgba(163, 182, 233, 0.3)";
195
+ readonly l3: "rgba(163, 182, 233, 0.15)";
196
+ readonly l4: "rgba(163, 182, 233, 0.1)";
197
+ readonly l5: "rgba(163, 182, 233, 0.05)";
198
+ };
199
+ readonly text: {
200
+ readonly t1: "#E2E2E2";
201
+ readonly t2: "rgba(226, 226, 226, 0.7)";
202
+ readonly t3: "rgba(226, 226, 226, 0.5)";
203
+ readonly t4: "rgba(226, 226, 226, 0.3)";
204
+ readonly t5: "rgba(226, 226, 226, 0.1)";
205
+ };
206
+ readonly accent: {
207
+ readonly main: "#2BF6D2";
208
+ readonly mainHover: "#11CDB5";
209
+ readonly mainPressed: "#079987";
210
+ readonly archetype: "#B974FF";
211
+ readonly danger: "#EE6067";
212
+ readonly warning: "#F8D06C";
213
+ readonly success: "#48BC77";
214
+ readonly info: "#5E8EEC";
215
+ };
216
+ readonly axis: {
217
+ readonly x: "#FF4F68";
218
+ readonly y: "#22E184";
219
+ readonly z: "#5E8EEC";
220
+ };
221
+ };
222
+ readonly typography: {
223
+ readonly family: "Poppins, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"PingFang SC\", \"Microsoft YaHei\", sans-serif";
224
+ readonly head1: {
225
+ readonly fontSize: 20;
226
+ readonly lineHeight: 1.5;
227
+ readonly fontWeight: 400;
228
+ };
229
+ readonly head2: {
230
+ readonly fontSize: 16;
231
+ readonly lineHeight: 1.5;
232
+ readonly fontWeight: 400;
233
+ };
234
+ readonly body1Semibold: {
235
+ readonly fontSize: 14;
236
+ readonly lineHeight: 1.5;
237
+ readonly fontWeight: 500;
238
+ };
239
+ readonly body1Medium: {
240
+ readonly fontSize: 14;
241
+ readonly lineHeight: 1.5;
242
+ readonly fontWeight: 400;
243
+ };
244
+ readonly body1Regular: {
245
+ readonly fontSize: 14;
246
+ readonly lineHeight: 1.5;
247
+ readonly fontWeight: 300;
248
+ };
249
+ readonly body2Medium: {
250
+ readonly fontSize: 12;
251
+ readonly lineHeight: 1.5;
252
+ readonly fontWeight: 400;
253
+ };
254
+ readonly body2Regular: {
255
+ readonly fontSize: 12;
256
+ readonly lineHeight: 1.5;
257
+ readonly fontWeight: 300;
258
+ };
259
+ readonly caption1Medium: {
260
+ readonly fontSize: 10;
261
+ readonly lineHeight: 1.5;
262
+ readonly fontWeight: 400;
263
+ };
264
+ readonly caption1Regular: {
265
+ readonly fontSize: 10;
266
+ readonly lineHeight: 1.5;
267
+ readonly fontWeight: 300;
268
+ };
269
+ };
270
+ readonly radius: {
271
+ readonly xs: 4;
272
+ readonly sm: 6;
273
+ readonly md: 8;
274
+ readonly pill: 999;
275
+ };
276
+ readonly shadow: {
277
+ readonly drop1: "0 8px 22px rgba(0, 0, 0, 0.18)";
278
+ readonly drop2: "0 16px 38px rgba(0, 0, 0, 0.26)";
279
+ readonly drop3: "0 22px 58px rgba(0, 0, 0, 0.36)";
280
+ readonly inner1: "inset 0 1px 0 rgba(255, 255, 255, 0.035)";
281
+ readonly inner2: "inset 0 0 0 1px rgba(43, 246, 210, 0.5)";
282
+ };
283
+ readonly size: {
284
+ readonly controlSmall: 24;
285
+ readonly controlMedium: 32;
286
+ readonly controlLarge: 40;
287
+ readonly sidebar: 252;
288
+ };
289
+ readonly density: {
290
+ readonly small: {
291
+ readonly body1: 13;
292
+ readonly body2: 11;
293
+ readonly controlSmall: 22;
294
+ readonly controlMedium: 28;
295
+ readonly controlLarge: 36;
296
+ readonly panelPadding: 12;
297
+ };
298
+ readonly medium: {
299
+ readonly body1: 14;
300
+ readonly body2: 12;
301
+ readonly controlSmall: 24;
302
+ readonly controlMedium: 32;
303
+ readonly controlLarge: 40;
304
+ readonly panelPadding: 16;
305
+ };
306
+ readonly large: {
307
+ readonly body1: 15;
308
+ readonly body2: 13;
309
+ readonly controlSmall: 28;
310
+ readonly controlMedium: 38;
311
+ readonly controlLarge: 48;
312
+ readonly panelPadding: 20;
313
+ };
314
+ };
315
+ };
316
+ readonly cssVariables: {
317
+ readonly '--qp-bg-1': "#141417";
318
+ readonly '--qp-bg-2': "#1A1B23";
319
+ readonly '--qp-bg-3': "#21232D";
320
+ readonly '--qp-bg-4': "#292C37";
321
+ readonly '--qp-primary': "#2BF6D2";
322
+ readonly '--qp-primary-hover': "#11CDB5";
323
+ readonly '--qp-primary-pressed': "#079987";
324
+ readonly '--qp-danger': "#EE6067";
325
+ readonly '--qp-warning': "#F8D06C";
326
+ readonly '--qp-success': "#48BC77";
327
+ readonly '--qp-info': "#5E8EEC";
328
+ readonly '--qp-archetype': "#B974FF";
329
+ readonly '--qp-axis-x': "#FF4F68";
330
+ readonly '--qp-axis-y': "#22E184";
331
+ readonly '--qp-axis-z': "#5E8EEC";
332
+ readonly '--qp-text-1': "#E2E2E2";
333
+ readonly '--qp-text-2': "rgba(226, 226, 226, 0.7)";
334
+ readonly '--qp-text-3': "rgba(226, 226, 226, 0.5)";
335
+ readonly '--qp-text-4': "rgba(226, 226, 226, 0.3)";
336
+ readonly '--qp-font-family': "Poppins, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"PingFang SC\", \"Microsoft YaHei\", sans-serif";
337
+ };
338
+ };
package/dist/tokens.js ADDED
@@ -0,0 +1,136 @@
1
+ export const neonVoidTokens = {
2
+ meta: {
3
+ name: 'Neon Void',
4
+ packageName: '@qpjoy/ui-design-neon-void',
5
+ description: 'Dark tool UI with cyan primary actions, quiet blue-gray panels, compact controls, and precise state feedback.'
6
+ },
7
+ color: {
8
+ background: {
9
+ bg1: '#141417',
10
+ bg2: '#1A1B23',
11
+ bg3Panel: '#21232D',
12
+ bg4ActionbarDialog: '#292C37'
13
+ },
14
+ auxiliary: {
15
+ a1: '#141417',
16
+ a2: 'rgba(20, 20, 23, 0.7)',
17
+ a3: 'rgba(20, 20, 23, 0.5)',
18
+ a4: 'rgba(20, 20, 23, 0.3)',
19
+ a5: 'rgba(20, 20, 23, 0.1)'
20
+ },
21
+ lightTone: {
22
+ l1: 'rgba(163, 182, 233, 0.5)',
23
+ l2: 'rgba(163, 182, 233, 0.3)',
24
+ l3: 'rgba(163, 182, 233, 0.15)',
25
+ l4: 'rgba(163, 182, 233, 0.1)',
26
+ l5: 'rgba(163, 182, 233, 0.05)'
27
+ },
28
+ text: {
29
+ t1: '#E2E2E2',
30
+ t2: 'rgba(226, 226, 226, 0.7)',
31
+ t3: 'rgba(226, 226, 226, 0.5)',
32
+ t4: 'rgba(226, 226, 226, 0.3)',
33
+ t5: 'rgba(226, 226, 226, 0.1)'
34
+ },
35
+ accent: {
36
+ main: '#2BF6D2',
37
+ mainHover: '#11CDB5',
38
+ mainPressed: '#079987',
39
+ archetype: '#B974FF',
40
+ danger: '#EE6067',
41
+ warning: '#F8D06C',
42
+ success: '#48BC77',
43
+ info: '#5E8EEC'
44
+ },
45
+ axis: {
46
+ x: '#FF4F68',
47
+ y: '#22E184',
48
+ z: '#5E8EEC'
49
+ }
50
+ },
51
+ typography: {
52
+ family: 'Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif',
53
+ head1: { fontSize: 20, lineHeight: 1.5, fontWeight: 400 },
54
+ head2: { fontSize: 16, lineHeight: 1.5, fontWeight: 400 },
55
+ body1Semibold: { fontSize: 14, lineHeight: 1.5, fontWeight: 500 },
56
+ body1Medium: { fontSize: 14, lineHeight: 1.5, fontWeight: 400 },
57
+ body1Regular: { fontSize: 14, lineHeight: 1.5, fontWeight: 300 },
58
+ body2Medium: { fontSize: 12, lineHeight: 1.5, fontWeight: 400 },
59
+ body2Regular: { fontSize: 12, lineHeight: 1.5, fontWeight: 300 },
60
+ caption1Medium: { fontSize: 10, lineHeight: 1.5, fontWeight: 400 },
61
+ caption1Regular: { fontSize: 10, lineHeight: 1.5, fontWeight: 300 }
62
+ },
63
+ radius: {
64
+ xs: 4,
65
+ sm: 6,
66
+ md: 8,
67
+ pill: 999
68
+ },
69
+ shadow: {
70
+ drop1: '0 8px 22px rgba(0, 0, 0, 0.18)',
71
+ drop2: '0 16px 38px rgba(0, 0, 0, 0.26)',
72
+ drop3: '0 22px 58px rgba(0, 0, 0, 0.36)',
73
+ inner1: 'inset 0 1px 0 rgba(255, 255, 255, 0.035)',
74
+ inner2: 'inset 0 0 0 1px rgba(43, 246, 210, 0.5)'
75
+ },
76
+ size: {
77
+ controlSmall: 24,
78
+ controlMedium: 32,
79
+ controlLarge: 40,
80
+ sidebar: 252
81
+ },
82
+ density: {
83
+ small: {
84
+ body1: 13,
85
+ body2: 11,
86
+ controlSmall: 22,
87
+ controlMedium: 28,
88
+ controlLarge: 36,
89
+ panelPadding: 12
90
+ },
91
+ medium: {
92
+ body1: 14,
93
+ body2: 12,
94
+ controlSmall: 24,
95
+ controlMedium: 32,
96
+ controlLarge: 40,
97
+ panelPadding: 16
98
+ },
99
+ large: {
100
+ body1: 15,
101
+ body2: 13,
102
+ controlSmall: 28,
103
+ controlMedium: 38,
104
+ controlLarge: 48,
105
+ panelPadding: 20
106
+ }
107
+ }
108
+ };
109
+ export const neonVoidCssVariables = {
110
+ '--qp-bg-1': neonVoidTokens.color.background.bg1,
111
+ '--qp-bg-2': neonVoidTokens.color.background.bg2,
112
+ '--qp-bg-3': neonVoidTokens.color.background.bg3Panel,
113
+ '--qp-bg-4': neonVoidTokens.color.background.bg4ActionbarDialog,
114
+ '--qp-primary': neonVoidTokens.color.accent.main,
115
+ '--qp-primary-hover': neonVoidTokens.color.accent.mainHover,
116
+ '--qp-primary-pressed': neonVoidTokens.color.accent.mainPressed,
117
+ '--qp-danger': neonVoidTokens.color.accent.danger,
118
+ '--qp-warning': neonVoidTokens.color.accent.warning,
119
+ '--qp-success': neonVoidTokens.color.accent.success,
120
+ '--qp-info': neonVoidTokens.color.accent.info,
121
+ '--qp-archetype': neonVoidTokens.color.accent.archetype,
122
+ '--qp-axis-x': neonVoidTokens.color.axis.x,
123
+ '--qp-axis-y': neonVoidTokens.color.axis.y,
124
+ '--qp-axis-z': neonVoidTokens.color.axis.z,
125
+ '--qp-text-1': neonVoidTokens.color.text.t1,
126
+ '--qp-text-2': neonVoidTokens.color.text.t2,
127
+ '--qp-text-3': neonVoidTokens.color.text.t3,
128
+ '--qp-text-4': neonVoidTokens.color.text.t4,
129
+ '--qp-font-family': neonVoidTokens.typography.family
130
+ };
131
+ export const neonVoidTheme = {
132
+ name: neonVoidTokens.meta.name,
133
+ styleName: 'neon-void',
134
+ tokens: neonVoidTokens,
135
+ cssVariables: neonVoidCssVariables
136
+ };
@@ -0,0 +1,108 @@
1
+ {
2
+ "meta": {
3
+ "name": "Neon Void",
4
+ "packageName": "@qpjoy/ui-design-neon-void",
5
+ "description": "Dark tool UI with cyan primary actions, quiet blue-gray panels, compact controls, and precise state feedback."
6
+ },
7
+ "color": {
8
+ "background": {
9
+ "bg1": "#141417",
10
+ "bg2": "#1A1B23",
11
+ "bg3Panel": "#21232D",
12
+ "bg4ActionbarDialog": "#292C37"
13
+ },
14
+ "auxiliary": {
15
+ "a1": "#141417",
16
+ "a2": "rgba(20, 20, 23, 0.7)",
17
+ "a3": "rgba(20, 20, 23, 0.5)",
18
+ "a4": "rgba(20, 20, 23, 0.3)",
19
+ "a5": "rgba(20, 20, 23, 0.1)"
20
+ },
21
+ "lightTone": {
22
+ "l1": "rgba(163, 182, 233, 0.5)",
23
+ "l2": "rgba(163, 182, 233, 0.3)",
24
+ "l3": "rgba(163, 182, 233, 0.15)",
25
+ "l4": "rgba(163, 182, 233, 0.1)",
26
+ "l5": "rgba(163, 182, 233, 0.05)"
27
+ },
28
+ "text": {
29
+ "t1": "#E2E2E2",
30
+ "t2": "rgba(226, 226, 226, 0.7)",
31
+ "t3": "rgba(226, 226, 226, 0.5)",
32
+ "t4": "rgba(226, 226, 226, 0.3)",
33
+ "t5": "rgba(226, 226, 226, 0.1)"
34
+ },
35
+ "accent": {
36
+ "main": "#2BF6D2",
37
+ "mainHover": "#11CDB5",
38
+ "mainPressed": "#079987",
39
+ "archetype": "#B974FF",
40
+ "danger": "#EE6067",
41
+ "warning": "#F8D06C",
42
+ "success": "#48BC77",
43
+ "info": "#5E8EEC"
44
+ },
45
+ "axis": {
46
+ "x": "#FF4F68",
47
+ "y": "#22E184",
48
+ "z": "#5E8EEC"
49
+ }
50
+ },
51
+ "typography": {
52
+ "family": "Poppins, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"PingFang SC\", \"Microsoft YaHei\", sans-serif",
53
+ "head1": { "fontSize": 20, "lineHeight": 1.5, "fontWeight": 400 },
54
+ "head2": { "fontSize": 16, "lineHeight": 1.5, "fontWeight": 400 },
55
+ "body1Semibold": { "fontSize": 14, "lineHeight": 1.5, "fontWeight": 500 },
56
+ "body1Medium": { "fontSize": 14, "lineHeight": 1.5, "fontWeight": 400 },
57
+ "body1Regular": { "fontSize": 14, "lineHeight": 1.5, "fontWeight": 300 },
58
+ "body2Medium": { "fontSize": 12, "lineHeight": 1.5, "fontWeight": 400 },
59
+ "body2Regular": { "fontSize": 12, "lineHeight": 1.5, "fontWeight": 300 },
60
+ "caption1Medium": { "fontSize": 10, "lineHeight": 1.5, "fontWeight": 400 },
61
+ "caption1Regular": { "fontSize": 10, "lineHeight": 1.5, "fontWeight": 300 }
62
+ },
63
+ "radius": {
64
+ "xs": 4,
65
+ "sm": 6,
66
+ "md": 8,
67
+ "pill": 999
68
+ },
69
+ "shadow": {
70
+ "drop1": "0 8px 22px rgba(0, 0, 0, 0.18)",
71
+ "drop2": "0 16px 38px rgba(0, 0, 0, 0.26)",
72
+ "drop3": "0 22px 58px rgba(0, 0, 0, 0.36)",
73
+ "inner1": "inset 0 1px 0 rgba(255, 255, 255, 0.035)",
74
+ "inner2": "inset 0 0 0 1px rgba(43, 246, 210, 0.5)"
75
+ },
76
+ "size": {
77
+ "controlSmall": 24,
78
+ "controlMedium": 32,
79
+ "controlLarge": 40,
80
+ "sidebar": 252
81
+ },
82
+ "density": {
83
+ "small": {
84
+ "body1": 13,
85
+ "body2": 11,
86
+ "controlSmall": 22,
87
+ "controlMedium": 28,
88
+ "controlLarge": 36,
89
+ "panelPadding": 12
90
+ },
91
+ "medium": {
92
+ "body1": 14,
93
+ "body2": 12,
94
+ "controlSmall": 24,
95
+ "controlMedium": 32,
96
+ "controlLarge": 40,
97
+ "panelPadding": 16
98
+ },
99
+ "large": {
100
+ "body1": 15,
101
+ "body2": 13,
102
+ "controlSmall": 28,
103
+ "controlMedium": 38,
104
+ "controlLarge": 48,
105
+ "panelPadding": 20
106
+ }
107
+ }
108
+ }