@runfusion/fusion 0.23.0 → 0.25.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.
- package/dist/bin.js +27921 -21003
- package/dist/client/assets/AgentDetailView-BwJaLqZh.css +1 -0
- package/dist/client/assets/AgentDetailView-ZbHEbYRT.js +18 -0
- package/dist/client/assets/AgentsView-B3jYk8Kt.js +29 -0
- package/dist/client/assets/{AgentsView-DSGQWObq.css → AgentsView-CV3vm7Qk.css} +1 -1
- package/dist/client/assets/ChatView-DhPkiEGs.js +1 -0
- package/dist/client/assets/ChatView-DwJAd5G1.css +1 -0
- package/dist/client/assets/{DevServerView-C9lzHrcT.js → DevServerView-DyGDEiBP.js} +1 -1
- package/dist/client/assets/{DirectoryPicker-aVdFaV37.js → DirectoryPicker-D5UIeIl6.js} +1 -1
- package/dist/client/assets/{DocumentsView-DIpg3NSP.js → DocumentsView-DNHu1T8K.js} +1 -1
- package/dist/client/assets/{DocumentsView-BrhyOdeE.css → DocumentsView-gv4zG3aT.css} +1 -1
- package/dist/client/assets/EvalsView-CUNJ1TLc.css +1 -0
- package/dist/client/assets/EvalsView-CpRobtDi.js +1 -0
- package/dist/client/assets/{agentSkills-DDHJnrkn.css → ExperimentalAgentOnboardingModal-B-APN_lM.css} +1 -1
- package/dist/client/assets/ExperimentalAgentOnboardingModal-DOY_oZi7.js +499 -0
- package/dist/client/assets/InsightsView-B0J4mhzV.css +1 -0
- package/dist/client/assets/InsightsView-vp0RE8Mg.js +11 -0
- package/dist/client/assets/MemoryView-PSc5lGJt.js +2 -0
- package/dist/client/assets/MemoryView-zaXewZzi.css +1 -0
- package/dist/client/assets/NodesView-DMj6HGeC.js +14 -0
- package/dist/client/assets/NodesView-DT4pXowv.css +1 -0
- package/dist/client/assets/{PiExtensionsManager-Buopv-jb.js → PiExtensionsManager-DL_QcN56.js} +2 -2
- package/dist/client/assets/PluginManager-BtYKm8IT.js +1 -0
- package/dist/client/assets/PluginManager-DtRQXia5.css +1 -0
- package/dist/client/assets/{ResearchView-_BHXUv2j.js → ResearchView-BhWqfdV0.js} +1 -1
- package/dist/client/assets/SettingsModal-BAgB4_AR.js +31 -0
- package/dist/client/assets/SettingsModal-CUCyaAyE.js +1 -0
- package/dist/client/assets/SettingsModal-DzsLquBu.css +1 -0
- package/dist/client/assets/SetupWizardModal-BKscasuh.js +1 -0
- package/dist/client/assets/{SkillsView-hDpTBdFT.js → SkillsView-BdELqTy7.js} +1 -1
- package/dist/client/assets/TodoView-Cx9cVhq7.css +1 -0
- package/dist/client/assets/TodoView-DFNGBDNV.js +6 -0
- package/dist/client/assets/{folder-open-usZkXdq2.js → folder-open-k1xmUMyr.js} +1 -1
- package/dist/client/assets/index-Qq2JOOWx.css +1 -0
- package/dist/client/assets/index-TFYXEVpn.js +692 -0
- package/dist/client/assets/projectDetection-G3XuxD2X.js +1 -0
- package/dist/client/assets/{star-BAT_ObKE.js → star-ne32r3Y4.js} +1 -1
- package/dist/client/assets/{upload-BC2YKNEV.js → upload-MS-2Gx53.js} +1 -1
- package/dist/client/assets/{users-Dkd4rtrN.js → users-C519GSjH.js} +1 -1
- package/dist/client/index.html +12 -20
- package/dist/client/theme-data.css +106 -0
- package/dist/client/version.json +1 -1
- package/dist/droid-cli/package.json +1 -1
- package/dist/extension.js +15395 -9935
- package/dist/pi-claude-cli/package.json +1 -1
- package/dist/plugins/fusion-plugin-cursor-runtime/bundled.js +216 -0
- package/dist/plugins/fusion-plugin-cursor-runtime/manifest.json +6 -0
- package/dist/plugins/fusion-plugin-cursor-runtime/package.json +11 -0
- package/dist/plugins/fusion-plugin-dependency-graph/bundled.js +30 -0
- package/dist/plugins/fusion-plugin-dependency-graph/manifest.json +1 -1
- package/dist/plugins/fusion-plugin-dependency-graph/package.json +3 -26
- package/dist/plugins/fusion-plugin-droid-runtime/bundled.js +136684 -0
- package/dist/plugins/fusion-plugin-droid-runtime/manifest.json +13 -0
- package/dist/plugins/fusion-plugin-droid-runtime/mcp-schema-server.cjs +49 -0
- package/dist/plugins/fusion-plugin-droid-runtime/package.json +11 -0
- package/dist/plugins/fusion-plugin-hermes-runtime/bundled.js +68 -71
- package/dist/plugins/fusion-plugin-hermes-runtime/package.json +1 -1
- package/dist/plugins/fusion-plugin-openclaw-runtime/bundled.js +137 -53
- package/dist/plugins/fusion-plugin-openclaw-runtime/mcp-schema-server.cjs +59 -0
- package/dist/plugins/fusion-plugin-openclaw-runtime/package.json +1 -1
- package/dist/plugins/fusion-plugin-paperclip-runtime/bundled.js +155 -109
- package/dist/plugins/fusion-plugin-paperclip-runtime/package.json +1 -1
- package/dist/plugins/fusion-plugin-reports/manifest.json +33 -0
- package/dist/plugins/fusion-plugin-reports/package.json +26 -0
- package/dist/plugins/fusion-plugin-reports/src/__tests__/manifest.test.ts +51 -0
- package/dist/plugins/fusion-plugin-reports/src/__tests__/review-panel.test.ts +166 -0
- package/dist/plugins/fusion-plugin-reports/src/__tests__/settings.test.ts +157 -0
- package/dist/plugins/fusion-plugin-reports/src/index.ts +87 -0
- package/dist/plugins/fusion-plugin-reports/src/report-schema.ts +38 -0
- package/dist/plugins/fusion-plugin-reports/src/review-panel.ts +294 -0
- package/dist/plugins/fusion-plugin-reports/src/review-types.ts +75 -0
- package/dist/plugins/fusion-plugin-reports/src/settings.ts +105 -0
- package/dist/plugins/fusion-plugin-reports/src/store/__tests__/report-schema.test.ts +66 -0
- package/dist/plugins/fusion-plugin-reports/src/store/__tests__/report-store.test.ts +177 -0
- package/dist/plugins/fusion-plugin-reports/src/store/report-store.ts +341 -0
- package/dist/plugins/fusion-plugin-reports/src/store/report-types.ts +77 -0
- package/dist/plugins/fusion-plugin-roadmap/manifest.json +16 -0
- package/dist/plugins/fusion-plugin-roadmap/package.json +48 -0
- package/dist/plugins/fusion-plugin-roadmap/src/__tests__/api-client.test.ts +101 -0
- package/dist/plugins/fusion-plugin-roadmap/src/__tests__/index.test.ts +92 -0
- package/dist/plugins/fusion-plugin-roadmap/src/__tests__/roadmap-routes.test.ts +48 -0
- package/dist/plugins/fusion-plugin-roadmap/src/__tests__/roadmap-suggestions.test.ts +31 -0
- package/dist/plugins/fusion-plugin-roadmap/src/dashboard/RoadmapsView.css +1299 -0
- package/dist/plugins/fusion-plugin-roadmap/src/dashboard/RoadmapsView.tsx +2559 -0
- package/dist/plugins/fusion-plugin-roadmap/src/dashboard/__tests__/RoadmapsView.test.tsx +1144 -0
- package/dist/plugins/fusion-plugin-roadmap/src/dashboard/__tests__/useRoadmaps.test.ts +1756 -0
- package/dist/plugins/fusion-plugin-roadmap/src/dashboard/api.ts +70 -0
- package/dist/plugins/fusion-plugin-roadmap/src/dashboard/test-setup.ts +7 -0
- package/dist/plugins/fusion-plugin-roadmap/src/dashboard/types.ts +1 -0
- package/dist/plugins/fusion-plugin-roadmap/src/dashboard/useConfirm.ts +8 -0
- package/dist/plugins/fusion-plugin-roadmap/src/dashboard/useRoadmaps.ts +1188 -0
- package/dist/plugins/fusion-plugin-roadmap/src/dashboard/useViewportMode.ts +20 -0
- package/dist/plugins/fusion-plugin-roadmap/src/dashboard-view.tsx +6 -0
- package/dist/plugins/fusion-plugin-roadmap/src/index.ts +74 -0
- package/dist/plugins/fusion-plugin-roadmap/src/roadmap-routes.ts +1 -0
- package/dist/plugins/fusion-plugin-roadmap/src/roadmap-schema.ts +41 -0
- package/dist/plugins/fusion-plugin-roadmap/src/roadmap-suggestions.d.ts +15 -0
- package/dist/plugins/fusion-plugin-roadmap/src/roadmap-suggestions.ts +15 -0
- package/dist/plugins/fusion-plugin-roadmap/src/roadmap-types.d.ts +283 -0
- package/dist/plugins/fusion-plugin-roadmap/src/roadmap-types.d.ts.map +1 -0
- package/dist/plugins/fusion-plugin-roadmap/src/roadmap-types.js +21 -0
- package/dist/plugins/fusion-plugin-roadmap/src/roadmap-types.js.map +1 -0
- package/dist/plugins/fusion-plugin-roadmap/src/roadmap-types.ts +310 -0
- package/dist/plugins/fusion-plugin-roadmap/src/routes/roadmap-routes.d.ts +5 -0
- package/dist/plugins/fusion-plugin-roadmap/src/routes/roadmap-routes.d.ts.map +1 -0
- package/dist/plugins/fusion-plugin-roadmap/src/routes/roadmap-routes.js +361 -0
- package/dist/plugins/fusion-plugin-roadmap/src/routes/roadmap-routes.js.map +1 -0
- package/dist/plugins/fusion-plugin-roadmap/src/routes/roadmap-routes.ts +408 -0
- package/dist/plugins/fusion-plugin-roadmap/src/routes/roadmap-suggestions.d.ts +68 -0
- package/dist/plugins/fusion-plugin-roadmap/src/routes/roadmap-suggestions.d.ts.map +1 -0
- package/dist/plugins/fusion-plugin-roadmap/src/routes/roadmap-suggestions.js +300 -0
- package/dist/plugins/fusion-plugin-roadmap/src/routes/roadmap-suggestions.js.map +1 -0
- package/dist/plugins/fusion-plugin-roadmap/src/routes/roadmap-suggestions.ts +381 -0
- package/dist/plugins/fusion-plugin-roadmap/src/server/index.d.ts +3 -0
- package/dist/plugins/fusion-plugin-roadmap/src/server/index.ts +1 -0
- package/dist/plugins/fusion-plugin-roadmap/src/store/__tests__/roadmap-handoff.test.ts +445 -0
- package/dist/plugins/fusion-plugin-roadmap/src/store/__tests__/roadmap-ordering.test.ts +334 -0
- package/dist/plugins/fusion-plugin-roadmap/src/store/__tests__/roadmap-store.test.ts +1318 -0
- package/dist/plugins/fusion-plugin-roadmap/src/store/roadmap-handoff.ts +163 -0
- package/dist/plugins/fusion-plugin-roadmap/src/store/roadmap-ordering.d.ts +37 -0
- package/dist/plugins/fusion-plugin-roadmap/src/store/roadmap-ordering.d.ts.map +1 -0
- package/dist/plugins/fusion-plugin-roadmap/src/store/roadmap-ordering.js +188 -0
- package/dist/plugins/fusion-plugin-roadmap/src/store/roadmap-ordering.js.map +1 -0
- package/dist/plugins/fusion-plugin-roadmap/src/store/roadmap-ordering.ts +311 -0
- package/dist/plugins/fusion-plugin-roadmap/src/store/roadmap-store.d.ts +299 -0
- package/dist/plugins/fusion-plugin-roadmap/src/store/roadmap-store.d.ts.map +1 -0
- package/dist/plugins/fusion-plugin-roadmap/src/store/roadmap-store.js +765 -0
- package/dist/plugins/fusion-plugin-roadmap/src/store/roadmap-store.js.map +1 -0
- package/dist/plugins/fusion-plugin-roadmap/src/store/roadmap-store.ts +1001 -0
- package/dist/plugins/fusion-plugin-whatsapp-chat/manifest.json +8 -0
- package/dist/plugins/fusion-plugin-whatsapp-chat/package.json +34 -0
- package/dist/plugins/fusion-plugin-whatsapp-chat/src/__tests__/auth-state.test.ts +99 -0
- package/dist/plugins/fusion-plugin-whatsapp-chat/src/__tests__/connection.test.ts +145 -0
- package/dist/plugins/fusion-plugin-whatsapp-chat/src/__tests__/index.test.ts +216 -0
- package/dist/plugins/fusion-plugin-whatsapp-chat/src/__tests__/reply.test.ts +52 -0
- package/dist/plugins/fusion-plugin-whatsapp-chat/src/auth-state.ts +89 -0
- package/dist/plugins/fusion-plugin-whatsapp-chat/src/connection.ts +253 -0
- package/dist/plugins/fusion-plugin-whatsapp-chat/src/index.ts +262 -0
- package/dist/plugins/fusion-plugin-whatsapp-chat/src/qrcode.d.ts +1 -0
- package/dist/plugins/fusion-plugin-whatsapp-chat/src/reply.ts +37 -0
- package/package.json +2 -2
- package/skill/fusion/SKILL.md +2 -2
- package/skill/fusion/references/engine-tools.md +3 -0
- package/skill/fusion/references/extension-tools.md +39 -0
- package/skill/fusion/references/fusion-capabilities.md +3 -0
- package/dist/client/assets/AgentDetailView-C1XceMgi.js +0 -18
- package/dist/client/assets/AgentDetailView-CeO_1MK7.css +0 -1
- package/dist/client/assets/AgentsView-Deh125ss.js +0 -527
- package/dist/client/assets/ChatView-7D_RQDqT.js +0 -1
- package/dist/client/assets/InsightsView-AWo5o_81.css +0 -1
- package/dist/client/assets/InsightsView-jKjEFAx_.js +0 -11
- package/dist/client/assets/MemoryView-DiajLXby.css +0 -1
- package/dist/client/assets/MemoryView-nXlTqebk.js +0 -2
- package/dist/client/assets/NodesView-Di2SvOhg.js +0 -14
- package/dist/client/assets/NodesView-fXqDk9ur.css +0 -1
- package/dist/client/assets/PluginManager-B9-NbQ8f.js +0 -1
- package/dist/client/assets/PluginManager-C1DbPaar.css +0 -1
- package/dist/client/assets/RoadmapsView-DHWjUoc8.js +0 -6
- package/dist/client/assets/RoadmapsView-DdGlfuu-.css +0 -1
- package/dist/client/assets/SettingsModal-C89Ikhfm.js +0 -1
- package/dist/client/assets/SettingsModal-DHitIpsa.css +0 -1
- package/dist/client/assets/SettingsModal-DR_yirvK.js +0 -31
- package/dist/client/assets/SetupWizardModal-BtDMY9pa.js +0 -1
- package/dist/client/assets/agentSkills-B-w5wFHh.js +0 -1
- package/dist/client/assets/index-Bc6ZdGMz.css +0 -1
- package/dist/client/assets/index-D__RMku8.js +0 -694
- package/dist/plugins/fusion-plugin-dependency-graph/src/DependencyGraphView.css +0 -141
- package/dist/plugins/fusion-plugin-dependency-graph/src/DependencyGraphView.tsx +0 -428
- package/dist/plugins/fusion-plugin-dependency-graph/src/__tests__/DependencyGraphView.test.tsx +0 -261
- package/dist/plugins/fusion-plugin-dependency-graph/src/__tests__/storage.test.ts +0 -41
- package/dist/plugins/fusion-plugin-dependency-graph/src/index.ts +0 -25
- package/dist/plugins/fusion-plugin-dependency-graph/src/storage.ts +0 -22
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
--logo-accent: var(--todo);
|
|
27
27
|
--color-info: #0288d1;
|
|
28
28
|
--accent: #00b8d4;
|
|
29
|
+
--accent-text: #fff;
|
|
29
30
|
}
|
|
30
31
|
|
|
31
32
|
[data-color-theme="ocean"][data-theme="light"] {
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
--logo-accent: var(--todo);
|
|
49
50
|
--color-info: #0277bd;
|
|
50
51
|
--accent: #0097a7;
|
|
52
|
+
--accent-text: #fff;
|
|
51
53
|
}
|
|
52
54
|
|
|
53
55
|
/* FOREST - Deep greens and emeralds */
|
|
@@ -71,6 +73,7 @@
|
|
|
71
73
|
--logo-accent: var(--todo);
|
|
72
74
|
--color-info: #29b6f6;
|
|
73
75
|
--accent: #16a34a;
|
|
76
|
+
--accent-text: #fff;
|
|
74
77
|
}
|
|
75
78
|
|
|
76
79
|
[data-color-theme="forest"][data-theme="light"] {
|
|
@@ -93,6 +96,7 @@
|
|
|
93
96
|
--logo-accent: var(--todo);
|
|
94
97
|
--color-info: #0288d1;
|
|
95
98
|
--accent: #15803d;
|
|
99
|
+
--accent-text: #fff;
|
|
96
100
|
}
|
|
97
101
|
|
|
98
102
|
/* SUNSET - Warm oranges and reds */
|
|
@@ -116,6 +120,7 @@
|
|
|
116
120
|
--logo-accent: var(--todo);
|
|
117
121
|
--color-info: #2196f3;
|
|
118
122
|
--accent: #ff6d00;
|
|
123
|
+
--accent-text: #fff;
|
|
119
124
|
}
|
|
120
125
|
|
|
121
126
|
[data-color-theme="sunset"][data-theme="light"] {
|
|
@@ -138,6 +143,7 @@
|
|
|
138
143
|
--logo-accent: var(--todo);
|
|
139
144
|
--color-info: #1565c0;
|
|
140
145
|
--accent: #e65100;
|
|
146
|
+
--accent-text: #fff;
|
|
141
147
|
}
|
|
142
148
|
|
|
143
149
|
/* BERRY - Purple/pink tones */
|
|
@@ -161,6 +167,7 @@
|
|
|
161
167
|
--logo-accent: var(--todo);
|
|
162
168
|
--color-info: #7c4dff;
|
|
163
169
|
--accent: #9c27b0;
|
|
170
|
+
--accent-text: #fff;
|
|
164
171
|
}
|
|
165
172
|
|
|
166
173
|
[data-color-theme="berry"][data-theme="light"] {
|
|
@@ -183,6 +190,7 @@
|
|
|
183
190
|
--logo-accent: var(--todo);
|
|
184
191
|
--color-info: #6200ea;
|
|
185
192
|
--accent: #7b1fa2;
|
|
193
|
+
--accent-text: #fff;
|
|
186
194
|
}
|
|
187
195
|
|
|
188
196
|
/* MONOCHROME - Pure grays */
|
|
@@ -206,6 +214,7 @@
|
|
|
206
214
|
--logo-accent: var(--todo);
|
|
207
215
|
--color-info: #64b5f6;
|
|
208
216
|
--accent: #b0b0b0;
|
|
217
|
+
--accent-text: #fff;
|
|
209
218
|
}
|
|
210
219
|
|
|
211
220
|
[data-color-theme="monochrome"][data-theme="light"] {
|
|
@@ -228,6 +237,7 @@
|
|
|
228
237
|
--logo-accent: var(--todo);
|
|
229
238
|
--color-info: #1976d2;
|
|
230
239
|
--accent: #616161;
|
|
240
|
+
--accent-text: #fff;
|
|
231
241
|
}
|
|
232
242
|
|
|
233
243
|
/* SLATE - Cool blue-gray tones */
|
|
@@ -250,6 +260,7 @@
|
|
|
250
260
|
--logo-accent: var(--todo);
|
|
251
261
|
--color-info: #60a5fa;
|
|
252
262
|
--accent: #64748b;
|
|
263
|
+
--accent-text: #fff;
|
|
253
264
|
}
|
|
254
265
|
|
|
255
266
|
[data-color-theme="slate"][data-theme="light"] {
|
|
@@ -271,6 +282,7 @@
|
|
|
271
282
|
--logo-accent: var(--todo);
|
|
272
283
|
--color-info: #3b82f6;
|
|
273
284
|
--accent: #475569;
|
|
285
|
+
--accent-text: #fff;
|
|
274
286
|
}
|
|
275
287
|
|
|
276
288
|
/* ASH - Warm medium grays */
|
|
@@ -293,6 +305,7 @@
|
|
|
293
305
|
--logo-accent: var(--todo);
|
|
294
306
|
--color-info: #93c5fd;
|
|
295
307
|
--accent: #a1887f;
|
|
308
|
+
--accent-text: #fff;
|
|
296
309
|
}
|
|
297
310
|
|
|
298
311
|
[data-color-theme="ash"][data-theme="light"] {
|
|
@@ -314,6 +327,7 @@
|
|
|
314
327
|
--logo-accent: var(--todo);
|
|
315
328
|
--color-info: #3b82f6;
|
|
316
329
|
--accent: #6d5d53;
|
|
330
|
+
--accent-text: #fff;
|
|
317
331
|
}
|
|
318
332
|
|
|
319
333
|
/* GRAPHITE - Dark graphite blacks */
|
|
@@ -336,6 +350,7 @@
|
|
|
336
350
|
--logo-accent: var(--todo);
|
|
337
351
|
--color-info: #7ab8ff;
|
|
338
352
|
--accent: #a0a0a0;
|
|
353
|
+
--accent-text: #fff;
|
|
339
354
|
}
|
|
340
355
|
|
|
341
356
|
[data-color-theme="graphite"][data-theme="light"] {
|
|
@@ -357,6 +372,7 @@
|
|
|
357
372
|
--logo-accent: var(--todo);
|
|
358
373
|
--color-info: #2563eb;
|
|
359
374
|
--accent: #606060;
|
|
375
|
+
--accent-text: #fff;
|
|
360
376
|
}
|
|
361
377
|
|
|
362
378
|
/* EMBER - Dark graphite with orange accent */
|
|
@@ -379,6 +395,7 @@
|
|
|
379
395
|
--logo-accent: #e8773a;
|
|
380
396
|
--color-info: #e8773a;
|
|
381
397
|
--accent: #e8773a;
|
|
398
|
+
--accent-text: #fff;
|
|
382
399
|
}
|
|
383
400
|
|
|
384
401
|
[data-color-theme="ember"][data-theme="light"] {
|
|
@@ -400,6 +417,7 @@
|
|
|
400
417
|
--logo-accent: #d4622a;
|
|
401
418
|
--color-info: #c05820;
|
|
402
419
|
--accent: #d4622a;
|
|
420
|
+
--accent-text: #fff;
|
|
403
421
|
}
|
|
404
422
|
|
|
405
423
|
/* SILVER - Light silvery grays */
|
|
@@ -422,6 +440,7 @@
|
|
|
422
440
|
--logo-accent: var(--todo);
|
|
423
441
|
--color-info: #90c0ff;
|
|
424
442
|
--accent: #b8b8b8;
|
|
443
|
+
--accent-text: #fff;
|
|
425
444
|
}
|
|
426
445
|
|
|
427
446
|
[data-color-theme="silver"][data-theme="light"] {
|
|
@@ -443,6 +462,7 @@
|
|
|
443
462
|
--logo-accent: var(--todo);
|
|
444
463
|
--color-info: #2563eb;
|
|
445
464
|
--accent: #707070;
|
|
465
|
+
--accent-text: #fff;
|
|
446
466
|
}
|
|
447
467
|
|
|
448
468
|
/* ZEN - Minimal, clean monochrome with subtle accents */
|
|
@@ -483,6 +503,7 @@
|
|
|
483
503
|
--glow-danger: none;
|
|
484
504
|
--focus-ring: 0 0 0 1px var(--border);
|
|
485
505
|
--accent: #7da88e;
|
|
506
|
+
--accent-text: #fff;
|
|
486
507
|
}
|
|
487
508
|
|
|
488
509
|
[data-color-theme="zen"][data-theme="light"] {
|
|
@@ -522,6 +543,7 @@
|
|
|
522
543
|
--glow-danger: none;
|
|
523
544
|
--focus-ring: 0 0 0 1px var(--border);
|
|
524
545
|
--accent: #4a6b56;
|
|
546
|
+
--accent-text: #fff;
|
|
525
547
|
}
|
|
526
548
|
|
|
527
549
|
/* HIGH CONTRAST - Extreme contrast for accessibility */
|
|
@@ -554,6 +576,7 @@
|
|
|
554
576
|
--logo-accent: var(--todo);
|
|
555
577
|
--color-info: #00ccff;
|
|
556
578
|
--accent: #00ff00;
|
|
579
|
+
--accent-text: #000000;
|
|
557
580
|
}
|
|
558
581
|
|
|
559
582
|
[data-color-theme="high-contrast"][data-theme="light"] {
|
|
@@ -585,6 +608,7 @@
|
|
|
585
608
|
--logo-accent: var(--todo);
|
|
586
609
|
--color-info: #0055cc;
|
|
587
610
|
--accent: #00cc00;
|
|
611
|
+
--accent-text: #ffffff;
|
|
588
612
|
}
|
|
589
613
|
|
|
590
614
|
/* INDUSTRIAL - Technical engineering spec sheet aesthetic */
|
|
@@ -617,6 +641,7 @@
|
|
|
617
641
|
--logo-accent: var(--todo);
|
|
618
642
|
--color-info: #42a5f5;
|
|
619
643
|
--accent: #ff6d00;
|
|
644
|
+
--accent-text: #fff;
|
|
620
645
|
}
|
|
621
646
|
|
|
622
647
|
[data-color-theme="industrial"][data-theme="light"] {
|
|
@@ -648,6 +673,7 @@
|
|
|
648
673
|
--logo-accent: var(--todo);
|
|
649
674
|
--color-info: #1565c0;
|
|
650
675
|
--accent: #bf360c;
|
|
676
|
+
--accent-text: #fff;
|
|
651
677
|
}
|
|
652
678
|
|
|
653
679
|
/* SOLARIZED - Classic solarized palette */
|
|
@@ -680,6 +706,7 @@
|
|
|
680
706
|
--logo-accent: var(--todo);
|
|
681
707
|
--color-info: #2aa198;
|
|
682
708
|
--accent: #859900;
|
|
709
|
+
--accent-text: #002b36;
|
|
683
710
|
}
|
|
684
711
|
|
|
685
712
|
[data-color-theme="solarized"][data-theme="light"] {
|
|
@@ -711,6 +738,7 @@
|
|
|
711
738
|
--logo-accent: var(--todo);
|
|
712
739
|
--color-info: #2aa198;
|
|
713
740
|
--accent: #637b00;
|
|
741
|
+
--accent-text: #fdf6e3;
|
|
714
742
|
}
|
|
715
743
|
|
|
716
744
|
/* FACTORY - Industrial Mission Control Theme
|
|
@@ -789,6 +817,7 @@
|
|
|
789
817
|
--logo-accent: var(--todo);
|
|
790
818
|
--color-info: #2563eb;
|
|
791
819
|
--accent: #d97706;
|
|
820
|
+
--accent-text: #0a0a0a;
|
|
792
821
|
}
|
|
793
822
|
|
|
794
823
|
[data-color-theme="factory"][data-theme="light"] {
|
|
@@ -834,6 +863,7 @@
|
|
|
834
863
|
--logo-accent: var(--todo);
|
|
835
864
|
--color-info: #1d4ed8;
|
|
836
865
|
--accent: #b45309;
|
|
866
|
+
--accent-text: #fff;
|
|
837
867
|
}
|
|
838
868
|
|
|
839
869
|
[data-color-theme="factory"] .card.agent-active {
|
|
@@ -949,6 +979,7 @@
|
|
|
949
979
|
--logo-accent: var(--todo);
|
|
950
980
|
--color-info: #39bae6;
|
|
951
981
|
--accent: #5cb85c;
|
|
982
|
+
--accent-text: #0f1419;
|
|
952
983
|
}
|
|
953
984
|
|
|
954
985
|
[data-color-theme="ayu"][data-theme="light"] {
|
|
@@ -982,6 +1013,7 @@
|
|
|
982
1013
|
--logo-accent: var(--todo);
|
|
983
1014
|
--color-info: #007acc;
|
|
984
1015
|
--accent: #3a8a3a;
|
|
1016
|
+
--accent-text: #fff;
|
|
985
1017
|
}
|
|
986
1018
|
|
|
987
1019
|
/* ONE DARK - Atom's iconic dark theme */
|
|
@@ -1016,6 +1048,7 @@
|
|
|
1016
1048
|
--logo-accent: var(--todo);
|
|
1017
1049
|
--color-info: #61afef;
|
|
1018
1050
|
--accent: #7ec77a;
|
|
1051
|
+
--accent-text: #282c34;
|
|
1019
1052
|
}
|
|
1020
1053
|
|
|
1021
1054
|
/* ONE DARK - Light variant */
|
|
@@ -1050,6 +1083,7 @@
|
|
|
1050
1083
|
--logo-accent: var(--todo);
|
|
1051
1084
|
--color-info: #4078f2;
|
|
1052
1085
|
--accent: #4a9e46;
|
|
1086
|
+
--accent-text: #ffffff;
|
|
1053
1087
|
}
|
|
1054
1088
|
|
|
1055
1089
|
/* NORD - Arctic blue palette inspired by the Nord color scheme */
|
|
@@ -1084,6 +1118,7 @@
|
|
|
1084
1118
|
--logo-accent: var(--todo);
|
|
1085
1119
|
--color-info: #81a1c1;
|
|
1086
1120
|
--accent: #88c0d0;
|
|
1121
|
+
--accent-text: #2e3440;
|
|
1087
1122
|
}
|
|
1088
1123
|
|
|
1089
1124
|
[data-color-theme="nord"][data-theme="light"] {
|
|
@@ -1117,6 +1152,7 @@
|
|
|
1117
1152
|
--logo-accent: var(--todo);
|
|
1118
1153
|
--color-info: #5e81ac;
|
|
1119
1154
|
--accent: #5e81ac;
|
|
1155
|
+
--accent-text: #fff;
|
|
1120
1156
|
}
|
|
1121
1157
|
|
|
1122
1158
|
/* DRACULA - Popular dark theme with deep purples and vivid accents */
|
|
@@ -1151,6 +1187,7 @@
|
|
|
1151
1187
|
--logo-accent: var(--todo);
|
|
1152
1188
|
--color-info: #8be9fd;
|
|
1153
1189
|
--accent: #bd93f9;
|
|
1190
|
+
--accent-text: #282a36;
|
|
1154
1191
|
}
|
|
1155
1192
|
|
|
1156
1193
|
[data-color-theme="dracula"][data-theme="light"] {
|
|
@@ -1184,6 +1221,7 @@
|
|
|
1184
1221
|
--logo-accent: var(--todo);
|
|
1185
1222
|
--color-info: #00838f;
|
|
1186
1223
|
--accent: #8662c7;
|
|
1224
|
+
--accent-text: #fff;
|
|
1187
1225
|
}
|
|
1188
1226
|
|
|
1189
1227
|
/* GRUVBOX - Warm, retro earth-tone palette */
|
|
@@ -1218,6 +1256,7 @@
|
|
|
1218
1256
|
--logo-accent: var(--todo);
|
|
1219
1257
|
--color-info: #83a598;
|
|
1220
1258
|
--accent: #d4a017;
|
|
1259
|
+
--accent-text: #282828;
|
|
1221
1260
|
}
|
|
1222
1261
|
|
|
1223
1262
|
[data-color-theme="gruvbox"][data-theme="light"] {
|
|
@@ -1251,6 +1290,7 @@
|
|
|
1251
1290
|
--logo-accent: var(--todo);
|
|
1252
1291
|
--color-info: #076678;
|
|
1253
1292
|
--accent: #a08010;
|
|
1293
|
+
--accent-text: #fbf1c7;
|
|
1254
1294
|
}
|
|
1255
1295
|
|
|
1256
1296
|
/* TOKYO NIGHT - Deep blues and soft purples inspired by the VS Code theme */
|
|
@@ -1285,6 +1325,7 @@
|
|
|
1285
1325
|
--logo-accent: var(--todo);
|
|
1286
1326
|
--color-info: #7aa2f7;
|
|
1287
1327
|
--accent: #7aa2f7;
|
|
1328
|
+
--accent-text: #1a1b26;
|
|
1288
1329
|
}
|
|
1289
1330
|
|
|
1290
1331
|
[data-color-theme="tokyo-night"][data-theme="light"] {
|
|
@@ -1318,6 +1359,7 @@
|
|
|
1318
1359
|
--logo-accent: var(--todo);
|
|
1319
1360
|
--color-info: #3b5ea5;
|
|
1320
1361
|
--accent: #5b7ec7;
|
|
1362
|
+
--accent-text: #fff;
|
|
1321
1363
|
}
|
|
1322
1364
|
|
|
1323
1365
|
/* CATPPUCCIN MOCHA - Popular pastel dark theme */
|
|
@@ -1352,6 +1394,7 @@
|
|
|
1352
1394
|
--logo-accent: var(--todo);
|
|
1353
1395
|
--color-info: #89b4fa;
|
|
1354
1396
|
--accent: #cba6f7;
|
|
1397
|
+
--accent-text: #1e1e2e;
|
|
1355
1398
|
}
|
|
1356
1399
|
|
|
1357
1400
|
[data-color-theme="catppuccin-mocha"][data-theme="light"] {
|
|
@@ -1385,6 +1428,7 @@
|
|
|
1385
1428
|
--logo-accent: var(--todo);
|
|
1386
1429
|
--color-info: #1e66f5;
|
|
1387
1430
|
--accent: #9a6fd9;
|
|
1431
|
+
--accent-text: #fff;
|
|
1388
1432
|
}
|
|
1389
1433
|
|
|
1390
1434
|
/* GITHUB DARK - GitHub's dark theme */
|
|
@@ -1419,6 +1463,7 @@
|
|
|
1419
1463
|
--logo-accent: var(--todo);
|
|
1420
1464
|
--color-info: #58a6ff;
|
|
1421
1465
|
--accent: #58a6ff;
|
|
1466
|
+
--accent-text: #fff;
|
|
1422
1467
|
}
|
|
1423
1468
|
|
|
1424
1469
|
[data-color-theme="github-dark"][data-theme="light"] {
|
|
@@ -1452,6 +1497,7 @@
|
|
|
1452
1497
|
--logo-accent: var(--todo);
|
|
1453
1498
|
--color-info: #0969da;
|
|
1454
1499
|
--accent: #0969da;
|
|
1500
|
+
--accent-text: #fff;
|
|
1455
1501
|
}
|
|
1456
1502
|
|
|
1457
1503
|
/* EVERFOREST - Green-focused dark theme */
|
|
@@ -1486,6 +1532,7 @@
|
|
|
1486
1532
|
--logo-accent: var(--todo);
|
|
1487
1533
|
--color-info: #7fbbb3;
|
|
1488
1534
|
--accent: #a7c080;
|
|
1535
|
+
--accent-text: #2d353b;
|
|
1489
1536
|
}
|
|
1490
1537
|
|
|
1491
1538
|
[data-color-theme="everforest"][data-theme="light"] {
|
|
@@ -1519,6 +1566,7 @@
|
|
|
1519
1566
|
--logo-accent: var(--todo);
|
|
1520
1567
|
--color-info: #3a94a5;
|
|
1521
1568
|
--accent: #6b8f55;
|
|
1569
|
+
--accent-text: #fff;
|
|
1522
1570
|
}
|
|
1523
1571
|
|
|
1524
1572
|
/* ROSÉ PINE - Soft purple/pink tones */
|
|
@@ -1553,6 +1601,7 @@
|
|
|
1553
1601
|
--logo-accent: var(--todo);
|
|
1554
1602
|
--color-info: #c4a7e7;
|
|
1555
1603
|
--accent: #c4a7e7;
|
|
1604
|
+
--accent-text: #191724;
|
|
1556
1605
|
}
|
|
1557
1606
|
|
|
1558
1607
|
[data-color-theme="rose-pine"][data-theme="light"] {
|
|
@@ -1586,6 +1635,7 @@
|
|
|
1586
1635
|
--logo-accent: var(--todo);
|
|
1587
1636
|
--color-info: #907aa9;
|
|
1588
1637
|
--accent: #907aac;
|
|
1638
|
+
--accent-text: #fff;
|
|
1589
1639
|
}
|
|
1590
1640
|
|
|
1591
1641
|
/* KANAGAWA - Japanese-inspired wave theme */
|
|
@@ -1620,6 +1670,7 @@
|
|
|
1620
1670
|
--logo-accent: var(--todo);
|
|
1621
1671
|
--color-info: #7e9cd8;
|
|
1622
1672
|
--accent: #957fb8;
|
|
1673
|
+
--accent-text: #1f1f28;
|
|
1623
1674
|
}
|
|
1624
1675
|
|
|
1625
1676
|
[data-color-theme="kanagawa"][data-theme="light"] {
|
|
@@ -1653,6 +1704,7 @@
|
|
|
1653
1704
|
--logo-accent: var(--todo);
|
|
1654
1705
|
--color-info: #4e76b5;
|
|
1655
1706
|
--accent: #7560a0;
|
|
1707
|
+
--accent-text: #fff;
|
|
1656
1708
|
}
|
|
1657
1709
|
|
|
1658
1710
|
/* NIGHT OWL - Blue/cyan with warm yellow accents (Sarah Drasner) */
|
|
@@ -1687,6 +1739,7 @@
|
|
|
1687
1739
|
--logo-accent: var(--todo);
|
|
1688
1740
|
--color-info: #82aaff;
|
|
1689
1741
|
--accent: #82aaff;
|
|
1742
|
+
--accent-text: #011627;
|
|
1690
1743
|
}
|
|
1691
1744
|
|
|
1692
1745
|
[data-color-theme="night-owl"][data-theme="light"] {
|
|
@@ -1720,6 +1773,7 @@
|
|
|
1720
1773
|
--logo-accent: var(--todo);
|
|
1721
1774
|
--color-info: #2563eb;
|
|
1722
1775
|
--accent: #5a7fd4;
|
|
1776
|
+
--accent-text: #fff;
|
|
1723
1777
|
}
|
|
1724
1778
|
|
|
1725
1779
|
/* PALENIGHT - Warm purple-free dark blue palette */
|
|
@@ -1754,6 +1808,7 @@
|
|
|
1754
1808
|
--logo-accent: var(--todo);
|
|
1755
1809
|
--color-info: #82aaff;
|
|
1756
1810
|
--accent: #c792ea;
|
|
1811
|
+
--accent-text: #292d3e;
|
|
1757
1812
|
}
|
|
1758
1813
|
|
|
1759
1814
|
[data-color-theme="palenight"][data-theme="light"] {
|
|
@@ -1787,6 +1842,7 @@
|
|
|
1787
1842
|
--logo-accent: var(--todo);
|
|
1788
1843
|
--color-info: #3b6fcf;
|
|
1789
1844
|
--accent: #9a60c0;
|
|
1845
|
+
--accent-text: #fff;
|
|
1790
1846
|
}
|
|
1791
1847
|
|
|
1792
1848
|
/* MONOKAI PRO - Warm oranges and greens */
|
|
@@ -1821,6 +1877,7 @@
|
|
|
1821
1877
|
--logo-accent: var(--todo);
|
|
1822
1878
|
--color-info: #78dce8;
|
|
1823
1879
|
--accent: #ffd866;
|
|
1880
|
+
--accent-text: #2d2a2e;
|
|
1824
1881
|
}
|
|
1825
1882
|
|
|
1826
1883
|
[data-color-theme="monokai-pro"][data-theme="light"] {
|
|
@@ -1854,6 +1911,7 @@
|
|
|
1854
1911
|
--logo-accent: var(--todo);
|
|
1855
1912
|
--color-info: #2d8fa0;
|
|
1856
1913
|
--accent: #d4a830;
|
|
1914
|
+
--accent-text: #fff;
|
|
1857
1915
|
}
|
|
1858
1916
|
|
|
1859
1917
|
/* SLIME - Retro lime green theme */
|
|
@@ -1888,6 +1946,7 @@
|
|
|
1888
1946
|
--logo-accent: var(--todo);
|
|
1889
1947
|
--color-info: #60d8a0;
|
|
1890
1948
|
--accent: #78d840;
|
|
1949
|
+
--accent-text: #0a0e09;
|
|
1891
1950
|
}
|
|
1892
1951
|
|
|
1893
1952
|
[data-color-theme="slime"][data-theme="light"] {
|
|
@@ -1921,6 +1980,7 @@
|
|
|
1921
1980
|
--logo-accent: var(--todo);
|
|
1922
1981
|
--color-info: #1a7a5a;
|
|
1923
1982
|
--accent: #5ab030;
|
|
1983
|
+
--accent-text: #fff;
|
|
1924
1984
|
}
|
|
1925
1985
|
|
|
1926
1986
|
/* BRUTALIST - Concrete and signage inspired harsh UI */
|
|
@@ -1991,6 +2051,7 @@
|
|
|
1991
2051
|
--logo-accent: var(--todo);
|
|
1992
2052
|
--color-info: #ffd100;
|
|
1993
2053
|
--accent: #ff6a00;
|
|
2054
|
+
--accent-text: #0f0f0f;
|
|
1994
2055
|
}
|
|
1995
2056
|
|
|
1996
2057
|
[data-color-theme="brutalist"][data-theme="light"] {
|
|
@@ -2024,6 +2085,7 @@
|
|
|
2024
2085
|
--logo-accent: var(--todo);
|
|
2025
2086
|
--color-info: #b8860b;
|
|
2026
2087
|
--accent: #c2410c;
|
|
2088
|
+
--accent-text: #ffffff;
|
|
2027
2089
|
}
|
|
2028
2090
|
|
|
2029
2091
|
[data-color-theme="brutalist"] .btn {
|
|
@@ -2133,6 +2195,7 @@
|
|
|
2133
2195
|
--logo-accent: var(--todo);
|
|
2134
2196
|
--color-info: #00f0ff;
|
|
2135
2197
|
--accent: #ff2d95;
|
|
2198
|
+
--accent-text: #0d0d15;
|
|
2136
2199
|
}
|
|
2137
2200
|
|
|
2138
2201
|
[data-color-theme="neon-city"][data-theme="light"] {
|
|
@@ -2173,6 +2236,7 @@
|
|
|
2173
2236
|
--logo-accent: var(--todo);
|
|
2174
2237
|
--color-info: #008e9b;
|
|
2175
2238
|
--accent: #d63384;
|
|
2239
|
+
--accent-text: #ffffff;
|
|
2176
2240
|
}
|
|
2177
2241
|
|
|
2178
2242
|
[data-color-theme="neon-city"] .btn {
|
|
@@ -2309,6 +2373,7 @@
|
|
|
2309
2373
|
--logo-accent: var(--todo);
|
|
2310
2374
|
--color-info: #d08a4b;
|
|
2311
2375
|
--accent: #d08a4b;
|
|
2376
|
+
--accent-text: #f8eedf;
|
|
2312
2377
|
}
|
|
2313
2378
|
|
|
2314
2379
|
[data-color-theme="parchment"][data-theme="light"] {
|
|
@@ -2347,6 +2412,7 @@
|
|
|
2347
2412
|
--logo-accent: var(--todo);
|
|
2348
2413
|
--color-info: #8f4e2a;
|
|
2349
2414
|
--accent: #a66b35;
|
|
2415
|
+
--accent-text: #fff9f2;
|
|
2350
2416
|
}
|
|
2351
2417
|
|
|
2352
2418
|
[data-color-theme="parchment"] .btn {
|
|
@@ -2449,6 +2515,7 @@
|
|
|
2449
2515
|
--logo-accent: var(--todo);
|
|
2450
2516
|
--color-info: #8fff38;
|
|
2451
2517
|
--accent: #33ff00;
|
|
2518
|
+
--accent-text: #061004;
|
|
2452
2519
|
}
|
|
2453
2520
|
|
|
2454
2521
|
[data-color-theme="terminal"][data-theme="light"] {
|
|
@@ -2487,6 +2554,7 @@
|
|
|
2487
2554
|
--logo-accent: var(--todo);
|
|
2488
2555
|
--color-info: #4c8f25;
|
|
2489
2556
|
--accent: #2d6b14;
|
|
2557
|
+
--accent-text: #f4fbef;
|
|
2490
2558
|
}
|
|
2491
2559
|
|
|
2492
2560
|
[data-color-theme="terminal"] .btn,
|
|
@@ -2622,6 +2690,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
2622
2690
|
--logo-accent: var(--todo);
|
|
2623
2691
|
--color-info: #ff7aa8;
|
|
2624
2692
|
--accent: #c86bff;
|
|
2693
|
+
--accent-text: #f8f5ff;
|
|
2625
2694
|
}
|
|
2626
2695
|
|
|
2627
2696
|
[data-color-theme="glass"][data-theme="light"] {
|
|
@@ -2660,6 +2729,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
2660
2729
|
--logo-accent: var(--todo);
|
|
2661
2730
|
--color-info: #c74b7a;
|
|
2662
2731
|
--accent: #9d40cf;
|
|
2732
|
+
--accent-text: #2f2448;
|
|
2663
2733
|
}
|
|
2664
2734
|
|
|
2665
2735
|
[data-color-theme="glass"] .card,
|
|
@@ -2737,6 +2807,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
2737
2807
|
--logo-accent: var(--todo);
|
|
2738
2808
|
--color-info: #f8c967;
|
|
2739
2809
|
--accent: #e59371;
|
|
2810
|
+
--accent-text: #1c1e26;
|
|
2740
2811
|
}
|
|
2741
2812
|
|
|
2742
2813
|
[data-color-theme="horizon"][data-theme="light"] {
|
|
@@ -2770,6 +2841,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
2770
2841
|
--logo-accent: var(--todo);
|
|
2771
2842
|
--color-info: #d88030;
|
|
2772
2843
|
--accent: #e8646a;
|
|
2844
|
+
--accent-text: #fff;
|
|
2773
2845
|
}
|
|
2774
2846
|
|
|
2775
2847
|
/* VITEsse - Warm natural tones with teal accents */
|
|
@@ -2804,6 +2876,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
2804
2876
|
--logo-accent: var(--todo);
|
|
2805
2877
|
--color-info: #dca561;
|
|
2806
2878
|
--accent: #4c9a91;
|
|
2879
|
+
--accent-text: #0d1210;
|
|
2807
2880
|
}
|
|
2808
2881
|
|
|
2809
2882
|
[data-color-theme="vitesse"][data-theme="light"] {
|
|
@@ -2837,6 +2910,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
2837
2910
|
--logo-accent: var(--todo);
|
|
2838
2911
|
--color-info: #c08040;
|
|
2839
2912
|
--accent: #3a8578;
|
|
2913
|
+
--accent-text: #fff;
|
|
2840
2914
|
}
|
|
2841
2915
|
|
|
2842
2916
|
/* OUTRUN - Retrowave/synthwave aesthetic */
|
|
@@ -2871,6 +2945,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
2871
2945
|
--logo-accent: var(--todo);
|
|
2872
2946
|
--color-info: #00e5ff;
|
|
2873
2947
|
--accent: #b537f2;
|
|
2948
|
+
--accent-text: #fff;
|
|
2874
2949
|
}
|
|
2875
2950
|
|
|
2876
2951
|
[data-color-theme="outrun"][data-theme="light"] {
|
|
@@ -2904,6 +2979,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
2904
2979
|
--logo-accent: var(--todo);
|
|
2905
2980
|
--color-info: #00a8b8;
|
|
2906
2981
|
--accent: #9030c8;
|
|
2982
|
+
--accent-text: #fff;
|
|
2907
2983
|
}
|
|
2908
2984
|
|
|
2909
2985
|
/* SNazzy - Bright playful colors */
|
|
@@ -2938,6 +3014,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
2938
3014
|
--logo-accent: var(--todo);
|
|
2939
3015
|
--color-info: #f3f99d;
|
|
2940
3016
|
--accent: #ff6f91;
|
|
3017
|
+
--accent-text: #282a36;
|
|
2941
3018
|
}
|
|
2942
3019
|
|
|
2943
3020
|
[data-color-theme="snazzy"][data-theme="light"] {
|
|
@@ -2971,6 +3048,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
2971
3048
|
--logo-accent: var(--todo);
|
|
2972
3049
|
--color-info: #a0a030;
|
|
2973
3050
|
--accent: #d06070;
|
|
3051
|
+
--accent-text: #fff;
|
|
2974
3052
|
}
|
|
2975
3053
|
|
|
2976
3054
|
/* PORPLE - Rich purple with gold accents */
|
|
@@ -3005,6 +3083,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3005
3083
|
--logo-accent: var(--todo);
|
|
3006
3084
|
--color-info: #ffcb6b;
|
|
3007
3085
|
--accent: #c792ea;
|
|
3086
|
+
--accent-text: #1e2030;
|
|
3008
3087
|
}
|
|
3009
3088
|
|
|
3010
3089
|
[data-color-theme="porple"][data-theme="light"] {
|
|
@@ -3038,6 +3117,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3038
3117
|
--logo-accent: var(--todo);
|
|
3039
3118
|
--color-info: #d0a030;
|
|
3040
3119
|
--accent: #9060d8;
|
|
3120
|
+
--accent-text: #fff;
|
|
3041
3121
|
}
|
|
3042
3122
|
|
|
3043
3123
|
/* ESPRESSO - Deep coffee browns */
|
|
@@ -3072,6 +3152,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3072
3152
|
--logo-accent: var(--todo);
|
|
3073
3153
|
--color-info: #8f6552;
|
|
3074
3154
|
--accent: #d4a574;
|
|
3155
|
+
--accent-text: #231813;
|
|
3075
3156
|
}
|
|
3076
3157
|
|
|
3077
3158
|
[data-color-theme="espresso"][data-theme="light"] {
|
|
@@ -3105,6 +3186,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3105
3186
|
--logo-accent: var(--todo);
|
|
3106
3187
|
--color-info: #806040;
|
|
3107
3188
|
--accent: #a07050;
|
|
3189
|
+
--accent-text: #fff;
|
|
3108
3190
|
}
|
|
3109
3191
|
|
|
3110
3192
|
/* MARS - Red planet inspired */
|
|
@@ -3139,6 +3221,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3139
3221
|
--logo-accent: var(--todo);
|
|
3140
3222
|
--color-info: #d4874d;
|
|
3141
3223
|
--accent: #c1440e;
|
|
3224
|
+
--accent-text: #fff;
|
|
3142
3225
|
}
|
|
3143
3226
|
|
|
3144
3227
|
[data-color-theme="mars"][data-theme="light"] {
|
|
@@ -3172,6 +3255,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3172
3255
|
--logo-accent: var(--todo);
|
|
3173
3256
|
--color-info: #b07040;
|
|
3174
3257
|
--accent: #a03010;
|
|
3258
|
+
--accent-text: #fff;
|
|
3175
3259
|
}
|
|
3176
3260
|
|
|
3177
3261
|
/* POIMANDRES - Pastel blue/purple with teal accents */
|
|
@@ -3206,6 +3290,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3206
3290
|
--logo-accent: var(--todo);
|
|
3207
3291
|
--color-info: #b4bcff;
|
|
3208
3292
|
--accent: #89ddff;
|
|
3293
|
+
--accent-text: #14151f;
|
|
3209
3294
|
}
|
|
3210
3295
|
|
|
3211
3296
|
[data-color-theme="poimandres"][data-theme="light"] {
|
|
@@ -3239,6 +3324,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3239
3324
|
--logo-accent: var(--todo);
|
|
3240
3325
|
--color-info: #8070c0;
|
|
3241
3326
|
--accent: #4090c0;
|
|
3327
|
+
--accent-text: #fff;
|
|
3242
3328
|
}
|
|
3243
3329
|
|
|
3244
3330
|
/* RUST - Deep oxidized red-brown with warm rust accents */
|
|
@@ -3271,6 +3357,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3271
3357
|
--logo-accent: var(--todo);
|
|
3272
3358
|
--color-info: #58a8d0;
|
|
3273
3359
|
--accent: #c75b2a;
|
|
3360
|
+
--accent-text: #fff;
|
|
3274
3361
|
}
|
|
3275
3362
|
|
|
3276
3363
|
[data-color-theme="rust"][data-theme="light"] {
|
|
@@ -3302,6 +3389,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3302
3389
|
--logo-accent: var(--todo);
|
|
3303
3390
|
--color-info: #2878a0;
|
|
3304
3391
|
--accent: #a04520;
|
|
3392
|
+
--accent-text: #fff;
|
|
3305
3393
|
}
|
|
3306
3394
|
|
|
3307
3395
|
/* COPPER - Warm metallic copper tones */
|
|
@@ -3334,6 +3422,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3334
3422
|
--logo-accent: var(--todo);
|
|
3335
3423
|
--color-info: #60a8d8;
|
|
3336
3424
|
--accent: #d4854a;
|
|
3425
|
+
--accent-text: #fff;
|
|
3337
3426
|
}
|
|
3338
3427
|
|
|
3339
3428
|
[data-color-theme="copper"][data-theme="light"] {
|
|
@@ -3365,6 +3454,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3365
3454
|
--logo-accent: var(--todo);
|
|
3366
3455
|
--color-info: #306090;
|
|
3367
3456
|
--accent: #b06830;
|
|
3457
|
+
--accent-text: #fff;
|
|
3368
3458
|
}
|
|
3369
3459
|
|
|
3370
3460
|
/* FOUNDRY - Molten metal with orange-yellow glows */
|
|
@@ -3397,6 +3487,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3397
3487
|
--logo-accent: var(--todo);
|
|
3398
3488
|
--color-info: #60b0e0;
|
|
3399
3489
|
--accent: #f0960a;
|
|
3490
|
+
--accent-text: #1a1008;
|
|
3400
3491
|
}
|
|
3401
3492
|
|
|
3402
3493
|
[data-color-theme="foundry"][data-theme="light"] {
|
|
@@ -3428,6 +3519,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3428
3519
|
--logo-accent: var(--todo);
|
|
3429
3520
|
--color-info: #3070a0;
|
|
3430
3521
|
--accent: #c07808;
|
|
3522
|
+
--accent-text: #fff;
|
|
3431
3523
|
}
|
|
3432
3524
|
|
|
3433
3525
|
/* CARBON - Graphite-like carbon fiber aesthetic */
|
|
@@ -3460,6 +3552,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3460
3552
|
--logo-accent: var(--todo);
|
|
3461
3553
|
--color-info: #6090c0;
|
|
3462
3554
|
--accent: #5a8abf;
|
|
3555
|
+
--accent-text: #fff;
|
|
3463
3556
|
}
|
|
3464
3557
|
|
|
3465
3558
|
[data-color-theme="carbon"][data-theme="light"] {
|
|
@@ -3491,6 +3584,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3491
3584
|
--logo-accent: var(--todo);
|
|
3492
3585
|
--color-info: #306090;
|
|
3493
3586
|
--accent: #3a6a9f;
|
|
3587
|
+
--accent-text: #fff;
|
|
3494
3588
|
}
|
|
3495
3589
|
|
|
3496
3590
|
/* SANDSTONE - Warm desert sandstone */
|
|
@@ -3523,6 +3617,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3523
3617
|
--logo-accent: var(--todo);
|
|
3524
3618
|
--color-info: #90a8c0;
|
|
3525
3619
|
--accent: #c4905a;
|
|
3620
|
+
--accent-text: #fff;
|
|
3526
3621
|
}
|
|
3527
3622
|
|
|
3528
3623
|
[data-color-theme="sandstone"][data-theme="light"] {
|
|
@@ -3554,6 +3649,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3554
3649
|
--logo-accent: var(--todo);
|
|
3555
3650
|
--color-info: #5888a8;
|
|
3556
3651
|
--accent: #a07040;
|
|
3652
|
+
--accent-text: #fff;
|
|
3557
3653
|
}
|
|
3558
3654
|
|
|
3559
3655
|
/* LAGOON - Deep tropical lagoon */
|
|
@@ -3586,6 +3682,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3586
3682
|
--logo-accent: var(--todo);
|
|
3587
3683
|
--color-info: #50a8c0;
|
|
3588
3684
|
--accent: #40c8b0;
|
|
3685
|
+
--accent-text: #fff;
|
|
3589
3686
|
}
|
|
3590
3687
|
|
|
3591
3688
|
[data-color-theme="lagoon"][data-theme="light"] {
|
|
@@ -3617,6 +3714,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3617
3714
|
--logo-accent: var(--todo);
|
|
3618
3715
|
--color-info: #2880a0;
|
|
3619
3716
|
--accent: #2a9080;
|
|
3717
|
+
--accent-text: #fff;
|
|
3620
3718
|
}
|
|
3621
3719
|
|
|
3622
3720
|
/* FROST - Cool icy blue-white */
|
|
@@ -3649,6 +3747,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3649
3747
|
--logo-accent: var(--todo);
|
|
3650
3748
|
--color-info: #60a0c8;
|
|
3651
3749
|
--accent: #7ab8e8;
|
|
3750
|
+
--accent-text: #fff;
|
|
3652
3751
|
}
|
|
3653
3752
|
|
|
3654
3753
|
[data-color-theme="frost"][data-theme="light"] {
|
|
@@ -3680,6 +3779,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3680
3779
|
--logo-accent: var(--todo);
|
|
3681
3780
|
--color-info: #2080a8;
|
|
3682
3781
|
--accent: #4a90c0;
|
|
3782
|
+
--accent-text: #fff;
|
|
3683
3783
|
}
|
|
3684
3784
|
|
|
3685
3785
|
/* LAVENDER - Soft purple-lavender tones */
|
|
@@ -3712,6 +3812,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3712
3812
|
--logo-accent: var(--todo);
|
|
3713
3813
|
--color-info: #9090c0;
|
|
3714
3814
|
--accent: #b890d8;
|
|
3815
|
+
--accent-text: #fff;
|
|
3715
3816
|
}
|
|
3716
3817
|
|
|
3717
3818
|
[data-color-theme="lavender"][data-theme="light"] {
|
|
@@ -3743,6 +3844,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3743
3844
|
--logo-accent: var(--todo);
|
|
3744
3845
|
--color-info: #6868a0;
|
|
3745
3846
|
--accent: #8060a8;
|
|
3847
|
+
--accent-text: #fff;
|
|
3746
3848
|
}
|
|
3747
3849
|
|
|
3748
3850
|
/* NEON-BLOOM - Vibrant neon pastels */
|
|
@@ -3775,6 +3877,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3775
3877
|
--logo-accent: var(--todo);
|
|
3776
3878
|
--color-info: #b090d0;
|
|
3777
3879
|
--accent: #e870c0;
|
|
3880
|
+
--accent-text: #fff;
|
|
3778
3881
|
}
|
|
3779
3882
|
|
|
3780
3883
|
[data-color-theme="neon-bloom"][data-theme="light"] {
|
|
@@ -3806,6 +3909,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3806
3909
|
--logo-accent: var(--todo);
|
|
3807
3910
|
--color-info: #7878c0;
|
|
3808
3911
|
--accent: #c040a0;
|
|
3912
|
+
--accent-text: #fff;
|
|
3809
3913
|
}
|
|
3810
3914
|
|
|
3811
3915
|
/* SEPIA - Warm vintage sepia photography aesthetic */
|
|
@@ -3838,6 +3942,7 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3838
3942
|
--logo-accent: var(--todo);
|
|
3839
3943
|
--color-info: #a8a0b0;
|
|
3840
3944
|
--accent: #c8a868;
|
|
3945
|
+
--accent-text: #fff;
|
|
3841
3946
|
}
|
|
3842
3947
|
|
|
3843
3948
|
[data-color-theme="sepia"][data-theme="light"] {
|
|
@@ -3869,5 +3974,6 @@ body[data-color-theme="terminal"][data-theme="light"]::before {
|
|
|
3869
3974
|
--logo-accent: var(--todo);
|
|
3870
3975
|
--color-info: #888098;
|
|
3871
3976
|
--accent: #9a8050;
|
|
3977
|
+
--accent-text: #fff;
|
|
3872
3978
|
}
|
|
3873
3979
|
|