@smallwebco/tinypivot-react 1.0.81 → 1.0.83

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,955 @@
1
+ /**
2
+ * TinyPivot - Brand Theme Palettes
3
+ * Each block redefines the --vpg-* tokens for a specific theme.
4
+ * Activated via the `theme` prop on DataGrid (which sets the `vpg-theme-<name>` class).
5
+ */
6
+
7
+ /* ==========================================================================
8
+ Slate (Linear / Stripe — cool neutral, indigo accent)
9
+ ========================================================================== */
10
+ .vpg-data-grid.vpg-theme-slate,
11
+ .vpg-pivot-config.vpg-theme-slate,
12
+ .vpg-pivot-skeleton.vpg-theme-slate,
13
+ .vpg-filter-dropdown.vpg-theme-slate,
14
+ .vpg-modal-overlay.vpg-theme-slate {
15
+ --vpg-surface-bg: #f8fafc;
16
+ --vpg-surface-panel: #f1f5f9;
17
+ --vpg-surface-elevated: #ffffff;
18
+ --vpg-surface-hover: #e2e8f0;
19
+ --vpg-surface-selected: #e0e7ff;
20
+ --vpg-surface-striped: #f8fafc;
21
+ --vpg-text-primary: #0f172a;
22
+ --vpg-text-secondary: #475569;
23
+ --vpg-text-muted: #94a3b8;
24
+ --vpg-text-inverse: #ffffff;
25
+ --vpg-border-default: #cbd5e1;
26
+ --vpg-border-strong: #94a3b8;
27
+ --vpg-border-subtle: #e2e8f0;
28
+ --vpg-accent: #4f46e5;
29
+ --vpg-accent-hover: #4338ca;
30
+ --vpg-accent-soft-bg: #e0e7ff;
31
+ --vpg-accent-soft-text: #4338ca;
32
+ --vpg-focus-ring: var(--vpg-accent);
33
+ --vpg-state-error: #dc2626;
34
+ --vpg-state-warning: #d97706;
35
+ --vpg-state-success: #059669;
36
+ --vpg-state-info: #0284c7;
37
+ --vpg-scrollbar-thumb: #cbd5e1;
38
+ --vpg-scrollbar-track: #f1f5f9;
39
+ --vpg-dim-row-bg: #eef2ff;
40
+ --vpg-dim-row-text: #3730a3;
41
+ --vpg-dim-row-border: #c7d2fe;
42
+ --vpg-dim-col-bg: #f5f3ff;
43
+ --vpg-dim-col-text: #6d28d9;
44
+ --vpg-dim-col-border: #ddd6fe;
45
+ --vpg-dim-value-bg: #ecfdf5;
46
+ --vpg-dim-value-text: #047857;
47
+ --vpg-dim-value-border: #a7f3d0;
48
+ --vpg-dim-calc-bg: #fdf4ff;
49
+ --vpg-dim-calc-text: #86198f;
50
+ --vpg-dim-calc-border: #f0abfc;
51
+ --vpg-highlight-bg: #fef3c7;
52
+ --vpg-highlight-text: #92400e;
53
+ --vpg-highlight-border: #fde68a;
54
+ }
55
+
56
+ .vpg-data-grid.vpg-theme-slate-dark,
57
+ .vpg-pivot-config.vpg-theme-slate-dark,
58
+ .vpg-pivot-skeleton.vpg-theme-slate-dark,
59
+ .vpg-filter-dropdown.vpg-theme-slate-dark,
60
+ .vpg-modal-overlay.vpg-theme-slate-dark {
61
+ --vpg-surface-bg: #0f172a;
62
+ --vpg-surface-panel: #1e293b;
63
+ --vpg-surface-elevated: #334155;
64
+ --vpg-surface-hover: #334155;
65
+ --vpg-surface-selected: #312e81;
66
+ --vpg-surface-striped: #1a2434;
67
+ --vpg-text-primary: #f1f5f9;
68
+ --vpg-text-secondary: #cbd5e1;
69
+ --vpg-text-muted: #94a3b8;
70
+ --vpg-text-inverse: #0f172a;
71
+ --vpg-border-default: #334155;
72
+ --vpg-border-strong: #475569;
73
+ --vpg-border-subtle: #1e293b;
74
+ --vpg-accent: #818cf8;
75
+ --vpg-accent-hover: #6366f1;
76
+ --vpg-accent-soft-bg: #312e81;
77
+ --vpg-accent-soft-text: #c7d2fe;
78
+ --vpg-focus-ring: var(--vpg-accent);
79
+ --vpg-state-error: #f87171;
80
+ --vpg-state-warning: #fbbf24;
81
+ --vpg-state-success: #34d399;
82
+ --vpg-state-info: #38bdf8;
83
+ --vpg-scrollbar-thumb: #475569;
84
+ --vpg-scrollbar-track: #1e293b;
85
+ --vpg-dim-row-bg: #312e81;
86
+ --vpg-dim-row-text: #c7d2fe;
87
+ --vpg-dim-row-border: #4338ca;
88
+ --vpg-dim-col-bg: #4c1d95;
89
+ --vpg-dim-col-text: #c4b5fd;
90
+ --vpg-dim-col-border: #6d28d9;
91
+ --vpg-dim-value-bg: #064e3b;
92
+ --vpg-dim-value-text: #6ee7b7;
93
+ --vpg-dim-value-border: #047857;
94
+ --vpg-dim-calc-bg: #581c87;
95
+ --vpg-dim-calc-text: #f0abfc;
96
+ --vpg-dim-calc-border: #86198f;
97
+ --vpg-highlight-bg: #451a03;
98
+ --vpg-highlight-text: #fcd34d;
99
+ --vpg-highlight-border: #92400e;
100
+ }
101
+
102
+ /* ==========================================================================
103
+ Zinc (Vercel / Anthropic — pure neutral, minimalist)
104
+ ========================================================================== */
105
+ .vpg-data-grid.vpg-theme-zinc,
106
+ .vpg-pivot-config.vpg-theme-zinc,
107
+ .vpg-pivot-skeleton.vpg-theme-zinc,
108
+ .vpg-filter-dropdown.vpg-theme-zinc,
109
+ .vpg-modal-overlay.vpg-theme-zinc {
110
+ --vpg-surface-bg: #fafafa;
111
+ --vpg-surface-panel: #f4f4f5;
112
+ --vpg-surface-elevated: #ffffff;
113
+ --vpg-surface-hover: #e4e4e7;
114
+ --vpg-surface-selected: #e4e4e7;
115
+ --vpg-surface-striped: #fafafa;
116
+ --vpg-text-primary: #18181b;
117
+ --vpg-text-secondary: #52525b;
118
+ --vpg-text-muted: #a1a1aa;
119
+ --vpg-text-inverse: #ffffff;
120
+ --vpg-border-default: #d4d4d8;
121
+ --vpg-border-strong: #a1a1aa;
122
+ --vpg-border-subtle: #e4e4e7;
123
+ --vpg-accent: #18181b;
124
+ --vpg-accent-hover: #000000;
125
+ --vpg-accent-soft-bg: #f4f4f5;
126
+ --vpg-accent-soft-text: #18181b;
127
+ --vpg-focus-ring: var(--vpg-accent);
128
+ --vpg-state-error: #dc2626;
129
+ --vpg-state-warning: #d97706;
130
+ --vpg-state-success: #059669;
131
+ --vpg-state-info: #0284c7;
132
+ --vpg-scrollbar-thumb: #d4d4d8;
133
+ --vpg-scrollbar-track: #f4f4f5;
134
+ --vpg-dim-row-bg: #eff6ff;
135
+ --vpg-dim-row-text: #1d4ed8;
136
+ --vpg-dim-row-border: #bfdbfe;
137
+ --vpg-dim-col-bg: #f5f3ff;
138
+ --vpg-dim-col-text: #6d28d9;
139
+ --vpg-dim-col-border: #ddd6fe;
140
+ --vpg-dim-value-bg: #ecfdf5;
141
+ --vpg-dim-value-text: #047857;
142
+ --vpg-dim-value-border: #a7f3d0;
143
+ --vpg-dim-calc-bg: #fef3c7;
144
+ --vpg-dim-calc-text: #92400e;
145
+ --vpg-dim-calc-border: #fde68a;
146
+ --vpg-highlight-bg: #ffe4e6;
147
+ --vpg-highlight-text: #be123c;
148
+ --vpg-highlight-border: #fecdd3;
149
+ }
150
+
151
+ .vpg-data-grid.vpg-theme-zinc-dark,
152
+ .vpg-pivot-config.vpg-theme-zinc-dark,
153
+ .vpg-pivot-skeleton.vpg-theme-zinc-dark,
154
+ .vpg-filter-dropdown.vpg-theme-zinc-dark,
155
+ .vpg-modal-overlay.vpg-theme-zinc-dark {
156
+ --vpg-surface-bg: #09090b;
157
+ --vpg-surface-panel: #18181b;
158
+ --vpg-surface-elevated: #27272a;
159
+ --vpg-surface-hover: #27272a;
160
+ --vpg-surface-selected: #3f3f46;
161
+ --vpg-surface-striped: #131316;
162
+ --vpg-text-primary: #fafafa;
163
+ --vpg-text-secondary: #d4d4d8;
164
+ --vpg-text-muted: #a1a1aa;
165
+ --vpg-text-inverse: #09090b;
166
+ --vpg-border-default: #27272a;
167
+ --vpg-border-strong: #3f3f46;
168
+ --vpg-border-subtle: #18181b;
169
+ --vpg-accent: #fafafa;
170
+ --vpg-accent-hover: #ffffff;
171
+ --vpg-accent-soft-bg: #27272a;
172
+ --vpg-accent-soft-text: #fafafa;
173
+ --vpg-focus-ring: var(--vpg-accent);
174
+ --vpg-state-error: #f87171;
175
+ --vpg-state-warning: #fbbf24;
176
+ --vpg-state-success: #34d399;
177
+ --vpg-state-info: #38bdf8;
178
+ --vpg-scrollbar-thumb: #3f3f46;
179
+ --vpg-scrollbar-track: #18181b;
180
+ --vpg-dim-row-bg: #1e3a8a;
181
+ --vpg-dim-row-text: #bfdbfe;
182
+ --vpg-dim-row-border: #1d4ed8;
183
+ --vpg-dim-col-bg: #4c1d95;
184
+ --vpg-dim-col-text: #c4b5fd;
185
+ --vpg-dim-col-border: #6d28d9;
186
+ --vpg-dim-value-bg: #064e3b;
187
+ --vpg-dim-value-text: #6ee7b7;
188
+ --vpg-dim-value-border: #047857;
189
+ --vpg-dim-calc-bg: #451a03;
190
+ --vpg-dim-calc-text: #fcd34d;
191
+ --vpg-dim-calc-border: #92400e;
192
+ --vpg-highlight-bg: #4c0519;
193
+ --vpg-highlight-text: #fecdd3;
194
+ --vpg-highlight-border: #9f1239;
195
+ }
196
+
197
+ /* ==========================================================================
198
+ Indigo (Premium SaaS — vivid indigo brand)
199
+ ========================================================================== */
200
+ .vpg-data-grid.vpg-theme-indigo,
201
+ .vpg-pivot-config.vpg-theme-indigo,
202
+ .vpg-pivot-skeleton.vpg-theme-indigo,
203
+ .vpg-filter-dropdown.vpg-theme-indigo,
204
+ .vpg-modal-overlay.vpg-theme-indigo {
205
+ --vpg-surface-bg: #ffffff;
206
+ --vpg-surface-panel: #eef2ff;
207
+ --vpg-surface-elevated: #ffffff;
208
+ --vpg-surface-hover: #e0e7ff;
209
+ --vpg-surface-selected: #c7d2fe;
210
+ --vpg-surface-striped: #f5f7ff;
211
+ --vpg-text-primary: #1e1b4b;
212
+ --vpg-text-secondary: #4338ca;
213
+ --vpg-text-muted: #6366f1;
214
+ --vpg-text-inverse: #ffffff;
215
+ --vpg-border-default: #c7d2fe;
216
+ --vpg-border-strong: #a5b4fc;
217
+ --vpg-border-subtle: #e0e7ff;
218
+ --vpg-accent: #4f46e5;
219
+ --vpg-accent-hover: #4338ca;
220
+ --vpg-accent-soft-bg: #e0e7ff;
221
+ --vpg-accent-soft-text: #3730a3;
222
+ --vpg-focus-ring: var(--vpg-accent);
223
+ --vpg-state-error: #dc2626;
224
+ --vpg-state-warning: #d97706;
225
+ --vpg-state-success: #059669;
226
+ --vpg-state-info: #0284c7;
227
+ --vpg-scrollbar-thumb: #c7d2fe;
228
+ --vpg-scrollbar-track: #eef2ff;
229
+ --vpg-dim-row-bg: #eef2ff;
230
+ --vpg-dim-row-text: #3730a3;
231
+ --vpg-dim-row-border: #c7d2fe;
232
+ --vpg-dim-col-bg: #eff6ff;
233
+ --vpg-dim-col-text: #1d4ed8;
234
+ --vpg-dim-col-border: #bfdbfe;
235
+ --vpg-dim-value-bg: #ecfeff;
236
+ --vpg-dim-value-text: #0e7490;
237
+ --vpg-dim-value-border: #a5f3fc;
238
+ --vpg-dim-calc-bg: #f5f3ff;
239
+ --vpg-dim-calc-text: #6d28d9;
240
+ --vpg-dim-calc-border: #ddd6fe;
241
+ --vpg-highlight-bg: #fef3c7;
242
+ --vpg-highlight-text: #92400e;
243
+ --vpg-highlight-border: #fde68a;
244
+ }
245
+
246
+ .vpg-data-grid.vpg-theme-indigo-dark,
247
+ .vpg-pivot-config.vpg-theme-indigo-dark,
248
+ .vpg-pivot-skeleton.vpg-theme-indigo-dark,
249
+ .vpg-filter-dropdown.vpg-theme-indigo-dark,
250
+ .vpg-modal-overlay.vpg-theme-indigo-dark {
251
+ --vpg-surface-bg: #1e1b4b;
252
+ --vpg-surface-panel: #312e81;
253
+ --vpg-surface-elevated: #3730a3;
254
+ --vpg-surface-hover: #4338ca;
255
+ --vpg-surface-selected: #4f46e5;
256
+ --vpg-surface-striped: #28245f;
257
+ --vpg-text-primary: #e0e7ff;
258
+ --vpg-text-secondary: #a5b4fc;
259
+ --vpg-text-muted: #818cf8;
260
+ --vpg-text-inverse: #1e1b4b;
261
+ --vpg-border-default: #4338ca;
262
+ --vpg-border-strong: #6366f1;
263
+ --vpg-border-subtle: #312e81;
264
+ --vpg-accent: #818cf8;
265
+ --vpg-accent-hover: #a5b4fc;
266
+ --vpg-accent-soft-bg: #3730a3;
267
+ --vpg-accent-soft-text: #e0e7ff;
268
+ --vpg-focus-ring: var(--vpg-accent);
269
+ --vpg-state-error: #f87171;
270
+ --vpg-state-warning: #fbbf24;
271
+ --vpg-state-success: #34d399;
272
+ --vpg-state-info: #38bdf8;
273
+ --vpg-scrollbar-thumb: #4338ca;
274
+ --vpg-scrollbar-track: #312e81;
275
+ --vpg-dim-row-bg: #312e81;
276
+ --vpg-dim-row-text: #c7d2fe;
277
+ --vpg-dim-row-border: #4338ca;
278
+ --vpg-dim-col-bg: #1e3a8a;
279
+ --vpg-dim-col-text: #bfdbfe;
280
+ --vpg-dim-col-border: #1e40af;
281
+ --vpg-dim-value-bg: #164e63;
282
+ --vpg-dim-value-text: #a5f3fc;
283
+ --vpg-dim-value-border: #155e75;
284
+ --vpg-dim-calc-bg: #4c1d95;
285
+ --vpg-dim-calc-text: #ddd6fe;
286
+ --vpg-dim-calc-border: #5b21b6;
287
+ --vpg-highlight-bg: #451a03;
288
+ --vpg-highlight-text: #fcd34d;
289
+ --vpg-highlight-border: #92400e;
290
+ }
291
+
292
+ /* ==========================================================================
293
+ Violet (Data viz / AI tools — purple)
294
+ ========================================================================== */
295
+ .vpg-data-grid.vpg-theme-violet,
296
+ .vpg-pivot-config.vpg-theme-violet,
297
+ .vpg-pivot-skeleton.vpg-theme-violet,
298
+ .vpg-filter-dropdown.vpg-theme-violet,
299
+ .vpg-modal-overlay.vpg-theme-violet {
300
+ --vpg-surface-bg: #ffffff;
301
+ --vpg-surface-panel: #f5f3ff;
302
+ --vpg-surface-elevated: #ffffff;
303
+ --vpg-surface-hover: #ede9fe;
304
+ --vpg-surface-selected: #ddd6fe;
305
+ --vpg-surface-striped: #faf8ff;
306
+ --vpg-text-primary: #2e1065;
307
+ --vpg-text-secondary: #6d28d9;
308
+ --vpg-text-muted: #8b5cf6;
309
+ --vpg-text-inverse: #ffffff;
310
+ --vpg-border-default: #ddd6fe;
311
+ --vpg-border-strong: #c4b5fd;
312
+ --vpg-border-subtle: #ede9fe;
313
+ --vpg-accent: #8b5cf6;
314
+ --vpg-accent-hover: #7c3aed;
315
+ --vpg-accent-soft-bg: #ede9fe;
316
+ --vpg-accent-soft-text: #6d28d9;
317
+ --vpg-focus-ring: var(--vpg-accent);
318
+ --vpg-state-error: #dc2626;
319
+ --vpg-state-warning: #d97706;
320
+ --vpg-state-success: #059669;
321
+ --vpg-state-info: #0284c7;
322
+ --vpg-scrollbar-thumb: #ddd6fe;
323
+ --vpg-scrollbar-track: #f5f3ff;
324
+ --vpg-dim-row-bg: #eef2ff;
325
+ --vpg-dim-row-text: #3730a3;
326
+ --vpg-dim-row-border: #c7d2fe;
327
+ --vpg-dim-col-bg: #f5f3ff;
328
+ --vpg-dim-col-text: #6d28d9;
329
+ --vpg-dim-col-border: #ddd6fe;
330
+ --vpg-dim-value-bg: #fdf4ff;
331
+ --vpg-dim-value-text: #86198f;
332
+ --vpg-dim-value-border: #f5d0fe;
333
+ --vpg-dim-calc-bg: #fdf2f8;
334
+ --vpg-dim-calc-text: #9d174d;
335
+ --vpg-dim-calc-border: #fbcfe8;
336
+ --vpg-highlight-bg: #fef3c7;
337
+ --vpg-highlight-text: #92400e;
338
+ --vpg-highlight-border: #fde68a;
339
+ }
340
+
341
+ .vpg-data-grid.vpg-theme-violet-dark,
342
+ .vpg-pivot-config.vpg-theme-violet-dark,
343
+ .vpg-pivot-skeleton.vpg-theme-violet-dark,
344
+ .vpg-filter-dropdown.vpg-theme-violet-dark,
345
+ .vpg-modal-overlay.vpg-theme-violet-dark {
346
+ --vpg-surface-bg: #1e1b4b;
347
+ --vpg-surface-panel: #2e1065;
348
+ --vpg-surface-elevated: #4c1d95;
349
+ --vpg-surface-hover: #5b21b6;
350
+ --vpg-surface-selected: #6d28d9;
351
+ --vpg-surface-striped: #28245f;
352
+ --vpg-text-primary: #ede9fe;
353
+ --vpg-text-secondary: #c4b5fd;
354
+ --vpg-text-muted: #a78bfa;
355
+ --vpg-text-inverse: #1e1b4b;
356
+ --vpg-border-default: #4c1d95;
357
+ --vpg-border-strong: #5b21b6;
358
+ --vpg-border-subtle: #2e1065;
359
+ --vpg-accent: #a78bfa;
360
+ --vpg-accent-hover: #c4b5fd;
361
+ --vpg-accent-soft-bg: #4c1d95;
362
+ --vpg-accent-soft-text: #ede9fe;
363
+ --vpg-focus-ring: var(--vpg-accent);
364
+ --vpg-state-error: #f87171;
365
+ --vpg-state-warning: #fbbf24;
366
+ --vpg-state-success: #34d399;
367
+ --vpg-state-info: #38bdf8;
368
+ --vpg-scrollbar-thumb: #5b21b6;
369
+ --vpg-scrollbar-track: #2e1065;
370
+ --vpg-dim-row-bg: #312e81;
371
+ --vpg-dim-row-text: #c7d2fe;
372
+ --vpg-dim-row-border: #4338ca;
373
+ --vpg-dim-col-bg: #4c1d95;
374
+ --vpg-dim-col-text: #ddd6fe;
375
+ --vpg-dim-col-border: #5b21b6;
376
+ --vpg-dim-value-bg: #701a75;
377
+ --vpg-dim-value-text: #f5d0fe;
378
+ --vpg-dim-value-border: #86198f;
379
+ --vpg-dim-calc-bg: #831843;
380
+ --vpg-dim-calc-text: #fbcfe8;
381
+ --vpg-dim-calc-border: #9d174d;
382
+ --vpg-highlight-bg: #451a03;
383
+ --vpg-highlight-text: #fcd34d;
384
+ --vpg-highlight-border: #92400e;
385
+ }
386
+
387
+ /* ==========================================================================
388
+ Emerald (Fintech / finance — green)
389
+ ========================================================================== */
390
+ .vpg-data-grid.vpg-theme-emerald,
391
+ .vpg-pivot-config.vpg-theme-emerald,
392
+ .vpg-pivot-skeleton.vpg-theme-emerald,
393
+ .vpg-filter-dropdown.vpg-theme-emerald,
394
+ .vpg-modal-overlay.vpg-theme-emerald {
395
+ --vpg-surface-bg: #ffffff;
396
+ --vpg-surface-panel: #ecfdf5;
397
+ --vpg-surface-elevated: #ffffff;
398
+ --vpg-surface-hover: #d1fae5;
399
+ --vpg-surface-selected: #a7f3d0;
400
+ --vpg-surface-striped: #f5fdf8;
401
+ --vpg-text-primary: #022c22;
402
+ --vpg-text-secondary: #047857;
403
+ --vpg-text-muted: #10b981;
404
+ --vpg-text-inverse: #ffffff;
405
+ --vpg-border-default: #a7f3d0;
406
+ --vpg-border-strong: #6ee7b7;
407
+ --vpg-border-subtle: #d1fae5;
408
+ --vpg-accent: #10b981;
409
+ --vpg-accent-hover: #059669;
410
+ --vpg-accent-soft-bg: #d1fae5;
411
+ --vpg-accent-soft-text: #047857;
412
+ --vpg-focus-ring: var(--vpg-accent);
413
+ --vpg-state-error: #dc2626;
414
+ --vpg-state-warning: #d97706;
415
+ --vpg-state-success: #059669;
416
+ --vpg-state-info: #0284c7;
417
+ --vpg-scrollbar-thumb: #a7f3d0;
418
+ --vpg-scrollbar-track: #ecfdf5;
419
+ --vpg-dim-row-bg: #ecfdf5;
420
+ --vpg-dim-row-text: #047857;
421
+ --vpg-dim-row-border: #a7f3d0;
422
+ --vpg-dim-col-bg: #f0fdfa;
423
+ --vpg-dim-col-text: #0f766e;
424
+ --vpg-dim-col-border: #99f6e4;
425
+ --vpg-dim-value-bg: #f7fee7;
426
+ --vpg-dim-value-text: #4d7c0f;
427
+ --vpg-dim-value-border: #d9f99d;
428
+ --vpg-dim-calc-bg: #ecfeff;
429
+ --vpg-dim-calc-text: #0e7490;
430
+ --vpg-dim-calc-border: #a5f3fc;
431
+ --vpg-highlight-bg: #ffe4e6;
432
+ --vpg-highlight-text: #be123c;
433
+ --vpg-highlight-border: #fecdd3;
434
+ }
435
+
436
+ .vpg-data-grid.vpg-theme-emerald-dark,
437
+ .vpg-pivot-config.vpg-theme-emerald-dark,
438
+ .vpg-pivot-skeleton.vpg-theme-emerald-dark,
439
+ .vpg-filter-dropdown.vpg-theme-emerald-dark,
440
+ .vpg-modal-overlay.vpg-theme-emerald-dark {
441
+ --vpg-surface-bg: #022c22;
442
+ --vpg-surface-panel: #064e3b;
443
+ --vpg-surface-elevated: #065f46;
444
+ --vpg-surface-hover: #047857;
445
+ --vpg-surface-selected: #059669;
446
+ --vpg-surface-striped: #03372d;
447
+ --vpg-text-primary: #d1fae5;
448
+ --vpg-text-secondary: #6ee7b7;
449
+ --vpg-text-muted: #34d399;
450
+ --vpg-text-inverse: #022c22;
451
+ --vpg-border-default: #065f46;
452
+ --vpg-border-strong: #047857;
453
+ --vpg-border-subtle: #064e3b;
454
+ --vpg-accent: #34d399;
455
+ --vpg-accent-hover: #6ee7b7;
456
+ --vpg-accent-soft-bg: #065f46;
457
+ --vpg-accent-soft-text: #a7f3d0;
458
+ --vpg-focus-ring: var(--vpg-accent);
459
+ --vpg-state-error: #f87171;
460
+ --vpg-state-warning: #fbbf24;
461
+ --vpg-state-success: #34d399;
462
+ --vpg-state-info: #38bdf8;
463
+ --vpg-scrollbar-thumb: #047857;
464
+ --vpg-scrollbar-track: #064e3b;
465
+ --vpg-dim-row-bg: #064e3b;
466
+ --vpg-dim-row-text: #a7f3d0;
467
+ --vpg-dim-row-border: #047857;
468
+ --vpg-dim-col-bg: #134e4a;
469
+ --vpg-dim-col-text: #99f6e4;
470
+ --vpg-dim-col-border: #0f766e;
471
+ --vpg-dim-value-bg: #365314;
472
+ --vpg-dim-value-text: #d9f99d;
473
+ --vpg-dim-value-border: #4d7c0f;
474
+ --vpg-dim-calc-bg: #164e63;
475
+ --vpg-dim-calc-text: #a5f3fc;
476
+ --vpg-dim-calc-border: #155e75;
477
+ --vpg-highlight-bg: #4c0519;
478
+ --vpg-highlight-text: #fecdd3;
479
+ --vpg-highlight-border: #9f1239;
480
+ }
481
+
482
+ /* ==========================================================================
483
+ Sky (Productivity — clear blue)
484
+ ========================================================================== */
485
+ .vpg-data-grid.vpg-theme-sky,
486
+ .vpg-pivot-config.vpg-theme-sky,
487
+ .vpg-pivot-skeleton.vpg-theme-sky,
488
+ .vpg-filter-dropdown.vpg-theme-sky,
489
+ .vpg-modal-overlay.vpg-theme-sky {
490
+ --vpg-surface-bg: #ffffff;
491
+ --vpg-surface-panel: #f0f9ff;
492
+ --vpg-surface-elevated: #ffffff;
493
+ --vpg-surface-hover: #e0f2fe;
494
+ --vpg-surface-selected: #bae6fd;
495
+ --vpg-surface-striped: #f7fbff;
496
+ --vpg-text-primary: #0c1c2e;
497
+ --vpg-text-secondary: #0369a1;
498
+ --vpg-text-muted: #0ea5e9;
499
+ --vpg-text-inverse: #ffffff;
500
+ --vpg-border-default: #bae6fd;
501
+ --vpg-border-strong: #7dd3fc;
502
+ --vpg-border-subtle: #e0f2fe;
503
+ --vpg-accent: #0ea5e9;
504
+ --vpg-accent-hover: #0284c7;
505
+ --vpg-accent-soft-bg: #e0f2fe;
506
+ --vpg-accent-soft-text: #0369a1;
507
+ --vpg-focus-ring: var(--vpg-accent);
508
+ --vpg-state-error: #dc2626;
509
+ --vpg-state-warning: #d97706;
510
+ --vpg-state-success: #059669;
511
+ --vpg-state-info: #0284c7;
512
+ --vpg-scrollbar-thumb: #bae6fd;
513
+ --vpg-scrollbar-track: #f0f9ff;
514
+ --vpg-dim-row-bg: #f0f9ff;
515
+ --vpg-dim-row-text: #075985;
516
+ --vpg-dim-row-border: #bae6fd;
517
+ --vpg-dim-col-bg: #eef2ff;
518
+ --vpg-dim-col-text: #3730a3;
519
+ --vpg-dim-col-border: #c7d2fe;
520
+ --vpg-dim-value-bg: #ecfeff;
521
+ --vpg-dim-value-text: #0e7490;
522
+ --vpg-dim-value-border: #a5f3fc;
523
+ --vpg-dim-calc-bg: #f5f3ff;
524
+ --vpg-dim-calc-text: #6d28d9;
525
+ --vpg-dim-calc-border: #ddd6fe;
526
+ --vpg-highlight-bg: #fef3c7;
527
+ --vpg-highlight-text: #92400e;
528
+ --vpg-highlight-border: #fde68a;
529
+ }
530
+
531
+ .vpg-data-grid.vpg-theme-sky-dark,
532
+ .vpg-pivot-config.vpg-theme-sky-dark,
533
+ .vpg-pivot-skeleton.vpg-theme-sky-dark,
534
+ .vpg-filter-dropdown.vpg-theme-sky-dark,
535
+ .vpg-modal-overlay.vpg-theme-sky-dark {
536
+ --vpg-surface-bg: #0c1c2e;
537
+ --vpg-surface-panel: #0c4a6e;
538
+ --vpg-surface-elevated: #075985;
539
+ --vpg-surface-hover: #0369a1;
540
+ --vpg-surface-selected: #0284c7;
541
+ --vpg-surface-striped: #0f253c;
542
+ --vpg-text-primary: #e0f2fe;
543
+ --vpg-text-secondary: #7dd3fc;
544
+ --vpg-text-muted: #38bdf8;
545
+ --vpg-text-inverse: #0c1c2e;
546
+ --vpg-border-default: #075985;
547
+ --vpg-border-strong: #0369a1;
548
+ --vpg-border-subtle: #0c4a6e;
549
+ --vpg-accent: #38bdf8;
550
+ --vpg-accent-hover: #7dd3fc;
551
+ --vpg-accent-soft-bg: #075985;
552
+ --vpg-accent-soft-text: #e0f2fe;
553
+ --vpg-focus-ring: var(--vpg-accent);
554
+ --vpg-state-error: #f87171;
555
+ --vpg-state-warning: #fbbf24;
556
+ --vpg-state-success: #34d399;
557
+ --vpg-state-info: #38bdf8;
558
+ --vpg-scrollbar-thumb: #0369a1;
559
+ --vpg-scrollbar-track: #0c4a6e;
560
+ --vpg-dim-row-bg: #0c4a6e;
561
+ --vpg-dim-row-text: #bae6fd;
562
+ --vpg-dim-row-border: #0369a1;
563
+ --vpg-dim-col-bg: #312e81;
564
+ --vpg-dim-col-text: #c7d2fe;
565
+ --vpg-dim-col-border: #4338ca;
566
+ --vpg-dim-value-bg: #164e63;
567
+ --vpg-dim-value-text: #a5f3fc;
568
+ --vpg-dim-value-border: #155e75;
569
+ --vpg-dim-calc-bg: #4c1d95;
570
+ --vpg-dim-calc-text: #ddd6fe;
571
+ --vpg-dim-calc-border: #5b21b6;
572
+ --vpg-highlight-bg: #451a03;
573
+ --vpg-highlight-text: #fcd34d;
574
+ --vpg-highlight-border: #92400e;
575
+ }
576
+
577
+ /* ==========================================================================
578
+ Rose (Friendly / creator — warm pink)
579
+ ========================================================================== */
580
+ .vpg-data-grid.vpg-theme-rose,
581
+ .vpg-pivot-config.vpg-theme-rose,
582
+ .vpg-pivot-skeleton.vpg-theme-rose,
583
+ .vpg-filter-dropdown.vpg-theme-rose,
584
+ .vpg-modal-overlay.vpg-theme-rose {
585
+ --vpg-surface-bg: #ffffff;
586
+ --vpg-surface-panel: #fff1f2;
587
+ --vpg-surface-elevated: #ffffff;
588
+ --vpg-surface-hover: #ffe4e6;
589
+ --vpg-surface-selected: #fecdd3;
590
+ --vpg-surface-striped: #fff7f8;
591
+ --vpg-text-primary: #4c0519;
592
+ --vpg-text-secondary: #be123c;
593
+ --vpg-text-muted: #f43f5e;
594
+ --vpg-text-inverse: #ffffff;
595
+ --vpg-border-default: #fecdd3;
596
+ --vpg-border-strong: #fda4af;
597
+ --vpg-border-subtle: #ffe4e6;
598
+ --vpg-accent: #f43f5e;
599
+ --vpg-accent-hover: #e11d48;
600
+ --vpg-accent-soft-bg: #ffe4e6;
601
+ --vpg-accent-soft-text: #be123c;
602
+ --vpg-focus-ring: var(--vpg-accent);
603
+ --vpg-state-error: #dc2626;
604
+ --vpg-state-warning: #d97706;
605
+ --vpg-state-success: #059669;
606
+ --vpg-state-info: #0284c7;
607
+ --vpg-scrollbar-thumb: #fecdd3;
608
+ --vpg-scrollbar-track: #fff1f2;
609
+ --vpg-dim-row-bg: #fff1f2;
610
+ --vpg-dim-row-text: #be123c;
611
+ --vpg-dim-row-border: #fecdd3;
612
+ --vpg-dim-col-bg: #fdf2f8;
613
+ --vpg-dim-col-text: #9d174d;
614
+ --vpg-dim-col-border: #fbcfe8;
615
+ --vpg-dim-value-bg: #fef2f2;
616
+ --vpg-dim-value-text: #b91c1c;
617
+ --vpg-dim-value-border: #fecaca;
618
+ --vpg-dim-calc-bg: #fff7ed;
619
+ --vpg-dim-calc-text: #c2410c;
620
+ --vpg-dim-calc-border: #fed7aa;
621
+ --vpg-highlight-bg: #fef3c7;
622
+ --vpg-highlight-text: #92400e;
623
+ --vpg-highlight-border: #fde68a;
624
+ }
625
+
626
+ .vpg-data-grid.vpg-theme-rose-dark,
627
+ .vpg-pivot-config.vpg-theme-rose-dark,
628
+ .vpg-pivot-skeleton.vpg-theme-rose-dark,
629
+ .vpg-filter-dropdown.vpg-theme-rose-dark,
630
+ .vpg-modal-overlay.vpg-theme-rose-dark {
631
+ --vpg-surface-bg: #1f1014;
632
+ --vpg-surface-panel: #4c0519;
633
+ --vpg-surface-elevated: #881337;
634
+ --vpg-surface-hover: #9f1239;
635
+ --vpg-surface-selected: #be123c;
636
+ --vpg-surface-striped: #2a141a;
637
+ --vpg-text-primary: #ffe4e6;
638
+ --vpg-text-secondary: #fda4af;
639
+ --vpg-text-muted: #fb7185;
640
+ --vpg-text-inverse: #1f1014;
641
+ --vpg-border-default: #881337;
642
+ --vpg-border-strong: #9f1239;
643
+ --vpg-border-subtle: #4c0519;
644
+ --vpg-accent: #fb7185;
645
+ --vpg-accent-hover: #fda4af;
646
+ --vpg-accent-soft-bg: #881337;
647
+ --vpg-accent-soft-text: #ffe4e6;
648
+ --vpg-focus-ring: var(--vpg-accent);
649
+ --vpg-state-error: #f87171;
650
+ --vpg-state-warning: #fbbf24;
651
+ --vpg-state-success: #34d399;
652
+ --vpg-state-info: #38bdf8;
653
+ --vpg-scrollbar-thumb: #9f1239;
654
+ --vpg-scrollbar-track: #4c0519;
655
+ --vpg-dim-row-bg: #4c0519;
656
+ --vpg-dim-row-text: #fecdd3;
657
+ --vpg-dim-row-border: #9f1239;
658
+ --vpg-dim-col-bg: #500724;
659
+ --vpg-dim-col-text: #fbcfe8;
660
+ --vpg-dim-col-border: #9d174d;
661
+ --vpg-dim-value-bg: #7f1d1d;
662
+ --vpg-dim-value-text: #fecaca;
663
+ --vpg-dim-value-border: #991b1b;
664
+ --vpg-dim-calc-bg: #7c2d12;
665
+ --vpg-dim-calc-text: #fed7aa;
666
+ --vpg-dim-calc-border: #9a3412;
667
+ --vpg-highlight-bg: #451a03;
668
+ --vpg-highlight-text: #fcd34d;
669
+ --vpg-highlight-border: #92400e;
670
+ }
671
+
672
+ /* ==========================================================================
673
+ Amber (Energy / wellness — warm orange)
674
+ ========================================================================== */
675
+ .vpg-data-grid.vpg-theme-amber,
676
+ .vpg-pivot-config.vpg-theme-amber,
677
+ .vpg-pivot-skeleton.vpg-theme-amber,
678
+ .vpg-filter-dropdown.vpg-theme-amber,
679
+ .vpg-modal-overlay.vpg-theme-amber {
680
+ --vpg-surface-bg: #ffffff;
681
+ --vpg-surface-panel: #fffbeb;
682
+ --vpg-surface-elevated: #ffffff;
683
+ --vpg-surface-hover: #fef3c7;
684
+ --vpg-surface-selected: #fde68a;
685
+ --vpg-surface-striped: #fffcf2;
686
+ --vpg-text-primary: #1c1410;
687
+ --vpg-text-secondary: #b45309;
688
+ --vpg-text-muted: #d97706;
689
+ --vpg-text-inverse: #ffffff;
690
+ --vpg-border-default: #fde68a;
691
+ --vpg-border-strong: #fcd34d;
692
+ --vpg-border-subtle: #fef3c7;
693
+ --vpg-accent: #f59e0b;
694
+ --vpg-accent-hover: #d97706;
695
+ --vpg-accent-soft-bg: #fef3c7;
696
+ --vpg-accent-soft-text: #92400e;
697
+ --vpg-focus-ring: var(--vpg-accent);
698
+ --vpg-state-error: #dc2626;
699
+ --vpg-state-warning: #d97706;
700
+ --vpg-state-success: #059669;
701
+ --vpg-state-info: #0284c7;
702
+ --vpg-scrollbar-thumb: #fde68a;
703
+ --vpg-scrollbar-track: #fffbeb;
704
+ --vpg-dim-row-bg: #fffbeb;
705
+ --vpg-dim-row-text: #92400e;
706
+ --vpg-dim-row-border: #fde68a;
707
+ --vpg-dim-col-bg: #fff7ed;
708
+ --vpg-dim-col-text: #c2410c;
709
+ --vpg-dim-col-border: #fed7aa;
710
+ --vpg-dim-value-bg: #fefce8;
711
+ --vpg-dim-value-text: #a16207;
712
+ --vpg-dim-value-border: #fef08a;
713
+ --vpg-dim-calc-bg: #fef2f2;
714
+ --vpg-dim-calc-text: #b91c1c;
715
+ --vpg-dim-calc-border: #fecaca;
716
+ --vpg-highlight-bg: #eef2ff;
717
+ --vpg-highlight-text: #3730a3;
718
+ --vpg-highlight-border: #c7d2fe;
719
+ }
720
+
721
+ .vpg-data-grid.vpg-theme-amber-dark,
722
+ .vpg-pivot-config.vpg-theme-amber-dark,
723
+ .vpg-pivot-skeleton.vpg-theme-amber-dark,
724
+ .vpg-filter-dropdown.vpg-theme-amber-dark,
725
+ .vpg-modal-overlay.vpg-theme-amber-dark {
726
+ --vpg-surface-bg: #1c1410;
727
+ --vpg-surface-panel: #451a03;
728
+ --vpg-surface-elevated: #78350f;
729
+ --vpg-surface-hover: #92400e;
730
+ --vpg-surface-selected: #b45309;
731
+ --vpg-surface-striped: #261a13;
732
+ --vpg-text-primary: #fef3c7;
733
+ --vpg-text-secondary: #fcd34d;
734
+ --vpg-text-muted: #fbbf24;
735
+ --vpg-text-inverse: #1c1410;
736
+ --vpg-border-default: #78350f;
737
+ --vpg-border-strong: #92400e;
738
+ --vpg-border-subtle: #451a03;
739
+ --vpg-accent: #fbbf24;
740
+ --vpg-accent-hover: #fcd34d;
741
+ --vpg-accent-soft-bg: #78350f;
742
+ --vpg-accent-soft-text: #fef3c7;
743
+ --vpg-focus-ring: var(--vpg-accent);
744
+ --vpg-state-error: #f87171;
745
+ --vpg-state-warning: #fbbf24;
746
+ --vpg-state-success: #34d399;
747
+ --vpg-state-info: #38bdf8;
748
+ --vpg-scrollbar-thumb: #92400e;
749
+ --vpg-scrollbar-track: #451a03;
750
+ --vpg-dim-row-bg: #451a03;
751
+ --vpg-dim-row-text: #fde68a;
752
+ --vpg-dim-row-border: #92400e;
753
+ --vpg-dim-col-bg: #431407;
754
+ --vpg-dim-col-text: #fed7aa;
755
+ --vpg-dim-col-border: #9a3412;
756
+ --vpg-dim-value-bg: #422006;
757
+ --vpg-dim-value-text: #fef08a;
758
+ --vpg-dim-value-border: #a16207;
759
+ --vpg-dim-calc-bg: #450a0a;
760
+ --vpg-dim-calc-text: #fecaca;
761
+ --vpg-dim-calc-border: #7f1d1d;
762
+ --vpg-highlight-bg: #312e81;
763
+ --vpg-highlight-text: #c7d2fe;
764
+ --vpg-highlight-border: #4338ca;
765
+ }
766
+
767
+ /* ==========================================================================
768
+ Solar (Solarized-inspired — warm cream + dark teal)
769
+ ========================================================================== */
770
+ .vpg-data-grid.vpg-theme-solar,
771
+ .vpg-pivot-config.vpg-theme-solar,
772
+ .vpg-pivot-skeleton.vpg-theme-solar,
773
+ .vpg-filter-dropdown.vpg-theme-solar,
774
+ .vpg-modal-overlay.vpg-theme-solar {
775
+ --vpg-surface-bg: #fdf6e3;
776
+ --vpg-surface-panel: #eee8d5;
777
+ --vpg-surface-elevated: #fdf6e3;
778
+ --vpg-surface-hover: #eee8d5;
779
+ --vpg-surface-selected: #d3cba9;
780
+ --vpg-surface-striped: #faf4dd;
781
+ --vpg-text-primary: #073642;
782
+ --vpg-text-secondary: #586e75;
783
+ --vpg-text-muted: #93a1a1;
784
+ --vpg-text-inverse: #fdf6e3;
785
+ --vpg-border-default: #d3cba9;
786
+ --vpg-border-strong: #93a1a1;
787
+ --vpg-border-subtle: #eee8d5;
788
+ --vpg-accent: #b58900;
789
+ --vpg-accent-hover: #9c7706;
790
+ --vpg-accent-soft-bg: #eee8d5;
791
+ --vpg-accent-soft-text: #b58900;
792
+ --vpg-focus-ring: var(--vpg-accent);
793
+ --vpg-state-error: #dc322f;
794
+ --vpg-state-warning: #cb4b16;
795
+ --vpg-state-success: #859900;
796
+ --vpg-state-info: #268bd2;
797
+ --vpg-scrollbar-thumb: #d3cba9;
798
+ --vpg-scrollbar-track: #eee8d5;
799
+ --vpg-dim-row-bg: #faf0c8;
800
+ --vpg-dim-row-text: #7c5d00;
801
+ --vpg-dim-row-border: #e1d089;
802
+ --vpg-dim-col-bg: #fce9d6;
803
+ --vpg-dim-col-text: #92330e;
804
+ --vpg-dim-col-border: #e5b08b;
805
+ --vpg-dim-value-bg: #f0f7c8;
806
+ --vpg-dim-value-text: #5c6900;
807
+ --vpg-dim-value-border: #c0d088;
808
+ --vpg-dim-calc-bg: #fbe2ef;
809
+ --vpg-dim-calc-text: #8e1f54;
810
+ --vpg-dim-calc-border: #e6a8c4;
811
+ --vpg-highlight-bg: #d8ecf6;
812
+ --vpg-highlight-text: #268bd2;
813
+ --vpg-highlight-border: #a8d4ea;
814
+ }
815
+
816
+ .vpg-data-grid.vpg-theme-solar-dark,
817
+ .vpg-pivot-config.vpg-theme-solar-dark,
818
+ .vpg-pivot-skeleton.vpg-theme-solar-dark,
819
+ .vpg-filter-dropdown.vpg-theme-solar-dark,
820
+ .vpg-modal-overlay.vpg-theme-solar-dark {
821
+ --vpg-surface-bg: #002b36;
822
+ --vpg-surface-panel: #073642;
823
+ --vpg-surface-elevated: #073642;
824
+ --vpg-surface-hover: #073642;
825
+ --vpg-surface-selected: #586e75;
826
+ --vpg-surface-striped: #032f3a;
827
+ --vpg-text-primary: #eee8d5;
828
+ --vpg-text-secondary: #93a1a1;
829
+ --vpg-text-muted: #586e75;
830
+ --vpg-text-inverse: #002b36;
831
+ --vpg-border-default: #073642;
832
+ --vpg-border-strong: #586e75;
833
+ --vpg-border-subtle: #002b36;
834
+ --vpg-accent: #b58900;
835
+ --vpg-accent-hover: #cb9d20;
836
+ --vpg-accent-soft-bg: #073642;
837
+ --vpg-accent-soft-text: #b58900;
838
+ --vpg-focus-ring: var(--vpg-accent);
839
+ --vpg-state-error: #dc322f;
840
+ --vpg-state-warning: #cb4b16;
841
+ --vpg-state-success: #859900;
842
+ --vpg-state-info: #268bd2;
843
+ --vpg-scrollbar-thumb: #586e75;
844
+ --vpg-scrollbar-track: #073642;
845
+ --vpg-dim-row-bg: #2a230a;
846
+ --vpg-dim-row-text: #e1d089;
847
+ --vpg-dim-row-border: #7c5d00;
848
+ --vpg-dim-col-bg: #2a1108;
849
+ --vpg-dim-col-text: #e5b08b;
850
+ --vpg-dim-col-border: #92330e;
851
+ --vpg-dim-value-bg: #1f2300;
852
+ --vpg-dim-value-text: #c0d088;
853
+ --vpg-dim-value-border: #5c6900;
854
+ --vpg-dim-calc-bg: #2c0a1a;
855
+ --vpg-dim-calc-text: #e6a8c4;
856
+ --vpg-dim-calc-border: #8e1f54;
857
+ --vpg-highlight-bg: #0a1f2a;
858
+ --vpg-highlight-text: #268bd2;
859
+ --vpg-highlight-border: #0f3854;
860
+ }
861
+
862
+ /* ==========================================================================
863
+ Mono (Editorial — pure grayscale)
864
+ ========================================================================== */
865
+ .vpg-data-grid.vpg-theme-mono,
866
+ .vpg-pivot-config.vpg-theme-mono,
867
+ .vpg-pivot-skeleton.vpg-theme-mono,
868
+ .vpg-filter-dropdown.vpg-theme-mono,
869
+ .vpg-modal-overlay.vpg-theme-mono {
870
+ --vpg-surface-bg: #ffffff;
871
+ --vpg-surface-panel: #f5f5f5;
872
+ --vpg-surface-elevated: #ffffff;
873
+ --vpg-surface-hover: #e5e5e5;
874
+ --vpg-surface-selected: #d4d4d4;
875
+ --vpg-surface-striped: #fafafa;
876
+ --vpg-text-primary: #000000;
877
+ --vpg-text-secondary: #404040;
878
+ --vpg-text-muted: #737373;
879
+ --vpg-text-inverse: #ffffff;
880
+ --vpg-border-default: #d4d4d4;
881
+ --vpg-border-strong: #a3a3a3;
882
+ --vpg-border-subtle: #e5e5e5;
883
+ --vpg-accent: #000000;
884
+ --vpg-accent-hover: #171717;
885
+ --vpg-accent-soft-bg: #e5e5e5;
886
+ --vpg-accent-soft-text: #000000;
887
+ --vpg-focus-ring: var(--vpg-accent);
888
+ --vpg-state-error: #dc2626;
889
+ --vpg-state-warning: #d97706;
890
+ --vpg-state-success: #059669;
891
+ --vpg-state-info: #0284c7;
892
+ --vpg-scrollbar-thumb: #d4d4d4;
893
+ --vpg-scrollbar-track: #f5f5f5;
894
+ --vpg-dim-row-bg: #f1f5f9;
895
+ --vpg-dim-row-text: #475569;
896
+ --vpg-dim-row-border: #cbd5e1;
897
+ --vpg-dim-col-bg: #f8fafc;
898
+ --vpg-dim-col-text: #64748b;
899
+ --vpg-dim-col-border: #e2e8f0;
900
+ --vpg-dim-value-bg: #e2e8f0;
901
+ --vpg-dim-value-text: #334155;
902
+ --vpg-dim-value-border: #94a3b8;
903
+ --vpg-dim-calc-bg: #cbd5e1;
904
+ --vpg-dim-calc-text: #1e293b;
905
+ --vpg-dim-calc-border: #64748b;
906
+ --vpg-highlight-bg: #f1f5f9;
907
+ --vpg-highlight-text: #475569;
908
+ --vpg-highlight-border: #cbd5e1;
909
+ }
910
+
911
+ .vpg-data-grid.vpg-theme-mono-dark,
912
+ .vpg-pivot-config.vpg-theme-mono-dark,
913
+ .vpg-pivot-skeleton.vpg-theme-mono-dark,
914
+ .vpg-filter-dropdown.vpg-theme-mono-dark,
915
+ .vpg-modal-overlay.vpg-theme-mono-dark {
916
+ --vpg-surface-bg: #000000;
917
+ --vpg-surface-panel: #171717;
918
+ --vpg-surface-elevated: #262626;
919
+ --vpg-surface-hover: #262626;
920
+ --vpg-surface-selected: #404040;
921
+ --vpg-surface-striped: #0a0a0a;
922
+ --vpg-text-primary: #ffffff;
923
+ --vpg-text-secondary: #d4d4d4;
924
+ --vpg-text-muted: #a3a3a3;
925
+ --vpg-text-inverse: #000000;
926
+ --vpg-border-default: #262626;
927
+ --vpg-border-strong: #404040;
928
+ --vpg-border-subtle: #171717;
929
+ --vpg-accent: #ffffff;
930
+ --vpg-accent-hover: #e5e5e5;
931
+ --vpg-accent-soft-bg: #262626;
932
+ --vpg-accent-soft-text: #ffffff;
933
+ --vpg-focus-ring: var(--vpg-accent);
934
+ --vpg-state-error: #f87171;
935
+ --vpg-state-warning: #fbbf24;
936
+ --vpg-state-success: #34d399;
937
+ --vpg-state-info: #38bdf8;
938
+ --vpg-scrollbar-thumb: #404040;
939
+ --vpg-scrollbar-track: #171717;
940
+ --vpg-dim-row-bg: #334155;
941
+ --vpg-dim-row-text: #cbd5e1;
942
+ --vpg-dim-row-border: #475569;
943
+ --vpg-dim-col-bg: #1e293b;
944
+ --vpg-dim-col-text: #94a3b8;
945
+ --vpg-dim-col-border: #334155;
946
+ --vpg-dim-value-bg: #0f172a;
947
+ --vpg-dim-value-text: #e2e8f0;
948
+ --vpg-dim-value-border: #475569;
949
+ --vpg-dim-calc-bg: #0f172a;
950
+ --vpg-dim-calc-text: #cbd5e1;
951
+ --vpg-dim-calc-border: #334155;
952
+ --vpg-highlight-bg: #334155;
953
+ --vpg-highlight-text: #cbd5e1;
954
+ --vpg-highlight-border: #475569;
955
+ }