@floegence/floe-webapp-core 0.38.0 → 0.39.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,1281 @@
1
+ /* Generated from src/styles/themes/presets.ts. Do not edit by hand. */
2
+ :root[data-floe-shell-theme='paper'] {
3
+ --background: #f5f1e8;
4
+ --foreground: #243447;
5
+ --primary: #243447;
6
+ --primary-foreground: #fffdf8;
7
+ --secondary: #eae4d8;
8
+ --secondary-foreground: #243447;
9
+ --muted: #eae4d8;
10
+ --muted-foreground: #5b6470;
11
+ --accent: #eae4d8;
12
+ --accent-foreground: #243447;
13
+ --border: #cec6b8;
14
+ --input: #7d7468;
15
+ --ring: #243447;
16
+ --chrome-border: #cec6b8;
17
+ --top-bar-border: #cec6b8;
18
+ --activity-bar-border: #cec6b8;
19
+ --bottom-bar-border: #cec6b8;
20
+ --terminal-panel-border: #cec6b8;
21
+ --card: #fffdf8;
22
+ --card-foreground: #243447;
23
+ --popover: #fffdf8;
24
+ --popover-foreground: #243447;
25
+ --success: #287a4b;
26
+ --success-foreground: #ffffff;
27
+ --warning: #835800;
28
+ --warning-foreground: #ffffff;
29
+ --error: #b42318;
30
+ --error-foreground: #ffffff;
31
+ --info: #245b9b;
32
+ --info-foreground: #ffffff;
33
+ --highlight-block-info-accent: #245b9b;
34
+ --highlight-block-warning-accent: #835800;
35
+ --highlight-block-success-accent: #287a4b;
36
+ --highlight-block-error-accent: #b42318;
37
+ --highlight-block-note-accent: #6847a0;
38
+ --highlight-block-tip-accent: #1e6f73;
39
+ --sidebar: #ede7dc;
40
+ --sidebar-foreground: #243447;
41
+ --sidebar-primary: #243447;
42
+ --sidebar-primary-foreground: #fffdf8;
43
+ --sidebar-accent: #eae4d8;
44
+ --sidebar-accent-foreground: #243447;
45
+ --sidebar-border: #cec6b8;
46
+ --sidebar-ring: #243447;
47
+ --activity-bar: #ede7dc;
48
+ --activity-bar-foreground: #5b6470;
49
+ --activity-bar-foreground-active: #243447;
50
+ --activity-bar-badge: #243447;
51
+ --activity-bar-badge-foreground: #fffdf8;
52
+ --terminal-background: #18202b;
53
+ --terminal-foreground: #edf2f7;
54
+ --chart-1: #245b8a;
55
+ --chart-2: #26736f;
56
+ --chart-3: #567832;
57
+ --chart-4: #8a5a00;
58
+ --chart-5: #7a4f78;
59
+ --selection-bg: #245b8a;
60
+ --selection-fg: #ffffff;
61
+ --selection-on-primary-bg: #f4c95d;
62
+ --selection-on-primary-fg: #243447;
63
+ --selection-code-bg: #58a6ff;
64
+ --selection-code-fg: #08111d;
65
+ }
66
+ :root[data-floe-shell-theme='mist'] {
67
+ --background: #eef3f7;
68
+ --foreground: #1f3442;
69
+ --primary: #234e63;
70
+ --primary-foreground: #ffffff;
71
+ --secondary: #e2eaf0;
72
+ --secondary-foreground: #1f3442;
73
+ --muted: #e2eaf0;
74
+ --muted-foreground: #536574;
75
+ --accent: #e2eaf0;
76
+ --accent-foreground: #1f3442;
77
+ --border: #c5d0d8;
78
+ --input: #768895;
79
+ --ring: #234e63;
80
+ --chrome-border: #c5d0d8;
81
+ --top-bar-border: #c5d0d8;
82
+ --activity-bar-border: #c5d0d8;
83
+ --bottom-bar-border: #c5d0d8;
84
+ --terminal-panel-border: #c5d0d8;
85
+ --card: #ffffff;
86
+ --card-foreground: #1f3442;
87
+ --popover: #ffffff;
88
+ --popover-foreground: #1f3442;
89
+ --success: #287a4b;
90
+ --success-foreground: #ffffff;
91
+ --warning: #835800;
92
+ --warning-foreground: #ffffff;
93
+ --error: #b42318;
94
+ --error-foreground: #ffffff;
95
+ --info: #245b9b;
96
+ --info-foreground: #ffffff;
97
+ --highlight-block-info-accent: #245b9b;
98
+ --highlight-block-warning-accent: #835800;
99
+ --highlight-block-success-accent: #287a4b;
100
+ --highlight-block-error-accent: #b42318;
101
+ --highlight-block-note-accent: #6847a0;
102
+ --highlight-block-tip-accent: #1e6f73;
103
+ --sidebar: #e7edf2;
104
+ --sidebar-foreground: #1f3442;
105
+ --sidebar-primary: #234e63;
106
+ --sidebar-primary-foreground: #ffffff;
107
+ --sidebar-accent: #e2eaf0;
108
+ --sidebar-accent-foreground: #1f3442;
109
+ --sidebar-border: #c5d0d8;
110
+ --sidebar-ring: #234e63;
111
+ --activity-bar: #e7edf2;
112
+ --activity-bar-foreground: #536574;
113
+ --activity-bar-foreground-active: #1f3442;
114
+ --activity-bar-badge: #234e63;
115
+ --activity-bar-badge-foreground: #ffffff;
116
+ --terminal-background: #111d26;
117
+ --terminal-foreground: #ecf4f8;
118
+ --chart-1: #245b9b;
119
+ --chart-2: #1e6f73;
120
+ --chart-3: #3e6b46;
121
+ --chart-4: #8a5a00;
122
+ --chart-5: #6847a0;
123
+ --selection-bg: #245b9b;
124
+ --selection-fg: #ffffff;
125
+ --selection-on-primary-bg: #f4c95d;
126
+ --selection-on-primary-fg: #243447;
127
+ --selection-code-bg: #58a6ff;
128
+ --selection-code-fg: #08111d;
129
+ }
130
+ :root[data-floe-shell-theme='meadow'] {
131
+ --background: #eef4ec;
132
+ --foreground: #20372d;
133
+ --primary: #24523d;
134
+ --primary-foreground: #ffffff;
135
+ --secondary: #e2ebdf;
136
+ --secondary-foreground: #20372d;
137
+ --muted: #e2ebdf;
138
+ --muted-foreground: #52635a;
139
+ --accent: #e2ebdf;
140
+ --accent-foreground: #20372d;
141
+ --border: #c3d0be;
142
+ --input: #7c8c77;
143
+ --ring: #24523d;
144
+ --chrome-border: #c3d0be;
145
+ --top-bar-border: #c3d0be;
146
+ --activity-bar-border: #c3d0be;
147
+ --bottom-bar-border: #c3d0be;
148
+ --terminal-panel-border: #c3d0be;
149
+ --card: #fbfdf9;
150
+ --card-foreground: #20372d;
151
+ --popover: #fbfdf9;
152
+ --popover-foreground: #20372d;
153
+ --success: #287a4b;
154
+ --success-foreground: #ffffff;
155
+ --warning: #835800;
156
+ --warning-foreground: #ffffff;
157
+ --error: #b42318;
158
+ --error-foreground: #ffffff;
159
+ --info: #245b9b;
160
+ --info-foreground: #ffffff;
161
+ --highlight-block-info-accent: #245b9b;
162
+ --highlight-block-warning-accent: #835800;
163
+ --highlight-block-success-accent: #287a4b;
164
+ --highlight-block-error-accent: #b42318;
165
+ --highlight-block-note-accent: #6847a0;
166
+ --highlight-block-tip-accent: #1e6f73;
167
+ --sidebar: #e5ede2;
168
+ --sidebar-foreground: #20372d;
169
+ --sidebar-primary: #24523d;
170
+ --sidebar-primary-foreground: #ffffff;
171
+ --sidebar-accent: #e2ebdf;
172
+ --sidebar-accent-foreground: #20372d;
173
+ --sidebar-border: #c3d0be;
174
+ --sidebar-ring: #24523d;
175
+ --activity-bar: #e5ede2;
176
+ --activity-bar-foreground: #52635a;
177
+ --activity-bar-foreground-active: #20372d;
178
+ --activity-bar-badge: #24523d;
179
+ --activity-bar-badge-foreground: #ffffff;
180
+ --terminal-background: #10221b;
181
+ --terminal-foreground: #eef6f0;
182
+ --chart-1: #26734d;
183
+ --chart-2: #245b9b;
184
+ --chart-3: #8a5a00;
185
+ --chart-4: #a13f17;
186
+ --chart-5: #6847a0;
187
+ --selection-bg: #26734d;
188
+ --selection-fg: #ffffff;
189
+ --selection-on-primary-bg: #f4c95d;
190
+ --selection-on-primary-fg: #243447;
191
+ --selection-code-bg: #58a6ff;
192
+ --selection-code-fg: #08111d;
193
+ }
194
+ :root[data-floe-shell-theme='citrus'] {
195
+ --background: #fff5e1;
196
+ --foreground: #3f2d1c;
197
+ --primary: #874000;
198
+ --primary-foreground: #ffffff;
199
+ --secondary: #f3e7d0;
200
+ --secondary-foreground: #3f2d1c;
201
+ --muted: #f3e7d0;
202
+ --muted-foreground: #675b4b;
203
+ --accent: #f3e7d0;
204
+ --accent-foreground: #3f2d1c;
205
+ --border: #dbc9aa;
206
+ --input: #9f8c6c;
207
+ --ring: #874000;
208
+ --chrome-border: #dbc9aa;
209
+ --top-bar-border: #dbc9aa;
210
+ --activity-bar-border: #dbc9aa;
211
+ --bottom-bar-border: #dbc9aa;
212
+ --terminal-panel-border: #dbc9aa;
213
+ --card: #fffefa;
214
+ --card-foreground: #3f2d1c;
215
+ --popover: #fffefa;
216
+ --popover-foreground: #3f2d1c;
217
+ --success: #287a4b;
218
+ --success-foreground: #ffffff;
219
+ --warning: #835800;
220
+ --warning-foreground: #ffffff;
221
+ --error: #b42318;
222
+ --error-foreground: #ffffff;
223
+ --info: #245b9b;
224
+ --info-foreground: #ffffff;
225
+ --highlight-block-info-accent: #245b9b;
226
+ --highlight-block-warning-accent: #835800;
227
+ --highlight-block-success-accent: #287a4b;
228
+ --highlight-block-error-accent: #b42318;
229
+ --highlight-block-note-accent: #6847a0;
230
+ --highlight-block-tip-accent: #1e6f73;
231
+ --sidebar: #f7ebd3;
232
+ --sidebar-foreground: #3f2d1c;
233
+ --sidebar-primary: #874000;
234
+ --sidebar-primary-foreground: #ffffff;
235
+ --sidebar-accent: #f3e7d0;
236
+ --sidebar-accent-foreground: #3f2d1c;
237
+ --sidebar-border: #dbc9aa;
238
+ --sidebar-ring: #874000;
239
+ --activity-bar: #f7ebd3;
240
+ --activity-bar-foreground: #675b4b;
241
+ --activity-bar-foreground-active: #3f2d1c;
242
+ --activity-bar-badge: #874000;
243
+ --activity-bar-badge-foreground: #ffffff;
244
+ --terminal-background: #261a11;
245
+ --terminal-foreground: #fff5e1;
246
+ --chart-1: #a13f17;
247
+ --chart-2: #245b9b;
248
+ --chart-3: #26734d;
249
+ --chart-4: #6e45a3;
250
+ --chart-5: #9c225e;
251
+ --selection-bg: #874000;
252
+ --selection-fg: #ffffff;
253
+ --selection-on-primary-bg: #f4c95d;
254
+ --selection-on-primary-fg: #243447;
255
+ --selection-code-bg: #58a6ff;
256
+ --selection-code-fg: #08111d;
257
+ }
258
+ :root[data-floe-shell-theme='lilac'] {
259
+ --background: #f5f0fa;
260
+ --foreground: #30253d;
261
+ --primary: #51407e;
262
+ --primary-foreground: #ffffff;
263
+ --secondary: #eae1f2;
264
+ --secondary-foreground: #30253d;
265
+ --muted: #eae1f2;
266
+ --muted-foreground: #62566e;
267
+ --accent: #eae1f2;
268
+ --accent-foreground: #30253d;
269
+ --border: #d4c5df;
270
+ --input: #9584a2;
271
+ --ring: #51407e;
272
+ --chrome-border: #d4c5df;
273
+ --top-bar-border: #d4c5df;
274
+ --activity-bar-border: #d4c5df;
275
+ --bottom-bar-border: #d4c5df;
276
+ --terminal-panel-border: #d4c5df;
277
+ --card: #fffdff;
278
+ --card-foreground: #30253d;
279
+ --popover: #fffdff;
280
+ --popover-foreground: #30253d;
281
+ --success: #287a4b;
282
+ --success-foreground: #ffffff;
283
+ --warning: #835800;
284
+ --warning-foreground: #ffffff;
285
+ --error: #b42318;
286
+ --error-foreground: #ffffff;
287
+ --info: #245b9b;
288
+ --info-foreground: #ffffff;
289
+ --highlight-block-info-accent: #245b9b;
290
+ --highlight-block-warning-accent: #835800;
291
+ --highlight-block-success-accent: #287a4b;
292
+ --highlight-block-error-accent: #b42318;
293
+ --highlight-block-note-accent: #6847a0;
294
+ --highlight-block-tip-accent: #1e6f73;
295
+ --sidebar: #eee6f4;
296
+ --sidebar-foreground: #30253d;
297
+ --sidebar-primary: #51407e;
298
+ --sidebar-primary-foreground: #ffffff;
299
+ --sidebar-accent: #eae1f2;
300
+ --sidebar-accent-foreground: #30253d;
301
+ --sidebar-border: #d4c5df;
302
+ --sidebar-ring: #51407e;
303
+ --activity-bar: #eee6f4;
304
+ --activity-bar-foreground: #62566e;
305
+ --activity-bar-foreground-active: #30253d;
306
+ --activity-bar-badge: #51407e;
307
+ --activity-bar-badge-foreground: #ffffff;
308
+ --terminal-background: #201827;
309
+ --terminal-foreground: #f7f0fb;
310
+ --chart-1: #3e3f9f;
311
+ --chart-2: #245b9b;
312
+ --chart-3: #26734d;
313
+ --chart-4: #a13f17;
314
+ --chart-5: #9c225e;
315
+ --selection-bg: #51407e;
316
+ --selection-fg: #ffffff;
317
+ --selection-on-primary-bg: #f4c95d;
318
+ --selection-on-primary-fg: #243447;
319
+ --selection-code-bg: #58a6ff;
320
+ --selection-code-fg: #08111d;
321
+ }
322
+ :root[data-floe-shell-theme='light-plus'] {
323
+ --background: #ffffff;
324
+ --foreground: #1f1f1f;
325
+ --primary: #005fb8;
326
+ --primary-foreground: #ffffff;
327
+ --secondary: #ededed;
328
+ --secondary-foreground: #1f1f1f;
329
+ --muted: #ededed;
330
+ --muted-foreground: #616161;
331
+ --accent: #ededed;
332
+ --accent-foreground: #1f1f1f;
333
+ --border: #d4d4d4;
334
+ --input: #767676;
335
+ --ring: #005fb8;
336
+ --chrome-border: #d4d4d4;
337
+ --top-bar-border: #d4d4d4;
338
+ --activity-bar-border: #d4d4d4;
339
+ --bottom-bar-border: #d4d4d4;
340
+ --terminal-panel-border: #d4d4d4;
341
+ --card: #f7f7f7;
342
+ --card-foreground: #1f1f1f;
343
+ --popover: #f7f7f7;
344
+ --popover-foreground: #1f1f1f;
345
+ --success: #287a4b;
346
+ --success-foreground: #ffffff;
347
+ --warning: #835800;
348
+ --warning-foreground: #ffffff;
349
+ --error: #b42318;
350
+ --error-foreground: #ffffff;
351
+ --info: #245b9b;
352
+ --info-foreground: #ffffff;
353
+ --highlight-block-info-accent: #245b9b;
354
+ --highlight-block-warning-accent: #835800;
355
+ --highlight-block-success-accent: #287a4b;
356
+ --highlight-block-error-accent: #b42318;
357
+ --highlight-block-note-accent: #6847a0;
358
+ --highlight-block-tip-accent: #1e6f73;
359
+ --sidebar: #f3f3f3;
360
+ --sidebar-foreground: #1f1f1f;
361
+ --sidebar-primary: #005fb8;
362
+ --sidebar-primary-foreground: #ffffff;
363
+ --sidebar-accent: #ededed;
364
+ --sidebar-accent-foreground: #1f1f1f;
365
+ --sidebar-border: #d4d4d4;
366
+ --sidebar-ring: #005fb8;
367
+ --activity-bar: #f3f3f3;
368
+ --activity-bar-foreground: #616161;
369
+ --activity-bar-foreground-active: #1f1f1f;
370
+ --activity-bar-badge: #005fb8;
371
+ --activity-bar-badge-foreground: #ffffff;
372
+ --terminal-background: #181818;
373
+ --terminal-foreground: #cccccc;
374
+ --chart-1: #005fb8;
375
+ --chart-2: #007a69;
376
+ --chart-3: #527a00;
377
+ --chart-4: #9a5d00;
378
+ --chart-5: #7a3e9d;
379
+ --selection-bg: #005fb8;
380
+ --selection-fg: #ffffff;
381
+ --selection-on-primary-bg: #f4c95d;
382
+ --selection-on-primary-fg: #243447;
383
+ --selection-code-bg: #58a6ff;
384
+ --selection-code-fg: #08111d;
385
+ }
386
+ :root[data-floe-shell-theme='quiet-light'] {
387
+ --background: #f5f5f5;
388
+ --foreground: #333333;
389
+ --primary: #4b61b9;
390
+ --primary-foreground: #ffffff;
391
+ --secondary: #e8e8e8;
392
+ --secondary-foreground: #333333;
393
+ --muted: #e8e8e8;
394
+ --muted-foreground: #626262;
395
+ --accent: #e8e8e8;
396
+ --accent-foreground: #333333;
397
+ --border: #d2d2d2;
398
+ --input: #777777;
399
+ --ring: #4b61b9;
400
+ --chrome-border: #d2d2d2;
401
+ --top-bar-border: #d2d2d2;
402
+ --activity-bar-border: #d2d2d2;
403
+ --bottom-bar-border: #d2d2d2;
404
+ --terminal-panel-border: #d2d2d2;
405
+ --card: #ffffff;
406
+ --card-foreground: #333333;
407
+ --popover: #ffffff;
408
+ --popover-foreground: #333333;
409
+ --success: #287a4b;
410
+ --success-foreground: #ffffff;
411
+ --warning: #835800;
412
+ --warning-foreground: #ffffff;
413
+ --error: #b42318;
414
+ --error-foreground: #ffffff;
415
+ --info: #245b9b;
416
+ --info-foreground: #ffffff;
417
+ --highlight-block-info-accent: #245b9b;
418
+ --highlight-block-warning-accent: #835800;
419
+ --highlight-block-success-accent: #287a4b;
420
+ --highlight-block-error-accent: #b42318;
421
+ --highlight-block-note-accent: #6847a0;
422
+ --highlight-block-tip-accent: #1e6f73;
423
+ --sidebar: #ebebeb;
424
+ --sidebar-foreground: #333333;
425
+ --sidebar-primary: #4b61b9;
426
+ --sidebar-primary-foreground: #ffffff;
427
+ --sidebar-accent: #e8e8e8;
428
+ --sidebar-accent-foreground: #333333;
429
+ --sidebar-border: #d2d2d2;
430
+ --sidebar-ring: #4b61b9;
431
+ --activity-bar: #ebebeb;
432
+ --activity-bar-foreground: #626262;
433
+ --activity-bar-foreground-active: #333333;
434
+ --activity-bar-badge: #4b61b9;
435
+ --activity-bar-badge-foreground: #ffffff;
436
+ --terminal-background: #202020;
437
+ --terminal-foreground: #dadada;
438
+ --chart-1: #4b5fbf;
439
+ --chart-2: #26736f;
440
+ --chart-3: #567832;
441
+ --chart-4: #9a5d00;
442
+ --chart-5: #8a427a;
443
+ --selection-bg: #455fa0;
444
+ --selection-fg: #ffffff;
445
+ --selection-on-primary-bg: #f4c95d;
446
+ --selection-on-primary-fg: #243447;
447
+ --selection-code-bg: #58a6ff;
448
+ --selection-code-fg: #08111d;
449
+ }
450
+ :root[data-floe-shell-theme='solarized-light'] {
451
+ --background: #fdf6e3;
452
+ --foreground: #586e75;
453
+ --primary: #075e73;
454
+ --primary-foreground: #ffffff;
455
+ --secondary: #eee8d5;
456
+ --secondary-foreground: #586e75;
457
+ --muted: #eee8d5;
458
+ --muted-foreground: #536970;
459
+ --accent: #eee8d5;
460
+ --accent-foreground: #586e75;
461
+ --border: #d9d1ba;
462
+ --input: #7b7464;
463
+ --ring: #075e73;
464
+ --chrome-border: #d9d1ba;
465
+ --top-bar-border: #d9d1ba;
466
+ --activity-bar-border: #d9d1ba;
467
+ --bottom-bar-border: #d9d1ba;
468
+ --terminal-panel-border: #d9d1ba;
469
+ --card: #fffdf4;
470
+ --card-foreground: #586e75;
471
+ --popover: #fffdf4;
472
+ --popover-foreground: #586e75;
473
+ --success: #287a4b;
474
+ --success-foreground: #ffffff;
475
+ --warning: #835800;
476
+ --warning-foreground: #ffffff;
477
+ --error: #b42318;
478
+ --error-foreground: #ffffff;
479
+ --info: #245b9b;
480
+ --info-foreground: #ffffff;
481
+ --highlight-block-info-accent: #245b9b;
482
+ --highlight-block-warning-accent: #835800;
483
+ --highlight-block-success-accent: #287a4b;
484
+ --highlight-block-error-accent: #b42318;
485
+ --highlight-block-note-accent: #6847a0;
486
+ --highlight-block-tip-accent: #1e6f73;
487
+ --sidebar: #f3ecd8;
488
+ --sidebar-foreground: #586e75;
489
+ --sidebar-primary: #075e73;
490
+ --sidebar-primary-foreground: #ffffff;
491
+ --sidebar-accent: #eee8d5;
492
+ --sidebar-accent-foreground: #586e75;
493
+ --sidebar-border: #d9d1ba;
494
+ --sidebar-ring: #075e73;
495
+ --activity-bar: #f3ecd8;
496
+ --activity-bar-foreground: #536970;
497
+ --activity-bar-foreground-active: #586e75;
498
+ --activity-bar-badge: #075e73;
499
+ --activity-bar-badge-foreground: #ffffff;
500
+ --terminal-background: #002b36;
501
+ --terminal-foreground: #eee8d5;
502
+ --chart-1: #006f8a;
503
+ --chart-2: #2c6e49;
504
+ --chart-3: #7a6a00;
505
+ --chart-4: #b04a00;
506
+ --chart-5: #6c4a9e;
507
+ --selection-bg: #075e73;
508
+ --selection-fg: #ffffff;
509
+ --selection-on-primary-bg: #f4c95d;
510
+ --selection-on-primary-fg: #243447;
511
+ --selection-code-bg: #58a6ff;
512
+ --selection-code-fg: #08111d;
513
+ }
514
+ :root[data-floe-shell-theme='github-light'] {
515
+ --background: #f6f8fa;
516
+ --foreground: #24292f;
517
+ --primary: #0969da;
518
+ --primary-foreground: #ffffff;
519
+ --secondary: #eaeef2;
520
+ --secondary-foreground: #24292f;
521
+ --muted: #eaeef2;
522
+ --muted-foreground: #57606a;
523
+ --accent: #eaeef2;
524
+ --accent-foreground: #24292f;
525
+ --border: #d0d7de;
526
+ --input: #6e7781;
527
+ --ring: #0969da;
528
+ --chrome-border: #d0d7de;
529
+ --top-bar-border: #d0d7de;
530
+ --activity-bar-border: #d0d7de;
531
+ --bottom-bar-border: #d0d7de;
532
+ --terminal-panel-border: #d0d7de;
533
+ --card: #ffffff;
534
+ --card-foreground: #24292f;
535
+ --popover: #ffffff;
536
+ --popover-foreground: #24292f;
537
+ --success: #287a4b;
538
+ --success-foreground: #ffffff;
539
+ --warning: #835800;
540
+ --warning-foreground: #ffffff;
541
+ --error: #b42318;
542
+ --error-foreground: #ffffff;
543
+ --info: #245b9b;
544
+ --info-foreground: #ffffff;
545
+ --highlight-block-info-accent: #245b9b;
546
+ --highlight-block-warning-accent: #835800;
547
+ --highlight-block-success-accent: #287a4b;
548
+ --highlight-block-error-accent: #b42318;
549
+ --highlight-block-note-accent: #6847a0;
550
+ --highlight-block-tip-accent: #1e6f73;
551
+ --sidebar: #f0f3f6;
552
+ --sidebar-foreground: #24292f;
553
+ --sidebar-primary: #0969da;
554
+ --sidebar-primary-foreground: #ffffff;
555
+ --sidebar-accent: #eaeef2;
556
+ --sidebar-accent-foreground: #24292f;
557
+ --sidebar-border: #d0d7de;
558
+ --sidebar-ring: #0969da;
559
+ --activity-bar: #f0f3f6;
560
+ --activity-bar-foreground: #57606a;
561
+ --activity-bar-foreground-active: #24292f;
562
+ --activity-bar-badge: #0969da;
563
+ --activity-bar-badge-foreground: #ffffff;
564
+ --terminal-background: #0d1117;
565
+ --terminal-foreground: #c9d1d9;
566
+ --chart-1: #0969da;
567
+ --chart-2: #1a7f37;
568
+ --chart-3: #9a6700;
569
+ --chart-4: #cf222e;
570
+ --chart-5: #8250df;
571
+ --selection-bg: #0969da;
572
+ --selection-fg: #ffffff;
573
+ --selection-on-primary-bg: #f4c95d;
574
+ --selection-on-primary-fg: #243447;
575
+ --selection-code-bg: #58a6ff;
576
+ --selection-code-fg: #08111d;
577
+ }
578
+ :root[data-floe-shell-theme='hc-light'] {
579
+ --background: #ffffff;
580
+ --foreground: #000000;
581
+ --primary: #0000a8;
582
+ --primary-foreground: #ffffff;
583
+ --secondary: #e0e0e0;
584
+ --secondary-foreground: #000000;
585
+ --muted: #e0e0e0;
586
+ --muted-foreground: #333333;
587
+ --accent: #e0e0e0;
588
+ --accent-foreground: #000000;
589
+ --border: #000000;
590
+ --input: #000000;
591
+ --ring: #0000a8;
592
+ --chrome-border: #000000;
593
+ --top-bar-border: #000000;
594
+ --activity-bar-border: #000000;
595
+ --bottom-bar-border: #000000;
596
+ --terminal-panel-border: #000000;
597
+ --card: #f2f2f2;
598
+ --card-foreground: #000000;
599
+ --popover: #f2f2f2;
600
+ --popover-foreground: #000000;
601
+ --success: #287a4b;
602
+ --success-foreground: #ffffff;
603
+ --warning: #835800;
604
+ --warning-foreground: #ffffff;
605
+ --error: #b42318;
606
+ --error-foreground: #ffffff;
607
+ --info: #245b9b;
608
+ --info-foreground: #ffffff;
609
+ --highlight-block-info-accent: #245b9b;
610
+ --highlight-block-warning-accent: #835800;
611
+ --highlight-block-success-accent: #287a4b;
612
+ --highlight-block-error-accent: #b42318;
613
+ --highlight-block-note-accent: #6847a0;
614
+ --highlight-block-tip-accent: #1e6f73;
615
+ --sidebar: #ffffff;
616
+ --sidebar-foreground: #000000;
617
+ --sidebar-primary: #0000a8;
618
+ --sidebar-primary-foreground: #ffffff;
619
+ --sidebar-accent: #e0e0e0;
620
+ --sidebar-accent-foreground: #000000;
621
+ --sidebar-border: #000000;
622
+ --sidebar-ring: #0000a8;
623
+ --activity-bar: #ffffff;
624
+ --activity-bar-foreground: #333333;
625
+ --activity-bar-foreground-active: #000000;
626
+ --activity-bar-badge: #0000a8;
627
+ --activity-bar-badge-foreground: #ffffff;
628
+ --terminal-background: #000000;
629
+ --terminal-foreground: #ffffff;
630
+ --chart-1: #0000a8;
631
+ --chart-2: #006b3c;
632
+ --chart-3: #745500;
633
+ --chart-4: #b00020;
634
+ --chart-5: #6a1b9a;
635
+ --selection-bg: #0000a8;
636
+ --selection-fg: #ffffff;
637
+ --selection-on-primary-bg: #f4c95d;
638
+ --selection-on-primary-fg: #243447;
639
+ --selection-code-bg: #58a6ff;
640
+ --selection-code-fg: #08111d;
641
+ }
642
+ :root[data-floe-shell-theme='ink'] {
643
+ --background: #0b1420;
644
+ --foreground: #eaf2f7;
645
+ --primary: #86a6e7;
646
+ --primary-foreground: #0b1420;
647
+ --secondary: #1a2938;
648
+ --secondary-foreground: #eaf2f7;
649
+ --muted: #1a2938;
650
+ --muted-foreground: #aab8c7;
651
+ --accent: #1a2938;
652
+ --accent-foreground: #eaf2f7;
653
+ --border: #2b3d50;
654
+ --input: #58708a;
655
+ --ring: #86a6e7;
656
+ --chrome-border: #2b3d50;
657
+ --top-bar-border: #2b3d50;
658
+ --activity-bar-border: #2b3d50;
659
+ --bottom-bar-border: #2b3d50;
660
+ --terminal-panel-border: #2b3d50;
661
+ --card: #121f2d;
662
+ --card-foreground: #eaf2f7;
663
+ --popover: #121f2d;
664
+ --popover-foreground: #eaf2f7;
665
+ --success: #72d39c;
666
+ --success-foreground: #07160e;
667
+ --warning: #f0c36a;
668
+ --warning-foreground: #1b1405;
669
+ --error: #ff8a82;
670
+ --error-foreground: #210706;
671
+ --info: #79b8ff;
672
+ --info-foreground: #061321;
673
+ --highlight-block-info-accent: #79b8ff;
674
+ --highlight-block-warning-accent: #f0c36a;
675
+ --highlight-block-success-accent: #72d39c;
676
+ --highlight-block-error-accent: #ff8a82;
677
+ --highlight-block-note-accent: #c19be8;
678
+ --highlight-block-tip-accent: #71c8c0;
679
+ --sidebar: #0f1b28;
680
+ --sidebar-foreground: #eaf2f7;
681
+ --sidebar-primary: #86a6e7;
682
+ --sidebar-primary-foreground: #0b1420;
683
+ --sidebar-accent: #1a2938;
684
+ --sidebar-accent-foreground: #eaf2f7;
685
+ --sidebar-border: #2b3d50;
686
+ --sidebar-ring: #86a6e7;
687
+ --activity-bar: #0f1b28;
688
+ --activity-bar-foreground: #aab8c7;
689
+ --activity-bar-foreground-active: #eaf2f7;
690
+ --activity-bar-badge: #86a6e7;
691
+ --activity-bar-badge-foreground: #0b1420;
692
+ --terminal-background: #070d14;
693
+ --terminal-foreground: #dfeaf1;
694
+ --chart-1: #86a6e7;
695
+ --chart-2: #62b8c7;
696
+ --chart-3: #91c980;
697
+ --chart-4: #f1c86d;
698
+ --chart-5: #c19be8;
699
+ --selection-bg: #395c9f;
700
+ --selection-fg: #ffffff;
701
+ --selection-on-primary-bg: #0b1420;
702
+ --selection-on-primary-fg: #eaf2f7;
703
+ --selection-code-bg: #58a6ff;
704
+ --selection-code-fg: #08111d;
705
+ }
706
+ :root[data-floe-shell-theme='slate'] {
707
+ --background: #171b22;
708
+ --foreground: #eef1f5;
709
+ --primary: #a8b7c8;
710
+ --primary-foreground: #171b22;
711
+ --secondary: #29323d;
712
+ --secondary-foreground: #eef1f5;
713
+ --muted: #29323d;
714
+ --muted-foreground: #aab3bf;
715
+ --accent: #29323d;
716
+ --accent-foreground: #eef1f5;
717
+ --border: #38434f;
718
+ --input: #68798c;
719
+ --ring: #a8b7c8;
720
+ --chrome-border: #38434f;
721
+ --top-bar-border: #38434f;
722
+ --activity-bar-border: #38434f;
723
+ --bottom-bar-border: #38434f;
724
+ --terminal-panel-border: #38434f;
725
+ --card: #202832;
726
+ --card-foreground: #eef1f5;
727
+ --popover: #202832;
728
+ --popover-foreground: #eef1f5;
729
+ --success: #72d39c;
730
+ --success-foreground: #07160e;
731
+ --warning: #f0c36a;
732
+ --warning-foreground: #1b1405;
733
+ --error: #ff8a82;
734
+ --error-foreground: #210706;
735
+ --info: #79b8ff;
736
+ --info-foreground: #061321;
737
+ --highlight-block-info-accent: #79b8ff;
738
+ --highlight-block-warning-accent: #f0c36a;
739
+ --highlight-block-success-accent: #72d39c;
740
+ --highlight-block-error-accent: #ff8a82;
741
+ --highlight-block-note-accent: #c19be8;
742
+ --highlight-block-tip-accent: #71c8c0;
743
+ --sidebar: #1c222b;
744
+ --sidebar-foreground: #eef1f5;
745
+ --sidebar-primary: #a8b7c8;
746
+ --sidebar-primary-foreground: #171b22;
747
+ --sidebar-accent: #29323d;
748
+ --sidebar-accent-foreground: #eef1f5;
749
+ --sidebar-border: #38434f;
750
+ --sidebar-ring: #a8b7c8;
751
+ --activity-bar: #1c222b;
752
+ --activity-bar-foreground: #aab3bf;
753
+ --activity-bar-foreground-active: #eef1f5;
754
+ --activity-bar-badge: #a8b7c8;
755
+ --activity-bar-badge-foreground: #171b22;
756
+ --terminal-background: #0f1217;
757
+ --terminal-foreground: #e7ebef;
758
+ --chart-1: #a8b7c8;
759
+ --chart-2: #71c8c0;
760
+ --chart-3: #a9c77a;
761
+ --chart-4: #e0b96d;
762
+ --chart-5: #c2a6e7;
763
+ --selection-bg: #52677e;
764
+ --selection-fg: #ffffff;
765
+ --selection-on-primary-bg: #171b22;
766
+ --selection-on-primary-fg: #eef1f5;
767
+ --selection-code-bg: #58a6ff;
768
+ --selection-code-fg: #08111d;
769
+ }
770
+ :root[data-floe-shell-theme='forest'] {
771
+ --background: #0b1a17;
772
+ --foreground: #edf6f1;
773
+ --primary: #71d0b1;
774
+ --primary-foreground: #0b1a17;
775
+ --secondary: #1b312b;
776
+ --secondary-foreground: #edf6f1;
777
+ --muted: #1b312b;
778
+ --muted-foreground: #a7bdb3;
779
+ --accent: #1b312b;
780
+ --accent-foreground: #edf6f1;
781
+ --border: #2a453c;
782
+ --input: #587c6c;
783
+ --ring: #71d0b1;
784
+ --chrome-border: #2a453c;
785
+ --top-bar-border: #2a453c;
786
+ --activity-bar-border: #2a453c;
787
+ --bottom-bar-border: #2a453c;
788
+ --terminal-panel-border: #2a453c;
789
+ --card: #132621;
790
+ --card-foreground: #edf6f1;
791
+ --popover: #132621;
792
+ --popover-foreground: #edf6f1;
793
+ --success: #72d39c;
794
+ --success-foreground: #07160e;
795
+ --warning: #f0c36a;
796
+ --warning-foreground: #1b1405;
797
+ --error: #ff8a82;
798
+ --error-foreground: #210706;
799
+ --info: #79b8ff;
800
+ --info-foreground: #061321;
801
+ --highlight-block-info-accent: #79b8ff;
802
+ --highlight-block-warning-accent: #f0c36a;
803
+ --highlight-block-success-accent: #72d39c;
804
+ --highlight-block-error-accent: #ff8a82;
805
+ --highlight-block-note-accent: #c19be8;
806
+ --highlight-block-tip-accent: #71c8c0;
807
+ --sidebar: #10211d;
808
+ --sidebar-foreground: #edf6f1;
809
+ --sidebar-primary: #71d0b1;
810
+ --sidebar-primary-foreground: #0b1a17;
811
+ --sidebar-accent: #1b312b;
812
+ --sidebar-accent-foreground: #edf6f1;
813
+ --sidebar-border: #2a453c;
814
+ --sidebar-ring: #71d0b1;
815
+ --activity-bar: #10211d;
816
+ --activity-bar-foreground: #a7bdb3;
817
+ --activity-bar-foreground-active: #edf6f1;
818
+ --activity-bar-badge: #71d0b1;
819
+ --activity-bar-badge-foreground: #0b1a17;
820
+ --terminal-background: #06100e;
821
+ --terminal-foreground: #e5f1eb;
822
+ --chart-1: #71d0b1;
823
+ --chart-2: #8fcb81;
824
+ --chart-3: #e5c07b;
825
+ --chart-4: #f08c78;
826
+ --chart-5: #c7a6e8;
827
+ --selection-bg: #2d7d67;
828
+ --selection-fg: #ffffff;
829
+ --selection-on-primary-bg: #0b1a17;
830
+ --selection-on-primary-fg: #edf6f1;
831
+ --selection-code-bg: #58a6ff;
832
+ --selection-code-fg: #08111d;
833
+ }
834
+ :root[data-floe-shell-theme='ember'] {
835
+ --background: #1d1115;
836
+ --foreground: #fff1f1;
837
+ --primary: #ff9b7a;
838
+ --primary-foreground: #1d1115;
839
+ --secondary: #352329;
840
+ --secondary-foreground: #fff1f1;
841
+ --muted: #352329;
842
+ --muted-foreground: #c4a9b0;
843
+ --accent: #352329;
844
+ --accent-foreground: #fff1f1;
845
+ --border: #4b3038;
846
+ --input: #8c6270;
847
+ --ring: #ff9b7a;
848
+ --chrome-border: #4b3038;
849
+ --top-bar-border: #4b3038;
850
+ --activity-bar-border: #4b3038;
851
+ --bottom-bar-border: #4b3038;
852
+ --terminal-panel-border: #4b3038;
853
+ --card: #291a20;
854
+ --card-foreground: #fff1f1;
855
+ --popover: #291a20;
856
+ --popover-foreground: #fff1f1;
857
+ --success: #72d39c;
858
+ --success-foreground: #07160e;
859
+ --warning: #f0c36a;
860
+ --warning-foreground: #1b1405;
861
+ --error: #ff8a82;
862
+ --error-foreground: #210706;
863
+ --info: #79b8ff;
864
+ --info-foreground: #061321;
865
+ --highlight-block-info-accent: #79b8ff;
866
+ --highlight-block-warning-accent: #f0c36a;
867
+ --highlight-block-success-accent: #72d39c;
868
+ --highlight-block-error-accent: #ff8a82;
869
+ --highlight-block-note-accent: #c19be8;
870
+ --highlight-block-tip-accent: #71c8c0;
871
+ --sidebar: #24171b;
872
+ --sidebar-foreground: #fff1f1;
873
+ --sidebar-primary: #ff9b7a;
874
+ --sidebar-primary-foreground: #1d1115;
875
+ --sidebar-accent: #352329;
876
+ --sidebar-accent-foreground: #fff1f1;
877
+ --sidebar-border: #4b3038;
878
+ --sidebar-ring: #ff9b7a;
879
+ --activity-bar: #24171b;
880
+ --activity-bar-foreground: #c4a9b0;
881
+ --activity-bar-foreground-active: #fff1f1;
882
+ --activity-bar-badge: #ff9b7a;
883
+ --activity-bar-badge-foreground: #1d1115;
884
+ --terminal-background: #11090b;
885
+ --terminal-foreground: #fbeaed;
886
+ --chart-1: #ff9b7a;
887
+ --chart-2: #7bc8ff;
888
+ --chart-3: #8ed081;
889
+ --chart-4: #f4cc75;
890
+ --chart-5: #d7a4f9;
891
+ --selection-bg: #a94632;
892
+ --selection-fg: #ffffff;
893
+ --selection-on-primary-bg: #1d1115;
894
+ --selection-on-primary-fg: #fff1f1;
895
+ --selection-code-bg: #58a6ff;
896
+ --selection-code-fg: #08111d;
897
+ }
898
+ :root[data-floe-shell-theme='ocean'] {
899
+ --background: #071a25;
900
+ --foreground: #e9f7fc;
901
+ --primary: #69d4ff;
902
+ --primary-foreground: #071a25;
903
+ --secondary: #153544;
904
+ --secondary-foreground: #e9f7fc;
905
+ --muted: #153544;
906
+ --muted-foreground: #a1beca;
907
+ --accent: #153544;
908
+ --accent-foreground: #e9f7fc;
909
+ --border: #254657;
910
+ --input: #47788e;
911
+ --ring: #69d4ff;
912
+ --chrome-border: #254657;
913
+ --top-bar-border: #254657;
914
+ --activity-bar-border: #254657;
915
+ --bottom-bar-border: #254657;
916
+ --terminal-panel-border: #254657;
917
+ --card: #0e2938;
918
+ --card-foreground: #e9f7fc;
919
+ --popover: #0e2938;
920
+ --popover-foreground: #e9f7fc;
921
+ --success: #72d39c;
922
+ --success-foreground: #07160e;
923
+ --warning: #f0c36a;
924
+ --warning-foreground: #1b1405;
925
+ --error: #ff8a82;
926
+ --error-foreground: #210706;
927
+ --info: #79b8ff;
928
+ --info-foreground: #061321;
929
+ --highlight-block-info-accent: #79b8ff;
930
+ --highlight-block-warning-accent: #f0c36a;
931
+ --highlight-block-success-accent: #72d39c;
932
+ --highlight-block-error-accent: #ff8a82;
933
+ --highlight-block-note-accent: #c19be8;
934
+ --highlight-block-tip-accent: #71c8c0;
935
+ --sidebar: #0a2230;
936
+ --sidebar-foreground: #e9f7fc;
937
+ --sidebar-primary: #69d4ff;
938
+ --sidebar-primary-foreground: #071a25;
939
+ --sidebar-accent: #153544;
940
+ --sidebar-accent-foreground: #e9f7fc;
941
+ --sidebar-border: #254657;
942
+ --sidebar-ring: #69d4ff;
943
+ --activity-bar: #0a2230;
944
+ --activity-bar-foreground: #a1beca;
945
+ --activity-bar-foreground-active: #e9f7fc;
946
+ --activity-bar-badge: #69d4ff;
947
+ --activity-bar-badge-foreground: #071a25;
948
+ --terminal-background: #030e14;
949
+ --terminal-foreground: #e0f3fa;
950
+ --chart-1: #69d4ff;
951
+ --chart-2: #83e1c1;
952
+ --chart-3: #b6d86c;
953
+ --chart-4: #f2c879;
954
+ --chart-5: #d2aeff;
955
+ --selection-bg: #176c8e;
956
+ --selection-fg: #ffffff;
957
+ --selection-on-primary-bg: #071a25;
958
+ --selection-on-primary-fg: #e9f7fc;
959
+ --selection-code-bg: #58a6ff;
960
+ --selection-code-fg: #08111d;
961
+ }
962
+ :root[data-floe-shell-theme='dark-plus'] {
963
+ --background: #1e1e1e;
964
+ --foreground: #d4d4d4;
965
+ --primary: #3794ff;
966
+ --primary-foreground: #101010;
967
+ --secondary: #2d2d30;
968
+ --secondary-foreground: #d4d4d4;
969
+ --muted: #2d2d30;
970
+ --muted-foreground: #b4b4b4;
971
+ --accent: #2d2d30;
972
+ --accent-foreground: #d4d4d4;
973
+ --border: #3f3f46;
974
+ --input: #737379;
975
+ --ring: #3794ff;
976
+ --chrome-border: #3f3f46;
977
+ --top-bar-border: #3f3f46;
978
+ --activity-bar-border: #3f3f46;
979
+ --bottom-bar-border: #3f3f46;
980
+ --terminal-panel-border: #3f3f46;
981
+ --card: #252526;
982
+ --card-foreground: #d4d4d4;
983
+ --popover: #252526;
984
+ --popover-foreground: #d4d4d4;
985
+ --success: #72d39c;
986
+ --success-foreground: #07160e;
987
+ --warning: #f0c36a;
988
+ --warning-foreground: #1b1405;
989
+ --error: #ff8a82;
990
+ --error-foreground: #210706;
991
+ --info: #79b8ff;
992
+ --info-foreground: #061321;
993
+ --highlight-block-info-accent: #79b8ff;
994
+ --highlight-block-warning-accent: #f0c36a;
995
+ --highlight-block-success-accent: #72d39c;
996
+ --highlight-block-error-accent: #ff8a82;
997
+ --highlight-block-note-accent: #c19be8;
998
+ --highlight-block-tip-accent: #71c8c0;
999
+ --sidebar: #181818;
1000
+ --sidebar-foreground: #d4d4d4;
1001
+ --sidebar-primary: #3794ff;
1002
+ --sidebar-primary-foreground: #101010;
1003
+ --sidebar-accent: #2d2d30;
1004
+ --sidebar-accent-foreground: #d4d4d4;
1005
+ --sidebar-border: #3f3f46;
1006
+ --sidebar-ring: #3794ff;
1007
+ --activity-bar: #181818;
1008
+ --activity-bar-foreground: #b4b4b4;
1009
+ --activity-bar-foreground-active: #d4d4d4;
1010
+ --activity-bar-badge: #3794ff;
1011
+ --activity-bar-badge-foreground: #101010;
1012
+ --terminal-background: #181818;
1013
+ --terminal-foreground: #cccccc;
1014
+ --chart-1: #569cd6;
1015
+ --chart-2: #4ec9b0;
1016
+ --chart-3: #b5cea8;
1017
+ --chart-4: #dcdcaa;
1018
+ --chart-5: #c586c0;
1019
+ --selection-bg: #264f78;
1020
+ --selection-fg: #ffffff;
1021
+ --selection-on-primary-bg: #1e1e1e;
1022
+ --selection-on-primary-fg: #d4d4d4;
1023
+ --selection-code-bg: #58a6ff;
1024
+ --selection-code-fg: #08111d;
1025
+ }
1026
+ :root[data-floe-shell-theme='monokai'] {
1027
+ --background: #272822;
1028
+ --foreground: #f8f8f2;
1029
+ --primary: #f92672;
1030
+ --primary-foreground: #11120f;
1031
+ --secondary: #3a3b34;
1032
+ --secondary-foreground: #f8f8f2;
1033
+ --muted: #3a3b34;
1034
+ --muted-foreground: #c5c8b5;
1035
+ --accent: #3a3b34;
1036
+ --accent-foreground: #f8f8f2;
1037
+ --border: #494a42;
1038
+ --input: #7b7d6e;
1039
+ --ring: #f92672;
1040
+ --chrome-border: #494a42;
1041
+ --top-bar-border: #494a42;
1042
+ --activity-bar-border: #494a42;
1043
+ --bottom-bar-border: #494a42;
1044
+ --terminal-panel-border: #494a42;
1045
+ --card: #30312b;
1046
+ --card-foreground: #f8f8f2;
1047
+ --popover: #30312b;
1048
+ --popover-foreground: #f8f8f2;
1049
+ --success: #72d39c;
1050
+ --success-foreground: #07160e;
1051
+ --warning: #f0c36a;
1052
+ --warning-foreground: #1b1405;
1053
+ --error: #ff8a82;
1054
+ --error-foreground: #210706;
1055
+ --info: #79b8ff;
1056
+ --info-foreground: #061321;
1057
+ --highlight-block-info-accent: #79b8ff;
1058
+ --highlight-block-warning-accent: #f0c36a;
1059
+ --highlight-block-success-accent: #72d39c;
1060
+ --highlight-block-error-accent: #ff8a82;
1061
+ --highlight-block-note-accent: #c19be8;
1062
+ --highlight-block-tip-accent: #71c8c0;
1063
+ --sidebar: #20211c;
1064
+ --sidebar-foreground: #f8f8f2;
1065
+ --sidebar-primary: #f92672;
1066
+ --sidebar-primary-foreground: #11120f;
1067
+ --sidebar-accent: #3a3b34;
1068
+ --sidebar-accent-foreground: #f8f8f2;
1069
+ --sidebar-border: #494a42;
1070
+ --sidebar-ring: #f92672;
1071
+ --activity-bar: #20211c;
1072
+ --activity-bar-foreground: #c5c8b5;
1073
+ --activity-bar-foreground-active: #f8f8f2;
1074
+ --activity-bar-badge: #f92672;
1075
+ --activity-bar-badge-foreground: #11120f;
1076
+ --terminal-background: #1d1e19;
1077
+ --terminal-foreground: #f8f8f2;
1078
+ --chart-1: #f92672;
1079
+ --chart-2: #a6e22e;
1080
+ --chart-3: #66d9ef;
1081
+ --chart-4: #e6db74;
1082
+ --chart-5: #ae81ff;
1083
+ --selection-bg: #5a594e;
1084
+ --selection-fg: #ffffff;
1085
+ --selection-on-primary-bg: #272822;
1086
+ --selection-on-primary-fg: #f8f8f2;
1087
+ --selection-code-bg: #58a6ff;
1088
+ --selection-code-fg: #08111d;
1089
+ }
1090
+ :root[data-floe-shell-theme='nord'] {
1091
+ --background: #2e3440;
1092
+ --foreground: #eceff4;
1093
+ --primary: #88c0d0;
1094
+ --primary-foreground: #1b222c;
1095
+ --secondary: #434c5e;
1096
+ --secondary-foreground: #eceff4;
1097
+ --muted: #434c5e;
1098
+ --muted-foreground: #d8dee9;
1099
+ --accent: #434c5e;
1100
+ --accent-foreground: #eceff4;
1101
+ --border: #4c566a;
1102
+ --input: #8b9aaf;
1103
+ --ring: #88c0d0;
1104
+ --chrome-border: #4c566a;
1105
+ --top-bar-border: #4c566a;
1106
+ --activity-bar-border: #4c566a;
1107
+ --bottom-bar-border: #4c566a;
1108
+ --terminal-panel-border: #4c566a;
1109
+ --card: #3b4252;
1110
+ --card-foreground: #eceff4;
1111
+ --popover: #3b4252;
1112
+ --popover-foreground: #eceff4;
1113
+ --success: #72d39c;
1114
+ --success-foreground: #07160e;
1115
+ --warning: #f0c36a;
1116
+ --warning-foreground: #1b1405;
1117
+ --error: #ff8a82;
1118
+ --error-foreground: #210706;
1119
+ --info: #79b8ff;
1120
+ --info-foreground: #061321;
1121
+ --highlight-block-info-accent: #79b8ff;
1122
+ --highlight-block-warning-accent: #f0c36a;
1123
+ --highlight-block-success-accent: #72d39c;
1124
+ --highlight-block-error-accent: #ff8a82;
1125
+ --highlight-block-note-accent: #c19be8;
1126
+ --highlight-block-tip-accent: #71c8c0;
1127
+ --sidebar: #262c36;
1128
+ --sidebar-foreground: #eceff4;
1129
+ --sidebar-primary: #88c0d0;
1130
+ --sidebar-primary-foreground: #1b222c;
1131
+ --sidebar-accent: #434c5e;
1132
+ --sidebar-accent-foreground: #eceff4;
1133
+ --sidebar-border: #4c566a;
1134
+ --sidebar-ring: #88c0d0;
1135
+ --activity-bar: #262c36;
1136
+ --activity-bar-foreground: #d8dee9;
1137
+ --activity-bar-foreground-active: #eceff4;
1138
+ --activity-bar-badge: #88c0d0;
1139
+ --activity-bar-badge-foreground: #1b222c;
1140
+ --terminal-background: #242933;
1141
+ --terminal-foreground: #d8dee9;
1142
+ --chart-1: #88c0d0;
1143
+ --chart-2: #a3be8c;
1144
+ --chart-3: #ebcb8b;
1145
+ --chart-4: #d08770;
1146
+ --chart-5: #b48ead;
1147
+ --selection-bg: #4c668a;
1148
+ --selection-fg: #ffffff;
1149
+ --selection-on-primary-bg: #2e3440;
1150
+ --selection-on-primary-fg: #eceff4;
1151
+ --selection-code-bg: #58a6ff;
1152
+ --selection-code-fg: #08111d;
1153
+ }
1154
+ :root[data-floe-shell-theme='dracula'] {
1155
+ --background: #282a36;
1156
+ --foreground: #f8f8f2;
1157
+ --primary: #bd93f9;
1158
+ --primary-foreground: #1d1e26;
1159
+ --secondary: #3b3f51;
1160
+ --secondary-foreground: #f8f8f2;
1161
+ --muted: #3b3f51;
1162
+ --muted-foreground: #c9ccd6;
1163
+ --accent: #3b3f51;
1164
+ --accent-foreground: #f8f8f2;
1165
+ --border: #44475a;
1166
+ --input: #78809c;
1167
+ --ring: #bd93f9;
1168
+ --chrome-border: #44475a;
1169
+ --top-bar-border: #44475a;
1170
+ --activity-bar-border: #44475a;
1171
+ --bottom-bar-border: #44475a;
1172
+ --terminal-panel-border: #44475a;
1173
+ --card: #303341;
1174
+ --card-foreground: #f8f8f2;
1175
+ --popover: #303341;
1176
+ --popover-foreground: #f8f8f2;
1177
+ --success: #72d39c;
1178
+ --success-foreground: #07160e;
1179
+ --warning: #f0c36a;
1180
+ --warning-foreground: #1b1405;
1181
+ --error: #ff8a82;
1182
+ --error-foreground: #210706;
1183
+ --info: #79b8ff;
1184
+ --info-foreground: #061321;
1185
+ --highlight-block-info-accent: #79b8ff;
1186
+ --highlight-block-warning-accent: #f0c36a;
1187
+ --highlight-block-success-accent: #72d39c;
1188
+ --highlight-block-error-accent: #ff8a82;
1189
+ --highlight-block-note-accent: #c19be8;
1190
+ --highlight-block-tip-accent: #71c8c0;
1191
+ --sidebar: #21222c;
1192
+ --sidebar-foreground: #f8f8f2;
1193
+ --sidebar-primary: #bd93f9;
1194
+ --sidebar-primary-foreground: #1d1e26;
1195
+ --sidebar-accent: #3b3f51;
1196
+ --sidebar-accent-foreground: #f8f8f2;
1197
+ --sidebar-border: #44475a;
1198
+ --sidebar-ring: #bd93f9;
1199
+ --activity-bar: #21222c;
1200
+ --activity-bar-foreground: #c9ccd6;
1201
+ --activity-bar-foreground-active: #f8f8f2;
1202
+ --activity-bar-badge: #bd93f9;
1203
+ --activity-bar-badge-foreground: #1d1e26;
1204
+ --terminal-background: #191a21;
1205
+ --terminal-foreground: #f8f8f2;
1206
+ --chart-1: #bd93f9;
1207
+ --chart-2: #50fa7b;
1208
+ --chart-3: #8be9fd;
1209
+ --chart-4: #f1fa8c;
1210
+ --chart-5: #ff79c6;
1211
+ --selection-bg: #52566d;
1212
+ --selection-fg: #ffffff;
1213
+ --selection-on-primary-bg: #282a36;
1214
+ --selection-on-primary-fg: #f8f8f2;
1215
+ --selection-code-bg: #58a6ff;
1216
+ --selection-code-fg: #08111d;
1217
+ }
1218
+ :root[data-floe-shell-theme='abyss'] {
1219
+ --background: #000c18;
1220
+ --foreground: #ddeeff;
1221
+ --primary: #00a4ef;
1222
+ --primary-foreground: #00111d;
1223
+ --secondary: #0b2536;
1224
+ --secondary-foreground: #ddeeff;
1225
+ --muted: #0b2536;
1226
+ --muted-foreground: #a7c4d8;
1227
+ --accent: #0b2536;
1228
+ --accent-foreground: #ddeeff;
1229
+ --border: #12374d;
1230
+ --input: #39758f;
1231
+ --ring: #00a4ef;
1232
+ --chrome-border: #12374d;
1233
+ --top-bar-border: #12374d;
1234
+ --activity-bar-border: #12374d;
1235
+ --bottom-bar-border: #12374d;
1236
+ --terminal-panel-border: #12374d;
1237
+ --card: #051a28;
1238
+ --card-foreground: #ddeeff;
1239
+ --popover: #051a28;
1240
+ --popover-foreground: #ddeeff;
1241
+ --success: #72d39c;
1242
+ --success-foreground: #07160e;
1243
+ --warning: #f0c36a;
1244
+ --warning-foreground: #1b1405;
1245
+ --error: #ff8a82;
1246
+ --error-foreground: #210706;
1247
+ --info: #79b8ff;
1248
+ --info-foreground: #061321;
1249
+ --highlight-block-info-accent: #79b8ff;
1250
+ --highlight-block-warning-accent: #f0c36a;
1251
+ --highlight-block-success-accent: #72d39c;
1252
+ --highlight-block-error-accent: #ff8a82;
1253
+ --highlight-block-note-accent: #c19be8;
1254
+ --highlight-block-tip-accent: #71c8c0;
1255
+ --sidebar: #00111d;
1256
+ --sidebar-foreground: #ddeeff;
1257
+ --sidebar-primary: #00a4ef;
1258
+ --sidebar-primary-foreground: #00111d;
1259
+ --sidebar-accent: #0b2536;
1260
+ --sidebar-accent-foreground: #ddeeff;
1261
+ --sidebar-border: #12374d;
1262
+ --sidebar-ring: #00a4ef;
1263
+ --activity-bar: #00111d;
1264
+ --activity-bar-foreground: #a7c4d8;
1265
+ --activity-bar-foreground-active: #ddeeff;
1266
+ --activity-bar-badge: #00a4ef;
1267
+ --activity-bar-badge-foreground: #00111d;
1268
+ --terminal-background: #00070d;
1269
+ --terminal-foreground: #d7e9f5;
1270
+ --chart-1: #00a4ef;
1271
+ --chart-2: #22c7a9;
1272
+ --chart-3: #a6d957;
1273
+ --chart-4: #ffcc66;
1274
+ --chart-5: #c792ea;
1275
+ --selection-bg: #005a8d;
1276
+ --selection-fg: #ffffff;
1277
+ --selection-on-primary-bg: #000c18;
1278
+ --selection-on-primary-fg: #ddeeff;
1279
+ --selection-code-bg: #58a6ff;
1280
+ --selection-code-fg: #08111d;
1281
+ }