1{
2 "name": "Atelier",
3 "author": "Zed Industries",
4 "themes": [
5 {
6 "name": "Atelier Cave Dark",
7 "appearance": "dark",
8 "style": {
9 "border": "#56505eff",
10 "border.variant": "#332f38ff",
11 "border.focused": "#222953ff",
12 "border.selected": "#222953ff",
13 "border.transparent": "#00000000",
14 "border.disabled": "#48434fff",
15 "elevated_surface.background": "#221f26ff",
16 "surface.background": "#221f26ff",
17 "background": "#3a353fff",
18 "element.background": "#221f26ff",
19 "element.hover": "#332f38ff",
20 "element.active": "#544f5cff",
21 "element.selected": "#544f5cff",
22 "element.disabled": "#221f26ff",
23 "drop_target.background": "#89859180",
24 "ghost_element.background": "#00000000",
25 "ghost_element.hover": "#332f38ff",
26 "ghost_element.active": "#544f5cff",
27 "ghost_element.selected": "#544f5cff",
28 "ghost_element.disabled": "#221f26ff",
29 "text": "#efecf4ff",
30 "text.muted": "#898591ff",
31 "text.placeholder": "#756f7eff",
32 "text.disabled": "#756f7eff",
33 "text.accent": "#566ddaff",
34 "icon": "#efecf4ff",
35 "icon.muted": "#898591ff",
36 "icon.disabled": "#756f7eff",
37 "icon.placeholder": "#898591ff",
38 "icon.accent": "#566ddaff",
39 "status_bar.background": "#3a353fff",
40 "title_bar.background": "#3a353fff",
41 "title_bar.inactive_background": "#221f26ff",
42 "toolbar.background": "#19171cff",
43 "tab_bar.background": "#221f26ff",
44 "tab.inactive_background": "#221f26ff",
45 "tab.active_background": "#19171cff",
46 "search.match_background": "#576dda66",
47 "panel.background": "#221f26ff",
48 "panel.focused_border": null,
49 "pane.focused_border": null,
50 "scrollbar.thumb.background": "#efecf44c",
51 "scrollbar.thumb.hover_background": "#332f38ff",
52 "scrollbar.thumb.border": "#332f38ff",
53 "scrollbar.track.background": "#00000000",
54 "scrollbar.track.border": "#201e24ff",
55 "editor.foreground": "#e2dfe7ff",
56 "editor.background": "#19171cff",
57 "editor.gutter.background": "#19171cff",
58 "editor.subheader.background": "#221f26ff",
59 "editor.active_line.background": "#221f26bf",
60 "editor.highlighted_line.background": "#221f26ff",
61 "editor.line_number": "#efecf459",
62 "editor.active_line_number": "#efecf4ff",
63 "editor.invisible": "#726c7aff",
64 "editor.wrap_guide": "#efecf40d",
65 "editor.active_wrap_guide": "#efecf41a",
66 "editor.document_highlight.read_background": "#566dda1a",
67 "editor.document_highlight.write_background": "#726c7a66",
68 "terminal.background": "#19171cff",
69 "terminal.foreground": "#efecf4ff",
70 "terminal.bright_foreground": "#efecf4ff",
71 "terminal.dim_foreground": "#19171cff",
72 "terminal.ansi.black": "#19171cff",
73 "terminal.ansi.bright_black": "#635d6bff",
74 "terminal.ansi.dim_black": "#efecf4ff",
75 "terminal.ansi.red": "#be4677ff",
76 "terminal.ansi.bright_red": "#5c283cff",
77 "terminal.ansi.dim_red": "#e3a4b9ff",
78 "terminal.ansi.green": "#2b9292ff",
79 "terminal.ansi.bright_green": "#1f4747ff",
80 "terminal.ansi.dim_green": "#9dc8c8ff",
81 "terminal.ansi.yellow": "#a06d3aff",
82 "terminal.ansi.bright_yellow": "#4e3821ff",
83 "terminal.ansi.dim_yellow": "#d4b499ff",
84 "terminal.ansi.blue": "#566ddaff",
85 "terminal.ansi.bright_blue": "#2d376fff",
86 "terminal.ansi.dim_blue": "#b3b3eeff",
87 "terminal.ansi.magenta": "#bf41bfff",
88 "terminal.ansi.bright_magenta": "#60255aff",
89 "terminal.ansi.dim_magenta": "#e3a4dfff",
90 "terminal.ansi.cyan": "#3a8bc6ff",
91 "terminal.ansi.bright_cyan": "#26435eff",
92 "terminal.ansi.dim_cyan": "#a6c4e3ff",
93 "terminal.ansi.white": "#efecf4ff",
94 "terminal.ansi.bright_white": "#efecf4ff",
95 "terminal.ansi.dim_white": "#807b89ff",
96 "link_text.hover": "#566ddaff",
97 "conflict": "#a06d3aff",
98 "conflict.background": "#231a12ff",
99 "conflict.border": "#392a19ff",
100 "created": "#2b9292ff",
101 "created.background": "#132020ff",
102 "created.border": "#1a3333ff",
103 "deleted": "#be4677ff",
104 "deleted.background": "#28151cff",
105 "deleted.border": "#421e2dff",
106 "error": "#be4677ff",
107 "error.background": "#28151cff",
108 "error.border": "#421e2dff",
109 "hidden": "#756f7eff",
110 "hidden.background": "#3a353fff",
111 "hidden.border": "#48434fff",
112 "hint": "#706897ff",
113 "hint.background": "#161a35ff",
114 "hint.border": "#222953ff",
115 "ignored": "#756f7eff",
116 "ignored.background": "#3a353fff",
117 "ignored.border": "#56505eff",
118 "info": "#566ddaff",
119 "info.background": "#161a35ff",
120 "info.border": "#222953ff",
121 "modified": "#a06d3aff",
122 "modified.background": "#231a12ff",
123 "modified.border": "#392a19ff",
124 "predictive": "#615787ff",
125 "predictive.background": "#132020ff",
126 "predictive.border": "#1a3333ff",
127 "renamed": "#566ddaff",
128 "renamed.background": "#161a35ff",
129 "renamed.border": "#222953ff",
130 "success": "#2b9292ff",
131 "success.background": "#132020ff",
132 "success.border": "#1a3333ff",
133 "unreachable": "#898591ff",
134 "unreachable.background": "#3a353fff",
135 "unreachable.border": "#56505eff",
136 "warning": "#a06d3aff",
137 "warning.background": "#231a12ff",
138 "warning.border": "#392a19ff",
139 "players": [
140 {
141 "cursor": "#566ddaff",
142 "background": "#566ddaff",
143 "selection": "#566dda3d"
144 },
145 {
146 "cursor": "#bf41bfff",
147 "background": "#bf41bfff",
148 "selection": "#bf41bf3d"
149 },
150 {
151 "cursor": "#aa563bff",
152 "background": "#aa563bff",
153 "selection": "#aa563b3d"
154 },
155 {
156 "cursor": "#955ae6ff",
157 "background": "#955ae6ff",
158 "selection": "#955ae63d"
159 },
160 {
161 "cursor": "#3a8bc6ff",
162 "background": "#3a8bc6ff",
163 "selection": "#3a8bc63d"
164 },
165 {
166 "cursor": "#be4677ff",
167 "background": "#be4677ff",
168 "selection": "#be46773d"
169 },
170 {
171 "cursor": "#a06d3aff",
172 "background": "#a06d3aff",
173 "selection": "#a06d3a3d"
174 },
175 {
176 "cursor": "#2b9292ff",
177 "background": "#2b9292ff",
178 "selection": "#2b92923d"
179 }
180 ],
181 "syntax": {
182 "attribute": {
183 "color": "#566ddaff",
184 "font_style": null,
185 "font_weight": null
186 },
187 "boolean": {
188 "color": "#2b9292ff",
189 "font_style": null,
190 "font_weight": null
191 },
192 "comment": {
193 "color": "#655f6dff",
194 "font_style": null,
195 "font_weight": null
196 },
197 "comment.doc": {
198 "color": "#8b8792ff",
199 "font_style": null,
200 "font_weight": null
201 },
202 "constant": {
203 "color": "#2b9292ff",
204 "font_style": null,
205 "font_weight": null
206 },
207 "constructor": {
208 "color": "#566ddaff",
209 "font_style": null,
210 "font_weight": null
211 },
212 "embedded": {
213 "color": "#efecf4ff",
214 "font_style": null,
215 "font_weight": null
216 },
217 "emphasis": {
218 "color": "#566ddaff",
219 "font_style": null,
220 "font_weight": null
221 },
222 "emphasis.strong": {
223 "color": "#566ddaff",
224 "font_style": null,
225 "font_weight": 700
226 },
227 "enum": {
228 "color": "#aa563bff",
229 "font_style": null,
230 "font_weight": null
231 },
232 "function": {
233 "color": "#576cdbff",
234 "font_style": null,
235 "font_weight": null
236 },
237 "function.method": {
238 "color": "#576cdbff",
239 "font_style": null,
240 "font_weight": null
241 },
242 "function.special.definition": {
243 "color": "#a06d3aff",
244 "font_style": null,
245 "font_weight": null
246 },
247 "hint": {
248 "color": "#706897ff",
249 "font_style": null,
250 "font_weight": 700
251 },
252 "keyword": {
253 "color": "#9559e7ff",
254 "font_style": null,
255 "font_weight": null
256 },
257 "label": {
258 "color": "#566ddaff",
259 "font_style": null,
260 "font_weight": null
261 },
262 "link_text": {
263 "color": "#aa563bff",
264 "font_style": "italic",
265 "font_weight": null
266 },
267 "link_uri": {
268 "color": "#2b9292ff",
269 "font_style": null,
270 "font_weight": null
271 },
272 "number": {
273 "color": "#aa563bff",
274 "font_style": null,
275 "font_weight": null
276 },
277 "operator": {
278 "color": "#8b8792ff",
279 "font_style": null,
280 "font_weight": null
281 },
282 "predictive": {
283 "color": "#615787ff",
284 "font_style": "italic",
285 "font_weight": null
286 },
287 "preproc": {
288 "color": "#efecf4ff",
289 "font_style": null,
290 "font_weight": null
291 },
292 "primary": {
293 "color": "#e2dfe7ff",
294 "font_style": null,
295 "font_weight": null
296 },
297 "property": {
298 "color": "#be4677ff",
299 "font_style": null,
300 "font_weight": null
301 },
302 "punctuation": {
303 "color": "#e2dfe7ff",
304 "font_style": null,
305 "font_weight": null
306 },
307 "punctuation.bracket": {
308 "color": "#8b8792ff",
309 "font_style": null,
310 "font_weight": null
311 },
312 "punctuation.delimiter": {
313 "color": "#8b8792ff",
314 "font_style": null,
315 "font_weight": null
316 },
317 "punctuation.list_marker": {
318 "color": "#e2dfe7ff",
319 "font_style": null,
320 "font_weight": null
321 },
322 "punctuation.special": {
323 "color": "#bf3fbfff",
324 "font_style": null,
325 "font_weight": null
326 },
327 "string": {
328 "color": "#299292ff",
329 "font_style": null,
330 "font_weight": null
331 },
332 "string.escape": {
333 "color": "#8b8792ff",
334 "font_style": null,
335 "font_weight": null
336 },
337 "string.regex": {
338 "color": "#388bc6ff",
339 "font_style": null,
340 "font_weight": null
341 },
342 "string.special": {
343 "color": "#bf3fbfff",
344 "font_style": null,
345 "font_weight": null
346 },
347 "string.special.symbol": {
348 "color": "#299292ff",
349 "font_style": null,
350 "font_weight": null
351 },
352 "tag": {
353 "color": "#566ddaff",
354 "font_style": null,
355 "font_weight": null
356 },
357 "text.literal": {
358 "color": "#aa563bff",
359 "font_style": null,
360 "font_weight": null
361 },
362 "title": {
363 "color": "#efecf4ff",
364 "font_style": null,
365 "font_weight": 700
366 },
367 "type": {
368 "color": "#a06d3aff",
369 "font_style": null,
370 "font_weight": null
371 },
372 "variable": {
373 "color": "#e2dfe7ff",
374 "font_style": null,
375 "font_weight": null
376 },
377 "variable.special": {
378 "color": "#9559e7ff",
379 "font_style": null,
380 "font_weight": null
381 },
382 "variant": {
383 "color": "#a06d3aff",
384 "font_style": null,
385 "font_weight": null
386 }
387 }
388 }
389 },
390 {
391 "name": "Atelier Cave Light",
392 "appearance": "light",
393 "style": {
394 "border": "#8f8b96ff",
395 "border.variant": "#cbc8d1ff",
396 "border.focused": "#c8c7f2ff",
397 "border.selected": "#c8c7f2ff",
398 "border.transparent": "#00000000",
399 "border.disabled": "#a7a3adff",
400 "elevated_surface.background": "#e6e3ebff",
401 "surface.background": "#e6e3ebff",
402 "background": "#bfbcc5ff",
403 "element.background": "#e6e3ebff",
404 "element.hover": "#cbc8d1ff",
405 "element.active": "#918d98ff",
406 "element.selected": "#918d98ff",
407 "element.disabled": "#e6e3ebff",
408 "drop_target.background": "#5a546280",
409 "ghost_element.background": "#00000000",
410 "ghost_element.hover": "#cbc8d1ff",
411 "ghost_element.active": "#918d98ff",
412 "ghost_element.selected": "#918d98ff",
413 "ghost_element.disabled": "#e6e3ebff",
414 "text": "#19171cff",
415 "text.muted": "#5a5462ff",
416 "text.placeholder": "#6e6876ff",
417 "text.disabled": "#6e6876ff",
418 "text.accent": "#586cdaff",
419 "icon": "#19171cff",
420 "icon.muted": "#5a5462ff",
421 "icon.disabled": "#6e6876ff",
422 "icon.placeholder": "#5a5462ff",
423 "icon.accent": "#586cdaff",
424 "status_bar.background": "#bfbcc5ff",
425 "title_bar.background": "#bfbcc5ff",
426 "title_bar.inactive_background": "#e6e3ebff",
427 "toolbar.background": "#efecf4ff",
428 "tab_bar.background": "#e6e3ebff",
429 "tab.inactive_background": "#e6e3ebff",
430 "tab.active_background": "#efecf4ff",
431 "search.match_background": "#586dda66",
432 "panel.background": "#e6e3ebff",
433 "panel.focused_border": null,
434 "pane.focused_border": null,
435 "scrollbar.thumb.background": "#19171c4c",
436 "scrollbar.thumb.hover_background": "#cbc8d1ff",
437 "scrollbar.thumb.border": "#cbc8d1ff",
438 "scrollbar.track.background": "#00000000",
439 "scrollbar.track.border": "#e8e5edff",
440 "editor.foreground": "#26232aff",
441 "editor.background": "#efecf4ff",
442 "editor.gutter.background": "#efecf4ff",
443 "editor.subheader.background": "#e6e3ebff",
444 "editor.active_line.background": "#e6e3ebbf",
445 "editor.highlighted_line.background": "#e6e3ebff",
446 "editor.line_number": "#19171c59",
447 "editor.active_line_number": "#19171cff",
448 "editor.invisible": "#726c7aff",
449 "editor.wrap_guide": "#19171c0d",
450 "editor.active_wrap_guide": "#19171c1a",
451 "editor.document_highlight.read_background": "#586cda1a",
452 "editor.document_highlight.write_background": "#726c7a66",
453 "terminal.background": "#efecf4ff",
454 "terminal.foreground": "#19171cff",
455 "terminal.bright_foreground": "#19171cff",
456 "terminal.dim_foreground": "#efecf4ff",
457 "terminal.ansi.black": "#efecf4ff",
458 "terminal.ansi.bright_black": "#807b89ff",
459 "terminal.ansi.dim_black": "#19171cff",
460 "terminal.ansi.red": "#bd4677ff",
461 "terminal.ansi.bright_red": "#e3a4b9ff",
462 "terminal.ansi.dim_red": "#5c283cff",
463 "terminal.ansi.green": "#2b9292ff",
464 "terminal.ansi.bright_green": "#9dc8c8ff",
465 "terminal.ansi.dim_green": "#1f4747ff",
466 "terminal.ansi.yellow": "#a06e3bff",
467 "terminal.ansi.bright_yellow": "#d4b499ff",
468 "terminal.ansi.dim_yellow": "#4e3821ff",
469 "terminal.ansi.blue": "#586cdaff",
470 "terminal.ansi.bright_blue": "#b3b3eeff",
471 "terminal.ansi.dim_blue": "#2d376fff",
472 "terminal.ansi.magenta": "#bf41bfff",
473 "terminal.ansi.bright_magenta": "#e3a4dfff",
474 "terminal.ansi.dim_magenta": "#60255aff",
475 "terminal.ansi.cyan": "#3a8bc6ff",
476 "terminal.ansi.bright_cyan": "#a6c4e3ff",
477 "terminal.ansi.dim_cyan": "#26435eff",
478 "terminal.ansi.white": "#19171cff",
479 "terminal.ansi.bright_white": "#19171cff",
480 "terminal.ansi.dim_white": "#635d6bff",
481 "link_text.hover": "#586cdaff",
482 "conflict": "#a06e3bff",
483 "conflict.background": "#eee0d5ff",
484 "conflict.border": "#e0c9b5ff",
485 "created": "#2b9292ff",
486 "created.background": "#d7e9e8ff",
487 "created.border": "#b9d7d6ff",
488 "deleted": "#bd4677ff",
489 "deleted.background": "#f4d9e1ff",
490 "deleted.border": "#ecbecdff",
491 "error": "#bd4677ff",
492 "error.background": "#f4d9e1ff",
493 "error.border": "#ecbecdff",
494 "hidden": "#6e6876ff",
495 "hidden.background": "#bfbcc5ff",
496 "hidden.border": "#a7a3adff",
497 "hint": "#776d9dff",
498 "hint.background": "#e1e0f9ff",
499 "hint.border": "#c8c7f2ff",
500 "ignored": "#6e6876ff",
501 "ignored.background": "#bfbcc5ff",
502 "ignored.border": "#8f8b96ff",
503 "info": "#586cdaff",
504 "info.background": "#e1e0f9ff",
505 "info.border": "#c8c7f2ff",
506 "modified": "#a06e3bff",
507 "modified.background": "#eee0d5ff",
508 "modified.border": "#e0c9b5ff",
509 "predictive": "#887fafff",
510 "predictive.background": "#d7e9e8ff",
511 "predictive.border": "#b9d7d6ff",
512 "renamed": "#586cdaff",
513 "renamed.background": "#e1e0f9ff",
514 "renamed.border": "#c8c7f2ff",
515 "success": "#2b9292ff",
516 "success.background": "#d7e9e8ff",
517 "success.border": "#b9d7d6ff",
518 "unreachable": "#5a5462ff",
519 "unreachable.background": "#bfbcc5ff",
520 "unreachable.border": "#8f8b96ff",
521 "warning": "#a06e3bff",
522 "warning.background": "#eee0d5ff",
523 "warning.border": "#e0c9b5ff",
524 "players": [
525 {
526 "cursor": "#586cdaff",
527 "background": "#586cdaff",
528 "selection": "#586cda3d"
529 },
530 {
531 "cursor": "#bf41bfff",
532 "background": "#bf41bfff",
533 "selection": "#bf41bf3d"
534 },
535 {
536 "cursor": "#aa573cff",
537 "background": "#aa573cff",
538 "selection": "#aa573c3d"
539 },
540 {
541 "cursor": "#955ae6ff",
542 "background": "#955ae6ff",
543 "selection": "#955ae63d"
544 },
545 {
546 "cursor": "#3a8bc6ff",
547 "background": "#3a8bc6ff",
548 "selection": "#3a8bc63d"
549 },
550 {
551 "cursor": "#bd4677ff",
552 "background": "#bd4677ff",
553 "selection": "#bd46773d"
554 },
555 {
556 "cursor": "#a06e3bff",
557 "background": "#a06e3bff",
558 "selection": "#a06e3b3d"
559 },
560 {
561 "cursor": "#2b9292ff",
562 "background": "#2b9292ff",
563 "selection": "#2b92923d"
564 }
565 ],
566 "syntax": {
567 "attribute": {
568 "color": "#586cdaff",
569 "font_style": null,
570 "font_weight": null
571 },
572 "boolean": {
573 "color": "#2b9292ff",
574 "font_style": null,
575 "font_weight": null
576 },
577 "comment": {
578 "color": "#7d7787ff",
579 "font_style": null,
580 "font_weight": null
581 },
582 "comment.doc": {
583 "color": "#585260ff",
584 "font_style": null,
585 "font_weight": null
586 },
587 "constant": {
588 "color": "#2b9292ff",
589 "font_style": null,
590 "font_weight": null
591 },
592 "constructor": {
593 "color": "#586cdaff",
594 "font_style": null,
595 "font_weight": null
596 },
597 "embedded": {
598 "color": "#19171cff",
599 "font_style": null,
600 "font_weight": null
601 },
602 "emphasis": {
603 "color": "#586cdaff",
604 "font_style": null,
605 "font_weight": null
606 },
607 "emphasis.strong": {
608 "color": "#586cdaff",
609 "font_style": null,
610 "font_weight": 700
611 },
612 "enum": {
613 "color": "#aa573cff",
614 "font_style": null,
615 "font_weight": null
616 },
617 "function": {
618 "color": "#576cdbff",
619 "font_style": null,
620 "font_weight": null
621 },
622 "function.method": {
623 "color": "#576cdbff",
624 "font_style": null,
625 "font_weight": null
626 },
627 "function.special.definition": {
628 "color": "#a06d3aff",
629 "font_style": null,
630 "font_weight": null
631 },
632 "hint": {
633 "color": "#776d9dff",
634 "font_style": null,
635 "font_weight": 700
636 },
637 "keyword": {
638 "color": "#9559e7ff",
639 "font_style": null,
640 "font_weight": null
641 },
642 "label": {
643 "color": "#586cdaff",
644 "font_style": null,
645 "font_weight": null
646 },
647 "link_text": {
648 "color": "#aa573cff",
649 "font_style": "italic",
650 "font_weight": null
651 },
652 "link_uri": {
653 "color": "#2b9292ff",
654 "font_style": null,
655 "font_weight": null
656 },
657 "number": {
658 "color": "#aa563bff",
659 "font_style": null,
660 "font_weight": null
661 },
662 "operator": {
663 "color": "#585260ff",
664 "font_style": null,
665 "font_weight": null
666 },
667 "predictive": {
668 "color": "#887fafff",
669 "font_style": "italic",
670 "font_weight": null
671 },
672 "preproc": {
673 "color": "#19171cff",
674 "font_style": null,
675 "font_weight": null
676 },
677 "primary": {
678 "color": "#26232aff",
679 "font_style": null,
680 "font_weight": null
681 },
682 "property": {
683 "color": "#be4677ff",
684 "font_style": null,
685 "font_weight": null
686 },
687 "punctuation": {
688 "color": "#26232aff",
689 "font_style": null,
690 "font_weight": null
691 },
692 "punctuation.bracket": {
693 "color": "#585260ff",
694 "font_style": null,
695 "font_weight": null
696 },
697 "punctuation.delimiter": {
698 "color": "#585260ff",
699 "font_style": null,
700 "font_weight": null
701 },
702 "punctuation.list_marker": {
703 "color": "#26232aff",
704 "font_style": null,
705 "font_weight": null
706 },
707 "punctuation.special": {
708 "color": "#bf3fbfff",
709 "font_style": null,
710 "font_weight": null
711 },
712 "string": {
713 "color": "#299292ff",
714 "font_style": null,
715 "font_weight": null
716 },
717 "string.escape": {
718 "color": "#585260ff",
719 "font_style": null,
720 "font_weight": null
721 },
722 "string.regex": {
723 "color": "#388bc6ff",
724 "font_style": null,
725 "font_weight": null
726 },
727 "string.special": {
728 "color": "#bf3fbfff",
729 "font_style": null,
730 "font_weight": null
731 },
732 "string.special.symbol": {
733 "color": "#299292ff",
734 "font_style": null,
735 "font_weight": null
736 },
737 "tag": {
738 "color": "#586cdaff",
739 "font_style": null,
740 "font_weight": null
741 },
742 "text.literal": {
743 "color": "#aa573cff",
744 "font_style": null,
745 "font_weight": null
746 },
747 "title": {
748 "color": "#19171cff",
749 "font_style": null,
750 "font_weight": 700
751 },
752 "type": {
753 "color": "#a06d3aff",
754 "font_style": null,
755 "font_weight": null
756 },
757 "variable": {
758 "color": "#26232aff",
759 "font_style": null,
760 "font_weight": null
761 },
762 "variable.special": {
763 "color": "#9559e7ff",
764 "font_style": null,
765 "font_weight": null
766 },
767 "variant": {
768 "color": "#a06d3aff",
769 "font_style": null,
770 "font_weight": null
771 }
772 }
773 }
774 },
775 {
776 "name": "Atelier Dune Dark",
777 "appearance": "dark",
778 "style": {
779 "border": "#6c695cff",
780 "border.variant": "#3b3933ff",
781 "border.focused": "#262f56ff",
782 "border.selected": "#262f56ff",
783 "border.transparent": "#00000000",
784 "border.disabled": "#58564bff",
785 "elevated_surface.background": "#262622ff",
786 "surface.background": "#262622ff",
787 "background": "#45433bff",
788 "element.background": "#262622ff",
789 "element.hover": "#3b3933ff",
790 "element.active": "#6a675aff",
791 "element.selected": "#6a675aff",
792 "element.disabled": "#262622ff",
793 "drop_target.background": "#a4a08b80",
794 "ghost_element.background": "#00000000",
795 "ghost_element.hover": "#3b3933ff",
796 "ghost_element.active": "#6a675aff",
797 "ghost_element.selected": "#6a675aff",
798 "ghost_element.disabled": "#262622ff",
799 "text": "#fefbecff",
800 "text.muted": "#a4a08bff",
801 "text.placeholder": "#8f8b77ff",
802 "text.disabled": "#8f8b77ff",
803 "text.accent": "#6684e0ff",
804 "icon": "#fefbecff",
805 "icon.muted": "#a4a08bff",
806 "icon.disabled": "#8f8b77ff",
807 "icon.placeholder": "#a4a08bff",
808 "icon.accent": "#6684e0ff",
809 "status_bar.background": "#45433bff",
810 "title_bar.background": "#45433bff",
811 "title_bar.inactive_background": "#262622ff",
812 "toolbar.background": "#20201dff",
813 "tab_bar.background": "#262622ff",
814 "tab.inactive_background": "#262622ff",
815 "tab.active_background": "#20201dff",
816 "search.match_background": "#6684e066",
817 "panel.background": "#262622ff",
818 "panel.focused_border": null,
819 "pane.focused_border": null,
820 "scrollbar.thumb.background": "#fefbec4c",
821 "scrollbar.thumb.hover_background": "#3b3933ff",
822 "scrollbar.thumb.border": "#3b3933ff",
823 "scrollbar.track.background": "#00000000",
824 "scrollbar.track.border": "#252521ff",
825 "editor.foreground": "#e8e4cfff",
826 "editor.background": "#20201dff",
827 "editor.gutter.background": "#20201dff",
828 "editor.subheader.background": "#262622ff",
829 "editor.active_line.background": "#262622bf",
830 "editor.highlighted_line.background": "#262622ff",
831 "editor.line_number": "#fefbec59",
832 "editor.active_line_number": "#fefbecff",
833 "editor.invisible": "#8b8773ff",
834 "editor.wrap_guide": "#fefbec0d",
835 "editor.active_wrap_guide": "#fefbec1a",
836 "editor.document_highlight.read_background": "#6684e01a",
837 "editor.document_highlight.write_background": "#8b877366",
838 "terminal.background": "#20201dff",
839 "terminal.foreground": "#fefbecff",
840 "terminal.bright_foreground": "#fefbecff",
841 "terminal.dim_foreground": "#20201dff",
842 "terminal.ansi.black": "#20201dff",
843 "terminal.ansi.bright_black": "#7a7766ff",
844 "terminal.ansi.dim_black": "#fefbecff",
845 "terminal.ansi.red": "#d73837ff",
846 "terminal.ansi.bright_red": "#781c1eff",
847 "terminal.ansi.dim_red": "#f7a195ff",
848 "terminal.ansi.green": "#5fac39ff",
849 "terminal.ansi.bright_green": "#325322ff",
850 "terminal.ansi.dim_green": "#b3d69cff",
851 "terminal.ansi.yellow": "#ae9414ff",
852 "terminal.ansi.bright_yellow": "#574814ff",
853 "terminal.ansi.dim_yellow": "#dcc98eff",
854 "terminal.ansi.blue": "#6684e0ff",
855 "terminal.ansi.bright_blue": "#334173ff",
856 "terminal.ansi.dim_blue": "#b8c0f1ff",
857 "terminal.ansi.magenta": "#d43651ff",
858 "terminal.ansi.bright_magenta": "#721d2aff",
859 "terminal.ansi.dim_magenta": "#f29fa4ff",
860 "terminal.ansi.cyan": "#20ad83ff",
861 "terminal.ansi.bright_cyan": "#1d5341ff",
862 "terminal.ansi.dim_cyan": "#9ed7c0ff",
863 "terminal.ansi.white": "#fefbecff",
864 "terminal.ansi.bright_white": "#fefbecff",
865 "terminal.ansi.dim_white": "#9b9782ff",
866 "link_text.hover": "#6684e0ff",
867 "conflict": "#ae9414ff",
868 "conflict.background": "#2a200dff",
869 "conflict.border": "#413413ff",
870 "created": "#5fac39ff",
871 "created.background": "#192412ff",
872 "created.border": "#273c1bff",
873 "deleted": "#d73837ff",
874 "deleted.background": "#440d11ff",
875 "deleted.border": "#5e1519ff",
876 "error": "#d73837ff",
877 "error.background": "#440d11ff",
878 "error.border": "#5e1519ff",
879 "hidden": "#8f8b77ff",
880 "hidden.background": "#45433bff",
881 "hidden.border": "#58564bff",
882 "hint": "#b17272ff",
883 "hint.background": "#171e38ff",
884 "hint.border": "#262f56ff",
885 "ignored": "#8f8b77ff",
886 "ignored.background": "#45433bff",
887 "ignored.border": "#6c695cff",
888 "info": "#6684e0ff",
889 "info.background": "#171e38ff",
890 "info.border": "#262f56ff",
891 "modified": "#ae9414ff",
892 "modified.background": "#2a200dff",
893 "modified.border": "#413413ff",
894 "predictive": "#9c6262ff",
895 "predictive.background": "#192412ff",
896 "predictive.border": "#273c1bff",
897 "renamed": "#6684e0ff",
898 "renamed.background": "#171e38ff",
899 "renamed.border": "#262f56ff",
900 "success": "#5fac39ff",
901 "success.background": "#192412ff",
902 "success.border": "#273c1bff",
903 "unreachable": "#a4a08bff",
904 "unreachable.background": "#45433bff",
905 "unreachable.border": "#6c695cff",
906 "warning": "#ae9414ff",
907 "warning.background": "#2a200dff",
908 "warning.border": "#413413ff",
909 "players": [
910 {
911 "cursor": "#6684e0ff",
912 "background": "#6684e0ff",
913 "selection": "#6684e03d"
914 },
915 {
916 "cursor": "#d43651ff",
917 "background": "#d43651ff",
918 "selection": "#d436513d"
919 },
920 {
921 "cursor": "#b65611ff",
922 "background": "#b65611ff",
923 "selection": "#b656113d"
924 },
925 {
926 "cursor": "#b854d3ff",
927 "background": "#b854d3ff",
928 "selection": "#b854d33d"
929 },
930 {
931 "cursor": "#20ad83ff",
932 "background": "#20ad83ff",
933 "selection": "#20ad833d"
934 },
935 {
936 "cursor": "#d73837ff",
937 "background": "#d73837ff",
938 "selection": "#d738373d"
939 },
940 {
941 "cursor": "#ae9414ff",
942 "background": "#ae9414ff",
943 "selection": "#ae94143d"
944 },
945 {
946 "cursor": "#5fac39ff",
947 "background": "#5fac39ff",
948 "selection": "#5fac393d"
949 }
950 ],
951 "syntax": {
952 "attribute": {
953 "color": "#6684e0ff",
954 "font_style": null,
955 "font_weight": null
956 },
957 "boolean": {
958 "color": "#5fac39ff",
959 "font_style": null,
960 "font_weight": null
961 },
962 "comment": {
963 "color": "#7d7a68ff",
964 "font_style": null,
965 "font_weight": null
966 },
967 "comment.doc": {
968 "color": "#a6a28cff",
969 "font_style": null,
970 "font_weight": null
971 },
972 "constant": {
973 "color": "#5fac39ff",
974 "font_style": null,
975 "font_weight": null
976 },
977 "constructor": {
978 "color": "#6684e0ff",
979 "font_style": null,
980 "font_weight": null
981 },
982 "embedded": {
983 "color": "#fefbecff",
984 "font_style": null,
985 "font_weight": null
986 },
987 "emphasis": {
988 "color": "#6684e0ff",
989 "font_style": null,
990 "font_weight": null
991 },
992 "emphasis.strong": {
993 "color": "#6684e0ff",
994 "font_style": null,
995 "font_weight": 700
996 },
997 "enum": {
998 "color": "#b65611ff",
999 "font_style": null,
1000 "font_weight": null
1001 },
1002 "function": {
1003 "color": "#6583e1ff",
1004 "font_style": null,
1005 "font_weight": null
1006 },
1007 "function.method": {
1008 "color": "#6583e1ff",
1009 "font_style": null,
1010 "font_weight": null
1011 },
1012 "function.special.definition": {
1013 "color": "#ae9512ff",
1014 "font_style": null,
1015 "font_weight": null
1016 },
1017 "hint": {
1018 "color": "#b17272ff",
1019 "font_style": null,
1020 "font_weight": 700
1021 },
1022 "keyword": {
1023 "color": "#b854d4ff",
1024 "font_style": null,
1025 "font_weight": null
1026 },
1027 "label": {
1028 "color": "#6684e0ff",
1029 "font_style": null,
1030 "font_weight": null
1031 },
1032 "link_text": {
1033 "color": "#b65611ff",
1034 "font_style": "italic",
1035 "font_weight": null
1036 },
1037 "link_uri": {
1038 "color": "#5fac39ff",
1039 "font_style": null,
1040 "font_weight": null
1041 },
1042 "number": {
1043 "color": "#b65610ff",
1044 "font_style": null,
1045 "font_weight": null
1046 },
1047 "operator": {
1048 "color": "#a6a28cff",
1049 "font_style": null,
1050 "font_weight": null
1051 },
1052 "predictive": {
1053 "color": "#9c6262ff",
1054 "font_style": "italic",
1055 "font_weight": null
1056 },
1057 "preproc": {
1058 "color": "#fefbecff",
1059 "font_style": null,
1060 "font_weight": null
1061 },
1062 "primary": {
1063 "color": "#e8e4cfff",
1064 "font_style": null,
1065 "font_weight": null
1066 },
1067 "property": {
1068 "color": "#d73737ff",
1069 "font_style": null,
1070 "font_weight": null
1071 },
1072 "punctuation": {
1073 "color": "#e8e4cfff",
1074 "font_style": null,
1075 "font_weight": null
1076 },
1077 "punctuation.bracket": {
1078 "color": "#a6a28cff",
1079 "font_style": null,
1080 "font_weight": null
1081 },
1082 "punctuation.delimiter": {
1083 "color": "#a6a28cff",
1084 "font_style": null,
1085 "font_weight": null
1086 },
1087 "punctuation.list_marker": {
1088 "color": "#e8e4cfff",
1089 "font_style": null,
1090 "font_weight": null
1091 },
1092 "punctuation.special": {
1093 "color": "#d43451ff",
1094 "font_style": null,
1095 "font_weight": null
1096 },
1097 "string": {
1098 "color": "#5fac38ff",
1099 "font_style": null,
1100 "font_weight": null
1101 },
1102 "string.escape": {
1103 "color": "#a6a28cff",
1104 "font_style": null,
1105 "font_weight": null
1106 },
1107 "string.regex": {
1108 "color": "#1ead82ff",
1109 "font_style": null,
1110 "font_weight": null
1111 },
1112 "string.special": {
1113 "color": "#d43451ff",
1114 "font_style": null,
1115 "font_weight": null
1116 },
1117 "string.special.symbol": {
1118 "color": "#5fac38ff",
1119 "font_style": null,
1120 "font_weight": null
1121 },
1122 "tag": {
1123 "color": "#6684e0ff",
1124 "font_style": null,
1125 "font_weight": null
1126 },
1127 "text.literal": {
1128 "color": "#b65611ff",
1129 "font_style": null,
1130 "font_weight": null
1131 },
1132 "title": {
1133 "color": "#fefbecff",
1134 "font_style": null,
1135 "font_weight": 700
1136 },
1137 "type": {
1138 "color": "#ae9512ff",
1139 "font_style": null,
1140 "font_weight": null
1141 },
1142 "variable": {
1143 "color": "#e8e4cfff",
1144 "font_style": null,
1145 "font_weight": null
1146 },
1147 "variable.special": {
1148 "color": "#b854d4ff",
1149 "font_style": null,
1150 "font_weight": null
1151 },
1152 "variant": {
1153 "color": "#ae9512ff",
1154 "font_style": null,
1155 "font_weight": null
1156 }
1157 }
1158 }
1159 },
1160 {
1161 "name": "Atelier Dune Light",
1162 "appearance": "light",
1163 "style": {
1164 "border": "#a8a48eff",
1165 "border.variant": "#d7d3beff",
1166 "border.focused": "#cdd1f5ff",
1167 "border.selected": "#cdd1f5ff",
1168 "border.transparent": "#00000000",
1169 "border.disabled": "#bbb7a1ff",
1170 "elevated_surface.background": "#eeebd7ff",
1171 "surface.background": "#eeebd7ff",
1172 "background": "#cecab4ff",
1173 "element.background": "#eeebd7ff",
1174 "element.hover": "#d7d3beff",
1175 "element.active": "#aaa690ff",
1176 "element.selected": "#aaa690ff",
1177 "element.disabled": "#eeebd7ff",
1178 "drop_target.background": "#706d5f80",
1179 "ghost_element.background": "#00000000",
1180 "ghost_element.hover": "#d7d3beff",
1181 "ghost_element.active": "#aaa690ff",
1182 "ghost_element.selected": "#aaa690ff",
1183 "ghost_element.disabled": "#eeebd7ff",
1184 "text": "#20201dff",
1185 "text.muted": "#706d5fff",
1186 "text.placeholder": "#878471ff",
1187 "text.disabled": "#878471ff",
1188 "text.accent": "#6684dfff",
1189 "icon": "#20201dff",
1190 "icon.muted": "#706d5fff",
1191 "icon.disabled": "#878471ff",
1192 "icon.placeholder": "#706d5fff",
1193 "icon.accent": "#6684dfff",
1194 "status_bar.background": "#cecab4ff",
1195 "title_bar.background": "#cecab4ff",
1196 "title_bar.inactive_background": "#eeebd7ff",
1197 "toolbar.background": "#fefbecff",
1198 "tab_bar.background": "#eeebd7ff",
1199 "tab.inactive_background": "#eeebd7ff",
1200 "tab.active_background": "#fefbecff",
1201 "search.match_background": "#6784e066",
1202 "panel.background": "#eeebd7ff",
1203 "panel.focused_border": null,
1204 "pane.focused_border": null,
1205 "scrollbar.thumb.background": "#20201d4c",
1206 "scrollbar.thumb.hover_background": "#d7d3beff",
1207 "scrollbar.thumb.border": "#d7d3beff",
1208 "scrollbar.track.background": "#00000000",
1209 "scrollbar.track.border": "#f2eedcff",
1210 "editor.foreground": "#292824ff",
1211 "editor.background": "#fefbecff",
1212 "editor.gutter.background": "#fefbecff",
1213 "editor.subheader.background": "#eeebd7ff",
1214 "editor.active_line.background": "#eeebd7bf",
1215 "editor.highlighted_line.background": "#eeebd7ff",
1216 "editor.line_number": "#20201d59",
1217 "editor.active_line_number": "#20201dff",
1218 "editor.invisible": "#8b8773ff",
1219 "editor.wrap_guide": "#20201d0d",
1220 "editor.active_wrap_guide": "#20201d1a",
1221 "editor.document_highlight.read_background": "#6684df1a",
1222 "editor.document_highlight.write_background": "#8b877366",
1223 "terminal.background": "#fefbecff",
1224 "terminal.foreground": "#20201dff",
1225 "terminal.bright_foreground": "#20201dff",
1226 "terminal.dim_foreground": "#fefbecff",
1227 "terminal.ansi.black": "#fefbecff",
1228 "terminal.ansi.bright_black": "#9b9782ff",
1229 "terminal.ansi.dim_black": "#20201dff",
1230 "terminal.ansi.red": "#d73737ff",
1231 "terminal.ansi.bright_red": "#f7a195ff",
1232 "terminal.ansi.dim_red": "#781c1eff",
1233 "terminal.ansi.green": "#61ac39ff",
1234 "terminal.ansi.bright_green": "#b3d69cff",
1235 "terminal.ansi.dim_green": "#325322ff",
1236 "terminal.ansi.yellow": "#ae9414ff",
1237 "terminal.ansi.bright_yellow": "#dcc98eff",
1238 "terminal.ansi.dim_yellow": "#574814ff",
1239 "terminal.ansi.blue": "#6684dfff",
1240 "terminal.ansi.bright_blue": "#b8c0f1ff",
1241 "terminal.ansi.dim_blue": "#334173ff",
1242 "terminal.ansi.magenta": "#d43652ff",
1243 "terminal.ansi.bright_magenta": "#f29fa4ff",
1244 "terminal.ansi.dim_magenta": "#721d2aff",
1245 "terminal.ansi.cyan": "#21ad82ff",
1246 "terminal.ansi.bright_cyan": "#9ed7c0ff",
1247 "terminal.ansi.dim_cyan": "#1d5341ff",
1248 "terminal.ansi.white": "#20201dff",
1249 "terminal.ansi.bright_white": "#20201dff",
1250 "terminal.ansi.dim_white": "#7a7766ff",
1251 "link_text.hover": "#6684dfff",
1252 "conflict": "#ae9414ff",
1253 "conflict.background": "#f2e8d1ff",
1254 "conflict.border": "#e7d7aeff",
1255 "created": "#61ac39ff",
1256 "created.background": "#e0eed6ff",
1257 "created.border": "#c9e1b7ff",
1258 "deleted": "#d73737ff",
1259 "deleted.background": "#fed8d3ff",
1260 "deleted.border": "#fcbcb2ff",
1261 "error": "#d73737ff",
1262 "error.background": "#fed8d3ff",
1263 "error.border": "#fcbcb2ff",
1264 "hidden": "#878471ff",
1265 "hidden.background": "#cecab4ff",
1266 "hidden.border": "#bbb7a1ff",
1267 "hint": "#b37979ff",
1268 "hint.background": "#e3e5faff",
1269 "hint.border": "#cdd1f5ff",
1270 "ignored": "#878471ff",
1271 "ignored.background": "#cecab4ff",
1272 "ignored.border": "#a8a48eff",
1273 "info": "#6684dfff",
1274 "info.background": "#e3e5faff",
1275 "info.border": "#cdd1f5ff",
1276 "modified": "#ae9414ff",
1277 "modified.background": "#f2e8d1ff",
1278 "modified.border": "#e7d7aeff",
1279 "predictive": "#c88a8aff",
1280 "predictive.background": "#e0eed6ff",
1281 "predictive.border": "#c9e1b7ff",
1282 "renamed": "#6684dfff",
1283 "renamed.background": "#e3e5faff",
1284 "renamed.border": "#cdd1f5ff",
1285 "success": "#61ac39ff",
1286 "success.background": "#e0eed6ff",
1287 "success.border": "#c9e1b7ff",
1288 "unreachable": "#706d5fff",
1289 "unreachable.background": "#cecab4ff",
1290 "unreachable.border": "#a8a48eff",
1291 "warning": "#ae9414ff",
1292 "warning.background": "#f2e8d1ff",
1293 "warning.border": "#e7d7aeff",
1294 "players": [
1295 {
1296 "cursor": "#6684dfff",
1297 "background": "#6684dfff",
1298 "selection": "#6684df3d"
1299 },
1300 {
1301 "cursor": "#d43652ff",
1302 "background": "#d43652ff",
1303 "selection": "#d436523d"
1304 },
1305 {
1306 "cursor": "#b65712ff",
1307 "background": "#b65712ff",
1308 "selection": "#b657123d"
1309 },
1310 {
1311 "cursor": "#b755d3ff",
1312 "background": "#b755d3ff",
1313 "selection": "#b755d33d"
1314 },
1315 {
1316 "cursor": "#21ad82ff",
1317 "background": "#21ad82ff",
1318 "selection": "#21ad823d"
1319 },
1320 {
1321 "cursor": "#d73737ff",
1322 "background": "#d73737ff",
1323 "selection": "#d737373d"
1324 },
1325 {
1326 "cursor": "#ae9414ff",
1327 "background": "#ae9414ff",
1328 "selection": "#ae94143d"
1329 },
1330 {
1331 "cursor": "#61ac39ff",
1332 "background": "#61ac39ff",
1333 "selection": "#61ac393d"
1334 }
1335 ],
1336 "syntax": {
1337 "attribute": {
1338 "color": "#6684dfff",
1339 "font_style": null,
1340 "font_weight": null
1341 },
1342 "boolean": {
1343 "color": "#61ac39ff",
1344 "font_style": null,
1345 "font_weight": null
1346 },
1347 "comment": {
1348 "color": "#999580ff",
1349 "font_style": null,
1350 "font_weight": null
1351 },
1352 "comment.doc": {
1353 "color": "#6e6b5eff",
1354 "font_style": null,
1355 "font_weight": null
1356 },
1357 "constant": {
1358 "color": "#61ac39ff",
1359 "font_style": null,
1360 "font_weight": null
1361 },
1362 "constructor": {
1363 "color": "#6684dfff",
1364 "font_style": null,
1365 "font_weight": null
1366 },
1367 "embedded": {
1368 "color": "#20201dff",
1369 "font_style": null,
1370 "font_weight": null
1371 },
1372 "emphasis": {
1373 "color": "#6684dfff",
1374 "font_style": null,
1375 "font_weight": null
1376 },
1377 "emphasis.strong": {
1378 "color": "#6684dfff",
1379 "font_style": null,
1380 "font_weight": 700
1381 },
1382 "enum": {
1383 "color": "#b65712ff",
1384 "font_style": null,
1385 "font_weight": null
1386 },
1387 "function": {
1388 "color": "#6583e1ff",
1389 "font_style": null,
1390 "font_weight": null
1391 },
1392 "function.method": {
1393 "color": "#6583e1ff",
1394 "font_style": null,
1395 "font_weight": null
1396 },
1397 "function.special.definition": {
1398 "color": "#ae9512ff",
1399 "font_style": null,
1400 "font_weight": null
1401 },
1402 "hint": {
1403 "color": "#b37979ff",
1404 "font_style": null,
1405 "font_weight": 700
1406 },
1407 "keyword": {
1408 "color": "#b854d4ff",
1409 "font_style": null,
1410 "font_weight": null
1411 },
1412 "label": {
1413 "color": "#6684dfff",
1414 "font_style": null,
1415 "font_weight": null
1416 },
1417 "link_text": {
1418 "color": "#b65712ff",
1419 "font_style": "italic",
1420 "font_weight": null
1421 },
1422 "link_uri": {
1423 "color": "#61ac39ff",
1424 "font_style": null,
1425 "font_weight": null
1426 },
1427 "number": {
1428 "color": "#b65610ff",
1429 "font_style": null,
1430 "font_weight": null
1431 },
1432 "operator": {
1433 "color": "#6e6b5eff",
1434 "font_style": null,
1435 "font_weight": null
1436 },
1437 "predictive": {
1438 "color": "#c88a8aff",
1439 "font_style": "italic",
1440 "font_weight": null
1441 },
1442 "preproc": {
1443 "color": "#20201dff",
1444 "font_style": null,
1445 "font_weight": null
1446 },
1447 "primary": {
1448 "color": "#292824ff",
1449 "font_style": null,
1450 "font_weight": null
1451 },
1452 "property": {
1453 "color": "#d73737ff",
1454 "font_style": null,
1455 "font_weight": null
1456 },
1457 "punctuation": {
1458 "color": "#292824ff",
1459 "font_style": null,
1460 "font_weight": null
1461 },
1462 "punctuation.bracket": {
1463 "color": "#6e6b5eff",
1464 "font_style": null,
1465 "font_weight": null
1466 },
1467 "punctuation.delimiter": {
1468 "color": "#6e6b5eff",
1469 "font_style": null,
1470 "font_weight": null
1471 },
1472 "punctuation.list_marker": {
1473 "color": "#292824ff",
1474 "font_style": null,
1475 "font_weight": null
1476 },
1477 "punctuation.special": {
1478 "color": "#d43451ff",
1479 "font_style": null,
1480 "font_weight": null
1481 },
1482 "string": {
1483 "color": "#5fac38ff",
1484 "font_style": null,
1485 "font_weight": null
1486 },
1487 "string.escape": {
1488 "color": "#6e6b5eff",
1489 "font_style": null,
1490 "font_weight": null
1491 },
1492 "string.regex": {
1493 "color": "#1ead82ff",
1494 "font_style": null,
1495 "font_weight": null
1496 },
1497 "string.special": {
1498 "color": "#d43451ff",
1499 "font_style": null,
1500 "font_weight": null
1501 },
1502 "string.special.symbol": {
1503 "color": "#5fac38ff",
1504 "font_style": null,
1505 "font_weight": null
1506 },
1507 "tag": {
1508 "color": "#6684dfff",
1509 "font_style": null,
1510 "font_weight": null
1511 },
1512 "text.literal": {
1513 "color": "#b65712ff",
1514 "font_style": null,
1515 "font_weight": null
1516 },
1517 "title": {
1518 "color": "#20201dff",
1519 "font_style": null,
1520 "font_weight": 700
1521 },
1522 "type": {
1523 "color": "#ae9512ff",
1524 "font_style": null,
1525 "font_weight": null
1526 },
1527 "variable": {
1528 "color": "#292824ff",
1529 "font_style": null,
1530 "font_weight": null
1531 },
1532 "variable.special": {
1533 "color": "#b854d4ff",
1534 "font_style": null,
1535 "font_weight": null
1536 },
1537 "variant": {
1538 "color": "#ae9512ff",
1539 "font_style": null,
1540 "font_weight": null
1541 }
1542 }
1543 }
1544 },
1545 {
1546 "name": "Atelier Estuary Dark",
1547 "appearance": "dark",
1548 "style": {
1549 "border": "#5d5c4cff",
1550 "border.variant": "#3c3b31ff",
1551 "border.focused": "#1c3927ff",
1552 "border.selected": "#1c3927ff",
1553 "border.transparent": "#00000000",
1554 "border.disabled": "#504f41ff",
1555 "elevated_surface.background": "#2c2b23ff",
1556 "surface.background": "#2c2b23ff",
1557 "background": "#424136ff",
1558 "element.background": "#2c2b23ff",
1559 "element.hover": "#3c3b31ff",
1560 "element.active": "#5c5b4bff",
1561 "element.selected": "#5c5b4bff",
1562 "element.disabled": "#2c2b23ff",
1563 "drop_target.background": "#91907f80",
1564 "ghost_element.background": "#00000000",
1565 "ghost_element.hover": "#3c3b31ff",
1566 "ghost_element.active": "#5c5b4bff",
1567 "ghost_element.selected": "#5c5b4bff",
1568 "ghost_element.disabled": "#2c2b23ff",
1569 "text": "#f4f3ecff",
1570 "text.muted": "#91907fff",
1571 "text.placeholder": "#7d7c6aff",
1572 "text.disabled": "#7d7c6aff",
1573 "text.accent": "#36a165ff",
1574 "icon": "#f4f3ecff",
1575 "icon.muted": "#91907fff",
1576 "icon.disabled": "#7d7c6aff",
1577 "icon.placeholder": "#91907fff",
1578 "icon.accent": "#36a165ff",
1579 "status_bar.background": "#424136ff",
1580 "title_bar.background": "#424136ff",
1581 "title_bar.inactive_background": "#2c2b23ff",
1582 "toolbar.background": "#22221bff",
1583 "tab_bar.background": "#2c2b23ff",
1584 "tab.inactive_background": "#2c2b23ff",
1585 "tab.active_background": "#22221bff",
1586 "search.match_background": "#37a16666",
1587 "panel.background": "#2c2b23ff",
1588 "panel.focused_border": null,
1589 "pane.focused_border": null,
1590 "scrollbar.thumb.background": "#f4f3ec4c",
1591 "scrollbar.thumb.hover_background": "#3c3b31ff",
1592 "scrollbar.thumb.border": "#3c3b31ff",
1593 "scrollbar.track.background": "#00000000",
1594 "scrollbar.track.border": "#2a2922ff",
1595 "editor.foreground": "#e7e6dfff",
1596 "editor.background": "#22221bff",
1597 "editor.gutter.background": "#22221bff",
1598 "editor.subheader.background": "#2c2b23ff",
1599 "editor.active_line.background": "#2c2b23bf",
1600 "editor.highlighted_line.background": "#2c2b23ff",
1601 "editor.line_number": "#f4f3ec59",
1602 "editor.active_line_number": "#f4f3ecff",
1603 "editor.invisible": "#7a7867ff",
1604 "editor.wrap_guide": "#f4f3ec0d",
1605 "editor.active_wrap_guide": "#f4f3ec1a",
1606 "editor.document_highlight.read_background": "#36a1651a",
1607 "editor.document_highlight.write_background": "#7a786766",
1608 "terminal.background": "#22221bff",
1609 "terminal.foreground": "#f4f3ecff",
1610 "terminal.bright_foreground": "#f4f3ecff",
1611 "terminal.dim_foreground": "#22221bff",
1612 "terminal.ansi.black": "#22221bff",
1613 "terminal.ansi.bright_black": "#6a6958ff",
1614 "terminal.ansi.dim_black": "#f4f3ecff",
1615 "terminal.ansi.red": "#ba6136ff",
1616 "terminal.ansi.bright_red": "#5c321eff",
1617 "terminal.ansi.dim_red": "#e4af96ff",
1618 "terminal.ansi.green": "#7d9726ff",
1619 "terminal.ansi.bright_green": "#3e4919ff",
1620 "terminal.ansi.dim_green": "#c0ca93ff",
1621 "terminal.ansi.yellow": "#a5980fff",
1622 "terminal.ansi.bright_yellow": "#514a13ff",
1623 "terminal.ansi.dim_yellow": "#d7ca8dff",
1624 "terminal.ansi.blue": "#36a165ff",
1625 "terminal.ansi.bright_blue": "#234e34ff",
1626 "terminal.ansi.dim_blue": "#a0d1b0ff",
1627 "terminal.ansi.magenta": "#9d6b7bff",
1628 "terminal.ansi.bright_magenta": "#4c373eff",
1629 "terminal.ansi.dim_magenta": "#ceb3bbff",
1630 "terminal.ansi.cyan": "#5a9d47ff",
1631 "terminal.ansi.bright_cyan": "#314c27ff",
1632 "terminal.ansi.dim_cyan": "#aecea1ff",
1633 "terminal.ansi.white": "#f4f3ecff",
1634 "terminal.ansi.bright_white": "#f4f3ecff",
1635 "terminal.ansi.dim_white": "#898775ff",
1636 "link_text.hover": "#36a165ff",
1637 "conflict": "#a5980fff",
1638 "conflict.background": "#25210dff",
1639 "conflict.border": "#3b3612ff",
1640 "created": "#7d9726ff",
1641 "created.background": "#1e2110ff",
1642 "created.border": "#2f3515ff",
1643 "deleted": "#ba6136ff",
1644 "deleted.background": "#2a1811ff",
1645 "deleted.border": "#442618ff",
1646 "error": "#ba6136ff",
1647 "error.background": "#2a1811ff",
1648 "error.border": "#442618ff",
1649 "hidden": "#7d7c6aff",
1650 "hidden.background": "#424136ff",
1651 "hidden.border": "#504f41ff",
1652 "hint": "#6f815aff",
1653 "hint.background": "#142319ff",
1654 "hint.border": "#1c3927ff",
1655 "ignored": "#7d7c6aff",
1656 "ignored.background": "#424136ff",
1657 "ignored.border": "#5d5c4cff",
1658 "info": "#36a165ff",
1659 "info.background": "#142319ff",
1660 "info.border": "#1c3927ff",
1661 "modified": "#a5980fff",
1662 "modified.background": "#25210dff",
1663 "modified.border": "#3b3612ff",
1664 "predictive": "#5f724cff",
1665 "predictive.background": "#1e2110ff",
1666 "predictive.border": "#2f3515ff",
1667 "renamed": "#36a165ff",
1668 "renamed.background": "#142319ff",
1669 "renamed.border": "#1c3927ff",
1670 "success": "#7d9726ff",
1671 "success.background": "#1e2110ff",
1672 "success.border": "#2f3515ff",
1673 "unreachable": "#91907fff",
1674 "unreachable.background": "#424136ff",
1675 "unreachable.border": "#5d5c4cff",
1676 "warning": "#a5980fff",
1677 "warning.background": "#25210dff",
1678 "warning.border": "#3b3612ff",
1679 "players": [
1680 {
1681 "cursor": "#36a165ff",
1682 "background": "#36a165ff",
1683 "selection": "#36a1653d"
1684 },
1685 {
1686 "cursor": "#9d6b7bff",
1687 "background": "#9d6b7bff",
1688 "selection": "#9d6b7b3d"
1689 },
1690 {
1691 "cursor": "#ae7214ff",
1692 "background": "#ae7214ff",
1693 "selection": "#ae72143d"
1694 },
1695 {
1696 "cursor": "#5f9182ff",
1697 "background": "#5f9182ff",
1698 "selection": "#5f91823d"
1699 },
1700 {
1701 "cursor": "#5a9d47ff",
1702 "background": "#5a9d47ff",
1703 "selection": "#5a9d473d"
1704 },
1705 {
1706 "cursor": "#ba6136ff",
1707 "background": "#ba6136ff",
1708 "selection": "#ba61363d"
1709 },
1710 {
1711 "cursor": "#a5980fff",
1712 "background": "#a5980fff",
1713 "selection": "#a5980f3d"
1714 },
1715 {
1716 "cursor": "#7d9726ff",
1717 "background": "#7d9726ff",
1718 "selection": "#7d97263d"
1719 }
1720 ],
1721 "syntax": {
1722 "attribute": {
1723 "color": "#36a165ff",
1724 "font_style": null,
1725 "font_weight": null
1726 },
1727 "boolean": {
1728 "color": "#7d9726ff",
1729 "font_style": null,
1730 "font_weight": null
1731 },
1732 "comment": {
1733 "color": "#6c6b5aff",
1734 "font_style": null,
1735 "font_weight": null
1736 },
1737 "comment.doc": {
1738 "color": "#929181ff",
1739 "font_style": null,
1740 "font_weight": null
1741 },
1742 "constant": {
1743 "color": "#7d9726ff",
1744 "font_style": null,
1745 "font_weight": null
1746 },
1747 "constructor": {
1748 "color": "#36a165ff",
1749 "font_style": null,
1750 "font_weight": null
1751 },
1752 "embedded": {
1753 "color": "#f4f3ecff",
1754 "font_style": null,
1755 "font_weight": null
1756 },
1757 "emphasis": {
1758 "color": "#36a165ff",
1759 "font_style": null,
1760 "font_weight": null
1761 },
1762 "emphasis.strong": {
1763 "color": "#36a165ff",
1764 "font_style": null,
1765 "font_weight": 700
1766 },
1767 "enum": {
1768 "color": "#ae7214ff",
1769 "font_style": null,
1770 "font_weight": null
1771 },
1772 "function": {
1773 "color": "#35a166ff",
1774 "font_style": null,
1775 "font_weight": null
1776 },
1777 "function.method": {
1778 "color": "#35a166ff",
1779 "font_style": null,
1780 "font_weight": null
1781 },
1782 "function.special.definition": {
1783 "color": "#a5980cff",
1784 "font_style": null,
1785 "font_weight": null
1786 },
1787 "hint": {
1788 "color": "#6f815aff",
1789 "font_style": null,
1790 "font_weight": 700
1791 },
1792 "keyword": {
1793 "color": "#5f9182ff",
1794 "font_style": null,
1795 "font_weight": null
1796 },
1797 "label": {
1798 "color": "#36a165ff",
1799 "font_style": null,
1800 "font_weight": null
1801 },
1802 "link_text": {
1803 "color": "#ae7214ff",
1804 "font_style": "italic",
1805 "font_weight": null
1806 },
1807 "link_uri": {
1808 "color": "#7d9726ff",
1809 "font_style": null,
1810 "font_weight": null
1811 },
1812 "number": {
1813 "color": "#ae7312ff",
1814 "font_style": null,
1815 "font_weight": null
1816 },
1817 "operator": {
1818 "color": "#929181ff",
1819 "font_style": null,
1820 "font_weight": null
1821 },
1822 "predictive": {
1823 "color": "#5f724cff",
1824 "font_style": "italic",
1825 "font_weight": null
1826 },
1827 "preproc": {
1828 "color": "#f4f3ecff",
1829 "font_style": null,
1830 "font_weight": null
1831 },
1832 "primary": {
1833 "color": "#e7e6dfff",
1834 "font_style": null,
1835 "font_weight": null
1836 },
1837 "property": {
1838 "color": "#ba6135ff",
1839 "font_style": null,
1840 "font_weight": null
1841 },
1842 "punctuation": {
1843 "color": "#e7e6dfff",
1844 "font_style": null,
1845 "font_weight": null
1846 },
1847 "punctuation.bracket": {
1848 "color": "#929181ff",
1849 "font_style": null,
1850 "font_weight": null
1851 },
1852 "punctuation.delimiter": {
1853 "color": "#929181ff",
1854 "font_style": null,
1855 "font_weight": null
1856 },
1857 "punctuation.list_marker": {
1858 "color": "#e7e6dfff",
1859 "font_style": null,
1860 "font_weight": null
1861 },
1862 "punctuation.special": {
1863 "color": "#9d6b7bff",
1864 "font_style": null,
1865 "font_weight": null
1866 },
1867 "string": {
1868 "color": "#7c9725ff",
1869 "font_style": null,
1870 "font_weight": null
1871 },
1872 "string.escape": {
1873 "color": "#929181ff",
1874 "font_style": null,
1875 "font_weight": null
1876 },
1877 "string.regex": {
1878 "color": "#5a9d47ff",
1879 "font_style": null,
1880 "font_weight": null
1881 },
1882 "string.special": {
1883 "color": "#9d6b7bff",
1884 "font_style": null,
1885 "font_weight": null
1886 },
1887 "string.special.symbol": {
1888 "color": "#7c9725ff",
1889 "font_style": null,
1890 "font_weight": null
1891 },
1892 "tag": {
1893 "color": "#36a165ff",
1894 "font_style": null,
1895 "font_weight": null
1896 },
1897 "text.literal": {
1898 "color": "#ae7214ff",
1899 "font_style": null,
1900 "font_weight": null
1901 },
1902 "title": {
1903 "color": "#f4f3ecff",
1904 "font_style": null,
1905 "font_weight": 700
1906 },
1907 "type": {
1908 "color": "#a5980cff",
1909 "font_style": null,
1910 "font_weight": null
1911 },
1912 "variable": {
1913 "color": "#e7e6dfff",
1914 "font_style": null,
1915 "font_weight": null
1916 },
1917 "variable.special": {
1918 "color": "#5f9182ff",
1919 "font_style": null,
1920 "font_weight": null
1921 },
1922 "variant": {
1923 "color": "#a5980cff",
1924 "font_style": null,
1925 "font_weight": null
1926 }
1927 }
1928 }
1929 },
1930 {
1931 "name": "Atelier Estuary Light",
1932 "appearance": "light",
1933 "style": {
1934 "border": "#969585ff",
1935 "border.variant": "#d0cfc5ff",
1936 "border.focused": "#bbddc6ff",
1937 "border.selected": "#bbddc6ff",
1938 "border.transparent": "#00000000",
1939 "border.disabled": "#adac9fff",
1940 "elevated_surface.background": "#ebeae3ff",
1941 "surface.background": "#ebeae3ff",
1942 "background": "#c5c4b9ff",
1943 "element.background": "#ebeae3ff",
1944 "element.hover": "#d0cfc5ff",
1945 "element.active": "#989788ff",
1946 "element.selected": "#989788ff",
1947 "element.disabled": "#ebeae3ff",
1948 "drop_target.background": "#61604f80",
1949 "ghost_element.background": "#00000000",
1950 "ghost_element.hover": "#d0cfc5ff",
1951 "ghost_element.active": "#989788ff",
1952 "ghost_element.selected": "#989788ff",
1953 "ghost_element.disabled": "#ebeae3ff",
1954 "text": "#22221bff",
1955 "text.muted": "#61604fff",
1956 "text.placeholder": "#767463ff",
1957 "text.disabled": "#767463ff",
1958 "text.accent": "#37a165ff",
1959 "icon": "#22221bff",
1960 "icon.muted": "#61604fff",
1961 "icon.disabled": "#767463ff",
1962 "icon.placeholder": "#61604fff",
1963 "icon.accent": "#37a165ff",
1964 "status_bar.background": "#c5c4b9ff",
1965 "title_bar.background": "#c5c4b9ff",
1966 "title_bar.inactive_background": "#ebeae3ff",
1967 "toolbar.background": "#f4f3ecff",
1968 "tab_bar.background": "#ebeae3ff",
1969 "tab.inactive_background": "#ebeae3ff",
1970 "tab.active_background": "#f4f3ecff",
1971 "search.match_background": "#38a16666",
1972 "panel.background": "#ebeae3ff",
1973 "panel.focused_border": null,
1974 "pane.focused_border": null,
1975 "scrollbar.thumb.background": "#22221b4c",
1976 "scrollbar.thumb.hover_background": "#d0cfc5ff",
1977 "scrollbar.thumb.border": "#d0cfc5ff",
1978 "scrollbar.track.background": "#00000000",
1979 "scrollbar.track.border": "#edece5ff",
1980 "editor.foreground": "#302f27ff",
1981 "editor.background": "#f4f3ecff",
1982 "editor.gutter.background": "#f4f3ecff",
1983 "editor.subheader.background": "#ebeae3ff",
1984 "editor.active_line.background": "#ebeae3bf",
1985 "editor.highlighted_line.background": "#ebeae3ff",
1986 "editor.line_number": "#22221b59",
1987 "editor.active_line_number": "#22221bff",
1988 "editor.invisible": "#7a7867ff",
1989 "editor.wrap_guide": "#22221b0d",
1990 "editor.active_wrap_guide": "#22221b1a",
1991 "editor.document_highlight.read_background": "#37a1651a",
1992 "editor.document_highlight.write_background": "#7a786766",
1993 "terminal.background": "#f4f3ecff",
1994 "terminal.foreground": "#22221bff",
1995 "terminal.bright_foreground": "#22221bff",
1996 "terminal.dim_foreground": "#f4f3ecff",
1997 "terminal.ansi.black": "#f4f3ecff",
1998 "terminal.ansi.bright_black": "#898775ff",
1999 "terminal.ansi.dim_black": "#22221bff",
2000 "terminal.ansi.red": "#ba6336ff",
2001 "terminal.ansi.bright_red": "#e4af96ff",
2002 "terminal.ansi.dim_red": "#5c321eff",
2003 "terminal.ansi.green": "#7c9728ff",
2004 "terminal.ansi.bright_green": "#c0ca93ff",
2005 "terminal.ansi.dim_green": "#3e4919ff",
2006 "terminal.ansi.yellow": "#a5980fff",
2007 "terminal.ansi.bright_yellow": "#d7ca8dff",
2008 "terminal.ansi.dim_yellow": "#514a13ff",
2009 "terminal.ansi.blue": "#37a165ff",
2010 "terminal.ansi.bright_blue": "#a0d1b0ff",
2011 "terminal.ansi.dim_blue": "#234e34ff",
2012 "terminal.ansi.magenta": "#9d6b7bff",
2013 "terminal.ansi.bright_magenta": "#ceb3bbff",
2014 "terminal.ansi.dim_magenta": "#4c373eff",
2015 "terminal.ansi.cyan": "#5c9d49ff",
2016 "terminal.ansi.bright_cyan": "#aecea1ff",
2017 "terminal.ansi.dim_cyan": "#314c27ff",
2018 "terminal.ansi.white": "#22221bff",
2019 "terminal.ansi.bright_white": "#22221bff",
2020 "terminal.ansi.dim_white": "#6a6958ff",
2021 "link_text.hover": "#37a165ff",
2022 "conflict": "#a5980fff",
2023 "conflict.background": "#f0e9d1ff",
2024 "conflict.border": "#e3d8adff",
2025 "created": "#7c9728ff",
2026 "created.background": "#e6e9d3ff",
2027 "created.border": "#d2d8b1ff",
2028 "deleted": "#ba6336ff",
2029 "deleted.background": "#f6ded4ff",
2030 "deleted.border": "#edc5b3ff",
2031 "error": "#ba6336ff",
2032 "error.background": "#f6ded4ff",
2033 "error.border": "#edc5b3ff",
2034 "hidden": "#767463ff",
2035 "hidden.background": "#c5c4b9ff",
2036 "hidden.border": "#adac9fff",
2037 "hint": "#758961ff",
2038 "hint.background": "#d9ecdfff",
2039 "hint.border": "#bbddc6ff",
2040 "ignored": "#767463ff",
2041 "ignored.background": "#c5c4b9ff",
2042 "ignored.border": "#969585ff",
2043 "info": "#37a165ff",
2044 "info.background": "#d9ecdfff",
2045 "info.border": "#bbddc6ff",
2046 "modified": "#a5980fff",
2047 "modified.background": "#f0e9d1ff",
2048 "modified.border": "#e3d8adff",
2049 "predictive": "#879a72ff",
2050 "predictive.background": "#e6e9d3ff",
2051 "predictive.border": "#d2d8b1ff",
2052 "renamed": "#37a165ff",
2053 "renamed.background": "#d9ecdfff",
2054 "renamed.border": "#bbddc6ff",
2055 "success": "#7c9728ff",
2056 "success.background": "#e6e9d3ff",
2057 "success.border": "#d2d8b1ff",
2058 "unreachable": "#61604fff",
2059 "unreachable.background": "#c5c4b9ff",
2060 "unreachable.border": "#969585ff",
2061 "warning": "#a5980fff",
2062 "warning.background": "#f0e9d1ff",
2063 "warning.border": "#e3d8adff",
2064 "players": [
2065 {
2066 "cursor": "#37a165ff",
2067 "background": "#37a165ff",
2068 "selection": "#37a1653d"
2069 },
2070 {
2071 "cursor": "#9d6b7bff",
2072 "background": "#9d6b7bff",
2073 "selection": "#9d6b7b3d"
2074 },
2075 {
2076 "cursor": "#ae7214ff",
2077 "background": "#ae7214ff",
2078 "selection": "#ae72143d"
2079 },
2080 {
2081 "cursor": "#5f9182ff",
2082 "background": "#5f9182ff",
2083 "selection": "#5f91823d"
2084 },
2085 {
2086 "cursor": "#5c9d49ff",
2087 "background": "#5c9d49ff",
2088 "selection": "#5c9d493d"
2089 },
2090 {
2091 "cursor": "#ba6336ff",
2092 "background": "#ba6336ff",
2093 "selection": "#ba63363d"
2094 },
2095 {
2096 "cursor": "#a5980fff",
2097 "background": "#a5980fff",
2098 "selection": "#a5980f3d"
2099 },
2100 {
2101 "cursor": "#7c9728ff",
2102 "background": "#7c9728ff",
2103 "selection": "#7c97283d"
2104 }
2105 ],
2106 "syntax": {
2107 "attribute": {
2108 "color": "#37a165ff",
2109 "font_style": null,
2110 "font_weight": null
2111 },
2112 "boolean": {
2113 "color": "#7c9728ff",
2114 "font_style": null,
2115 "font_weight": null
2116 },
2117 "comment": {
2118 "color": "#878573ff",
2119 "font_style": null,
2120 "font_weight": null
2121 },
2122 "comment.doc": {
2123 "color": "#5f5e4eff",
2124 "font_style": null,
2125 "font_weight": null
2126 },
2127 "constant": {
2128 "color": "#7c9728ff",
2129 "font_style": null,
2130 "font_weight": null
2131 },
2132 "constructor": {
2133 "color": "#37a165ff",
2134 "font_style": null,
2135 "font_weight": null
2136 },
2137 "embedded": {
2138 "color": "#22221bff",
2139 "font_style": null,
2140 "font_weight": null
2141 },
2142 "emphasis": {
2143 "color": "#37a165ff",
2144 "font_style": null,
2145 "font_weight": null
2146 },
2147 "emphasis.strong": {
2148 "color": "#37a165ff",
2149 "font_style": null,
2150 "font_weight": 700
2151 },
2152 "enum": {
2153 "color": "#ae7214ff",
2154 "font_style": null,
2155 "font_weight": null
2156 },
2157 "function": {
2158 "color": "#35a166ff",
2159 "font_style": null,
2160 "font_weight": null
2161 },
2162 "function.method": {
2163 "color": "#35a166ff",
2164 "font_style": null,
2165 "font_weight": null
2166 },
2167 "function.special.definition": {
2168 "color": "#a5980cff",
2169 "font_style": null,
2170 "font_weight": null
2171 },
2172 "hint": {
2173 "color": "#758961ff",
2174 "font_style": null,
2175 "font_weight": 700
2176 },
2177 "keyword": {
2178 "color": "#5f9182ff",
2179 "font_style": null,
2180 "font_weight": null
2181 },
2182 "label": {
2183 "color": "#37a165ff",
2184 "font_style": null,
2185 "font_weight": null
2186 },
2187 "link_text": {
2188 "color": "#ae7214ff",
2189 "font_style": "italic",
2190 "font_weight": null
2191 },
2192 "link_uri": {
2193 "color": "#7c9728ff",
2194 "font_style": null,
2195 "font_weight": null
2196 },
2197 "number": {
2198 "color": "#ae7312ff",
2199 "font_style": null,
2200 "font_weight": null
2201 },
2202 "operator": {
2203 "color": "#5f5e4eff",
2204 "font_style": null,
2205 "font_weight": null
2206 },
2207 "predictive": {
2208 "color": "#879a72ff",
2209 "font_style": "italic",
2210 "font_weight": null
2211 },
2212 "preproc": {
2213 "color": "#22221bff",
2214 "font_style": null,
2215 "font_weight": null
2216 },
2217 "primary": {
2218 "color": "#302f27ff",
2219 "font_style": null,
2220 "font_weight": null
2221 },
2222 "property": {
2223 "color": "#ba6135ff",
2224 "font_style": null,
2225 "font_weight": null
2226 },
2227 "punctuation": {
2228 "color": "#302f27ff",
2229 "font_style": null,
2230 "font_weight": null
2231 },
2232 "punctuation.bracket": {
2233 "color": "#5f5e4eff",
2234 "font_style": null,
2235 "font_weight": null
2236 },
2237 "punctuation.delimiter": {
2238 "color": "#5f5e4eff",
2239 "font_style": null,
2240 "font_weight": null
2241 },
2242 "punctuation.list_marker": {
2243 "color": "#302f27ff",
2244 "font_style": null,
2245 "font_weight": null
2246 },
2247 "punctuation.special": {
2248 "color": "#9d6b7bff",
2249 "font_style": null,
2250 "font_weight": null
2251 },
2252 "string": {
2253 "color": "#7c9725ff",
2254 "font_style": null,
2255 "font_weight": null
2256 },
2257 "string.escape": {
2258 "color": "#5f5e4eff",
2259 "font_style": null,
2260 "font_weight": null
2261 },
2262 "string.regex": {
2263 "color": "#5a9d47ff",
2264 "font_style": null,
2265 "font_weight": null
2266 },
2267 "string.special": {
2268 "color": "#9d6b7bff",
2269 "font_style": null,
2270 "font_weight": null
2271 },
2272 "string.special.symbol": {
2273 "color": "#7c9725ff",
2274 "font_style": null,
2275 "font_weight": null
2276 },
2277 "tag": {
2278 "color": "#37a165ff",
2279 "font_style": null,
2280 "font_weight": null
2281 },
2282 "text.literal": {
2283 "color": "#ae7214ff",
2284 "font_style": null,
2285 "font_weight": null
2286 },
2287 "title": {
2288 "color": "#22221bff",
2289 "font_style": null,
2290 "font_weight": 700
2291 },
2292 "type": {
2293 "color": "#a5980cff",
2294 "font_style": null,
2295 "font_weight": null
2296 },
2297 "variable": {
2298 "color": "#302f27ff",
2299 "font_style": null,
2300 "font_weight": null
2301 },
2302 "variable.special": {
2303 "color": "#5f9182ff",
2304 "font_style": null,
2305 "font_weight": null
2306 },
2307 "variant": {
2308 "color": "#a5980cff",
2309 "font_style": null,
2310 "font_weight": null
2311 }
2312 }
2313 }
2314 },
2315 {
2316 "name": "Atelier Forest Dark",
2317 "appearance": "dark",
2318 "style": {
2319 "border": "#665f5cff",
2320 "border.variant": "#3b3431ff",
2321 "border.focused": "#182d5bff",
2322 "border.selected": "#182d5bff",
2323 "border.transparent": "#00000000",
2324 "border.disabled": "#554e4bff",
2325 "elevated_surface.background": "#27211eff",
2326 "surface.background": "#27211eff",
2327 "background": "#443c39ff",
2328 "element.background": "#27211eff",
2329 "element.hover": "#3b3431ff",
2330 "element.active": "#645d5aff",
2331 "element.selected": "#645d5aff",
2332 "element.disabled": "#27211eff",
2333 "drop_target.background": "#a79f9d80",
2334 "ghost_element.background": "#00000000",
2335 "ghost_element.hover": "#3b3431ff",
2336 "ghost_element.active": "#645d5aff",
2337 "ghost_element.selected": "#645d5aff",
2338 "ghost_element.disabled": "#27211eff",
2339 "text": "#f0eeedff",
2340 "text.muted": "#a79f9dff",
2341 "text.placeholder": "#8e8683ff",
2342 "text.disabled": "#8e8683ff",
2343 "text.accent": "#407ee6ff",
2344 "icon": "#f0eeedff",
2345 "icon.muted": "#a79f9dff",
2346 "icon.disabled": "#8e8683ff",
2347 "icon.placeholder": "#a79f9dff",
2348 "icon.accent": "#407ee6ff",
2349 "status_bar.background": "#443c39ff",
2350 "title_bar.background": "#443c39ff",
2351 "title_bar.inactive_background": "#27211eff",
2352 "toolbar.background": "#1b1918ff",
2353 "tab_bar.background": "#27211eff",
2354 "tab.inactive_background": "#27211eff",
2355 "tab.active_background": "#1b1918ff",
2356 "search.match_background": "#417ee666",
2357 "panel.background": "#27211eff",
2358 "panel.focused_border": null,
2359 "pane.focused_border": null,
2360 "scrollbar.thumb.background": "#f0eeed4c",
2361 "scrollbar.thumb.hover_background": "#3b3431ff",
2362 "scrollbar.thumb.border": "#3b3431ff",
2363 "scrollbar.track.background": "#00000000",
2364 "scrollbar.track.border": "#251f1dff",
2365 "editor.foreground": "#e6e2e0ff",
2366 "editor.background": "#1b1918ff",
2367 "editor.gutter.background": "#1b1918ff",
2368 "editor.subheader.background": "#27211eff",
2369 "editor.active_line.background": "#27211ebf",
2370 "editor.highlighted_line.background": "#27211eff",
2371 "editor.line_number": "#f0eeed59",
2372 "editor.active_line_number": "#f0eeedff",
2373 "editor.invisible": "#89817dff",
2374 "editor.wrap_guide": "#f0eeed0d",
2375 "editor.active_wrap_guide": "#f0eeed1a",
2376 "editor.document_highlight.read_background": "#407ee61a",
2377 "editor.document_highlight.write_background": "#89817d66",
2378 "terminal.background": "#1b1918ff",
2379 "terminal.foreground": "#f0eeedff",
2380 "terminal.bright_foreground": "#f0eeedff",
2381 "terminal.dim_foreground": "#1b1918ff",
2382 "terminal.ansi.black": "#1b1918ff",
2383 "terminal.ansi.bright_black": "#746c69ff",
2384 "terminal.ansi.dim_black": "#f0eeedff",
2385 "terminal.ansi.red": "#f22c3fff",
2386 "terminal.ansi.bright_red": "#8c1122ff",
2387 "terminal.ansi.dim_red": "#ffa29aff",
2388 "terminal.ansi.green": "#7a9726ff",
2389 "terminal.ansi.bright_green": "#3d4919ff",
2390 "terminal.ansi.dim_green": "#bfca93ff",
2391 "terminal.ansi.yellow": "#c38418ff",
2392 "terminal.ansi.bright_yellow": "#664115ff",
2393 "terminal.ansi.dim_yellow": "#e8bf8dff",
2394 "terminal.ansi.blue": "#407ee6ff",
2395 "terminal.ansi.bright_blue": "#213f78ff",
2396 "terminal.ansi.dim_blue": "#aebcf4ff",
2397 "terminal.ansi.magenta": "#c340f2ff",
2398 "terminal.ansi.bright_magenta": "#662086ff",
2399 "terminal.ansi.dim_magenta": "#e7a6fbff",
2400 "terminal.ansi.cyan": "#3d97b8ff",
2401 "terminal.ansi.bright_cyan": "#264858ff",
2402 "terminal.ansi.dim_cyan": "#a6cadbff",
2403 "terminal.ansi.white": "#f0eeedff",
2404 "terminal.ansi.bright_white": "#f0eeedff",
2405 "terminal.ansi.dim_white": "#9e9693ff",
2406 "link_text.hover": "#407ee6ff",
2407 "conflict": "#c38418ff",
2408 "conflict.background": "#371d0dff",
2409 "conflict.border": "#4f2e11ff",
2410 "created": "#7a9726ff",
2411 "created.background": "#1d2110ff",
2412 "created.border": "#2e3515ff",
2413 "deleted": "#f22c3fff",
2414 "deleted.background": "#540511ff",
2415 "deleted.border": "#710b1aff",
2416 "error": "#f22c3fff",
2417 "error.background": "#540511ff",
2418 "error.border": "#710b1aff",
2419 "hidden": "#8e8683ff",
2420 "hidden.background": "#443c39ff",
2421 "hidden.border": "#554e4bff",
2422 "hint": "#a77087ff",
2423 "hint.background": "#0f1c3dff",
2424 "hint.border": "#182d5bff",
2425 "ignored": "#8e8683ff",
2426 "ignored.background": "#443c39ff",
2427 "ignored.border": "#665f5cff",
2428 "info": "#407ee6ff",
2429 "info.background": "#0f1c3dff",
2430 "info.border": "#182d5bff",
2431 "modified": "#c38418ff",
2432 "modified.background": "#371d0dff",
2433 "modified.border": "#4f2e11ff",
2434 "predictive": "#8f5b70ff",
2435 "predictive.background": "#1d2110ff",
2436 "predictive.border": "#2e3515ff",
2437 "renamed": "#407ee6ff",
2438 "renamed.background": "#0f1c3dff",
2439 "renamed.border": "#182d5bff",
2440 "success": "#7a9726ff",
2441 "success.background": "#1d2110ff",
2442 "success.border": "#2e3515ff",
2443 "unreachable": "#a79f9dff",
2444 "unreachable.background": "#443c39ff",
2445 "unreachable.border": "#665f5cff",
2446 "warning": "#c38418ff",
2447 "warning.background": "#371d0dff",
2448 "warning.border": "#4f2e11ff",
2449 "players": [
2450 {
2451 "cursor": "#407ee6ff",
2452 "background": "#407ee6ff",
2453 "selection": "#407ee63d"
2454 },
2455 {
2456 "cursor": "#c340f2ff",
2457 "background": "#c340f2ff",
2458 "selection": "#c340f23d"
2459 },
2460 {
2461 "cursor": "#df5321ff",
2462 "background": "#df5321ff",
2463 "selection": "#df53213d"
2464 },
2465 {
2466 "cursor": "#6565e9ff",
2467 "background": "#6565e9ff",
2468 "selection": "#6565e93d"
2469 },
2470 {
2471 "cursor": "#3d97b8ff",
2472 "background": "#3d97b8ff",
2473 "selection": "#3d97b83d"
2474 },
2475 {
2476 "cursor": "#f22c3fff",
2477 "background": "#f22c3fff",
2478 "selection": "#f22c3f3d"
2479 },
2480 {
2481 "cursor": "#c38418ff",
2482 "background": "#c38418ff",
2483 "selection": "#c384183d"
2484 },
2485 {
2486 "cursor": "#7a9726ff",
2487 "background": "#7a9726ff",
2488 "selection": "#7a97263d"
2489 }
2490 ],
2491 "syntax": {
2492 "attribute": {
2493 "color": "#407ee6ff",
2494 "font_style": null,
2495 "font_weight": null
2496 },
2497 "boolean": {
2498 "color": "#7a9726ff",
2499 "font_style": null,
2500 "font_weight": null
2501 },
2502 "comment": {
2503 "color": "#766e6bff",
2504 "font_style": null,
2505 "font_weight": null
2506 },
2507 "comment.doc": {
2508 "color": "#a8a19fff",
2509 "font_style": null,
2510 "font_weight": null
2511 },
2512 "constant": {
2513 "color": "#7a9726ff",
2514 "font_style": null,
2515 "font_weight": null
2516 },
2517 "constructor": {
2518 "color": "#407ee6ff",
2519 "font_style": null,
2520 "font_weight": null
2521 },
2522 "embedded": {
2523 "color": "#f0eeedff",
2524 "font_style": null,
2525 "font_weight": null
2526 },
2527 "emphasis": {
2528 "color": "#407ee6ff",
2529 "font_style": null,
2530 "font_weight": null
2531 },
2532 "emphasis.strong": {
2533 "color": "#407ee6ff",
2534 "font_style": null,
2535 "font_weight": 700
2536 },
2537 "enum": {
2538 "color": "#df5321ff",
2539 "font_style": null,
2540 "font_weight": null
2541 },
2542 "function": {
2543 "color": "#3f7ee7ff",
2544 "font_style": null,
2545 "font_weight": null
2546 },
2547 "function.method": {
2548 "color": "#3f7ee7ff",
2549 "font_style": null,
2550 "font_weight": null
2551 },
2552 "function.special.definition": {
2553 "color": "#c38417ff",
2554 "font_style": null,
2555 "font_weight": null
2556 },
2557 "hint": {
2558 "color": "#a77087ff",
2559 "font_style": null,
2560 "font_weight": 700
2561 },
2562 "keyword": {
2563 "color": "#6666eaff",
2564 "font_style": null,
2565 "font_weight": null
2566 },
2567 "label": {
2568 "color": "#407ee6ff",
2569 "font_style": null,
2570 "font_weight": null
2571 },
2572 "link_text": {
2573 "color": "#df5321ff",
2574 "font_style": "italic",
2575 "font_weight": null
2576 },
2577 "link_uri": {
2578 "color": "#7a9726ff",
2579 "font_style": null,
2580 "font_weight": null
2581 },
2582 "number": {
2583 "color": "#df521fff",
2584 "font_style": null,
2585 "font_weight": null
2586 },
2587 "operator": {
2588 "color": "#a8a19fff",
2589 "font_style": null,
2590 "font_weight": null
2591 },
2592 "predictive": {
2593 "color": "#8f5b70ff",
2594 "font_style": "italic",
2595 "font_weight": null
2596 },
2597 "preproc": {
2598 "color": "#f0eeedff",
2599 "font_style": null,
2600 "font_weight": null
2601 },
2602 "primary": {
2603 "color": "#e6e2e0ff",
2604 "font_style": null,
2605 "font_weight": null
2606 },
2607 "property": {
2608 "color": "#f22c40ff",
2609 "font_style": null,
2610 "font_weight": null
2611 },
2612 "punctuation": {
2613 "color": "#e6e2e0ff",
2614 "font_style": null,
2615 "font_weight": null
2616 },
2617 "punctuation.bracket": {
2618 "color": "#a8a19fff",
2619 "font_style": null,
2620 "font_weight": null
2621 },
2622 "punctuation.delimiter": {
2623 "color": "#a8a19fff",
2624 "font_style": null,
2625 "font_weight": null
2626 },
2627 "punctuation.list_marker": {
2628 "color": "#e6e2e0ff",
2629 "font_style": null,
2630 "font_weight": null
2631 },
2632 "punctuation.special": {
2633 "color": "#c33ff3ff",
2634 "font_style": null,
2635 "font_weight": null
2636 },
2637 "string": {
2638 "color": "#7a9725ff",
2639 "font_style": null,
2640 "font_weight": null
2641 },
2642 "string.escape": {
2643 "color": "#a8a19fff",
2644 "font_style": null,
2645 "font_weight": null
2646 },
2647 "string.regex": {
2648 "color": "#3c96b8ff",
2649 "font_style": null,
2650 "font_weight": null
2651 },
2652 "string.special": {
2653 "color": "#c33ff3ff",
2654 "font_style": null,
2655 "font_weight": null
2656 },
2657 "string.special.symbol": {
2658 "color": "#7a9725ff",
2659 "font_style": null,
2660 "font_weight": null
2661 },
2662 "tag": {
2663 "color": "#407ee6ff",
2664 "font_style": null,
2665 "font_weight": null
2666 },
2667 "text.literal": {
2668 "color": "#df5321ff",
2669 "font_style": null,
2670 "font_weight": null
2671 },
2672 "title": {
2673 "color": "#f0eeedff",
2674 "font_style": null,
2675 "font_weight": 700
2676 },
2677 "type": {
2678 "color": "#c38417ff",
2679 "font_style": null,
2680 "font_weight": null
2681 },
2682 "variable": {
2683 "color": "#e6e2e0ff",
2684 "font_style": null,
2685 "font_weight": null
2686 },
2687 "variable.special": {
2688 "color": "#6666eaff",
2689 "font_style": null,
2690 "font_weight": null
2691 },
2692 "variant": {
2693 "color": "#c38417ff",
2694 "font_style": null,
2695 "font_weight": null
2696 }
2697 }
2698 }
2699 },
2700 {
2701 "name": "Atelier Forest Light",
2702 "appearance": "light",
2703 "style": {
2704 "border": "#aaa3a1ff",
2705 "border.variant": "#d6d1cfff",
2706 "border.focused": "#c6cef7ff",
2707 "border.selected": "#c6cef7ff",
2708 "border.transparent": "#00000000",
2709 "border.disabled": "#bcb6b4ff",
2710 "elevated_surface.background": "#e9e6e4ff",
2711 "surface.background": "#e9e6e4ff",
2712 "background": "#ccc7c5ff",
2713 "element.background": "#e9e6e4ff",
2714 "element.hover": "#d6d1cfff",
2715 "element.active": "#aca5a3ff",
2716 "element.selected": "#aca5a3ff",
2717 "element.disabled": "#e9e6e4ff",
2718 "drop_target.background": "#6a636080",
2719 "ghost_element.background": "#00000000",
2720 "ghost_element.hover": "#d6d1cfff",
2721 "ghost_element.active": "#aca5a3ff",
2722 "ghost_element.selected": "#aca5a3ff",
2723 "ghost_element.disabled": "#e9e6e4ff",
2724 "text": "#1b1918ff",
2725 "text.muted": "#6a6360ff",
2726 "text.placeholder": "#837b78ff",
2727 "text.disabled": "#837b78ff",
2728 "text.accent": "#407ee6ff",
2729 "icon": "#1b1918ff",
2730 "icon.muted": "#6a6360ff",
2731 "icon.disabled": "#837b78ff",
2732 "icon.placeholder": "#6a6360ff",
2733 "icon.accent": "#407ee6ff",
2734 "status_bar.background": "#ccc7c5ff",
2735 "title_bar.background": "#ccc7c5ff",
2736 "title_bar.inactive_background": "#e9e6e4ff",
2737 "toolbar.background": "#f0eeedff",
2738 "tab_bar.background": "#e9e6e4ff",
2739 "tab.inactive_background": "#e9e6e4ff",
2740 "tab.active_background": "#f0eeedff",
2741 "search.match_background": "#417ee666",
2742 "panel.background": "#e9e6e4ff",
2743 "panel.focused_border": null,
2744 "pane.focused_border": null,
2745 "scrollbar.thumb.background": "#1b19184c",
2746 "scrollbar.thumb.hover_background": "#d6d1cfff",
2747 "scrollbar.thumb.border": "#d6d1cfff",
2748 "scrollbar.track.background": "#00000000",
2749 "scrollbar.track.border": "#ebe8e6ff",
2750 "editor.foreground": "#2c2421ff",
2751 "editor.background": "#f0eeedff",
2752 "editor.gutter.background": "#f0eeedff",
2753 "editor.subheader.background": "#e9e6e4ff",
2754 "editor.active_line.background": "#e9e6e4bf",
2755 "editor.highlighted_line.background": "#e9e6e4ff",
2756 "editor.line_number": "#1b191859",
2757 "editor.active_line_number": "#1b1918ff",
2758 "editor.invisible": "#89817dff",
2759 "editor.wrap_guide": "#1b19180d",
2760 "editor.active_wrap_guide": "#1b19181a",
2761 "editor.document_highlight.read_background": "#407ee61a",
2762 "editor.document_highlight.write_background": "#89817d66",
2763 "terminal.background": "#f0eeedff",
2764 "terminal.foreground": "#1b1918ff",
2765 "terminal.bright_foreground": "#1b1918ff",
2766 "terminal.dim_foreground": "#f0eeedff",
2767 "terminal.ansi.black": "#f0eeedff",
2768 "terminal.ansi.bright_black": "#9e9693ff",
2769 "terminal.ansi.dim_black": "#1b1918ff",
2770 "terminal.ansi.red": "#f22e40ff",
2771 "terminal.ansi.bright_red": "#ffa29aff",
2772 "terminal.ansi.dim_red": "#8c1122ff",
2773 "terminal.ansi.green": "#7a9728ff",
2774 "terminal.ansi.bright_green": "#bfca93ff",
2775 "terminal.ansi.dim_green": "#3d4919ff",
2776 "terminal.ansi.yellow": "#c38419ff",
2777 "terminal.ansi.bright_yellow": "#e8bf8dff",
2778 "terminal.ansi.dim_yellow": "#664115ff",
2779 "terminal.ansi.blue": "#407ee6ff",
2780 "terminal.ansi.bright_blue": "#aebcf4ff",
2781 "terminal.ansi.dim_blue": "#213f78ff",
2782 "terminal.ansi.magenta": "#c340f2ff",
2783 "terminal.ansi.bright_magenta": "#e7a6fbff",
2784 "terminal.ansi.dim_magenta": "#662086ff",
2785 "terminal.ansi.cyan": "#3e96b8ff",
2786 "terminal.ansi.bright_cyan": "#a6cadbff",
2787 "terminal.ansi.dim_cyan": "#264858ff",
2788 "terminal.ansi.white": "#1b1918ff",
2789 "terminal.ansi.bright_white": "#1b1918ff",
2790 "terminal.ansi.dim_white": "#746c69ff",
2791 "link_text.hover": "#407ee6ff",
2792 "conflict": "#c38419ff",
2793 "conflict.background": "#f8e5d1ff",
2794 "conflict.border": "#f0d1adff",
2795 "created": "#7a9728ff",
2796 "created.background": "#e5e9d3ff",
2797 "created.border": "#d1d8b1ff",
2798 "deleted": "#f22e40ff",
2799 "deleted.background": "#ffdad5ff",
2800 "deleted.border": "#ffbdb6ff",
2801 "error": "#f22e40ff",
2802 "error.background": "#ffdad5ff",
2803 "error.border": "#ffbdb6ff",
2804 "hidden": "#837b78ff",
2805 "hidden.background": "#ccc7c5ff",
2806 "hidden.border": "#bcb6b4ff",
2807 "hint": "#a67287ff",
2808 "hint.background": "#dfe3fbff",
2809 "hint.border": "#c6cef7ff",
2810 "ignored": "#837b78ff",
2811 "ignored.background": "#ccc7c5ff",
2812 "ignored.border": "#aaa3a1ff",
2813 "info": "#407ee6ff",
2814 "info.background": "#dfe3fbff",
2815 "info.border": "#c6cef7ff",
2816 "modified": "#c38419ff",
2817 "modified.background": "#f8e5d1ff",
2818 "modified.border": "#f0d1adff",
2819 "predictive": "#be899eff",
2820 "predictive.background": "#e5e9d3ff",
2821 "predictive.border": "#d1d8b1ff",
2822 "renamed": "#407ee6ff",
2823 "renamed.background": "#dfe3fbff",
2824 "renamed.border": "#c6cef7ff",
2825 "success": "#7a9728ff",
2826 "success.background": "#e5e9d3ff",
2827 "success.border": "#d1d8b1ff",
2828 "unreachable": "#6a6360ff",
2829 "unreachable.background": "#ccc7c5ff",
2830 "unreachable.border": "#aaa3a1ff",
2831 "warning": "#c38419ff",
2832 "warning.background": "#f8e5d1ff",
2833 "warning.border": "#f0d1adff",
2834 "players": [
2835 {
2836 "cursor": "#407ee6ff",
2837 "background": "#407ee6ff",
2838 "selection": "#407ee63d"
2839 },
2840 {
2841 "cursor": "#c340f2ff",
2842 "background": "#c340f2ff",
2843 "selection": "#c340f23d"
2844 },
2845 {
2846 "cursor": "#df5421ff",
2847 "background": "#df5421ff",
2848 "selection": "#df54213d"
2849 },
2850 {
2851 "cursor": "#6765e9ff",
2852 "background": "#6765e9ff",
2853 "selection": "#6765e93d"
2854 },
2855 {
2856 "cursor": "#3e96b8ff",
2857 "background": "#3e96b8ff",
2858 "selection": "#3e96b83d"
2859 },
2860 {
2861 "cursor": "#f22e40ff",
2862 "background": "#f22e40ff",
2863 "selection": "#f22e403d"
2864 },
2865 {
2866 "cursor": "#c38419ff",
2867 "background": "#c38419ff",
2868 "selection": "#c384193d"
2869 },
2870 {
2871 "cursor": "#7a9728ff",
2872 "background": "#7a9728ff",
2873 "selection": "#7a97283d"
2874 }
2875 ],
2876 "syntax": {
2877 "attribute": {
2878 "color": "#407ee6ff",
2879 "font_style": null,
2880 "font_weight": null
2881 },
2882 "boolean": {
2883 "color": "#7a9728ff",
2884 "font_style": null,
2885 "font_weight": null
2886 },
2887 "comment": {
2888 "color": "#9c9491ff",
2889 "font_style": null,
2890 "font_weight": null
2891 },
2892 "comment.doc": {
2893 "color": "#68615eff",
2894 "font_style": null,
2895 "font_weight": null
2896 },
2897 "constant": {
2898 "color": "#7a9728ff",
2899 "font_style": null,
2900 "font_weight": null
2901 },
2902 "constructor": {
2903 "color": "#407ee6ff",
2904 "font_style": null,
2905 "font_weight": null
2906 },
2907 "embedded": {
2908 "color": "#1b1918ff",
2909 "font_style": null,
2910 "font_weight": null
2911 },
2912 "emphasis": {
2913 "color": "#407ee6ff",
2914 "font_style": null,
2915 "font_weight": null
2916 },
2917 "emphasis.strong": {
2918 "color": "#407ee6ff",
2919 "font_style": null,
2920 "font_weight": 700
2921 },
2922 "enum": {
2923 "color": "#df5421ff",
2924 "font_style": null,
2925 "font_weight": null
2926 },
2927 "function": {
2928 "color": "#3f7ee7ff",
2929 "font_style": null,
2930 "font_weight": null
2931 },
2932 "function.method": {
2933 "color": "#3f7ee7ff",
2934 "font_style": null,
2935 "font_weight": null
2936 },
2937 "function.special.definition": {
2938 "color": "#c38417ff",
2939 "font_style": null,
2940 "font_weight": null
2941 },
2942 "hint": {
2943 "color": "#a67287ff",
2944 "font_style": null,
2945 "font_weight": 700
2946 },
2947 "keyword": {
2948 "color": "#6666eaff",
2949 "font_style": null,
2950 "font_weight": null
2951 },
2952 "label": {
2953 "color": "#407ee6ff",
2954 "font_style": null,
2955 "font_weight": null
2956 },
2957 "link_text": {
2958 "color": "#df5421ff",
2959 "font_style": "italic",
2960 "font_weight": null
2961 },
2962 "link_uri": {
2963 "color": "#7a9728ff",
2964 "font_style": null,
2965 "font_weight": null
2966 },
2967 "number": {
2968 "color": "#df521fff",
2969 "font_style": null,
2970 "font_weight": null
2971 },
2972 "operator": {
2973 "color": "#68615eff",
2974 "font_style": null,
2975 "font_weight": null
2976 },
2977 "predictive": {
2978 "color": "#be899eff",
2979 "font_style": "italic",
2980 "font_weight": null
2981 },
2982 "preproc": {
2983 "color": "#1b1918ff",
2984 "font_style": null,
2985 "font_weight": null
2986 },
2987 "primary": {
2988 "color": "#2c2421ff",
2989 "font_style": null,
2990 "font_weight": null
2991 },
2992 "property": {
2993 "color": "#f22c40ff",
2994 "font_style": null,
2995 "font_weight": null
2996 },
2997 "punctuation": {
2998 "color": "#2c2421ff",
2999 "font_style": null,
3000 "font_weight": null
3001 },
3002 "punctuation.bracket": {
3003 "color": "#68615eff",
3004 "font_style": null,
3005 "font_weight": null
3006 },
3007 "punctuation.delimiter": {
3008 "color": "#68615eff",
3009 "font_style": null,
3010 "font_weight": null
3011 },
3012 "punctuation.list_marker": {
3013 "color": "#2c2421ff",
3014 "font_style": null,
3015 "font_weight": null
3016 },
3017 "punctuation.special": {
3018 "color": "#c33ff3ff",
3019 "font_style": null,
3020 "font_weight": null
3021 },
3022 "string": {
3023 "color": "#7a9725ff",
3024 "font_style": null,
3025 "font_weight": null
3026 },
3027 "string.escape": {
3028 "color": "#68615eff",
3029 "font_style": null,
3030 "font_weight": null
3031 },
3032 "string.regex": {
3033 "color": "#3c96b8ff",
3034 "font_style": null,
3035 "font_weight": null
3036 },
3037 "string.special": {
3038 "color": "#c33ff3ff",
3039 "font_style": null,
3040 "font_weight": null
3041 },
3042 "string.special.symbol": {
3043 "color": "#7a9725ff",
3044 "font_style": null,
3045 "font_weight": null
3046 },
3047 "tag": {
3048 "color": "#407ee6ff",
3049 "font_style": null,
3050 "font_weight": null
3051 },
3052 "text.literal": {
3053 "color": "#df5421ff",
3054 "font_style": null,
3055 "font_weight": null
3056 },
3057 "title": {
3058 "color": "#1b1918ff",
3059 "font_style": null,
3060 "font_weight": 700
3061 },
3062 "type": {
3063 "color": "#c38417ff",
3064 "font_style": null,
3065 "font_weight": null
3066 },
3067 "variable": {
3068 "color": "#2c2421ff",
3069 "font_style": null,
3070 "font_weight": null
3071 },
3072 "variable.special": {
3073 "color": "#6666eaff",
3074 "font_style": null,
3075 "font_weight": null
3076 },
3077 "variant": {
3078 "color": "#c38417ff",
3079 "font_style": null,
3080 "font_weight": null
3081 }
3082 }
3083 }
3084 },
3085 {
3086 "name": "Atelier Heath Dark",
3087 "appearance": "dark",
3088 "style": {
3089 "border": "#675b67ff",
3090 "border.variant": "#393239ff",
3091 "border.focused": "#192961ff",
3092 "border.selected": "#192961ff",
3093 "border.transparent": "#00000000",
3094 "border.disabled": "#554a55ff",
3095 "elevated_surface.background": "#252025ff",
3096 "surface.background": "#252025ff",
3097 "background": "#433a43ff",
3098 "element.background": "#252025ff",
3099 "element.hover": "#393239ff",
3100 "element.active": "#655965ff",
3101 "element.selected": "#655965ff",
3102 "element.disabled": "#252025ff",
3103 "drop_target.background": "#a899a880",
3104 "ghost_element.background": "#00000000",
3105 "ghost_element.hover": "#393239ff",
3106 "ghost_element.active": "#655965ff",
3107 "ghost_element.selected": "#655965ff",
3108 "ghost_element.disabled": "#252025ff",
3109 "text": "#f7f3f7ff",
3110 "text.muted": "#a899a8ff",
3111 "text.placeholder": "#908190ff",
3112 "text.disabled": "#908190ff",
3113 "text.accent": "#5169ebff",
3114 "icon": "#f7f3f7ff",
3115 "icon.muted": "#a899a8ff",
3116 "icon.disabled": "#908190ff",
3117 "icon.placeholder": "#a899a8ff",
3118 "icon.accent": "#5169ebff",
3119 "status_bar.background": "#433a43ff",
3120 "title_bar.background": "#433a43ff",
3121 "title_bar.inactive_background": "#252025ff",
3122 "toolbar.background": "#1b181bff",
3123 "tab_bar.background": "#252025ff",
3124 "tab.inactive_background": "#252025ff",
3125 "tab.active_background": "#1b181bff",
3126 "search.match_background": "#526aeb66",
3127 "panel.background": "#252025ff",
3128 "panel.focused_border": null,
3129 "pane.focused_border": null,
3130 "scrollbar.thumb.background": "#f7f3f74c",
3131 "scrollbar.thumb.hover_background": "#393239ff",
3132 "scrollbar.thumb.border": "#393239ff",
3133 "scrollbar.track.background": "#00000000",
3134 "scrollbar.track.border": "#231e23ff",
3135 "editor.foreground": "#d8cad8ff",
3136 "editor.background": "#1b181bff",
3137 "editor.gutter.background": "#1b181bff",
3138 "editor.subheader.background": "#252025ff",
3139 "editor.active_line.background": "#252025bf",
3140 "editor.highlighted_line.background": "#252025ff",
3141 "editor.line_number": "#f7f3f759",
3142 "editor.active_line_number": "#f7f3f7ff",
3143 "editor.invisible": "#8b7b8bff",
3144 "editor.wrap_guide": "#f7f3f70d",
3145 "editor.active_wrap_guide": "#f7f3f71a",
3146 "editor.document_highlight.read_background": "#5169eb1a",
3147 "editor.document_highlight.write_background": "#8b7b8b66",
3148 "terminal.background": "#1b181bff",
3149 "terminal.foreground": "#f7f3f7ff",
3150 "terminal.bright_foreground": "#f7f3f7ff",
3151 "terminal.dim_foreground": "#1b181bff",
3152 "terminal.ansi.black": "#1b181bff",
3153 "terminal.ansi.bright_black": "#756775ff",
3154 "terminal.ansi.dim_black": "#f7f3f7ff",
3155 "terminal.ansi.red": "#ca3f2bff",
3156 "terminal.ansi.bright_red": "#6d221aff",
3157 "terminal.ansi.dim_red": "#f0a28fff",
3158 "terminal.ansi.green": "#918b3aff",
3159 "terminal.ansi.bright_green": "#474422ff",
3160 "terminal.ansi.dim_green": "#cac49aff",
3161 "terminal.ansi.yellow": "#bb8a35ff",
3162 "terminal.ansi.bright_yellow": "#5e441eff",
3163 "terminal.ansi.dim_yellow": "#e2c398ff",
3164 "terminal.ansi.blue": "#5169ebff",
3165 "terminal.ansi.bright_blue": "#26367eff",
3166 "terminal.ansi.dim_blue": "#b4b2f7ff",
3167 "terminal.ansi.magenta": "#cc34ccff",
3168 "terminal.ansi.bright_magenta": "#6c1e66ff",
3169 "terminal.ansi.dim_magenta": "#eba2e6ff",
3170 "terminal.ansi.cyan": "#189393ff",
3171 "terminal.ansi.bright_cyan": "#1a4848ff",
3172 "terminal.ansi.dim_cyan": "#99c8c7ff",
3173 "terminal.ansi.white": "#f7f3f7ff",
3174 "terminal.ansi.bright_white": "#f7f3f7ff",
3175 "terminal.ansi.dim_white": "#a091a0ff",
3176 "link_text.hover": "#5169ebff",
3177 "conflict": "#bb8a35ff",
3178 "conflict.background": "#2d1e11ff",
3179 "conflict.border": "#463218ff",
3180 "created": "#918b3aff",
3181 "created.background": "#211f12ff",
3182 "created.border": "#34321bff",
3183 "deleted": "#ca3f2bff",
3184 "deleted.background": "#3c110eff",
3185 "deleted.border": "#541a15ff",
3186 "error": "#ca3f2bff",
3187 "error.background": "#3c110eff",
3188 "error.border": "#541a15ff",
3189 "hidden": "#908190ff",
3190 "hidden.background": "#433a43ff",
3191 "hidden.border": "#554a55ff",
3192 "hint": "#8d70a8ff",
3193 "hint.background": "#0d1a43ff",
3194 "hint.border": "#192961ff",
3195 "ignored": "#908190ff",
3196 "ignored.background": "#433a43ff",
3197 "ignored.border": "#675b67ff",
3198 "info": "#5169ebff",
3199 "info.background": "#0d1a43ff",
3200 "info.border": "#192961ff",
3201 "modified": "#bb8a35ff",
3202 "modified.background": "#2d1e11ff",
3203 "modified.border": "#463218ff",
3204 "predictive": "#75588fff",
3205 "predictive.background": "#211f12ff",
3206 "predictive.border": "#34321bff",
3207 "renamed": "#5169ebff",
3208 "renamed.background": "#0d1a43ff",
3209 "renamed.border": "#192961ff",
3210 "success": "#918b3aff",
3211 "success.background": "#211f12ff",
3212 "success.border": "#34321bff",
3213 "unreachable": "#a899a8ff",
3214 "unreachable.background": "#433a43ff",
3215 "unreachable.border": "#675b67ff",
3216 "warning": "#bb8a35ff",
3217 "warning.background": "#2d1e11ff",
3218 "warning.border": "#463218ff",
3219 "players": [
3220 {
3221 "cursor": "#5169ebff",
3222 "background": "#5169ebff",
3223 "selection": "#5169eb3d"
3224 },
3225 {
3226 "cursor": "#cc34ccff",
3227 "background": "#cc34ccff",
3228 "selection": "#cc34cc3d"
3229 },
3230 {
3231 "cursor": "#a65827ff",
3232 "background": "#a65827ff",
3233 "selection": "#a658273d"
3234 },
3235 {
3236 "cursor": "#7b58bfff",
3237 "background": "#7b58bfff",
3238 "selection": "#7b58bf3d"
3239 },
3240 {
3241 "cursor": "#189393ff",
3242 "background": "#189393ff",
3243 "selection": "#1893933d"
3244 },
3245 {
3246 "cursor": "#ca3f2bff",
3247 "background": "#ca3f2bff",
3248 "selection": "#ca3f2b3d"
3249 },
3250 {
3251 "cursor": "#bb8a35ff",
3252 "background": "#bb8a35ff",
3253 "selection": "#bb8a353d"
3254 },
3255 {
3256 "cursor": "#918b3aff",
3257 "background": "#918b3aff",
3258 "selection": "#918b3a3d"
3259 }
3260 ],
3261 "syntax": {
3262 "attribute": {
3263 "color": "#5169ebff",
3264 "font_style": null,
3265 "font_weight": null
3266 },
3267 "boolean": {
3268 "color": "#918b3aff",
3269 "font_style": null,
3270 "font_weight": null
3271 },
3272 "comment": {
3273 "color": "#776977ff",
3274 "font_style": null,
3275 "font_weight": null
3276 },
3277 "comment.doc": {
3278 "color": "#ab9babff",
3279 "font_style": null,
3280 "font_weight": null
3281 },
3282 "constant": {
3283 "color": "#918b3aff",
3284 "font_style": null,
3285 "font_weight": null
3286 },
3287 "constructor": {
3288 "color": "#5169ebff",
3289 "font_style": null,
3290 "font_weight": null
3291 },
3292 "embedded": {
3293 "color": "#f7f3f7ff",
3294 "font_style": null,
3295 "font_weight": null
3296 },
3297 "emphasis": {
3298 "color": "#5169ebff",
3299 "font_style": null,
3300 "font_weight": null
3301 },
3302 "emphasis.strong": {
3303 "color": "#5169ebff",
3304 "font_style": null,
3305 "font_weight": 700
3306 },
3307 "enum": {
3308 "color": "#a65827ff",
3309 "font_style": null,
3310 "font_weight": null
3311 },
3312 "function": {
3313 "color": "#506aecff",
3314 "font_style": null,
3315 "font_weight": null
3316 },
3317 "function.method": {
3318 "color": "#506aecff",
3319 "font_style": null,
3320 "font_weight": null
3321 },
3322 "function.special.definition": {
3323 "color": "#bb8a34ff",
3324 "font_style": null,
3325 "font_weight": null
3326 },
3327 "hint": {
3328 "color": "#8d70a8ff",
3329 "font_style": null,
3330 "font_weight": 700
3331 },
3332 "keyword": {
3333 "color": "#7b58bfff",
3334 "font_style": null,
3335 "font_weight": null
3336 },
3337 "label": {
3338 "color": "#5169ebff",
3339 "font_style": null,
3340 "font_weight": null
3341 },
3342 "link_text": {
3343 "color": "#a65827ff",
3344 "font_style": "italic",
3345 "font_weight": null
3346 },
3347 "link_uri": {
3348 "color": "#918b3aff",
3349 "font_style": null,
3350 "font_weight": null
3351 },
3352 "number": {
3353 "color": "#a65825ff",
3354 "font_style": null,
3355 "font_weight": null
3356 },
3357 "operator": {
3358 "color": "#ab9babff",
3359 "font_style": null,
3360 "font_weight": null
3361 },
3362 "predictive": {
3363 "color": "#75588fff",
3364 "font_style": "italic",
3365 "font_weight": null
3366 },
3367 "preproc": {
3368 "color": "#f7f3f7ff",
3369 "font_style": null,
3370 "font_weight": null
3371 },
3372 "primary": {
3373 "color": "#d8cad8ff",
3374 "font_style": null,
3375 "font_weight": null
3376 },
3377 "property": {
3378 "color": "#ca3f2aff",
3379 "font_style": null,
3380 "font_weight": null
3381 },
3382 "punctuation": {
3383 "color": "#d8cad8ff",
3384 "font_style": null,
3385 "font_weight": null
3386 },
3387 "punctuation.bracket": {
3388 "color": "#ab9babff",
3389 "font_style": null,
3390 "font_weight": null
3391 },
3392 "punctuation.delimiter": {
3393 "color": "#ab9babff",
3394 "font_style": null,
3395 "font_weight": null
3396 },
3397 "punctuation.list_marker": {
3398 "color": "#d8cad8ff",
3399 "font_style": null,
3400 "font_weight": null
3401 },
3402 "punctuation.special": {
3403 "color": "#cc32ccff",
3404 "font_style": null,
3405 "font_weight": null
3406 },
3407 "string": {
3408 "color": "#918b3aff",
3409 "font_style": null,
3410 "font_weight": null
3411 },
3412 "string.escape": {
3413 "color": "#ab9babff",
3414 "font_style": null,
3415 "font_weight": null
3416 },
3417 "string.regex": {
3418 "color": "#149393ff",
3419 "font_style": null,
3420 "font_weight": null
3421 },
3422 "string.special": {
3423 "color": "#cc32ccff",
3424 "font_style": null,
3425 "font_weight": null
3426 },
3427 "string.special.symbol": {
3428 "color": "#918b3aff",
3429 "font_style": null,
3430 "font_weight": null
3431 },
3432 "tag": {
3433 "color": "#5169ebff",
3434 "font_style": null,
3435 "font_weight": null
3436 },
3437 "text.literal": {
3438 "color": "#a65827ff",
3439 "font_style": null,
3440 "font_weight": null
3441 },
3442 "title": {
3443 "color": "#f7f3f7ff",
3444 "font_style": null,
3445 "font_weight": 700
3446 },
3447 "type": {
3448 "color": "#bb8a34ff",
3449 "font_style": null,
3450 "font_weight": null
3451 },
3452 "variable": {
3453 "color": "#d8cad8ff",
3454 "font_style": null,
3455 "font_weight": null
3456 },
3457 "variable.special": {
3458 "color": "#7b58bfff",
3459 "font_style": null,
3460 "font_weight": null
3461 },
3462 "variant": {
3463 "color": "#bb8a34ff",
3464 "font_style": null,
3465 "font_weight": null
3466 }
3467 }
3468 }
3469 },
3470 {
3471 "name": "Atelier Heath Light",
3472 "appearance": "light",
3473 "style": {
3474 "border": "#ad9dadff",
3475 "border.variant": "#ccbdccff",
3476 "border.focused": "#cac7faff",
3477 "border.selected": "#cac7faff",
3478 "border.transparent": "#00000000",
3479 "border.disabled": "#baaabaff",
3480 "elevated_surface.background": "#e0d5e0ff",
3481 "surface.background": "#e0d5e0ff",
3482 "background": "#c6b8c6ff",
3483 "element.background": "#e0d5e0ff",
3484 "element.hover": "#ccbdccff",
3485 "element.active": "#ae9eaeff",
3486 "element.selected": "#ae9eaeff",
3487 "element.disabled": "#e0d5e0ff",
3488 "drop_target.background": "#6b5e6b80",
3489 "ghost_element.background": "#00000000",
3490 "ghost_element.hover": "#ccbdccff",
3491 "ghost_element.active": "#ae9eaeff",
3492 "ghost_element.selected": "#ae9eaeff",
3493 "ghost_element.disabled": "#e0d5e0ff",
3494 "text": "#1b181bff",
3495 "text.muted": "#6b5e6bff",
3496 "text.placeholder": "#857785ff",
3497 "text.disabled": "#857785ff",
3498 "text.accent": "#5169ebff",
3499 "icon": "#1b181bff",
3500 "icon.muted": "#6b5e6bff",
3501 "icon.disabled": "#857785ff",
3502 "icon.placeholder": "#6b5e6bff",
3503 "icon.accent": "#5169ebff",
3504 "status_bar.background": "#c6b8c6ff",
3505 "title_bar.background": "#c6b8c6ff",
3506 "title_bar.inactive_background": "#e0d5e0ff",
3507 "toolbar.background": "#f7f3f7ff",
3508 "tab_bar.background": "#e0d5e0ff",
3509 "tab.inactive_background": "#e0d5e0ff",
3510 "tab.active_background": "#f7f3f7ff",
3511 "search.match_background": "#526aeb66",
3512 "panel.background": "#e0d5e0ff",
3513 "panel.focused_border": null,
3514 "pane.focused_border": null,
3515 "scrollbar.thumb.background": "#1b181b4c",
3516 "scrollbar.thumb.hover_background": "#ccbdccff",
3517 "scrollbar.thumb.border": "#ccbdccff",
3518 "scrollbar.track.background": "#00000000",
3519 "scrollbar.track.border": "#e5dce5ff",
3520 "editor.foreground": "#292329ff",
3521 "editor.background": "#f7f3f7ff",
3522 "editor.gutter.background": "#f7f3f7ff",
3523 "editor.subheader.background": "#e0d5e0ff",
3524 "editor.active_line.background": "#e0d5e0bf",
3525 "editor.highlighted_line.background": "#e0d5e0ff",
3526 "editor.line_number": "#1b181b59",
3527 "editor.active_line_number": "#1b181bff",
3528 "editor.invisible": "#8b7b8bff",
3529 "editor.wrap_guide": "#1b181b0d",
3530 "editor.active_wrap_guide": "#1b181b1a",
3531 "editor.document_highlight.read_background": "#5169eb1a",
3532 "editor.document_highlight.write_background": "#8b7b8b66",
3533 "terminal.background": "#f7f3f7ff",
3534 "terminal.foreground": "#1b181bff",
3535 "terminal.bright_foreground": "#1b181bff",
3536 "terminal.dim_foreground": "#f7f3f7ff",
3537 "terminal.ansi.black": "#f7f3f7ff",
3538 "terminal.ansi.bright_black": "#a091a0ff",
3539 "terminal.ansi.dim_black": "#1b181bff",
3540 "terminal.ansi.red": "#ca402bff",
3541 "terminal.ansi.bright_red": "#f0a28fff",
3542 "terminal.ansi.dim_red": "#6d221aff",
3543 "terminal.ansi.green": "#918b3bff",
3544 "terminal.ansi.bright_green": "#cac49aff",
3545 "terminal.ansi.dim_green": "#474422ff",
3546 "terminal.ansi.yellow": "#bb8a35ff",
3547 "terminal.ansi.bright_yellow": "#e2c398ff",
3548 "terminal.ansi.dim_yellow": "#5e441eff",
3549 "terminal.ansi.blue": "#5169ebff",
3550 "terminal.ansi.bright_blue": "#b4b2f7ff",
3551 "terminal.ansi.dim_blue": "#26367eff",
3552 "terminal.ansi.magenta": "#cc34ccff",
3553 "terminal.ansi.bright_magenta": "#eba2e6ff",
3554 "terminal.ansi.dim_magenta": "#6c1e66ff",
3555 "terminal.ansi.cyan": "#189393ff",
3556 "terminal.ansi.bright_cyan": "#99c8c7ff",
3557 "terminal.ansi.dim_cyan": "#1a4848ff",
3558 "terminal.ansi.white": "#1b181bff",
3559 "terminal.ansi.bright_white": "#1b181bff",
3560 "terminal.ansi.dim_white": "#756775ff",
3561 "link_text.hover": "#5169ebff",
3562 "conflict": "#bb8a35ff",
3563 "conflict.background": "#f5e6d5ff",
3564 "conflict.border": "#ebd3b5ff",
3565 "created": "#918b3bff",
3566 "created.background": "#eae6d6ff",
3567 "created.border": "#d8d3b5ff",
3568 "deleted": "#ca402bff",
3569 "deleted.background": "#fcd9d1ff",
3570 "deleted.border": "#f7bcaeff",
3571 "error": "#ca402bff",
3572 "error.background": "#fcd9d1ff",
3573 "error.border": "#f7bcaeff",
3574 "hidden": "#857785ff",
3575 "hidden.background": "#c6b8c6ff",
3576 "hidden.border": "#baaabaff",
3577 "hint": "#8c70a6ff",
3578 "hint.background": "#e2dffcff",
3579 "hint.border": "#cac7faff",
3580 "ignored": "#857785ff",
3581 "ignored.background": "#c6b8c6ff",
3582 "ignored.border": "#ad9dadff",
3583 "info": "#5169ebff",
3584 "info.background": "#e2dffcff",
3585 "info.border": "#cac7faff",
3586 "modified": "#bb8a35ff",
3587 "modified.background": "#f5e6d5ff",
3588 "modified.border": "#ebd3b5ff",
3589 "predictive": "#a487bfff",
3590 "predictive.background": "#eae6d6ff",
3591 "predictive.border": "#d8d3b5ff",
3592 "renamed": "#5169ebff",
3593 "renamed.background": "#e2dffcff",
3594 "renamed.border": "#cac7faff",
3595 "success": "#918b3bff",
3596 "success.background": "#eae6d6ff",
3597 "success.border": "#d8d3b5ff",
3598 "unreachable": "#6b5e6bff",
3599 "unreachable.background": "#c6b8c6ff",
3600 "unreachable.border": "#ad9dadff",
3601 "warning": "#bb8a35ff",
3602 "warning.background": "#f5e6d5ff",
3603 "warning.border": "#ebd3b5ff",
3604 "players": [
3605 {
3606 "cursor": "#5169ebff",
3607 "background": "#5169ebff",
3608 "selection": "#5169eb3d"
3609 },
3610 {
3611 "cursor": "#cc34ccff",
3612 "background": "#cc34ccff",
3613 "selection": "#cc34cc3d"
3614 },
3615 {
3616 "cursor": "#a65927ff",
3617 "background": "#a65927ff",
3618 "selection": "#a659273d"
3619 },
3620 {
3621 "cursor": "#7a5ac0ff",
3622 "background": "#7a5ac0ff",
3623 "selection": "#7a5ac03d"
3624 },
3625 {
3626 "cursor": "#189393ff",
3627 "background": "#189393ff",
3628 "selection": "#1893933d"
3629 },
3630 {
3631 "cursor": "#ca402bff",
3632 "background": "#ca402bff",
3633 "selection": "#ca402b3d"
3634 },
3635 {
3636 "cursor": "#bb8a35ff",
3637 "background": "#bb8a35ff",
3638 "selection": "#bb8a353d"
3639 },
3640 {
3641 "cursor": "#918b3bff",
3642 "background": "#918b3bff",
3643 "selection": "#918b3b3d"
3644 }
3645 ],
3646 "syntax": {
3647 "attribute": {
3648 "color": "#5169ebff",
3649 "font_style": null,
3650 "font_weight": null
3651 },
3652 "boolean": {
3653 "color": "#918b3bff",
3654 "font_style": null,
3655 "font_weight": null
3656 },
3657 "comment": {
3658 "color": "#9e8f9eff",
3659 "font_style": null,
3660 "font_weight": null
3661 },
3662 "comment.doc": {
3663 "color": "#695d69ff",
3664 "font_style": null,
3665 "font_weight": null
3666 },
3667 "constant": {
3668 "color": "#918b3bff",
3669 "font_style": null,
3670 "font_weight": null
3671 },
3672 "constructor": {
3673 "color": "#5169ebff",
3674 "font_style": null,
3675 "font_weight": null
3676 },
3677 "embedded": {
3678 "color": "#1b181bff",
3679 "font_style": null,
3680 "font_weight": null
3681 },
3682 "emphasis": {
3683 "color": "#5169ebff",
3684 "font_style": null,
3685 "font_weight": null
3686 },
3687 "emphasis.strong": {
3688 "color": "#5169ebff",
3689 "font_style": null,
3690 "font_weight": 700
3691 },
3692 "enum": {
3693 "color": "#a65927ff",
3694 "font_style": null,
3695 "font_weight": null
3696 },
3697 "function": {
3698 "color": "#506aecff",
3699 "font_style": null,
3700 "font_weight": null
3701 },
3702 "function.method": {
3703 "color": "#506aecff",
3704 "font_style": null,
3705 "font_weight": null
3706 },
3707 "function.special.definition": {
3708 "color": "#bb8a34ff",
3709 "font_style": null,
3710 "font_weight": null
3711 },
3712 "hint": {
3713 "color": "#8c70a6ff",
3714 "font_style": null,
3715 "font_weight": 700
3716 },
3717 "keyword": {
3718 "color": "#7b58bfff",
3719 "font_style": null,
3720 "font_weight": null
3721 },
3722 "label": {
3723 "color": "#5169ebff",
3724 "font_style": null,
3725 "font_weight": null
3726 },
3727 "link_text": {
3728 "color": "#a65927ff",
3729 "font_style": "italic",
3730 "font_weight": null
3731 },
3732 "link_uri": {
3733 "color": "#918b3bff",
3734 "font_style": null,
3735 "font_weight": null
3736 },
3737 "number": {
3738 "color": "#a65825ff",
3739 "font_style": null,
3740 "font_weight": null
3741 },
3742 "operator": {
3743 "color": "#695d69ff",
3744 "font_style": null,
3745 "font_weight": null
3746 },
3747 "predictive": {
3748 "color": "#a487bfff",
3749 "font_style": "italic",
3750 "font_weight": null
3751 },
3752 "preproc": {
3753 "color": "#1b181bff",
3754 "font_style": null,
3755 "font_weight": null
3756 },
3757 "primary": {
3758 "color": "#292329ff",
3759 "font_style": null,
3760 "font_weight": null
3761 },
3762 "property": {
3763 "color": "#ca3f2aff",
3764 "font_style": null,
3765 "font_weight": null
3766 },
3767 "punctuation": {
3768 "color": "#292329ff",
3769 "font_style": null,
3770 "font_weight": null
3771 },
3772 "punctuation.bracket": {
3773 "color": "#695d69ff",
3774 "font_style": null,
3775 "font_weight": null
3776 },
3777 "punctuation.delimiter": {
3778 "color": "#695d69ff",
3779 "font_style": null,
3780 "font_weight": null
3781 },
3782 "punctuation.list_marker": {
3783 "color": "#292329ff",
3784 "font_style": null,
3785 "font_weight": null
3786 },
3787 "punctuation.special": {
3788 "color": "#cc32ccff",
3789 "font_style": null,
3790 "font_weight": null
3791 },
3792 "string": {
3793 "color": "#918b3aff",
3794 "font_style": null,
3795 "font_weight": null
3796 },
3797 "string.escape": {
3798 "color": "#695d69ff",
3799 "font_style": null,
3800 "font_weight": null
3801 },
3802 "string.regex": {
3803 "color": "#149393ff",
3804 "font_style": null,
3805 "font_weight": null
3806 },
3807 "string.special": {
3808 "color": "#cc32ccff",
3809 "font_style": null,
3810 "font_weight": null
3811 },
3812 "string.special.symbol": {
3813 "color": "#918b3aff",
3814 "font_style": null,
3815 "font_weight": null
3816 },
3817 "tag": {
3818 "color": "#5169ebff",
3819 "font_style": null,
3820 "font_weight": null
3821 },
3822 "text.literal": {
3823 "color": "#a65927ff",
3824 "font_style": null,
3825 "font_weight": null
3826 },
3827 "title": {
3828 "color": "#1b181bff",
3829 "font_style": null,
3830 "font_weight": 700
3831 },
3832 "type": {
3833 "color": "#bb8a34ff",
3834 "font_style": null,
3835 "font_weight": null
3836 },
3837 "variable": {
3838 "color": "#292329ff",
3839 "font_style": null,
3840 "font_weight": null
3841 },
3842 "variable.special": {
3843 "color": "#7b58bfff",
3844 "font_style": null,
3845 "font_weight": null
3846 },
3847 "variant": {
3848 "color": "#bb8a34ff",
3849 "font_style": null,
3850 "font_weight": null
3851 }
3852 }
3853 }
3854 },
3855 {
3856 "name": "Atelier Lakeside Dark",
3857 "appearance": "dark",
3858 "style": {
3859 "border": "#4f6a78ff",
3860 "border.variant": "#2c3b42ff",
3861 "border.focused": "#1a2f3cff",
3862 "border.selected": "#1a2f3cff",
3863 "border.transparent": "#00000000",
3864 "border.disabled": "#415763ff",
3865 "elevated_surface.background": "#1c2529ff",
3866 "surface.background": "#1c2529ff",
3867 "background": "#33444dff",
3868 "element.background": "#1c2529ff",
3869 "element.hover": "#2c3b42ff",
3870 "element.active": "#4d6876ff",
3871 "element.selected": "#4d6876ff",
3872 "element.disabled": "#1c2529ff",
3873 "drop_target.background": "#7c9fb380",
3874 "ghost_element.background": "#00000000",
3875 "ghost_element.hover": "#2c3b42ff",
3876 "ghost_element.active": "#4d6876ff",
3877 "ghost_element.selected": "#4d6876ff",
3878 "ghost_element.disabled": "#1c2529ff",
3879 "text": "#ebf8ffff",
3880 "text.muted": "#7c9fb3ff",
3881 "text.placeholder": "#688c9dff",
3882 "text.disabled": "#688c9dff",
3883 "text.accent": "#267eadff",
3884 "icon": "#ebf8ffff",
3885 "icon.muted": "#7c9fb3ff",
3886 "icon.disabled": "#688c9dff",
3887 "icon.placeholder": "#7c9fb3ff",
3888 "icon.accent": "#267eadff",
3889 "status_bar.background": "#33444dff",
3890 "title_bar.background": "#33444dff",
3891 "title_bar.inactive_background": "#1c2529ff",
3892 "toolbar.background": "#161b1dff",
3893 "tab_bar.background": "#1c2529ff",
3894 "tab.inactive_background": "#1c2529ff",
3895 "tab.active_background": "#161b1dff",
3896 "search.match_background": "#277fad66",
3897 "panel.background": "#1c2529ff",
3898 "panel.focused_border": null,
3899 "pane.focused_border": null,
3900 "scrollbar.thumb.background": "#ebf8ff4c",
3901 "scrollbar.thumb.hover_background": "#2c3b42ff",
3902 "scrollbar.thumb.border": "#2c3b42ff",
3903 "scrollbar.track.background": "#00000000",
3904 "scrollbar.track.border": "#1b2327ff",
3905 "editor.foreground": "#c1e4f6ff",
3906 "editor.background": "#161b1dff",
3907 "editor.gutter.background": "#161b1dff",
3908 "editor.subheader.background": "#1c2529ff",
3909 "editor.active_line.background": "#1c2529bf",
3910 "editor.highlighted_line.background": "#1c2529ff",
3911 "editor.line_number": "#ebf8ff59",
3912 "editor.active_line_number": "#ebf8ffff",
3913 "editor.invisible": "#66889aff",
3914 "editor.wrap_guide": "#ebf8ff0d",
3915 "editor.active_wrap_guide": "#ebf8ff1a",
3916 "editor.document_highlight.read_background": "#267ead1a",
3917 "editor.document_highlight.write_background": "#66889a66",
3918 "terminal.background": "#161b1dff",
3919 "terminal.foreground": "#ebf8ffff",
3920 "terminal.bright_foreground": "#ebf8ffff",
3921 "terminal.dim_foreground": "#161b1dff",
3922 "terminal.ansi.black": "#161b1dff",
3923 "terminal.ansi.bright_black": "#577889ff",
3924 "terminal.ansi.dim_black": "#ebf8ffff",
3925 "terminal.ansi.red": "#d22e72ff",
3926 "terminal.ansi.bright_red": "#6f1c3aff",
3927 "terminal.ansi.dim_red": "#f09fb6ff",
3928 "terminal.ansi.green": "#558c3aff",
3929 "terminal.ansi.bright_green": "#2e4522ff",
3930 "terminal.ansi.dim_green": "#aac499ff",
3931 "terminal.ansi.yellow": "#8a8a10ff",
3932 "terminal.ansi.bright_yellow": "#454413ff",
3933 "terminal.ansi.dim_yellow": "#c7c28aff",
3934 "terminal.ansi.blue": "#267eadff",
3935 "terminal.ansi.bright_blue": "#1d3f53ff",
3936 "terminal.ansi.dim_blue": "#9ebcd6ff",
3937 "terminal.ansi.magenta": "#b72ed2ff",
3938 "terminal.ansi.bright_magenta": "#5c1e6bff",
3939 "terminal.ansi.dim_magenta": "#e09fe9ff",
3940 "terminal.ansi.cyan": "#2d8f6fff",
3941 "terminal.ansi.bright_cyan": "#1e4637ff",
3942 "terminal.ansi.dim_cyan": "#9bc7b5ff",
3943 "terminal.ansi.white": "#ebf8ffff",
3944 "terminal.ansi.bright_white": "#ebf8ffff",
3945 "terminal.ansi.dim_white": "#7296a9ff",
3946 "link_text.hover": "#267eadff",
3947 "conflict": "#8a8a10ff",
3948 "conflict.background": "#201e0cff",
3949 "conflict.border": "#323111ff",
3950 "created": "#558c3aff",
3951 "created.background": "#171f12ff",
3952 "created.border": "#23321bff",
3953 "deleted": "#d22e72ff",
3954 "deleted.background": "#39101bff",
3955 "deleted.border": "#55152bff",
3956 "error": "#d22e72ff",
3957 "error.background": "#39101bff",
3958 "error.border": "#55152bff",
3959 "hidden": "#688c9dff",
3960 "hidden.background": "#33444dff",
3961 "hidden.border": "#415763ff",
3962 "hint": "#52809aff",
3963 "hint.background": "#121c24ff",
3964 "hint.border": "#1a2f3cff",
3965 "ignored": "#688c9dff",
3966 "ignored.background": "#33444dff",
3967 "ignored.border": "#4f6a78ff",
3968 "info": "#267eadff",
3969 "info.background": "#121c24ff",
3970 "info.border": "#1a2f3cff",
3971 "modified": "#8a8a10ff",
3972 "modified.background": "#201e0cff",
3973 "modified.border": "#323111ff",
3974 "predictive": "#426f88ff",
3975 "predictive.background": "#171f12ff",
3976 "predictive.border": "#23321bff",
3977 "renamed": "#267eadff",
3978 "renamed.background": "#121c24ff",
3979 "renamed.border": "#1a2f3cff",
3980 "success": "#558c3aff",
3981 "success.background": "#171f12ff",
3982 "success.border": "#23321bff",
3983 "unreachable": "#7c9fb3ff",
3984 "unreachable.background": "#33444dff",
3985 "unreachable.border": "#4f6a78ff",
3986 "warning": "#8a8a10ff",
3987 "warning.background": "#201e0cff",
3988 "warning.border": "#323111ff",
3989 "players": [
3990 {
3991 "cursor": "#267eadff",
3992 "background": "#267eadff",
3993 "selection": "#267ead3d"
3994 },
3995 {
3996 "cursor": "#b72ed2ff",
3997 "background": "#b72ed2ff",
3998 "selection": "#b72ed23d"
3999 },
4000 {
4001 "cursor": "#935b25ff",
4002 "background": "#935b25ff",
4003 "selection": "#935b253d"
4004 },
4005 {
4006 "cursor": "#6a6ab7ff",
4007 "background": "#6a6ab7ff",
4008 "selection": "#6a6ab73d"
4009 },
4010 {
4011 "cursor": "#2d8f6fff",
4012 "background": "#2d8f6fff",
4013 "selection": "#2d8f6f3d"
4014 },
4015 {
4016 "cursor": "#d22e72ff",
4017 "background": "#d22e72ff",
4018 "selection": "#d22e723d"
4019 },
4020 {
4021 "cursor": "#8a8a10ff",
4022 "background": "#8a8a10ff",
4023 "selection": "#8a8a103d"
4024 },
4025 {
4026 "cursor": "#558c3aff",
4027 "background": "#558c3aff",
4028 "selection": "#558c3a3d"
4029 }
4030 ],
4031 "syntax": {
4032 "attribute": {
4033 "color": "#267eadff",
4034 "font_style": null,
4035 "font_weight": null
4036 },
4037 "boolean": {
4038 "color": "#558c3aff",
4039 "font_style": null,
4040 "font_weight": null
4041 },
4042 "comment": {
4043 "color": "#5a7b8cff",
4044 "font_style": null,
4045 "font_weight": null
4046 },
4047 "comment.doc": {
4048 "color": "#7ea2b4ff",
4049 "font_style": null,
4050 "font_weight": null
4051 },
4052 "constant": {
4053 "color": "#558c3aff",
4054 "font_style": null,
4055 "font_weight": null
4056 },
4057 "constructor": {
4058 "color": "#267eadff",
4059 "font_style": null,
4060 "font_weight": null
4061 },
4062 "embedded": {
4063 "color": "#ebf8ffff",
4064 "font_style": null,
4065 "font_weight": null
4066 },
4067 "emphasis": {
4068 "color": "#267eadff",
4069 "font_style": null,
4070 "font_weight": null
4071 },
4072 "emphasis.strong": {
4073 "color": "#267eadff",
4074 "font_style": null,
4075 "font_weight": 700
4076 },
4077 "enum": {
4078 "color": "#935b25ff",
4079 "font_style": null,
4080 "font_weight": null
4081 },
4082 "function": {
4083 "color": "#247eadff",
4084 "font_style": null,
4085 "font_weight": null
4086 },
4087 "function.method": {
4088 "color": "#247eadff",
4089 "font_style": null,
4090 "font_weight": null
4091 },
4092 "function.special.definition": {
4093 "color": "#8a8a0eff",
4094 "font_style": null,
4095 "font_weight": null
4096 },
4097 "hint": {
4098 "color": "#52809aff",
4099 "font_style": null,
4100 "font_weight": 700
4101 },
4102 "keyword": {
4103 "color": "#6a6ab7ff",
4104 "font_style": null,
4105 "font_weight": null
4106 },
4107 "label": {
4108 "color": "#267eadff",
4109 "font_style": null,
4110 "font_weight": null
4111 },
4112 "link_text": {
4113 "color": "#935b25ff",
4114 "font_style": "italic",
4115 "font_weight": null
4116 },
4117 "link_uri": {
4118 "color": "#558c3aff",
4119 "font_style": null,
4120 "font_weight": null
4121 },
4122 "number": {
4123 "color": "#935c24ff",
4124 "font_style": null,
4125 "font_weight": null
4126 },
4127 "operator": {
4128 "color": "#7ea2b4ff",
4129 "font_style": null,
4130 "font_weight": null
4131 },
4132 "predictive": {
4133 "color": "#426f88ff",
4134 "font_style": "italic",
4135 "font_weight": null
4136 },
4137 "preproc": {
4138 "color": "#ebf8ffff",
4139 "font_style": null,
4140 "font_weight": null
4141 },
4142 "primary": {
4143 "color": "#c1e4f6ff",
4144 "font_style": null,
4145 "font_weight": null
4146 },
4147 "property": {
4148 "color": "#d22c72ff",
4149 "font_style": null,
4150 "font_weight": null
4151 },
4152 "punctuation": {
4153 "color": "#c1e4f6ff",
4154 "font_style": null,
4155 "font_weight": null
4156 },
4157 "punctuation.bracket": {
4158 "color": "#7ea2b4ff",
4159 "font_style": null,
4160 "font_weight": null
4161 },
4162 "punctuation.delimiter": {
4163 "color": "#7ea2b4ff",
4164 "font_style": null,
4165 "font_weight": null
4166 },
4167 "punctuation.list_marker": {
4168 "color": "#c1e4f6ff",
4169 "font_style": null,
4170 "font_weight": null
4171 },
4172 "punctuation.special": {
4173 "color": "#b72cd2ff",
4174 "font_style": null,
4175 "font_weight": null
4176 },
4177 "string": {
4178 "color": "#558c3aff",
4179 "font_style": null,
4180 "font_weight": null
4181 },
4182 "string.escape": {
4183 "color": "#7ea2b4ff",
4184 "font_style": null,
4185 "font_weight": null
4186 },
4187 "string.regex": {
4188 "color": "#2c8f6eff",
4189 "font_style": null,
4190 "font_weight": null
4191 },
4192 "string.special": {
4193 "color": "#b72cd2ff",
4194 "font_style": null,
4195 "font_weight": null
4196 },
4197 "string.special.symbol": {
4198 "color": "#558c3aff",
4199 "font_style": null,
4200 "font_weight": null
4201 },
4202 "tag": {
4203 "color": "#267eadff",
4204 "font_style": null,
4205 "font_weight": null
4206 },
4207 "text.literal": {
4208 "color": "#935b25ff",
4209 "font_style": null,
4210 "font_weight": null
4211 },
4212 "title": {
4213 "color": "#ebf8ffff",
4214 "font_style": null,
4215 "font_weight": 700
4216 },
4217 "type": {
4218 "color": "#8a8a0eff",
4219 "font_style": null,
4220 "font_weight": null
4221 },
4222 "variable": {
4223 "color": "#c1e4f6ff",
4224 "font_style": null,
4225 "font_weight": null
4226 },
4227 "variable.special": {
4228 "color": "#6a6ab7ff",
4229 "font_style": null,
4230 "font_weight": null
4231 },
4232 "variant": {
4233 "color": "#8a8a0eff",
4234 "font_style": null,
4235 "font_weight": null
4236 }
4237 }
4238 }
4239 },
4240 {
4241 "name": "Atelier Lakeside Light",
4242 "appearance": "light",
4243 "style": {
4244 "border": "#80a4b6ff",
4245 "border.variant": "#b0d3e5ff",
4246 "border.focused": "#b9cee0ff",
4247 "border.selected": "#b9cee0ff",
4248 "border.transparent": "#00000000",
4249 "border.disabled": "#93b7c9ff",
4250 "elevated_surface.background": "#cdeaf9ff",
4251 "surface.background": "#cdeaf9ff",
4252 "background": "#a6cadcff",
4253 "element.background": "#cdeaf9ff",
4254 "element.hover": "#b0d3e5ff",
4255 "element.active": "#82a6b8ff",
4256 "element.selected": "#82a6b8ff",
4257 "element.disabled": "#cdeaf9ff",
4258 "drop_target.background": "#526f7d80",
4259 "ghost_element.background": "#00000000",
4260 "ghost_element.hover": "#b0d3e5ff",
4261 "ghost_element.active": "#82a6b8ff",
4262 "ghost_element.selected": "#82a6b8ff",
4263 "ghost_element.disabled": "#cdeaf9ff",
4264 "text": "#161b1dff",
4265 "text.muted": "#526f7dff",
4266 "text.placeholder": "#628496ff",
4267 "text.disabled": "#628496ff",
4268 "text.accent": "#267eadff",
4269 "icon": "#161b1dff",
4270 "icon.muted": "#526f7dff",
4271 "icon.disabled": "#628496ff",
4272 "icon.placeholder": "#526f7dff",
4273 "icon.accent": "#267eadff",
4274 "status_bar.background": "#a6cadcff",
4275 "title_bar.background": "#a6cadcff",
4276 "title_bar.inactive_background": "#cdeaf9ff",
4277 "toolbar.background": "#ebf8ffff",
4278 "tab_bar.background": "#cdeaf9ff",
4279 "tab.inactive_background": "#cdeaf9ff",
4280 "tab.active_background": "#ebf8ffff",
4281 "search.match_background": "#277fad66",
4282 "panel.background": "#cdeaf9ff",
4283 "panel.focused_border": null,
4284 "pane.focused_border": null,
4285 "scrollbar.thumb.background": "#161b1d4c",
4286 "scrollbar.thumb.hover_background": "#b0d3e5ff",
4287 "scrollbar.thumb.border": "#b0d3e5ff",
4288 "scrollbar.track.background": "#00000000",
4289 "scrollbar.track.border": "#d3edfaff",
4290 "editor.foreground": "#1f292eff",
4291 "editor.background": "#ebf8ffff",
4292 "editor.gutter.background": "#ebf8ffff",
4293 "editor.subheader.background": "#cdeaf9ff",
4294 "editor.active_line.background": "#cdeaf9bf",
4295 "editor.highlighted_line.background": "#cdeaf9ff",
4296 "editor.line_number": "#161b1d59",
4297 "editor.active_line_number": "#161b1dff",
4298 "editor.invisible": "#66889aff",
4299 "editor.wrap_guide": "#161b1d0d",
4300 "editor.active_wrap_guide": "#161b1d1a",
4301 "editor.document_highlight.read_background": "#267ead1a",
4302 "editor.document_highlight.write_background": "#66889a66",
4303 "terminal.background": "#ebf8ffff",
4304 "terminal.foreground": "#161b1dff",
4305 "terminal.bright_foreground": "#161b1dff",
4306 "terminal.dim_foreground": "#ebf8ffff",
4307 "terminal.ansi.black": "#ebf8ffff",
4308 "terminal.ansi.bright_black": "#7296a9ff",
4309 "terminal.ansi.dim_black": "#161b1dff",
4310 "terminal.ansi.red": "#d22e71ff",
4311 "terminal.ansi.bright_red": "#f09fb6ff",
4312 "terminal.ansi.dim_red": "#6f1c3aff",
4313 "terminal.ansi.green": "#568c3bff",
4314 "terminal.ansi.bright_green": "#aac499ff",
4315 "terminal.ansi.dim_green": "#2e4522ff",
4316 "terminal.ansi.yellow": "#8a8a10ff",
4317 "terminal.ansi.bright_yellow": "#c7c28aff",
4318 "terminal.ansi.dim_yellow": "#454413ff",
4319 "terminal.ansi.blue": "#267eadff",
4320 "terminal.ansi.bright_blue": "#9ebcd6ff",
4321 "terminal.ansi.dim_blue": "#1d3f53ff",
4322 "terminal.ansi.magenta": "#b72ed2ff",
4323 "terminal.ansi.bright_magenta": "#e09fe9ff",
4324 "terminal.ansi.dim_magenta": "#5c1e6bff",
4325 "terminal.ansi.cyan": "#2e8f6eff",
4326 "terminal.ansi.bright_cyan": "#9bc7b5ff",
4327 "terminal.ansi.dim_cyan": "#1e4637ff",
4328 "terminal.ansi.white": "#161b1dff",
4329 "terminal.ansi.bright_white": "#161b1dff",
4330 "terminal.ansi.dim_white": "#577889ff",
4331 "link_text.hover": "#267eadff",
4332 "conflict": "#8a8a10ff",
4333 "conflict.background": "#eae6d0ff",
4334 "conflict.border": "#d8d3abff",
4335 "created": "#568c3bff",
4336 "created.background": "#dde7d5ff",
4337 "created.border": "#c1d4b5ff",
4338 "deleted": "#d22e71ff",
4339 "deleted.background": "#fad7e0ff",
4340 "deleted.border": "#f6bacaff",
4341 "error": "#d22e71ff",
4342 "error.background": "#fad7e0ff",
4343 "error.border": "#f6bacaff",
4344 "hidden": "#628496ff",
4345 "hidden.background": "#a6cadcff",
4346 "hidden.border": "#93b7c9ff",
4347 "hint": "#5a87a0ff",
4348 "hint.background": "#d8e4eeff",
4349 "hint.border": "#b9cee0ff",
4350 "ignored": "#628496ff",
4351 "ignored.background": "#a6cadcff",
4352 "ignored.border": "#80a4b6ff",
4353 "info": "#267eadff",
4354 "info.background": "#d8e4eeff",
4355 "info.border": "#b9cee0ff",
4356 "modified": "#8a8a10ff",
4357 "modified.background": "#eae6d0ff",
4358 "modified.border": "#d8d3abff",
4359 "predictive": "#6a97b2ff",
4360 "predictive.background": "#dde7d5ff",
4361 "predictive.border": "#c1d4b5ff",
4362 "renamed": "#267eadff",
4363 "renamed.background": "#d8e4eeff",
4364 "renamed.border": "#b9cee0ff",
4365 "success": "#568c3bff",
4366 "success.background": "#dde7d5ff",
4367 "success.border": "#c1d4b5ff",
4368 "unreachable": "#526f7dff",
4369 "unreachable.background": "#a6cadcff",
4370 "unreachable.border": "#80a4b6ff",
4371 "warning": "#8a8a10ff",
4372 "warning.background": "#eae6d0ff",
4373 "warning.border": "#d8d3abff",
4374 "players": [
4375 {
4376 "cursor": "#267eadff",
4377 "background": "#267eadff",
4378 "selection": "#267ead3d"
4379 },
4380 {
4381 "cursor": "#b72ed2ff",
4382 "background": "#b72ed2ff",
4383 "selection": "#b72ed23d"
4384 },
4385 {
4386 "cursor": "#935c25ff",
4387 "background": "#935c25ff",
4388 "selection": "#935c253d"
4389 },
4390 {
4391 "cursor": "#6c6ab7ff",
4392 "background": "#6c6ab7ff",
4393 "selection": "#6c6ab73d"
4394 },
4395 {
4396 "cursor": "#2e8f6eff",
4397 "background": "#2e8f6eff",
4398 "selection": "#2e8f6e3d"
4399 },
4400 {
4401 "cursor": "#d22e71ff",
4402 "background": "#d22e71ff",
4403 "selection": "#d22e713d"
4404 },
4405 {
4406 "cursor": "#8a8a10ff",
4407 "background": "#8a8a10ff",
4408 "selection": "#8a8a103d"
4409 },
4410 {
4411 "cursor": "#568c3bff",
4412 "background": "#568c3bff",
4413 "selection": "#568c3b3d"
4414 }
4415 ],
4416 "syntax": {
4417 "attribute": {
4418 "color": "#267eadff",
4419 "font_style": null,
4420 "font_weight": null
4421 },
4422 "boolean": {
4423 "color": "#568c3bff",
4424 "font_style": null,
4425 "font_weight": null
4426 },
4427 "comment": {
4428 "color": "#7094a7ff",
4429 "font_style": null,
4430 "font_weight": null
4431 },
4432 "comment.doc": {
4433 "color": "#516d7bff",
4434 "font_style": null,
4435 "font_weight": null
4436 },
4437 "constant": {
4438 "color": "#568c3bff",
4439 "font_style": null,
4440 "font_weight": null
4441 },
4442 "constructor": {
4443 "color": "#267eadff",
4444 "font_style": null,
4445 "font_weight": null
4446 },
4447 "embedded": {
4448 "color": "#161b1dff",
4449 "font_style": null,
4450 "font_weight": null
4451 },
4452 "emphasis": {
4453 "color": "#267eadff",
4454 "font_style": null,
4455 "font_weight": null
4456 },
4457 "emphasis.strong": {
4458 "color": "#267eadff",
4459 "font_style": null,
4460 "font_weight": 700
4461 },
4462 "enum": {
4463 "color": "#935c25ff",
4464 "font_style": null,
4465 "font_weight": null
4466 },
4467 "function": {
4468 "color": "#247eadff",
4469 "font_style": null,
4470 "font_weight": null
4471 },
4472 "function.method": {
4473 "color": "#247eadff",
4474 "font_style": null,
4475 "font_weight": null
4476 },
4477 "function.special.definition": {
4478 "color": "#8a8a0eff",
4479 "font_style": null,
4480 "font_weight": null
4481 },
4482 "hint": {
4483 "color": "#5a87a0ff",
4484 "font_style": null,
4485 "font_weight": 700
4486 },
4487 "keyword": {
4488 "color": "#6a6ab7ff",
4489 "font_style": null,
4490 "font_weight": null
4491 },
4492 "label": {
4493 "color": "#267eadff",
4494 "font_style": null,
4495 "font_weight": null
4496 },
4497 "link_text": {
4498 "color": "#935c25ff",
4499 "font_style": "italic",
4500 "font_weight": null
4501 },
4502 "link_uri": {
4503 "color": "#568c3bff",
4504 "font_style": null,
4505 "font_weight": null
4506 },
4507 "number": {
4508 "color": "#935c24ff",
4509 "font_style": null,
4510 "font_weight": null
4511 },
4512 "operator": {
4513 "color": "#516d7bff",
4514 "font_style": null,
4515 "font_weight": null
4516 },
4517 "predictive": {
4518 "color": "#6a97b2ff",
4519 "font_style": "italic",
4520 "font_weight": null
4521 },
4522 "preproc": {
4523 "color": "#161b1dff",
4524 "font_style": null,
4525 "font_weight": null
4526 },
4527 "primary": {
4528 "color": "#1f292eff",
4529 "font_style": null,
4530 "font_weight": null
4531 },
4532 "property": {
4533 "color": "#d22c72ff",
4534 "font_style": null,
4535 "font_weight": null
4536 },
4537 "punctuation": {
4538 "color": "#1f292eff",
4539 "font_style": null,
4540 "font_weight": null
4541 },
4542 "punctuation.bracket": {
4543 "color": "#516d7bff",
4544 "font_style": null,
4545 "font_weight": null
4546 },
4547 "punctuation.delimiter": {
4548 "color": "#516d7bff",
4549 "font_style": null,
4550 "font_weight": null
4551 },
4552 "punctuation.list_marker": {
4553 "color": "#1f292eff",
4554 "font_style": null,
4555 "font_weight": null
4556 },
4557 "punctuation.special": {
4558 "color": "#b72cd2ff",
4559 "font_style": null,
4560 "font_weight": null
4561 },
4562 "string": {
4563 "color": "#558c3aff",
4564 "font_style": null,
4565 "font_weight": null
4566 },
4567 "string.escape": {
4568 "color": "#516d7bff",
4569 "font_style": null,
4570 "font_weight": null
4571 },
4572 "string.regex": {
4573 "color": "#2c8f6eff",
4574 "font_style": null,
4575 "font_weight": null
4576 },
4577 "string.special": {
4578 "color": "#b72cd2ff",
4579 "font_style": null,
4580 "font_weight": null
4581 },
4582 "string.special.symbol": {
4583 "color": "#558c3aff",
4584 "font_style": null,
4585 "font_weight": null
4586 },
4587 "tag": {
4588 "color": "#267eadff",
4589 "font_style": null,
4590 "font_weight": null
4591 },
4592 "text.literal": {
4593 "color": "#935c25ff",
4594 "font_style": null,
4595 "font_weight": null
4596 },
4597 "title": {
4598 "color": "#161b1dff",
4599 "font_style": null,
4600 "font_weight": 700
4601 },
4602 "type": {
4603 "color": "#8a8a0eff",
4604 "font_style": null,
4605 "font_weight": null
4606 },
4607 "variable": {
4608 "color": "#1f292eff",
4609 "font_style": null,
4610 "font_weight": null
4611 },
4612 "variable.special": {
4613 "color": "#6a6ab7ff",
4614 "font_style": null,
4615 "font_weight": null
4616 },
4617 "variant": {
4618 "color": "#8a8a0eff",
4619 "font_style": null,
4620 "font_weight": null
4621 }
4622 }
4623 }
4624 },
4625 {
4626 "name": "Atelier Plateau Dark",
4627 "appearance": "dark",
4628 "style": {
4629 "border": "#564e4eff",
4630 "border.variant": "#352f2fff",
4631 "border.focused": "#2c2b45ff",
4632 "border.selected": "#2c2b45ff",
4633 "border.transparent": "#00000000",
4634 "border.disabled": "#494242ff",
4635 "elevated_surface.background": "#252020ff",
4636 "surface.background": "#252020ff",
4637 "background": "#3b3535ff",
4638 "element.background": "#252020ff",
4639 "element.hover": "#352f2fff",
4640 "element.active": "#554d4dff",
4641 "element.selected": "#554d4dff",
4642 "element.disabled": "#252020ff",
4643 "drop_target.background": "#89838380",
4644 "ghost_element.background": "#00000000",
4645 "ghost_element.hover": "#352f2fff",
4646 "ghost_element.active": "#554d4dff",
4647 "ghost_element.selected": "#554d4dff",
4648 "ghost_element.disabled": "#252020ff",
4649 "text": "#f4ececff",
4650 "text.muted": "#898383ff",
4651 "text.placeholder": "#756e6eff",
4652 "text.disabled": "#756e6eff",
4653 "text.accent": "#7272caff",
4654 "icon": "#f4ececff",
4655 "icon.muted": "#898383ff",
4656 "icon.disabled": "#756e6eff",
4657 "icon.placeholder": "#898383ff",
4658 "icon.accent": "#7272caff",
4659 "status_bar.background": "#3b3535ff",
4660 "title_bar.background": "#3b3535ff",
4661 "title_bar.inactive_background": "#252020ff",
4662 "toolbar.background": "#1b1818ff",
4663 "tab_bar.background": "#252020ff",
4664 "tab.inactive_background": "#252020ff",
4665 "tab.active_background": "#1b1818ff",
4666 "search.match_background": "#7272ca66",
4667 "panel.background": "#252020ff",
4668 "panel.focused_border": null,
4669 "pane.focused_border": null,
4670 "scrollbar.thumb.background": "#f4ecec4c",
4671 "scrollbar.thumb.hover_background": "#352f2fff",
4672 "scrollbar.thumb.border": "#352f2fff",
4673 "scrollbar.track.background": "#00000000",
4674 "scrollbar.track.border": "#231f1fff",
4675 "editor.foreground": "#e7dfdfff",
4676 "editor.background": "#1b1818ff",
4677 "editor.gutter.background": "#1b1818ff",
4678 "editor.subheader.background": "#252020ff",
4679 "editor.active_line.background": "#252020bf",
4680 "editor.highlighted_line.background": "#252020ff",
4681 "editor.line_number": "#f4ecec59",
4682 "editor.active_line_number": "#f4ececff",
4683 "editor.invisible": "#726a6aff",
4684 "editor.wrap_guide": "#f4ecec0d",
4685 "editor.active_wrap_guide": "#f4ecec1a",
4686 "editor.document_highlight.read_background": "#7272ca1a",
4687 "editor.document_highlight.write_background": "#726a6a66",
4688 "terminal.background": "#1b1818ff",
4689 "terminal.foreground": "#f4ececff",
4690 "terminal.bright_foreground": "#f4ececff",
4691 "terminal.dim_foreground": "#1b1818ff",
4692 "terminal.ansi.black": "#1b1818ff",
4693 "terminal.ansi.bright_black": "#635b5bff",
4694 "terminal.ansi.dim_black": "#f4ececff",
4695 "terminal.ansi.red": "#ca4848ff",
4696 "terminal.ansi.bright_red": "#692727ff",
4697 "terminal.ansi.dim_red": "#eda69fff",
4698 "terminal.ansi.green": "#4b8b8bff",
4699 "terminal.ansi.bright_green": "#2a4444ff",
4700 "terminal.ansi.dim_green": "#a6c4c4ff",
4701 "terminal.ansi.yellow": "#a06d3aff",
4702 "terminal.ansi.bright_yellow": "#4e3821ff",
4703 "terminal.ansi.dim_yellow": "#d4b499ff",
4704 "terminal.ansi.blue": "#7272caff",
4705 "terminal.ansi.bright_blue": "#3b3960ff",
4706 "terminal.ansi.dim_blue": "#bab5e4ff",
4707 "terminal.ansi.magenta": "#bd5187ff",
4708 "terminal.ansi.bright_magenta": "#5b2c42ff",
4709 "terminal.ansi.dim_magenta": "#e2a9c2ff",
4710 "terminal.ansi.cyan": "#5485b6ff",
4711 "terminal.ansi.bright_cyan": "#2e4257ff",
4712 "terminal.ansi.dim_cyan": "#acc0daff",
4713 "terminal.ansi.white": "#f4ececff",
4714 "terminal.ansi.bright_white": "#f4ececff",
4715 "terminal.ansi.dim_white": "#7f7878ff",
4716 "link_text.hover": "#7272caff",
4717 "conflict": "#a06d3aff",
4718 "conflict.background": "#231a12ff",
4719 "conflict.border": "#392a19ff",
4720 "created": "#4b8b8bff",
4721 "created.background": "#161e1eff",
4722 "created.border": "#203131ff",
4723 "deleted": "#ca4848ff",
4724 "deleted.background": "#351414ff",
4725 "deleted.border": "#501e1eff",
4726 "error": "#ca4848ff",
4727 "error.background": "#351414ff",
4728 "error.border": "#501e1eff",
4729 "hidden": "#756e6eff",
4730 "hidden.background": "#3b3535ff",
4731 "hidden.border": "#494242ff",
4732 "hint": "#8a647aff",
4733 "hint.background": "#1c1b29ff",
4734 "hint.border": "#2c2b45ff",
4735 "ignored": "#756e6eff",
4736 "ignored.background": "#3b3535ff",
4737 "ignored.border": "#564e4eff",
4738 "info": "#7272caff",
4739 "info.background": "#1c1b29ff",
4740 "info.border": "#2c2b45ff",
4741 "modified": "#a06d3aff",
4742 "modified.background": "#231a12ff",
4743 "modified.border": "#392a19ff",
4744 "predictive": "#795369ff",
4745 "predictive.background": "#161e1eff",
4746 "predictive.border": "#203131ff",
4747 "renamed": "#7272caff",
4748 "renamed.background": "#1c1b29ff",
4749 "renamed.border": "#2c2b45ff",
4750 "success": "#4b8b8bff",
4751 "success.background": "#161e1eff",
4752 "success.border": "#203131ff",
4753 "unreachable": "#898383ff",
4754 "unreachable.background": "#3b3535ff",
4755 "unreachable.border": "#564e4eff",
4756 "warning": "#a06d3aff",
4757 "warning.background": "#231a12ff",
4758 "warning.border": "#392a19ff",
4759 "players": [
4760 {
4761 "cursor": "#7272caff",
4762 "background": "#7272caff",
4763 "selection": "#7272ca3d"
4764 },
4765 {
4766 "cursor": "#bd5187ff",
4767 "background": "#bd5187ff",
4768 "selection": "#bd51873d"
4769 },
4770 {
4771 "cursor": "#b4593bff",
4772 "background": "#b4593bff",
4773 "selection": "#b4593b3d"
4774 },
4775 {
4776 "cursor": "#8464c4ff",
4777 "background": "#8464c4ff",
4778 "selection": "#8464c43d"
4779 },
4780 {
4781 "cursor": "#5485b6ff",
4782 "background": "#5485b6ff",
4783 "selection": "#5485b63d"
4784 },
4785 {
4786 "cursor": "#ca4848ff",
4787 "background": "#ca4848ff",
4788 "selection": "#ca48483d"
4789 },
4790 {
4791 "cursor": "#a06d3aff",
4792 "background": "#a06d3aff",
4793 "selection": "#a06d3a3d"
4794 },
4795 {
4796 "cursor": "#4b8b8bff",
4797 "background": "#4b8b8bff",
4798 "selection": "#4b8b8b3d"
4799 }
4800 ],
4801 "syntax": {
4802 "attribute": {
4803 "color": "#7272caff",
4804 "font_style": null,
4805 "font_weight": null
4806 },
4807 "boolean": {
4808 "color": "#4b8b8bff",
4809 "font_style": null,
4810 "font_weight": null
4811 },
4812 "comment": {
4813 "color": "#655d5dff",
4814 "font_style": null,
4815 "font_weight": null
4816 },
4817 "comment.doc": {
4818 "color": "#8a8585ff",
4819 "font_style": null,
4820 "font_weight": null
4821 },
4822 "constant": {
4823 "color": "#4b8b8bff",
4824 "font_style": null,
4825 "font_weight": null
4826 },
4827 "constructor": {
4828 "color": "#7272caff",
4829 "font_style": null,
4830 "font_weight": null
4831 },
4832 "embedded": {
4833 "color": "#f4ececff",
4834 "font_style": null,
4835 "font_weight": null
4836 },
4837 "emphasis": {
4838 "color": "#7272caff",
4839 "font_style": null,
4840 "font_weight": null
4841 },
4842 "emphasis.strong": {
4843 "color": "#7272caff",
4844 "font_style": null,
4845 "font_weight": 700
4846 },
4847 "enum": {
4848 "color": "#b4593bff",
4849 "font_style": null,
4850 "font_weight": null
4851 },
4852 "function": {
4853 "color": "#7272caff",
4854 "font_style": null,
4855 "font_weight": null
4856 },
4857 "function.method": {
4858 "color": "#7272caff",
4859 "font_style": null,
4860 "font_weight": null
4861 },
4862 "function.special.definition": {
4863 "color": "#a06d3aff",
4864 "font_style": null,
4865 "font_weight": null
4866 },
4867 "hint": {
4868 "color": "#8a647aff",
4869 "font_style": null,
4870 "font_weight": 700
4871 },
4872 "keyword": {
4873 "color": "#8464c4ff",
4874 "font_style": null,
4875 "font_weight": null
4876 },
4877 "label": {
4878 "color": "#7272caff",
4879 "font_style": null,
4880 "font_weight": null
4881 },
4882 "link_text": {
4883 "color": "#b4593bff",
4884 "font_style": "italic",
4885 "font_weight": null
4886 },
4887 "link_uri": {
4888 "color": "#4b8b8bff",
4889 "font_style": null,
4890 "font_weight": null
4891 },
4892 "number": {
4893 "color": "#b4593bff",
4894 "font_style": null,
4895 "font_weight": null
4896 },
4897 "operator": {
4898 "color": "#8a8585ff",
4899 "font_style": null,
4900 "font_weight": null
4901 },
4902 "predictive": {
4903 "color": "#795369ff",
4904 "font_style": "italic",
4905 "font_weight": null
4906 },
4907 "preproc": {
4908 "color": "#f4ececff",
4909 "font_style": null,
4910 "font_weight": null
4911 },
4912 "primary": {
4913 "color": "#e7dfdfff",
4914 "font_style": null,
4915 "font_weight": null
4916 },
4917 "property": {
4918 "color": "#ca4848ff",
4919 "font_style": null,
4920 "font_weight": null
4921 },
4922 "punctuation": {
4923 "color": "#e7dfdfff",
4924 "font_style": null,
4925 "font_weight": null
4926 },
4927 "punctuation.bracket": {
4928 "color": "#8a8585ff",
4929 "font_style": null,
4930 "font_weight": null
4931 },
4932 "punctuation.delimiter": {
4933 "color": "#8a8585ff",
4934 "font_style": null,
4935 "font_weight": null
4936 },
4937 "punctuation.list_marker": {
4938 "color": "#e7dfdfff",
4939 "font_style": null,
4940 "font_weight": null
4941 },
4942 "punctuation.special": {
4943 "color": "#bd5187ff",
4944 "font_style": null,
4945 "font_weight": null
4946 },
4947 "string": {
4948 "color": "#4b8b8bff",
4949 "font_style": null,
4950 "font_weight": null
4951 },
4952 "string.escape": {
4953 "color": "#8a8585ff",
4954 "font_style": null,
4955 "font_weight": null
4956 },
4957 "string.regex": {
4958 "color": "#5485b6ff",
4959 "font_style": null,
4960 "font_weight": null
4961 },
4962 "string.special": {
4963 "color": "#bd5187ff",
4964 "font_style": null,
4965 "font_weight": null
4966 },
4967 "string.special.symbol": {
4968 "color": "#4b8b8bff",
4969 "font_style": null,
4970 "font_weight": null
4971 },
4972 "tag": {
4973 "color": "#7272caff",
4974 "font_style": null,
4975 "font_weight": null
4976 },
4977 "text.literal": {
4978 "color": "#b4593bff",
4979 "font_style": null,
4980 "font_weight": null
4981 },
4982 "title": {
4983 "color": "#f4ececff",
4984 "font_style": null,
4985 "font_weight": 700
4986 },
4987 "type": {
4988 "color": "#a06d3aff",
4989 "font_style": null,
4990 "font_weight": null
4991 },
4992 "variable": {
4993 "color": "#e7dfdfff",
4994 "font_style": null,
4995 "font_weight": null
4996 },
4997 "variable.special": {
4998 "color": "#8464c4ff",
4999 "font_style": null,
5000 "font_weight": null
5001 },
5002 "variant": {
5003 "color": "#a06d3aff",
5004 "font_style": null,
5005 "font_weight": null
5006 }
5007 }
5008 }
5009 },
5010 {
5011 "name": "Atelier Plateau Light",
5012 "appearance": "light",
5013 "style": {
5014 "border": "#8e8989ff",
5015 "border.variant": "#cfc7c7ff",
5016 "border.focused": "#cecaecff",
5017 "border.selected": "#cecaecff",
5018 "border.transparent": "#00000000",
5019 "border.disabled": "#a8a2a2ff",
5020 "elevated_surface.background": "#ebe3e3ff",
5021 "surface.background": "#ebe3e3ff",
5022 "background": "#c1bbbbff",
5023 "element.background": "#ebe3e3ff",
5024 "element.hover": "#cfc7c7ff",
5025 "element.active": "#908b8bff",
5026 "element.selected": "#908b8bff",
5027 "element.disabled": "#ebe3e3ff",
5028 "drop_target.background": "#5a525280",
5029 "ghost_element.background": "#00000000",
5030 "ghost_element.hover": "#cfc7c7ff",
5031 "ghost_element.active": "#908b8bff",
5032 "ghost_element.selected": "#908b8bff",
5033 "ghost_element.disabled": "#ebe3e3ff",
5034 "text": "#1b1818ff",
5035 "text.muted": "#5a5252ff",
5036 "text.placeholder": "#6e6666ff",
5037 "text.disabled": "#6e6666ff",
5038 "text.accent": "#7272caff",
5039 "icon": "#1b1818ff",
5040 "icon.muted": "#5a5252ff",
5041 "icon.disabled": "#6e6666ff",
5042 "icon.placeholder": "#5a5252ff",
5043 "icon.accent": "#7272caff",
5044 "status_bar.background": "#c1bbbbff",
5045 "title_bar.background": "#c1bbbbff",
5046 "title_bar.inactive_background": "#ebe3e3ff",
5047 "toolbar.background": "#f4ececff",
5048 "tab_bar.background": "#ebe3e3ff",
5049 "tab.inactive_background": "#ebe3e3ff",
5050 "tab.active_background": "#f4ececff",
5051 "search.match_background": "#7372ca66",
5052 "panel.background": "#ebe3e3ff",
5053 "panel.focused_border": null,
5054 "pane.focused_border": null,
5055 "scrollbar.thumb.background": "#1b18184c",
5056 "scrollbar.thumb.hover_background": "#cfc7c7ff",
5057 "scrollbar.thumb.border": "#cfc7c7ff",
5058 "scrollbar.track.background": "#00000000",
5059 "scrollbar.track.border": "#ede5e5ff",
5060 "editor.foreground": "#292424ff",
5061 "editor.background": "#f4ececff",
5062 "editor.gutter.background": "#f4ececff",
5063 "editor.subheader.background": "#ebe3e3ff",
5064 "editor.active_line.background": "#ebe3e3bf",
5065 "editor.highlighted_line.background": "#ebe3e3ff",
5066 "editor.line_number": "#1b181859",
5067 "editor.active_line_number": "#1b1818ff",
5068 "editor.invisible": "#726a6aff",
5069 "editor.wrap_guide": "#1b18180d",
5070 "editor.active_wrap_guide": "#1b18181a",
5071 "editor.document_highlight.read_background": "#7272ca1a",
5072 "editor.document_highlight.write_background": "#726a6a66",
5073 "terminal.background": "#f4ececff",
5074 "terminal.foreground": "#1b1818ff",
5075 "terminal.bright_foreground": "#1b1818ff",
5076 "terminal.dim_foreground": "#f4ececff",
5077 "terminal.ansi.black": "#f4ececff",
5078 "terminal.ansi.bright_black": "#7f7878ff",
5079 "terminal.ansi.dim_black": "#1b1818ff",
5080 "terminal.ansi.red": "#ca4a4aff",
5081 "terminal.ansi.bright_red": "#eda69fff",
5082 "terminal.ansi.dim_red": "#692727ff",
5083 "terminal.ansi.green": "#4c8b8bff",
5084 "terminal.ansi.bright_green": "#a6c4c4ff",
5085 "terminal.ansi.dim_green": "#2a4444ff",
5086 "terminal.ansi.yellow": "#a06e3bff",
5087 "terminal.ansi.bright_yellow": "#d4b499ff",
5088 "terminal.ansi.dim_yellow": "#4e3821ff",
5089 "terminal.ansi.blue": "#7272caff",
5090 "terminal.ansi.bright_blue": "#bab5e4ff",
5091 "terminal.ansi.dim_blue": "#3b3960ff",
5092 "terminal.ansi.magenta": "#bd5186ff",
5093 "terminal.ansi.bright_magenta": "#e2a9c2ff",
5094 "terminal.ansi.dim_magenta": "#5b2c42ff",
5095 "terminal.ansi.cyan": "#5485b5ff",
5096 "terminal.ansi.bright_cyan": "#acc0daff",
5097 "terminal.ansi.dim_cyan": "#2e4257ff",
5098 "terminal.ansi.white": "#1b1818ff",
5099 "terminal.ansi.bright_white": "#1b1818ff",
5100 "terminal.ansi.dim_white": "#635b5bff",
5101 "link_text.hover": "#7272caff",
5102 "conflict": "#a06e3bff",
5103 "conflict.background": "#eee0d5ff",
5104 "conflict.border": "#e0c9b5ff",
5105 "created": "#4c8b8bff",
5106 "created.background": "#dae7e7ff",
5107 "created.border": "#bfd4d4ff",
5108 "deleted": "#ca4a4aff",
5109 "deleted.background": "#fadbd7ff",
5110 "deleted.border": "#f4bfbaff",
5111 "error": "#ca4a4aff",
5112 "error.background": "#fadbd7ff",
5113 "error.border": "#f4bfbaff",
5114 "hidden": "#6e6666ff",
5115 "hidden.background": "#c1bbbbff",
5116 "hidden.border": "#a8a2a2ff",
5117 "hint": "#91697fff",
5118 "hint.background": "#e4e1f5ff",
5119 "hint.border": "#cecaecff",
5120 "ignored": "#6e6666ff",
5121 "ignored.background": "#c1bbbbff",
5122 "ignored.border": "#8e8989ff",
5123 "info": "#7272caff",
5124 "info.background": "#e4e1f5ff",
5125 "info.border": "#cecaecff",
5126 "modified": "#a06e3bff",
5127 "modified.background": "#eee0d5ff",
5128 "modified.border": "#e0c9b5ff",
5129 "predictive": "#a27a91ff",
5130 "predictive.background": "#dae7e7ff",
5131 "predictive.border": "#bfd4d4ff",
5132 "renamed": "#7272caff",
5133 "renamed.background": "#e4e1f5ff",
5134 "renamed.border": "#cecaecff",
5135 "success": "#4c8b8bff",
5136 "success.background": "#dae7e7ff",
5137 "success.border": "#bfd4d4ff",
5138 "unreachable": "#5a5252ff",
5139 "unreachable.background": "#c1bbbbff",
5140 "unreachable.border": "#8e8989ff",
5141 "warning": "#a06e3bff",
5142 "warning.background": "#eee0d5ff",
5143 "warning.border": "#e0c9b5ff",
5144 "players": [
5145 {
5146 "cursor": "#7272caff",
5147 "background": "#7272caff",
5148 "selection": "#7272ca3d"
5149 },
5150 {
5151 "cursor": "#bd5186ff",
5152 "background": "#bd5186ff",
5153 "selection": "#bd51863d"
5154 },
5155 {
5156 "cursor": "#b45a3cff",
5157 "background": "#b45a3cff",
5158 "selection": "#b45a3c3d"
5159 },
5160 {
5161 "cursor": "#8464c4ff",
5162 "background": "#8464c4ff",
5163 "selection": "#8464c43d"
5164 },
5165 {
5166 "cursor": "#5485b5ff",
5167 "background": "#5485b5ff",
5168 "selection": "#5485b53d"
5169 },
5170 {
5171 "cursor": "#ca4a4aff",
5172 "background": "#ca4a4aff",
5173 "selection": "#ca4a4a3d"
5174 },
5175 {
5176 "cursor": "#a06e3bff",
5177 "background": "#a06e3bff",
5178 "selection": "#a06e3b3d"
5179 },
5180 {
5181 "cursor": "#4c8b8bff",
5182 "background": "#4c8b8bff",
5183 "selection": "#4c8b8b3d"
5184 }
5185 ],
5186 "syntax": {
5187 "attribute": {
5188 "color": "#7272caff",
5189 "font_style": null,
5190 "font_weight": null
5191 },
5192 "boolean": {
5193 "color": "#4c8b8bff",
5194 "font_style": null,
5195 "font_weight": null
5196 },
5197 "comment": {
5198 "color": "#7e7777ff",
5199 "font_style": null,
5200 "font_weight": null
5201 },
5202 "comment.doc": {
5203 "color": "#585050ff",
5204 "font_style": null,
5205 "font_weight": null
5206 },
5207 "constant": {
5208 "color": "#4c8b8bff",
5209 "font_style": null,
5210 "font_weight": null
5211 },
5212 "constructor": {
5213 "color": "#7272caff",
5214 "font_style": null,
5215 "font_weight": null
5216 },
5217 "embedded": {
5218 "color": "#1b1818ff",
5219 "font_style": null,
5220 "font_weight": null
5221 },
5222 "emphasis": {
5223 "color": "#7272caff",
5224 "font_style": null,
5225 "font_weight": null
5226 },
5227 "emphasis.strong": {
5228 "color": "#7272caff",
5229 "font_style": null,
5230 "font_weight": 700
5231 },
5232 "enum": {
5233 "color": "#b45a3cff",
5234 "font_style": null,
5235 "font_weight": null
5236 },
5237 "function": {
5238 "color": "#7272caff",
5239 "font_style": null,
5240 "font_weight": null
5241 },
5242 "function.method": {
5243 "color": "#7272caff",
5244 "font_style": null,
5245 "font_weight": null
5246 },
5247 "function.special.definition": {
5248 "color": "#a06d3aff",
5249 "font_style": null,
5250 "font_weight": null
5251 },
5252 "hint": {
5253 "color": "#91697fff",
5254 "font_style": null,
5255 "font_weight": 700
5256 },
5257 "keyword": {
5258 "color": "#8464c4ff",
5259 "font_style": null,
5260 "font_weight": null
5261 },
5262 "label": {
5263 "color": "#7272caff",
5264 "font_style": null,
5265 "font_weight": null
5266 },
5267 "link_text": {
5268 "color": "#b45a3cff",
5269 "font_style": "italic",
5270 "font_weight": null
5271 },
5272 "link_uri": {
5273 "color": "#4c8b8bff",
5274 "font_style": null,
5275 "font_weight": null
5276 },
5277 "number": {
5278 "color": "#b4593bff",
5279 "font_style": null,
5280 "font_weight": null
5281 },
5282 "operator": {
5283 "color": "#585050ff",
5284 "font_style": null,
5285 "font_weight": null
5286 },
5287 "predictive": {
5288 "color": "#a27a91ff",
5289 "font_style": "italic",
5290 "font_weight": null
5291 },
5292 "preproc": {
5293 "color": "#1b1818ff",
5294 "font_style": null,
5295 "font_weight": null
5296 },
5297 "primary": {
5298 "color": "#292424ff",
5299 "font_style": null,
5300 "font_weight": null
5301 },
5302 "property": {
5303 "color": "#ca4848ff",
5304 "font_style": null,
5305 "font_weight": null
5306 },
5307 "punctuation": {
5308 "color": "#292424ff",
5309 "font_style": null,
5310 "font_weight": null
5311 },
5312 "punctuation.bracket": {
5313 "color": "#585050ff",
5314 "font_style": null,
5315 "font_weight": null
5316 },
5317 "punctuation.delimiter": {
5318 "color": "#585050ff",
5319 "font_style": null,
5320 "font_weight": null
5321 },
5322 "punctuation.list_marker": {
5323 "color": "#292424ff",
5324 "font_style": null,
5325 "font_weight": null
5326 },
5327 "punctuation.special": {
5328 "color": "#bd5187ff",
5329 "font_style": null,
5330 "font_weight": null
5331 },
5332 "string": {
5333 "color": "#4b8b8bff",
5334 "font_style": null,
5335 "font_weight": null
5336 },
5337 "string.escape": {
5338 "color": "#585050ff",
5339 "font_style": null,
5340 "font_weight": null
5341 },
5342 "string.regex": {
5343 "color": "#5485b6ff",
5344 "font_style": null,
5345 "font_weight": null
5346 },
5347 "string.special": {
5348 "color": "#bd5187ff",
5349 "font_style": null,
5350 "font_weight": null
5351 },
5352 "string.special.symbol": {
5353 "color": "#4b8b8bff",
5354 "font_style": null,
5355 "font_weight": null
5356 },
5357 "tag": {
5358 "color": "#7272caff",
5359 "font_style": null,
5360 "font_weight": null
5361 },
5362 "text.literal": {
5363 "color": "#b45a3cff",
5364 "font_style": null,
5365 "font_weight": null
5366 },
5367 "title": {
5368 "color": "#1b1818ff",
5369 "font_style": null,
5370 "font_weight": 700
5371 },
5372 "type": {
5373 "color": "#a06d3aff",
5374 "font_style": null,
5375 "font_weight": null
5376 },
5377 "variable": {
5378 "color": "#292424ff",
5379 "font_style": null,
5380 "font_weight": null
5381 },
5382 "variable.special": {
5383 "color": "#8464c4ff",
5384 "font_style": null,
5385 "font_weight": null
5386 },
5387 "variant": {
5388 "color": "#a06d3aff",
5389 "font_style": null,
5390 "font_weight": null
5391 }
5392 }
5393 }
5394 },
5395 {
5396 "name": "Atelier Savanna Dark",
5397 "appearance": "dark",
5398 "style": {
5399 "border": "#505e55ff",
5400 "border.variant": "#2f3832ff",
5401 "border.focused": "#1f3233ff",
5402 "border.selected": "#1f3233ff",
5403 "border.transparent": "#00000000",
5404 "border.disabled": "#434f47ff",
5405 "elevated_surface.background": "#1f2621ff",
5406 "surface.background": "#1f2621ff",
5407 "background": "#353f39ff",
5408 "element.background": "#1f2621ff",
5409 "element.hover": "#2f3832ff",
5410 "element.active": "#4f5c53ff",
5411 "element.selected": "#4f5c53ff",
5412 "element.disabled": "#1f2621ff",
5413 "drop_target.background": "#85918880",
5414 "ghost_element.background": "#00000000",
5415 "ghost_element.hover": "#2f3832ff",
5416 "ghost_element.active": "#4f5c53ff",
5417 "ghost_element.selected": "#4f5c53ff",
5418 "ghost_element.disabled": "#1f2621ff",
5419 "text": "#ecf4eeff",
5420 "text.muted": "#859188ff",
5421 "text.placeholder": "#6f7e74ff",
5422 "text.disabled": "#6f7e74ff",
5423 "text.accent": "#468b8fff",
5424 "icon": "#ecf4eeff",
5425 "icon.muted": "#859188ff",
5426 "icon.disabled": "#6f7e74ff",
5427 "icon.placeholder": "#859188ff",
5428 "icon.accent": "#468b8fff",
5429 "status_bar.background": "#353f39ff",
5430 "title_bar.background": "#353f39ff",
5431 "title_bar.inactive_background": "#1f2621ff",
5432 "toolbar.background": "#171c19ff",
5433 "tab_bar.background": "#1f2621ff",
5434 "tab.inactive_background": "#1f2621ff",
5435 "tab.active_background": "#171c19ff",
5436 "search.match_background": "#478c9066",
5437 "panel.background": "#1f2621ff",
5438 "panel.focused_border": null,
5439 "pane.focused_border": null,
5440 "scrollbar.thumb.background": "#ecf4ee4c",
5441 "scrollbar.thumb.hover_background": "#2f3832ff",
5442 "scrollbar.thumb.border": "#2f3832ff",
5443 "scrollbar.track.background": "#00000000",
5444 "scrollbar.track.border": "#1e2420ff",
5445 "editor.foreground": "#dfe7e2ff",
5446 "editor.background": "#171c19ff",
5447 "editor.gutter.background": "#171c19ff",
5448 "editor.subheader.background": "#1f2621ff",
5449 "editor.active_line.background": "#1f2621bf",
5450 "editor.highlighted_line.background": "#1f2621ff",
5451 "editor.line_number": "#ecf4ee59",
5452 "editor.active_line_number": "#ecf4eeff",
5453 "editor.invisible": "#6c7a71ff",
5454 "editor.wrap_guide": "#ecf4ee0d",
5455 "editor.active_wrap_guide": "#ecf4ee1a",
5456 "editor.document_highlight.read_background": "#468b8f1a",
5457 "editor.document_highlight.write_background": "#6c7a7166",
5458 "terminal.background": "#171c19ff",
5459 "terminal.foreground": "#ecf4eeff",
5460 "terminal.bright_foreground": "#ecf4eeff",
5461 "terminal.dim_foreground": "#171c19ff",
5462 "terminal.ansi.black": "#171c19ff",
5463 "terminal.ansi.bright_black": "#5d6b62ff",
5464 "terminal.ansi.dim_black": "#ecf4eeff",
5465 "terminal.ansi.red": "#b16038ff",
5466 "terminal.ansi.bright_red": "#563220ff",
5467 "terminal.ansi.dim_red": "#deae97ff",
5468 "terminal.ansi.green": "#479962ff",
5469 "terminal.ansi.bright_green": "#294a33ff",
5470 "terminal.ansi.dim_green": "#a5ccafff",
5471 "terminal.ansi.yellow": "#a07d3aff",
5472 "terminal.ansi.bright_yellow": "#4e3f22ff",
5473 "terminal.ansi.dim_yellow": "#d3bd9aff",
5474 "terminal.ansi.blue": "#468b8fff",
5475 "terminal.ansi.bright_blue": "#284546ff",
5476 "terminal.ansi.dim_blue": "#a5c5c6ff",
5477 "terminal.ansi.magenta": "#857368ff",
5478 "terminal.ansi.bright_magenta": "#423a36ff",
5479 "terminal.ansi.dim_magenta": "#c2b7b1ff",
5480 "terminal.ansi.cyan": "#1d9aa0ff",
5481 "terminal.ansi.bright_cyan": "#1d4a4dff",
5482 "terminal.ansi.dim_cyan": "#9dcdcfff",
5483 "terminal.ansi.white": "#ecf4eeff",
5484 "terminal.ansi.bright_white": "#ecf4eeff",
5485 "terminal.ansi.dim_white": "#7b897fff",
5486 "link_text.hover": "#468b8fff",
5487 "conflict": "#a07d3aff",
5488 "conflict.background": "#231d12ff",
5489 "conflict.border": "#392e19ff",
5490 "created": "#479962ff",
5491 "created.background": "#162119ff",
5492 "created.border": "#203526ff",
5493 "deleted": "#b16038ff",
5494 "deleted.background": "#261810ff",
5495 "deleted.border": "#3e2619ff",
5496 "error": "#b16038ff",
5497 "error.background": "#261810ff",
5498 "error.border": "#3e2619ff",
5499 "hidden": "#6f7e74ff",
5500 "hidden.background": "#353f39ff",
5501 "hidden.border": "#434f47ff",
5502 "hint": "#607e76ff",
5503 "hint.background": "#151e20ff",
5504 "hint.border": "#1f3233ff",
5505 "ignored": "#6f7e74ff",
5506 "ignored.background": "#353f39ff",
5507 "ignored.border": "#505e55ff",
5508 "info": "#468b8fff",
5509 "info.background": "#151e20ff",
5510 "info.border": "#1f3233ff",
5511 "modified": "#a07d3aff",
5512 "modified.background": "#231d12ff",
5513 "modified.border": "#392e19ff",
5514 "predictive": "#506d66ff",
5515 "predictive.background": "#162119ff",
5516 "predictive.border": "#203526ff",
5517 "renamed": "#468b8fff",
5518 "renamed.background": "#151e20ff",
5519 "renamed.border": "#1f3233ff",
5520 "success": "#479962ff",
5521 "success.background": "#162119ff",
5522 "success.border": "#203526ff",
5523 "unreachable": "#859188ff",
5524 "unreachable.background": "#353f39ff",
5525 "unreachable.border": "#505e55ff",
5526 "warning": "#a07d3aff",
5527 "warning.background": "#231d12ff",
5528 "warning.border": "#392e19ff",
5529 "players": [
5530 {
5531 "cursor": "#468b8fff",
5532 "background": "#468b8fff",
5533 "selection": "#468b8f3d"
5534 },
5535 {
5536 "cursor": "#857368ff",
5537 "background": "#857368ff",
5538 "selection": "#8573683d"
5539 },
5540 {
5541 "cursor": "#9f703bff",
5542 "background": "#9f703bff",
5543 "selection": "#9f703b3d"
5544 },
5545 {
5546 "cursor": "#55859bff",
5547 "background": "#55859bff",
5548 "selection": "#55859b3d"
5549 },
5550 {
5551 "cursor": "#1d9aa0ff",
5552 "background": "#1d9aa0ff",
5553 "selection": "#1d9aa03d"
5554 },
5555 {
5556 "cursor": "#b16038ff",
5557 "background": "#b16038ff",
5558 "selection": "#b160383d"
5559 },
5560 {
5561 "cursor": "#a07d3aff",
5562 "background": "#a07d3aff",
5563 "selection": "#a07d3a3d"
5564 },
5565 {
5566 "cursor": "#479962ff",
5567 "background": "#479962ff",
5568 "selection": "#4799623d"
5569 }
5570 ],
5571 "syntax": {
5572 "attribute": {
5573 "color": "#468b8fff",
5574 "font_style": null,
5575 "font_weight": null
5576 },
5577 "boolean": {
5578 "color": "#479962ff",
5579 "font_style": null,
5580 "font_weight": null
5581 },
5582 "comment": {
5583 "color": "#5f6d64ff",
5584 "font_style": null,
5585 "font_weight": null
5586 },
5587 "comment.doc": {
5588 "color": "#87928aff",
5589 "font_style": null,
5590 "font_weight": null
5591 },
5592 "constant": {
5593 "color": "#479962ff",
5594 "font_style": null,
5595 "font_weight": null
5596 },
5597 "constructor": {
5598 "color": "#468b8fff",
5599 "font_style": null,
5600 "font_weight": null
5601 },
5602 "embedded": {
5603 "color": "#ecf4eeff",
5604 "font_style": null,
5605 "font_weight": null
5606 },
5607 "emphasis": {
5608 "color": "#468b8fff",
5609 "font_style": null,
5610 "font_weight": null
5611 },
5612 "emphasis.strong": {
5613 "color": "#468b8fff",
5614 "font_style": null,
5615 "font_weight": 700
5616 },
5617 "enum": {
5618 "color": "#9f703bff",
5619 "font_style": null,
5620 "font_weight": null
5621 },
5622 "function": {
5623 "color": "#468b8fff",
5624 "font_style": null,
5625 "font_weight": null
5626 },
5627 "function.method": {
5628 "color": "#468b8fff",
5629 "font_style": null,
5630 "font_weight": null
5631 },
5632 "function.special.definition": {
5633 "color": "#a07d3aff",
5634 "font_style": null,
5635 "font_weight": null
5636 },
5637 "hint": {
5638 "color": "#607e76ff",
5639 "font_style": null,
5640 "font_weight": 700
5641 },
5642 "keyword": {
5643 "color": "#55859bff",
5644 "font_style": null,
5645 "font_weight": null
5646 },
5647 "label": {
5648 "color": "#468b8fff",
5649 "font_style": null,
5650 "font_weight": null
5651 },
5652 "link_text": {
5653 "color": "#9f703bff",
5654 "font_style": "italic",
5655 "font_weight": null
5656 },
5657 "link_uri": {
5658 "color": "#479962ff",
5659 "font_style": null,
5660 "font_weight": null
5661 },
5662 "number": {
5663 "color": "#9f703bff",
5664 "font_style": null,
5665 "font_weight": null
5666 },
5667 "operator": {
5668 "color": "#87928aff",
5669 "font_style": null,
5670 "font_weight": null
5671 },
5672 "predictive": {
5673 "color": "#506d66ff",
5674 "font_style": "italic",
5675 "font_weight": null
5676 },
5677 "preproc": {
5678 "color": "#ecf4eeff",
5679 "font_style": null,
5680 "font_weight": null
5681 },
5682 "primary": {
5683 "color": "#dfe7e2ff",
5684 "font_style": null,
5685 "font_weight": null
5686 },
5687 "property": {
5688 "color": "#b16038ff",
5689 "font_style": null,
5690 "font_weight": null
5691 },
5692 "punctuation": {
5693 "color": "#dfe7e2ff",
5694 "font_style": null,
5695 "font_weight": null
5696 },
5697 "punctuation.bracket": {
5698 "color": "#87928aff",
5699 "font_style": null,
5700 "font_weight": null
5701 },
5702 "punctuation.delimiter": {
5703 "color": "#87928aff",
5704 "font_style": null,
5705 "font_weight": null
5706 },
5707 "punctuation.list_marker": {
5708 "color": "#dfe7e2ff",
5709 "font_style": null,
5710 "font_weight": null
5711 },
5712 "punctuation.special": {
5713 "color": "#857368ff",
5714 "font_style": null,
5715 "font_weight": null
5716 },
5717 "string": {
5718 "color": "#479962ff",
5719 "font_style": null,
5720 "font_weight": null
5721 },
5722 "string.escape": {
5723 "color": "#87928aff",
5724 "font_style": null,
5725 "font_weight": null
5726 },
5727 "string.regex": {
5728 "color": "#1b9aa0ff",
5729 "font_style": null,
5730 "font_weight": null
5731 },
5732 "string.special": {
5733 "color": "#857368ff",
5734 "font_style": null,
5735 "font_weight": null
5736 },
5737 "string.special.symbol": {
5738 "color": "#479962ff",
5739 "font_style": null,
5740 "font_weight": null
5741 },
5742 "tag": {
5743 "color": "#468b8fff",
5744 "font_style": null,
5745 "font_weight": null
5746 },
5747 "text.literal": {
5748 "color": "#9f703bff",
5749 "font_style": null,
5750 "font_weight": null
5751 },
5752 "title": {
5753 "color": "#ecf4eeff",
5754 "font_style": null,
5755 "font_weight": 700
5756 },
5757 "type": {
5758 "color": "#a07d3aff",
5759 "font_style": null,
5760 "font_weight": null
5761 },
5762 "variable": {
5763 "color": "#dfe7e2ff",
5764 "font_style": null,
5765 "font_weight": null
5766 },
5767 "variable.special": {
5768 "color": "#55859bff",
5769 "font_style": null,
5770 "font_weight": null
5771 },
5772 "variant": {
5773 "color": "#a07d3aff",
5774 "font_style": null,
5775 "font_weight": null
5776 }
5777 }
5778 }
5779 },
5780 {
5781 "name": "Atelier Savanna Light",
5782 "appearance": "light",
5783 "style": {
5784 "border": "#8b968eff",
5785 "border.variant": "#c8d1cbff",
5786 "border.focused": "#bed4d6ff",
5787 "border.selected": "#bed4d6ff",
5788 "border.transparent": "#00000000",
5789 "border.disabled": "#a3ada6ff",
5790 "elevated_surface.background": "#e3ebe6ff",
5791 "surface.background": "#e3ebe6ff",
5792 "background": "#bcc5bfff",
5793 "element.background": "#e3ebe6ff",
5794 "element.hover": "#c8d1cbff",
5795 "element.active": "#8d9890ff",
5796 "element.selected": "#8d9890ff",
5797 "element.disabled": "#e3ebe6ff",
5798 "drop_target.background": "#54625980",
5799 "ghost_element.background": "#00000000",
5800 "ghost_element.hover": "#c8d1cbff",
5801 "ghost_element.active": "#8d9890ff",
5802 "ghost_element.selected": "#8d9890ff",
5803 "ghost_element.disabled": "#e3ebe6ff",
5804 "text": "#171c19ff",
5805 "text.muted": "#546259ff",
5806 "text.placeholder": "#68766dff",
5807 "text.disabled": "#68766dff",
5808 "text.accent": "#488b90ff",
5809 "icon": "#171c19ff",
5810 "icon.muted": "#546259ff",
5811 "icon.disabled": "#68766dff",
5812 "icon.placeholder": "#546259ff",
5813 "icon.accent": "#488b90ff",
5814 "status_bar.background": "#bcc5bfff",
5815 "title_bar.background": "#bcc5bfff",
5816 "title_bar.inactive_background": "#e3ebe6ff",
5817 "toolbar.background": "#ecf4eeff",
5818 "tab_bar.background": "#e3ebe6ff",
5819 "tab.inactive_background": "#e3ebe6ff",
5820 "tab.active_background": "#ecf4eeff",
5821 "search.match_background": "#488c9066",
5822 "panel.background": "#e3ebe6ff",
5823 "panel.focused_border": null,
5824 "pane.focused_border": null,
5825 "scrollbar.thumb.background": "#171c194c",
5826 "scrollbar.thumb.hover_background": "#c8d1cbff",
5827 "scrollbar.thumb.border": "#c8d1cbff",
5828 "scrollbar.track.background": "#00000000",
5829 "scrollbar.track.border": "#e5ede7ff",
5830 "editor.foreground": "#232a25ff",
5831 "editor.background": "#ecf4eeff",
5832 "editor.gutter.background": "#ecf4eeff",
5833 "editor.subheader.background": "#e3ebe6ff",
5834 "editor.active_line.background": "#e3ebe6bf",
5835 "editor.highlighted_line.background": "#e3ebe6ff",
5836 "editor.line_number": "#171c1959",
5837 "editor.active_line_number": "#171c19ff",
5838 "editor.invisible": "#6c7a71ff",
5839 "editor.wrap_guide": "#171c190d",
5840 "editor.active_wrap_guide": "#171c191a",
5841 "editor.document_highlight.read_background": "#488b901a",
5842 "editor.document_highlight.write_background": "#6c7a7166",
5843 "terminal.background": "#ecf4eeff",
5844 "terminal.foreground": "#171c19ff",
5845 "terminal.bright_foreground": "#171c19ff",
5846 "terminal.dim_foreground": "#ecf4eeff",
5847 "terminal.ansi.black": "#ecf4eeff",
5848 "terminal.ansi.bright_black": "#7b897fff",
5849 "terminal.ansi.dim_black": "#171c19ff",
5850 "terminal.ansi.red": "#b16139ff",
5851 "terminal.ansi.bright_red": "#deae97ff",
5852 "terminal.ansi.dim_red": "#563220ff",
5853 "terminal.ansi.green": "#499963ff",
5854 "terminal.ansi.bright_green": "#a5ccafff",
5855 "terminal.ansi.dim_green": "#294a33ff",
5856 "terminal.ansi.yellow": "#a07d3bff",
5857 "terminal.ansi.bright_yellow": "#d3bd9aff",
5858 "terminal.ansi.dim_yellow": "#4e3f22ff",
5859 "terminal.ansi.blue": "#488b90ff",
5860 "terminal.ansi.bright_blue": "#a5c5c6ff",
5861 "terminal.ansi.dim_blue": "#284546ff",
5862 "terminal.ansi.magenta": "#857368ff",
5863 "terminal.ansi.bright_magenta": "#c2b7b1ff",
5864 "terminal.ansi.dim_magenta": "#423a36ff",
5865 "terminal.ansi.cyan": "#1e9aa0ff",
5866 "terminal.ansi.bright_cyan": "#9dcdcfff",
5867 "terminal.ansi.dim_cyan": "#1d4a4dff",
5868 "terminal.ansi.white": "#171c19ff",
5869 "terminal.ansi.bright_white": "#171c19ff",
5870 "terminal.ansi.dim_white": "#5d6b62ff",
5871 "link_text.hover": "#488b90ff",
5872 "conflict": "#a07d3bff",
5873 "conflict.background": "#eee4d5ff",
5874 "conflict.border": "#dfcfb6ff",
5875 "created": "#499963ff",
5876 "created.background": "#daeadeff",
5877 "created.border": "#bedac5ff",
5878 "deleted": "#b16139ff",
5879 "deleted.background": "#f3ded4ff",
5880 "deleted.border": "#e8c5b4ff",
5881 "error": "#b16139ff",
5882 "error.background": "#f3ded4ff",
5883 "error.border": "#e8c5b4ff",
5884 "hidden": "#68766dff",
5885 "hidden.background": "#bcc5bfff",
5886 "hidden.border": "#a3ada6ff",
5887 "hint": "#66847cff",
5888 "hint.background": "#dae7e8ff",
5889 "hint.border": "#bed4d6ff",
5890 "ignored": "#68766dff",
5891 "ignored.background": "#bcc5bfff",
5892 "ignored.border": "#8b968eff",
5893 "info": "#488b90ff",
5894 "info.background": "#dae7e8ff",
5895 "info.border": "#bed4d6ff",
5896 "modified": "#a07d3bff",
5897 "modified.background": "#eee4d5ff",
5898 "modified.border": "#dfcfb6ff",
5899 "predictive": "#75958bff",
5900 "predictive.background": "#daeadeff",
5901 "predictive.border": "#bedac5ff",
5902 "renamed": "#488b90ff",
5903 "renamed.background": "#dae7e8ff",
5904 "renamed.border": "#bed4d6ff",
5905 "success": "#499963ff",
5906 "success.background": "#daeadeff",
5907 "success.border": "#bedac5ff",
5908 "unreachable": "#546259ff",
5909 "unreachable.background": "#bcc5bfff",
5910 "unreachable.border": "#8b968eff",
5911 "warning": "#a07d3bff",
5912 "warning.background": "#eee4d5ff",
5913 "warning.border": "#dfcfb6ff",
5914 "players": [
5915 {
5916 "cursor": "#488b90ff",
5917 "background": "#488b90ff",
5918 "selection": "#488b903d"
5919 },
5920 {
5921 "cursor": "#857368ff",
5922 "background": "#857368ff",
5923 "selection": "#8573683d"
5924 },
5925 {
5926 "cursor": "#9f713cff",
5927 "background": "#9f713cff",
5928 "selection": "#9f713c3d"
5929 },
5930 {
5931 "cursor": "#55859bff",
5932 "background": "#55859bff",
5933 "selection": "#55859b3d"
5934 },
5935 {
5936 "cursor": "#1e9aa0ff",
5937 "background": "#1e9aa0ff",
5938 "selection": "#1e9aa03d"
5939 },
5940 {
5941 "cursor": "#b16139ff",
5942 "background": "#b16139ff",
5943 "selection": "#b161393d"
5944 },
5945 {
5946 "cursor": "#a07d3bff",
5947 "background": "#a07d3bff",
5948 "selection": "#a07d3b3d"
5949 },
5950 {
5951 "cursor": "#499963ff",
5952 "background": "#499963ff",
5953 "selection": "#4999633d"
5954 }
5955 ],
5956 "syntax": {
5957 "attribute": {
5958 "color": "#488b90ff",
5959 "font_style": null,
5960 "font_weight": null
5961 },
5962 "boolean": {
5963 "color": "#499963ff",
5964 "font_style": null,
5965 "font_weight": null
5966 },
5967 "comment": {
5968 "color": "#77877cff",
5969 "font_style": null,
5970 "font_weight": null
5971 },
5972 "comment.doc": {
5973 "color": "#526057ff",
5974 "font_style": null,
5975 "font_weight": null
5976 },
5977 "constant": {
5978 "color": "#499963ff",
5979 "font_style": null,
5980 "font_weight": null
5981 },
5982 "constructor": {
5983 "color": "#488b90ff",
5984 "font_style": null,
5985 "font_weight": null
5986 },
5987 "embedded": {
5988 "color": "#171c19ff",
5989 "font_style": null,
5990 "font_weight": null
5991 },
5992 "emphasis": {
5993 "color": "#488b90ff",
5994 "font_style": null,
5995 "font_weight": null
5996 },
5997 "emphasis.strong": {
5998 "color": "#488b90ff",
5999 "font_style": null,
6000 "font_weight": 700
6001 },
6002 "enum": {
6003 "color": "#9f713cff",
6004 "font_style": null,
6005 "font_weight": null
6006 },
6007 "function": {
6008 "color": "#468b8fff",
6009 "font_style": null,
6010 "font_weight": null
6011 },
6012 "function.method": {
6013 "color": "#468b8fff",
6014 "font_style": null,
6015 "font_weight": null
6016 },
6017 "function.special.definition": {
6018 "color": "#a07d3aff",
6019 "font_style": null,
6020 "font_weight": null
6021 },
6022 "hint": {
6023 "color": "#66847cff",
6024 "font_style": null,
6025 "font_weight": 700
6026 },
6027 "keyword": {
6028 "color": "#55859bff",
6029 "font_style": null,
6030 "font_weight": null
6031 },
6032 "label": {
6033 "color": "#488b90ff",
6034 "font_style": null,
6035 "font_weight": null
6036 },
6037 "link_text": {
6038 "color": "#9f713cff",
6039 "font_style": "italic",
6040 "font_weight": null
6041 },
6042 "link_uri": {
6043 "color": "#499963ff",
6044 "font_style": null,
6045 "font_weight": null
6046 },
6047 "number": {
6048 "color": "#9f703bff",
6049 "font_style": null,
6050 "font_weight": null
6051 },
6052 "operator": {
6053 "color": "#526057ff",
6054 "font_style": null,
6055 "font_weight": null
6056 },
6057 "predictive": {
6058 "color": "#75958bff",
6059 "font_style": "italic",
6060 "font_weight": null
6061 },
6062 "preproc": {
6063 "color": "#171c19ff",
6064 "font_style": null,
6065 "font_weight": null
6066 },
6067 "primary": {
6068 "color": "#232a25ff",
6069 "font_style": null,
6070 "font_weight": null
6071 },
6072 "property": {
6073 "color": "#b16038ff",
6074 "font_style": null,
6075 "font_weight": null
6076 },
6077 "punctuation": {
6078 "color": "#232a25ff",
6079 "font_style": null,
6080 "font_weight": null
6081 },
6082 "punctuation.bracket": {
6083 "color": "#526057ff",
6084 "font_style": null,
6085 "font_weight": null
6086 },
6087 "punctuation.delimiter": {
6088 "color": "#526057ff",
6089 "font_style": null,
6090 "font_weight": null
6091 },
6092 "punctuation.list_marker": {
6093 "color": "#232a25ff",
6094 "font_style": null,
6095 "font_weight": null
6096 },
6097 "punctuation.special": {
6098 "color": "#857368ff",
6099 "font_style": null,
6100 "font_weight": null
6101 },
6102 "string": {
6103 "color": "#479962ff",
6104 "font_style": null,
6105 "font_weight": null
6106 },
6107 "string.escape": {
6108 "color": "#526057ff",
6109 "font_style": null,
6110 "font_weight": null
6111 },
6112 "string.regex": {
6113 "color": "#1b9aa0ff",
6114 "font_style": null,
6115 "font_weight": null
6116 },
6117 "string.special": {
6118 "color": "#857368ff",
6119 "font_style": null,
6120 "font_weight": null
6121 },
6122 "string.special.symbol": {
6123 "color": "#479962ff",
6124 "font_style": null,
6125 "font_weight": null
6126 },
6127 "tag": {
6128 "color": "#488b90ff",
6129 "font_style": null,
6130 "font_weight": null
6131 },
6132 "text.literal": {
6133 "color": "#9f713cff",
6134 "font_style": null,
6135 "font_weight": null
6136 },
6137 "title": {
6138 "color": "#171c19ff",
6139 "font_style": null,
6140 "font_weight": 700
6141 },
6142 "type": {
6143 "color": "#a07d3aff",
6144 "font_style": null,
6145 "font_weight": null
6146 },
6147 "variable": {
6148 "color": "#232a25ff",
6149 "font_style": null,
6150 "font_weight": null
6151 },
6152 "variable.special": {
6153 "color": "#55859bff",
6154 "font_style": null,
6155 "font_weight": null
6156 },
6157 "variant": {
6158 "color": "#a07d3aff",
6159 "font_style": null,
6160 "font_weight": null
6161 }
6162 }
6163 }
6164 },
6165 {
6166 "name": "Atelier Seaside Dark",
6167 "appearance": "dark",
6168 "style": {
6169 "border": "#5c6c5cff",
6170 "border.variant": "#333b33ff",
6171 "border.focused": "#102667ff",
6172 "border.selected": "#102667ff",
6173 "border.transparent": "#00000000",
6174 "border.disabled": "#4b584bff",
6175 "elevated_surface.background": "#1f231fff",
6176 "surface.background": "#1f231fff",
6177 "background": "#3b453bff",
6178 "element.background": "#1f231fff",
6179 "element.hover": "#333b33ff",
6180 "element.active": "#5a6a5aff",
6181 "element.selected": "#5a6a5aff",
6182 "element.disabled": "#1f231fff",
6183 "drop_target.background": "#8ba48b80",
6184 "ghost_element.background": "#00000000",
6185 "ghost_element.hover": "#333b33ff",
6186 "ghost_element.active": "#5a6a5aff",
6187 "ghost_element.selected": "#5a6a5aff",
6188 "ghost_element.disabled": "#1f231fff",
6189 "text": "#f3faf3ff",
6190 "text.muted": "#8ba48bff",
6191 "text.placeholder": "#778f77ff",
6192 "text.disabled": "#778f77ff",
6193 "text.accent": "#3e62f4ff",
6194 "icon": "#f3faf3ff",
6195 "icon.muted": "#8ba48bff",
6196 "icon.disabled": "#778f77ff",
6197 "icon.placeholder": "#8ba48bff",
6198 "icon.accent": "#3e62f4ff",
6199 "status_bar.background": "#3b453bff",
6200 "title_bar.background": "#3b453bff",
6201 "title_bar.inactive_background": "#1f231fff",
6202 "toolbar.background": "#131513ff",
6203 "tab_bar.background": "#1f231fff",
6204 "tab.inactive_background": "#1f231fff",
6205 "tab.active_background": "#131513ff",
6206 "search.match_background": "#3e62f466",
6207 "panel.background": "#1f231fff",
6208 "panel.focused_border": null,
6209 "pane.focused_border": null,
6210 "scrollbar.thumb.background": "#f3faf34c",
6211 "scrollbar.thumb.hover_background": "#333b33ff",
6212 "scrollbar.thumb.border": "#333b33ff",
6213 "scrollbar.track.background": "#00000000",
6214 "scrollbar.track.border": "#1d201dff",
6215 "editor.foreground": "#cfe8cfff",
6216 "editor.background": "#131513ff",
6217 "editor.gutter.background": "#131513ff",
6218 "editor.subheader.background": "#1f231fff",
6219 "editor.active_line.background": "#1f231fbf",
6220 "editor.highlighted_line.background": "#1f231fff",
6221 "editor.line_number": "#f3faf359",
6222 "editor.active_line_number": "#f3faf3ff",
6223 "editor.invisible": "#738b73ff",
6224 "editor.wrap_guide": "#f3faf30d",
6225 "editor.active_wrap_guide": "#f3faf31a",
6226 "editor.document_highlight.read_background": "#3e62f41a",
6227 "editor.document_highlight.write_background": "#738b7366",
6228 "terminal.background": "#131513ff",
6229 "terminal.foreground": "#f3faf3ff",
6230 "terminal.bright_foreground": "#f3faf3ff",
6231 "terminal.dim_foreground": "#131513ff",
6232 "terminal.ansi.black": "#131513ff",
6233 "terminal.ansi.bright_black": "#667a66ff",
6234 "terminal.ansi.dim_black": "#f3faf3ff",
6235 "terminal.ansi.red": "#e61c3bff",
6236 "terminal.ansi.bright_red": "#840a20ff",
6237 "terminal.ansi.dim_red": "#fe9c97ff",
6238 "terminal.ansi.green": "#2aa329ff",
6239 "terminal.ansi.bright_green": "#204f1bff",
6240 "terminal.ansi.dim_green": "#a0d294ff",
6241 "terminal.ansi.yellow": "#98981bff",
6242 "terminal.ansi.bright_yellow": "#4b4a17ff",
6243 "terminal.ansi.dim_yellow": "#d0ca90ff",
6244 "terminal.ansi.blue": "#3e62f4ff",
6245 "terminal.ansi.bright_blue": "#183385ff",
6246 "terminal.ansi.dim_blue": "#b1adfcff",
6247 "terminal.ansi.magenta": "#e61cc3ff",
6248 "terminal.ansi.bright_magenta": "#810d5fff",
6249 "terminal.ansi.dim_magenta": "#f9a1e1ff",
6250 "terminal.ansi.cyan": "#1b99b3ff",
6251 "terminal.ansi.bright_cyan": "#1c4a56ff",
6252 "terminal.ansi.dim_cyan": "#9fccd9ff",
6253 "terminal.ansi.white": "#f3faf3ff",
6254 "terminal.ansi.bright_white": "#f3faf3ff",
6255 "terminal.ansi.dim_white": "#829b82ff",
6256 "link_text.hover": "#3e62f4ff",
6257 "conflict": "#98981bff",
6258 "conflict.background": "#22210fff",
6259 "conflict.border": "#373614ff",
6260 "created": "#2aa329ff",
6261 "created.background": "#132310ff",
6262 "created.border": "#1a3817ff",
6263 "deleted": "#e61c3bff",
6264 "deleted.background": "#4f0412ff",
6265 "deleted.border": "#6a071aff",
6266 "error": "#e61c3bff",
6267 "error.background": "#4f0412ff",
6268 "error.border": "#6a071aff",
6269 "hidden": "#778f77ff",
6270 "hidden.background": "#3b453bff",
6271 "hidden.border": "#4b584bff",
6272 "hint": "#008b9fff",
6273 "hint.background": "#051949ff",
6274 "hint.border": "#102667ff",
6275 "ignored": "#778f77ff",
6276 "ignored.background": "#3b453bff",
6277 "ignored.border": "#5c6c5cff",
6278 "info": "#3e62f4ff",
6279 "info.background": "#051949ff",
6280 "info.border": "#102667ff",
6281 "modified": "#98981bff",
6282 "modified.background": "#22210fff",
6283 "modified.border": "#373614ff",
6284 "predictive": "#00788bff",
6285 "predictive.background": "#132310ff",
6286 "predictive.border": "#1a3817ff",
6287 "renamed": "#3e62f4ff",
6288 "renamed.background": "#051949ff",
6289 "renamed.border": "#102667ff",
6290 "success": "#2aa329ff",
6291 "success.background": "#132310ff",
6292 "success.border": "#1a3817ff",
6293 "unreachable": "#8ba48bff",
6294 "unreachable.background": "#3b453bff",
6295 "unreachable.border": "#5c6c5cff",
6296 "warning": "#98981bff",
6297 "warning.background": "#22210fff",
6298 "warning.border": "#373614ff",
6299 "players": [
6300 {
6301 "cursor": "#3e62f4ff",
6302 "background": "#3e62f4ff",
6303 "selection": "#3e62f43d"
6304 },
6305 {
6306 "cursor": "#e61cc3ff",
6307 "background": "#e61cc3ff",
6308 "selection": "#e61cc33d"
6309 },
6310 {
6311 "cursor": "#87711dff",
6312 "background": "#87711dff",
6313 "selection": "#87711d3d"
6314 },
6315 {
6316 "cursor": "#ac2dedff",
6317 "background": "#ac2dedff",
6318 "selection": "#ac2ded3d"
6319 },
6320 {
6321 "cursor": "#1b99b3ff",
6322 "background": "#1b99b3ff",
6323 "selection": "#1b99b33d"
6324 },
6325 {
6326 "cursor": "#e61c3bff",
6327 "background": "#e61c3bff",
6328 "selection": "#e61c3b3d"
6329 },
6330 {
6331 "cursor": "#98981bff",
6332 "background": "#98981bff",
6333 "selection": "#98981b3d"
6334 },
6335 {
6336 "cursor": "#2aa329ff",
6337 "background": "#2aa329ff",
6338 "selection": "#2aa3293d"
6339 }
6340 ],
6341 "syntax": {
6342 "attribute": {
6343 "color": "#3e62f4ff",
6344 "font_style": null,
6345 "font_weight": null
6346 },
6347 "boolean": {
6348 "color": "#2aa329ff",
6349 "font_style": null,
6350 "font_weight": null
6351 },
6352 "comment": {
6353 "color": "#687d68ff",
6354 "font_style": null,
6355 "font_weight": null
6356 },
6357 "comment.doc": {
6358 "color": "#8ca68cff",
6359 "font_style": null,
6360 "font_weight": null
6361 },
6362 "constant": {
6363 "color": "#2aa329ff",
6364 "font_style": null,
6365 "font_weight": null
6366 },
6367 "constructor": {
6368 "color": "#3e62f4ff",
6369 "font_style": null,
6370 "font_weight": null
6371 },
6372 "embedded": {
6373 "color": "#f3faf3ff",
6374 "font_style": null,
6375 "font_weight": null
6376 },
6377 "emphasis": {
6378 "color": "#3e62f4ff",
6379 "font_style": null,
6380 "font_weight": null
6381 },
6382 "emphasis.strong": {
6383 "color": "#3e62f4ff",
6384 "font_style": null,
6385 "font_weight": 700
6386 },
6387 "enum": {
6388 "color": "#87711dff",
6389 "font_style": null,
6390 "font_weight": null
6391 },
6392 "function": {
6393 "color": "#3d62f5ff",
6394 "font_style": null,
6395 "font_weight": null
6396 },
6397 "function.method": {
6398 "color": "#3d62f5ff",
6399 "font_style": null,
6400 "font_weight": null
6401 },
6402 "function.special.definition": {
6403 "color": "#98981bff",
6404 "font_style": null,
6405 "font_weight": null
6406 },
6407 "hint": {
6408 "color": "#008b9fff",
6409 "font_style": null,
6410 "font_weight": 700
6411 },
6412 "keyword": {
6413 "color": "#ac2aeeff",
6414 "font_style": null,
6415 "font_weight": null
6416 },
6417 "label": {
6418 "color": "#3e62f4ff",
6419 "font_style": null,
6420 "font_weight": null
6421 },
6422 "link_text": {
6423 "color": "#87711dff",
6424 "font_style": "italic",
6425 "font_weight": null
6426 },
6427 "link_uri": {
6428 "color": "#2aa329ff",
6429 "font_style": null,
6430 "font_weight": null
6431 },
6432 "number": {
6433 "color": "#87711cff",
6434 "font_style": null,
6435 "font_weight": null
6436 },
6437 "operator": {
6438 "color": "#8ca68cff",
6439 "font_style": null,
6440 "font_weight": null
6441 },
6442 "predictive": {
6443 "color": "#00788bff",
6444 "font_style": "italic",
6445 "font_weight": null
6446 },
6447 "preproc": {
6448 "color": "#f3faf3ff",
6449 "font_style": null,
6450 "font_weight": null
6451 },
6452 "primary": {
6453 "color": "#cfe8cfff",
6454 "font_style": null,
6455 "font_weight": null
6456 },
6457 "property": {
6458 "color": "#e6183bff",
6459 "font_style": null,
6460 "font_weight": null
6461 },
6462 "punctuation": {
6463 "color": "#cfe8cfff",
6464 "font_style": null,
6465 "font_weight": null
6466 },
6467 "punctuation.bracket": {
6468 "color": "#8ca68cff",
6469 "font_style": null,
6470 "font_weight": null
6471 },
6472 "punctuation.delimiter": {
6473 "color": "#8ca68cff",
6474 "font_style": null,
6475 "font_weight": null
6476 },
6477 "punctuation.list_marker": {
6478 "color": "#cfe8cfff",
6479 "font_style": null,
6480 "font_weight": null
6481 },
6482 "punctuation.special": {
6483 "color": "#e618c3ff",
6484 "font_style": null,
6485 "font_weight": null
6486 },
6487 "string": {
6488 "color": "#28a328ff",
6489 "font_style": null,
6490 "font_weight": null
6491 },
6492 "string.escape": {
6493 "color": "#8ca68cff",
6494 "font_style": null,
6495 "font_weight": null
6496 },
6497 "string.regex": {
6498 "color": "#1899b3ff",
6499 "font_style": null,
6500 "font_weight": null
6501 },
6502 "string.special": {
6503 "color": "#e618c3ff",
6504 "font_style": null,
6505 "font_weight": null
6506 },
6507 "string.special.symbol": {
6508 "color": "#28a328ff",
6509 "font_style": null,
6510 "font_weight": null
6511 },
6512 "tag": {
6513 "color": "#3e62f4ff",
6514 "font_style": null,
6515 "font_weight": null
6516 },
6517 "text.literal": {
6518 "color": "#87711dff",
6519 "font_style": null,
6520 "font_weight": null
6521 },
6522 "title": {
6523 "color": "#f3faf3ff",
6524 "font_style": null,
6525 "font_weight": 700
6526 },
6527 "type": {
6528 "color": "#98981bff",
6529 "font_style": null,
6530 "font_weight": null
6531 },
6532 "variable": {
6533 "color": "#cfe8cfff",
6534 "font_style": null,
6535 "font_weight": null
6536 },
6537 "variable.special": {
6538 "color": "#ac2aeeff",
6539 "font_style": null,
6540 "font_weight": null
6541 },
6542 "variant": {
6543 "color": "#98981bff",
6544 "font_style": null,
6545 "font_weight": null
6546 }
6547 }
6548 }
6549 },
6550 {
6551 "name": "Atelier Seaside Light",
6552 "appearance": "light",
6553 "style": {
6554 "border": "#8ea88eff",
6555 "border.variant": "#bed7beff",
6556 "border.focused": "#c9c4fdff",
6557 "border.selected": "#c9c4fdff",
6558 "border.transparent": "#00000000",
6559 "border.disabled": "#a1bba1ff",
6560 "elevated_surface.background": "#daeedaff",
6561 "surface.background": "#daeedaff",
6562 "background": "#b4ceb4ff",
6563 "element.background": "#daeedaff",
6564 "element.hover": "#bed7beff",
6565 "element.active": "#90aa90ff",
6566 "element.selected": "#90aa90ff",
6567 "element.disabled": "#daeedaff",
6568 "drop_target.background": "#5f705f80",
6569 "ghost_element.background": "#00000000",
6570 "ghost_element.hover": "#bed7beff",
6571 "ghost_element.active": "#90aa90ff",
6572 "ghost_element.selected": "#90aa90ff",
6573 "ghost_element.disabled": "#daeedaff",
6574 "text": "#131513ff",
6575 "text.muted": "#5f705fff",
6576 "text.placeholder": "#718771ff",
6577 "text.disabled": "#718771ff",
6578 "text.accent": "#3e61f4ff",
6579 "icon": "#131513ff",
6580 "icon.muted": "#5f705fff",
6581 "icon.disabled": "#718771ff",
6582 "icon.placeholder": "#5f705fff",
6583 "icon.accent": "#3e61f4ff",
6584 "status_bar.background": "#b4ceb4ff",
6585 "title_bar.background": "#b4ceb4ff",
6586 "title_bar.inactive_background": "#daeedaff",
6587 "toolbar.background": "#f3faf3ff",
6588 "tab_bar.background": "#daeedaff",
6589 "tab.inactive_background": "#daeedaff",
6590 "tab.active_background": "#f3faf3ff",
6591 "search.match_background": "#3f62f466",
6592 "panel.background": "#daeedaff",
6593 "panel.focused_border": null,
6594 "pane.focused_border": null,
6595 "scrollbar.thumb.background": "#1315134c",
6596 "scrollbar.thumb.hover_background": "#bed7beff",
6597 "scrollbar.thumb.border": "#bed7beff",
6598 "scrollbar.track.background": "#00000000",
6599 "scrollbar.track.border": "#dff0dfff",
6600 "editor.foreground": "#242924ff",
6601 "editor.background": "#f3faf3ff",
6602 "editor.gutter.background": "#f3faf3ff",
6603 "editor.subheader.background": "#daeedaff",
6604 "editor.active_line.background": "#daeedabf",
6605 "editor.highlighted_line.background": "#daeedaff",
6606 "editor.line_number": "#13151359",
6607 "editor.active_line_number": "#131513ff",
6608 "editor.invisible": "#738b73ff",
6609 "editor.wrap_guide": "#1315130d",
6610 "editor.active_wrap_guide": "#1315131a",
6611 "editor.document_highlight.read_background": "#3e61f41a",
6612 "editor.document_highlight.write_background": "#738b7366",
6613 "terminal.background": "#f3faf3ff",
6614 "terminal.foreground": "#131513ff",
6615 "terminal.bright_foreground": "#131513ff",
6616 "terminal.dim_foreground": "#f3faf3ff",
6617 "terminal.ansi.black": "#f3faf3ff",
6618 "terminal.ansi.bright_black": "#829b82ff",
6619 "terminal.ansi.dim_black": "#131513ff",
6620 "terminal.ansi.red": "#e61c3dff",
6621 "terminal.ansi.bright_red": "#fe9c97ff",
6622 "terminal.ansi.dim_red": "#840a20ff",
6623 "terminal.ansi.green": "#2aa32aff",
6624 "terminal.ansi.bright_green": "#a0d294ff",
6625 "terminal.ansi.dim_green": "#204f1bff",
6626 "terminal.ansi.yellow": "#98981cff",
6627 "terminal.ansi.bright_yellow": "#d0ca90ff",
6628 "terminal.ansi.dim_yellow": "#4b4a17ff",
6629 "terminal.ansi.blue": "#3e61f4ff",
6630 "terminal.ansi.bright_blue": "#b1adfcff",
6631 "terminal.ansi.dim_blue": "#183385ff",
6632 "terminal.ansi.magenta": "#e61cc2ff",
6633 "terminal.ansi.bright_magenta": "#f9a1e1ff",
6634 "terminal.ansi.dim_magenta": "#810d5fff",
6635 "terminal.ansi.cyan": "#1c99b3ff",
6636 "terminal.ansi.bright_cyan": "#9fccd9ff",
6637 "terminal.ansi.dim_cyan": "#1c4a56ff",
6638 "terminal.ansi.white": "#131513ff",
6639 "terminal.ansi.bright_white": "#131513ff",
6640 "terminal.ansi.dim_white": "#667a66ff",
6641 "link_text.hover": "#3e61f4ff",
6642 "conflict": "#98981cff",
6643 "conflict.background": "#ece8d1ff",
6644 "conflict.border": "#ddd8afff",
6645 "created": "#2aa32aff",
6646 "created.background": "#d9edd4ff",
6647 "created.border": "#bbdeb2ff",
6648 "deleted": "#e61c3dff",
6649 "deleted.background": "#fed7d3ff",
6650 "deleted.border": "#feb8b3ff",
6651 "error": "#e61c3dff",
6652 "error.background": "#fed7d3ff",
6653 "error.border": "#feb8b3ff",
6654 "hidden": "#718771ff",
6655 "hidden.background": "#b4ceb4ff",
6656 "hidden.border": "#a1bba1ff",
6657 "hint": "#008fa1ff",
6658 "hint.background": "#e1ddfeff",
6659 "hint.border": "#c9c4fdff",
6660 "ignored": "#718771ff",
6661 "ignored.background": "#b4ceb4ff",
6662 "ignored.border": "#8ea88eff",
6663 "info": "#3e61f4ff",
6664 "info.background": "#e1ddfeff",
6665 "info.border": "#c9c4fdff",
6666 "modified": "#98981cff",
6667 "modified.background": "#ece8d1ff",
6668 "modified.border": "#ddd8afff",
6669 "predictive": "#00a2b5ff",
6670 "predictive.background": "#d9edd4ff",
6671 "predictive.border": "#bbdeb2ff",
6672 "renamed": "#3e61f4ff",
6673 "renamed.background": "#e1ddfeff",
6674 "renamed.border": "#c9c4fdff",
6675 "success": "#2aa32aff",
6676 "success.background": "#d9edd4ff",
6677 "success.border": "#bbdeb2ff",
6678 "unreachable": "#5f705fff",
6679 "unreachable.background": "#b4ceb4ff",
6680 "unreachable.border": "#8ea88eff",
6681 "warning": "#98981cff",
6682 "warning.background": "#ece8d1ff",
6683 "warning.border": "#ddd8afff",
6684 "players": [
6685 {
6686 "cursor": "#3e61f4ff",
6687 "background": "#3e61f4ff",
6688 "selection": "#3e61f43d"
6689 },
6690 {
6691 "cursor": "#e61cc2ff",
6692 "background": "#e61cc2ff",
6693 "selection": "#e61cc23d"
6694 },
6695 {
6696 "cursor": "#87711fff",
6697 "background": "#87711fff",
6698 "selection": "#87711f3d"
6699 },
6700 {
6701 "cursor": "#ac2dedff",
6702 "background": "#ac2dedff",
6703 "selection": "#ac2ded3d"
6704 },
6705 {
6706 "cursor": "#1c99b3ff",
6707 "background": "#1c99b3ff",
6708 "selection": "#1c99b33d"
6709 },
6710 {
6711 "cursor": "#e61c3dff",
6712 "background": "#e61c3dff",
6713 "selection": "#e61c3d3d"
6714 },
6715 {
6716 "cursor": "#98981cff",
6717 "background": "#98981cff",
6718 "selection": "#98981c3d"
6719 },
6720 {
6721 "cursor": "#2aa32aff",
6722 "background": "#2aa32aff",
6723 "selection": "#2aa32a3d"
6724 }
6725 ],
6726 "syntax": {
6727 "attribute": {
6728 "color": "#3e61f4ff",
6729 "font_style": null,
6730 "font_weight": null
6731 },
6732 "boolean": {
6733 "color": "#2aa32aff",
6734 "font_style": null,
6735 "font_weight": null
6736 },
6737 "comment": {
6738 "color": "#809980ff",
6739 "font_style": null,
6740 "font_weight": null
6741 },
6742 "comment.doc": {
6743 "color": "#5e6e5eff",
6744 "font_style": null,
6745 "font_weight": null
6746 },
6747 "constant": {
6748 "color": "#2aa32aff",
6749 "font_style": null,
6750 "font_weight": null
6751 },
6752 "constructor": {
6753 "color": "#3e61f4ff",
6754 "font_style": null,
6755 "font_weight": null
6756 },
6757 "embedded": {
6758 "color": "#131513ff",
6759 "font_style": null,
6760 "font_weight": null
6761 },
6762 "emphasis": {
6763 "color": "#3e61f4ff",
6764 "font_style": null,
6765 "font_weight": null
6766 },
6767 "emphasis.strong": {
6768 "color": "#3e61f4ff",
6769 "font_style": null,
6770 "font_weight": 700
6771 },
6772 "enum": {
6773 "color": "#87711fff",
6774 "font_style": null,
6775 "font_weight": null
6776 },
6777 "function": {
6778 "color": "#3d62f5ff",
6779 "font_style": null,
6780 "font_weight": null
6781 },
6782 "function.method": {
6783 "color": "#3d62f5ff",
6784 "font_style": null,
6785 "font_weight": null
6786 },
6787 "function.special.definition": {
6788 "color": "#98981bff",
6789 "font_style": null,
6790 "font_weight": null
6791 },
6792 "hint": {
6793 "color": "#008fa1ff",
6794 "font_style": null,
6795 "font_weight": 700
6796 },
6797 "keyword": {
6798 "color": "#ac2aeeff",
6799 "font_style": null,
6800 "font_weight": null
6801 },
6802 "label": {
6803 "color": "#3e61f4ff",
6804 "font_style": null,
6805 "font_weight": null
6806 },
6807 "link_text": {
6808 "color": "#87711fff",
6809 "font_style": "italic",
6810 "font_weight": null
6811 },
6812 "link_uri": {
6813 "color": "#2aa32aff",
6814 "font_style": null,
6815 "font_weight": null
6816 },
6817 "number": {
6818 "color": "#87711cff",
6819 "font_style": null,
6820 "font_weight": null
6821 },
6822 "operator": {
6823 "color": "#5e6e5eff",
6824 "font_style": null,
6825 "font_weight": null
6826 },
6827 "predictive": {
6828 "color": "#00a2b5ff",
6829 "font_style": "italic",
6830 "font_weight": null
6831 },
6832 "preproc": {
6833 "color": "#131513ff",
6834 "font_style": null,
6835 "font_weight": null
6836 },
6837 "primary": {
6838 "color": "#242924ff",
6839 "font_style": null,
6840 "font_weight": null
6841 },
6842 "property": {
6843 "color": "#e6183bff",
6844 "font_style": null,
6845 "font_weight": null
6846 },
6847 "punctuation": {
6848 "color": "#242924ff",
6849 "font_style": null,
6850 "font_weight": null
6851 },
6852 "punctuation.bracket": {
6853 "color": "#5e6e5eff",
6854 "font_style": null,
6855 "font_weight": null
6856 },
6857 "punctuation.delimiter": {
6858 "color": "#5e6e5eff",
6859 "font_style": null,
6860 "font_weight": null
6861 },
6862 "punctuation.list_marker": {
6863 "color": "#242924ff",
6864 "font_style": null,
6865 "font_weight": null
6866 },
6867 "punctuation.special": {
6868 "color": "#e618c3ff",
6869 "font_style": null,
6870 "font_weight": null
6871 },
6872 "string": {
6873 "color": "#28a328ff",
6874 "font_style": null,
6875 "font_weight": null
6876 },
6877 "string.escape": {
6878 "color": "#5e6e5eff",
6879 "font_style": null,
6880 "font_weight": null
6881 },
6882 "string.regex": {
6883 "color": "#1899b3ff",
6884 "font_style": null,
6885 "font_weight": null
6886 },
6887 "string.special": {
6888 "color": "#e618c3ff",
6889 "font_style": null,
6890 "font_weight": null
6891 },
6892 "string.special.symbol": {
6893 "color": "#28a328ff",
6894 "font_style": null,
6895 "font_weight": null
6896 },
6897 "tag": {
6898 "color": "#3e61f4ff",
6899 "font_style": null,
6900 "font_weight": null
6901 },
6902 "text.literal": {
6903 "color": "#87711fff",
6904 "font_style": null,
6905 "font_weight": null
6906 },
6907 "title": {
6908 "color": "#131513ff",
6909 "font_style": null,
6910 "font_weight": 700
6911 },
6912 "type": {
6913 "color": "#98981bff",
6914 "font_style": null,
6915 "font_weight": null
6916 },
6917 "variable": {
6918 "color": "#242924ff",
6919 "font_style": null,
6920 "font_weight": null
6921 },
6922 "variable.special": {
6923 "color": "#ac2aeeff",
6924 "font_style": null,
6925 "font_weight": null
6926 },
6927 "variant": {
6928 "color": "#98981bff",
6929 "font_style": null,
6930 "font_weight": null
6931 }
6932 }
6933 }
6934 },
6935 {
6936 "name": "Atelier Sulphurpool Dark",
6937 "appearance": "dark",
6938 "style": {
6939 "border": "#5b6385ff",
6940 "border.variant": "#363f62ff",
6941 "border.focused": "#203348ff",
6942 "border.selected": "#203348ff",
6943 "border.transparent": "#00000000",
6944 "border.disabled": "#4d5477ff",
6945 "elevated_surface.background": "#262f51ff",
6946 "surface.background": "#262f51ff",
6947 "background": "#3e4769ff",
6948 "element.background": "#262f51ff",
6949 "element.hover": "#363f62ff",
6950 "element.active": "#5a6284ff",
6951 "element.selected": "#5a6284ff",
6952 "element.disabled": "#262f51ff",
6953 "drop_target.background": "#959bb280",
6954 "ghost_element.background": "#00000000",
6955 "ghost_element.hover": "#363f62ff",
6956 "ghost_element.active": "#5a6284ff",
6957 "ghost_element.selected": "#5a6284ff",
6958 "ghost_element.disabled": "#262f51ff",
6959 "text": "#f5f7ffff",
6960 "text.muted": "#959bb2ff",
6961 "text.placeholder": "#7e849eff",
6962 "text.disabled": "#7e849eff",
6963 "text.accent": "#3e8ed0ff",
6964 "icon": "#f5f7ffff",
6965 "icon.muted": "#959bb2ff",
6966 "icon.disabled": "#7e849eff",
6967 "icon.placeholder": "#959bb2ff",
6968 "icon.accent": "#3e8ed0ff",
6969 "status_bar.background": "#3e4769ff",
6970 "title_bar.background": "#3e4769ff",
6971 "title_bar.inactive_background": "#262f51ff",
6972 "toolbar.background": "#202646ff",
6973 "tab_bar.background": "#262f51ff",
6974 "tab.inactive_background": "#262f51ff",
6975 "tab.active_background": "#202646ff",
6976 "search.match_background": "#3e8fd066",
6977 "panel.background": "#262f51ff",
6978 "panel.focused_border": null,
6979 "pane.focused_border": null,
6980 "scrollbar.thumb.background": "#f5f7ff4c",
6981 "scrollbar.thumb.hover_background": "#363f62ff",
6982 "scrollbar.thumb.border": "#363f62ff",
6983 "scrollbar.track.background": "#00000000",
6984 "scrollbar.track.border": "#252c4fff",
6985 "editor.foreground": "#dfe2f1ff",
6986 "editor.background": "#202646ff",
6987 "editor.gutter.background": "#202646ff",
6988 "editor.subheader.background": "#262f51ff",
6989 "editor.active_line.background": "#262f51bf",
6990 "editor.highlighted_line.background": "#262f51ff",
6991 "editor.line_number": "#f5f7ff59",
6992 "editor.active_line_number": "#f5f7ffff",
6993 "editor.invisible": "#7a819cff",
6994 "editor.wrap_guide": "#f5f7ff0d",
6995 "editor.active_wrap_guide": "#f5f7ff1a",
6996 "editor.document_highlight.read_background": "#3e8ed01a",
6997 "editor.document_highlight.write_background": "#7a819c66",
6998 "terminal.background": "#202646ff",
6999 "terminal.foreground": "#f5f7ffff",
7000 "terminal.bright_foreground": "#f5f7ffff",
7001 "terminal.dim_foreground": "#202646ff",
7002 "terminal.ansi.black": "#202646ff",
7003 "terminal.ansi.bright_black": "#687091ff",
7004 "terminal.ansi.dim_black": "#f5f7ffff",
7005 "terminal.ansi.red": "#c94922ff",
7006 "terminal.ansi.bright_red": "#6d2616ff",
7007 "terminal.ansi.dim_red": "#eea48bff",
7008 "terminal.ansi.green": "#ac9739ff",
7009 "terminal.ansi.bright_green": "#534921ff",
7010 "terminal.ansi.dim_green": "#d9ca9bff",
7011 "terminal.ansi.yellow": "#c08b30ff",
7012 "terminal.ansi.bright_yellow": "#63441eff",
7013 "terminal.ansi.dim_yellow": "#e5c497ff",
7014 "terminal.ansi.blue": "#3e8ed0ff",
7015 "terminal.ansi.bright_blue": "#274664ff",
7016 "terminal.ansi.dim_blue": "#a9c6e8ff",
7017 "terminal.ansi.magenta": "#9b6279ff",
7018 "terminal.ansi.bright_magenta": "#4c333dff",
7019 "terminal.ansi.dim_magenta": "#cfafbbff",
7020 "terminal.ansi.cyan": "#24a1c9ff",
7021 "terminal.ansi.bright_cyan": "#214d5fff",
7022 "terminal.ansi.dim_cyan": "#a4d0e4ff",
7023 "terminal.ansi.white": "#f5f7ffff",
7024 "terminal.ansi.bright_white": "#f5f7ffff",
7025 "terminal.ansi.dim_white": "#8b90a7ff",
7026 "link_text.hover": "#3e8ed0ff",
7027 "conflict": "#c08b30ff",
7028 "conflict.background": "#301e11ff",
7029 "conflict.border": "#4b3117ff",
7030 "created": "#ac9739ff",
7031 "created.background": "#252113ff",
7032 "created.border": "#3c351bff",
7033 "deleted": "#c94922ff",
7034 "deleted.background": "#3c110cff",
7035 "deleted.border": "#551b12ff",
7036 "error": "#c94922ff",
7037 "error.background": "#3c110cff",
7038 "error.border": "#551b12ff",
7039 "hidden": "#7e849eff",
7040 "hidden.background": "#3e4769ff",
7041 "hidden.border": "#4d5477ff",
7042 "hint": "#6c81a5ff",
7043 "hint.background": "#161f2bff",
7044 "hint.border": "#203348ff",
7045 "ignored": "#7e849eff",
7046 "ignored.background": "#3e4769ff",
7047 "ignored.border": "#5b6385ff",
7048 "info": "#3e8ed0ff",
7049 "info.background": "#161f2bff",
7050 "info.border": "#203348ff",
7051 "modified": "#c08b30ff",
7052 "modified.background": "#301e11ff",
7053 "modified.border": "#4b3117ff",
7054 "predictive": "#58709aff",
7055 "predictive.background": "#252113ff",
7056 "predictive.border": "#3c351bff",
7057 "renamed": "#3e8ed0ff",
7058 "renamed.background": "#161f2bff",
7059 "renamed.border": "#203348ff",
7060 "success": "#ac9739ff",
7061 "success.background": "#252113ff",
7062 "success.border": "#3c351bff",
7063 "unreachable": "#959bb2ff",
7064 "unreachable.background": "#3e4769ff",
7065 "unreachable.border": "#5b6385ff",
7066 "warning": "#c08b30ff",
7067 "warning.background": "#301e11ff",
7068 "warning.border": "#4b3117ff",
7069 "players": [
7070 {
7071 "cursor": "#3e8ed0ff",
7072 "background": "#3e8ed0ff",
7073 "selection": "#3e8ed03d"
7074 },
7075 {
7076 "cursor": "#9b6279ff",
7077 "background": "#9b6279ff",
7078 "selection": "#9b62793d"
7079 },
7080 {
7081 "cursor": "#c76a29ff",
7082 "background": "#c76a29ff",
7083 "selection": "#c76a293d"
7084 },
7085 {
7086 "cursor": "#6679ccff",
7087 "background": "#6679ccff",
7088 "selection": "#6679cc3d"
7089 },
7090 {
7091 "cursor": "#24a1c9ff",
7092 "background": "#24a1c9ff",
7093 "selection": "#24a1c93d"
7094 },
7095 {
7096 "cursor": "#c94922ff",
7097 "background": "#c94922ff",
7098 "selection": "#c949223d"
7099 },
7100 {
7101 "cursor": "#c08b30ff",
7102 "background": "#c08b30ff",
7103 "selection": "#c08b303d"
7104 },
7105 {
7106 "cursor": "#ac9739ff",
7107 "background": "#ac9739ff",
7108 "selection": "#ac97393d"
7109 }
7110 ],
7111 "syntax": {
7112 "attribute": {
7113 "color": "#3e8ed0ff",
7114 "font_style": null,
7115 "font_weight": null
7116 },
7117 "boolean": {
7118 "color": "#ac9739ff",
7119 "font_style": null,
7120 "font_weight": null
7121 },
7122 "comment": {
7123 "color": "#6a7293ff",
7124 "font_style": null,
7125 "font_weight": null
7126 },
7127 "comment.doc": {
7128 "color": "#979db4ff",
7129 "font_style": null,
7130 "font_weight": null
7131 },
7132 "constant": {
7133 "color": "#ac9739ff",
7134 "font_style": null,
7135 "font_weight": null
7136 },
7137 "constructor": {
7138 "color": "#3e8ed0ff",
7139 "font_style": null,
7140 "font_weight": null
7141 },
7142 "embedded": {
7143 "color": "#f5f7ffff",
7144 "font_style": null,
7145 "font_weight": null
7146 },
7147 "emphasis": {
7148 "color": "#3e8ed0ff",
7149 "font_style": null,
7150 "font_weight": null
7151 },
7152 "emphasis.strong": {
7153 "color": "#3e8ed0ff",
7154 "font_style": null,
7155 "font_weight": 700
7156 },
7157 "enum": {
7158 "color": "#c76a29ff",
7159 "font_style": null,
7160 "font_weight": null
7161 },
7162 "function": {
7163 "color": "#3d8fd1ff",
7164 "font_style": null,
7165 "font_weight": null
7166 },
7167 "function.method": {
7168 "color": "#3d8fd1ff",
7169 "font_style": null,
7170 "font_weight": null
7171 },
7172 "function.special.definition": {
7173 "color": "#c08b2fff",
7174 "font_style": null,
7175 "font_weight": null
7176 },
7177 "hint": {
7178 "color": "#6c81a5ff",
7179 "font_style": null,
7180 "font_weight": 700
7181 },
7182 "keyword": {
7183 "color": "#6679ccff",
7184 "font_style": null,
7185 "font_weight": null
7186 },
7187 "label": {
7188 "color": "#3e8ed0ff",
7189 "font_style": null,
7190 "font_weight": null
7191 },
7192 "link_text": {
7193 "color": "#c76a29ff",
7194 "font_style": "italic",
7195 "font_weight": null
7196 },
7197 "link_uri": {
7198 "color": "#ac9739ff",
7199 "font_style": null,
7200 "font_weight": null
7201 },
7202 "number": {
7203 "color": "#c76a28ff",
7204 "font_style": null,
7205 "font_weight": null
7206 },
7207 "operator": {
7208 "color": "#979db4ff",
7209 "font_style": null,
7210 "font_weight": null
7211 },
7212 "predictive": {
7213 "color": "#58709aff",
7214 "font_style": "italic",
7215 "font_weight": null
7216 },
7217 "preproc": {
7218 "color": "#f5f7ffff",
7219 "font_style": null,
7220 "font_weight": null
7221 },
7222 "primary": {
7223 "color": "#dfe2f1ff",
7224 "font_style": null,
7225 "font_weight": null
7226 },
7227 "property": {
7228 "color": "#c94821ff",
7229 "font_style": null,
7230 "font_weight": null
7231 },
7232 "punctuation": {
7233 "color": "#dfe2f1ff",
7234 "font_style": null,
7235 "font_weight": null
7236 },
7237 "punctuation.bracket": {
7238 "color": "#979db4ff",
7239 "font_style": null,
7240 "font_weight": null
7241 },
7242 "punctuation.delimiter": {
7243 "color": "#979db4ff",
7244 "font_style": null,
7245 "font_weight": null
7246 },
7247 "punctuation.list_marker": {
7248 "color": "#dfe2f1ff",
7249 "font_style": null,
7250 "font_weight": null
7251 },
7252 "punctuation.special": {
7253 "color": "#9b6279ff",
7254 "font_style": null,
7255 "font_weight": null
7256 },
7257 "string": {
7258 "color": "#ac9738ff",
7259 "font_style": null,
7260 "font_weight": null
7261 },
7262 "string.escape": {
7263 "color": "#979db4ff",
7264 "font_style": null,
7265 "font_weight": null
7266 },
7267 "string.regex": {
7268 "color": "#21a2c9ff",
7269 "font_style": null,
7270 "font_weight": null
7271 },
7272 "string.special": {
7273 "color": "#9b6279ff",
7274 "font_style": null,
7275 "font_weight": null
7276 },
7277 "string.special.symbol": {
7278 "color": "#ac9738ff",
7279 "font_style": null,
7280 "font_weight": null
7281 },
7282 "tag": {
7283 "color": "#3e8ed0ff",
7284 "font_style": null,
7285 "font_weight": null
7286 },
7287 "text.literal": {
7288 "color": "#c76a29ff",
7289 "font_style": null,
7290 "font_weight": null
7291 },
7292 "title": {
7293 "color": "#f5f7ffff",
7294 "font_style": null,
7295 "font_weight": 700
7296 },
7297 "type": {
7298 "color": "#c08b2fff",
7299 "font_style": null,
7300 "font_weight": null
7301 },
7302 "variable": {
7303 "color": "#dfe2f1ff",
7304 "font_style": null,
7305 "font_weight": null
7306 },
7307 "variable.special": {
7308 "color": "#6679ccff",
7309 "font_style": null,
7310 "font_weight": null
7311 },
7312 "variant": {
7313 "color": "#c08b2fff",
7314 "font_style": null,
7315 "font_weight": null
7316 }
7317 }
7318 }
7319 },
7320 {
7321 "name": "Atelier Sulphurpool Light",
7322 "appearance": "light",
7323 "style": {
7324 "border": "#9a9fb6ff",
7325 "border.variant": "#ccd0e1ff",
7326 "border.focused": "#c2d5efff",
7327 "border.selected": "#c2d5efff",
7328 "border.transparent": "#00000000",
7329 "border.disabled": "#aeb3c7ff",
7330 "elevated_surface.background": "#e5e8f5ff",
7331 "surface.background": "#e5e8f5ff",
7332 "background": "#c1c5d8ff",
7333 "element.background": "#e5e8f5ff",
7334 "element.hover": "#ccd0e1ff",
7335 "element.active": "#9ca1b8ff",
7336 "element.selected": "#9ca1b8ff",
7337 "element.disabled": "#e5e8f5ff",
7338 "drop_target.background": "#5f678980",
7339 "ghost_element.background": "#00000000",
7340 "ghost_element.hover": "#ccd0e1ff",
7341 "ghost_element.active": "#9ca1b8ff",
7342 "ghost_element.selected": "#9ca1b8ff",
7343 "ghost_element.disabled": "#e5e8f5ff",
7344 "text": "#202646ff",
7345 "text.muted": "#5f6789ff",
7346 "text.placeholder": "#767d9aff",
7347 "text.disabled": "#767d9aff",
7348 "text.accent": "#3e8fd0ff",
7349 "icon": "#202646ff",
7350 "icon.muted": "#5f6789ff",
7351 "icon.disabled": "#767d9aff",
7352 "icon.placeholder": "#5f6789ff",
7353 "icon.accent": "#3e8fd0ff",
7354 "status_bar.background": "#c1c5d8ff",
7355 "title_bar.background": "#c1c5d8ff",
7356 "title_bar.inactive_background": "#e5e8f5ff",
7357 "toolbar.background": "#f5f7ffff",
7358 "tab_bar.background": "#e5e8f5ff",
7359 "tab.inactive_background": "#e5e8f5ff",
7360 "tab.active_background": "#f5f7ffff",
7361 "search.match_background": "#3f8fd066",
7362 "panel.background": "#e5e8f5ff",
7363 "panel.focused_border": null,
7364 "pane.focused_border": null,
7365 "scrollbar.thumb.background": "#2026464c",
7366 "scrollbar.thumb.hover_background": "#ccd0e1ff",
7367 "scrollbar.thumb.border": "#ccd0e1ff",
7368 "scrollbar.track.background": "#00000000",
7369 "scrollbar.track.border": "#e9ebf7ff",
7370 "editor.foreground": "#293256ff",
7371 "editor.background": "#f5f7ffff",
7372 "editor.gutter.background": "#f5f7ffff",
7373 "editor.subheader.background": "#e5e8f5ff",
7374 "editor.active_line.background": "#e5e8f5bf",
7375 "editor.highlighted_line.background": "#e5e8f5ff",
7376 "editor.line_number": "#20264659",
7377 "editor.active_line_number": "#202646ff",
7378 "editor.invisible": "#7a819cff",
7379 "editor.wrap_guide": "#2026460d",
7380 "editor.active_wrap_guide": "#2026461a",
7381 "editor.document_highlight.read_background": "#3e8fd01a",
7382 "editor.document_highlight.write_background": "#7a819c66",
7383 "terminal.background": "#f5f7ffff",
7384 "terminal.foreground": "#202646ff",
7385 "terminal.bright_foreground": "#202646ff",
7386 "terminal.dim_foreground": "#f5f7ffff",
7387 "terminal.ansi.black": "#f5f7ffff",
7388 "terminal.ansi.bright_black": "#8b90a7ff",
7389 "terminal.ansi.dim_black": "#202646ff",
7390 "terminal.ansi.red": "#c94922ff",
7391 "terminal.ansi.bright_red": "#eea48bff",
7392 "terminal.ansi.dim_red": "#6d2616ff",
7393 "terminal.ansi.green": "#ac9739ff",
7394 "terminal.ansi.bright_green": "#d9ca9bff",
7395 "terminal.ansi.dim_green": "#534921ff",
7396 "terminal.ansi.yellow": "#c08b30ff",
7397 "terminal.ansi.bright_yellow": "#e5c497ff",
7398 "terminal.ansi.dim_yellow": "#63441eff",
7399 "terminal.ansi.blue": "#3e8fd0ff",
7400 "terminal.ansi.bright_blue": "#a9c6e8ff",
7401 "terminal.ansi.dim_blue": "#274664ff",
7402 "terminal.ansi.magenta": "#9b6279ff",
7403 "terminal.ansi.bright_magenta": "#cfafbbff",
7404 "terminal.ansi.dim_magenta": "#4c333dff",
7405 "terminal.ansi.cyan": "#24a1c9ff",
7406 "terminal.ansi.bright_cyan": "#a4d0e4ff",
7407 "terminal.ansi.dim_cyan": "#214d5fff",
7408 "terminal.ansi.white": "#202646ff",
7409 "terminal.ansi.bright_white": "#202646ff",
7410 "terminal.ansi.dim_white": "#687091ff",
7411 "link_text.hover": "#3e8fd0ff",
7412 "conflict": "#c08b30ff",
7413 "conflict.background": "#f6e6d4ff",
7414 "conflict.border": "#eed4b3ff",
7415 "created": "#ac9739ff",
7416 "created.background": "#f0e8d5ff",
7417 "created.border": "#e4d8b7ff",
7418 "deleted": "#c94922ff",
7419 "deleted.background": "#fcdad0ff",
7420 "deleted.border": "#f6beabff",
7421 "error": "#c94922ff",
7422 "error.background": "#fcdad0ff",
7423 "error.border": "#f6beabff",
7424 "hidden": "#767d9aff",
7425 "hidden.background": "#c1c5d8ff",
7426 "hidden.border": "#aeb3c7ff",
7427 "hint": "#7087b2ff",
7428 "hint.background": "#dde7f6ff",
7429 "hint.border": "#c2d5efff",
7430 "ignored": "#767d9aff",
7431 "ignored.background": "#c1c5d8ff",
7432 "ignored.border": "#9a9fb6ff",
7433 "info": "#3e8fd0ff",
7434 "info.background": "#dde7f6ff",
7435 "info.border": "#c2d5efff",
7436 "modified": "#c08b30ff",
7437 "modified.background": "#f6e6d4ff",
7438 "modified.border": "#eed4b3ff",
7439 "predictive": "#8599beff",
7440 "predictive.background": "#f0e8d5ff",
7441 "predictive.border": "#e4d8b7ff",
7442 "renamed": "#3e8fd0ff",
7443 "renamed.background": "#dde7f6ff",
7444 "renamed.border": "#c2d5efff",
7445 "success": "#ac9739ff",
7446 "success.background": "#f0e8d5ff",
7447 "success.border": "#e4d8b7ff",
7448 "unreachable": "#5f6789ff",
7449 "unreachable.background": "#c1c5d8ff",
7450 "unreachable.border": "#9a9fb6ff",
7451 "warning": "#c08b30ff",
7452 "warning.background": "#f6e6d4ff",
7453 "warning.border": "#eed4b3ff",
7454 "players": [
7455 {
7456 "cursor": "#3e8fd0ff",
7457 "background": "#3e8fd0ff",
7458 "selection": "#3e8fd03d"
7459 },
7460 {
7461 "cursor": "#9b6279ff",
7462 "background": "#9b6279ff",
7463 "selection": "#9b62793d"
7464 },
7465 {
7466 "cursor": "#c76a29ff",
7467 "background": "#c76a29ff",
7468 "selection": "#c76a293d"
7469 },
7470 {
7471 "cursor": "#6679cbff",
7472 "background": "#6679cbff",
7473 "selection": "#6679cb3d"
7474 },
7475 {
7476 "cursor": "#24a1c9ff",
7477 "background": "#24a1c9ff",
7478 "selection": "#24a1c93d"
7479 },
7480 {
7481 "cursor": "#c94922ff",
7482 "background": "#c94922ff",
7483 "selection": "#c949223d"
7484 },
7485 {
7486 "cursor": "#c08b30ff",
7487 "background": "#c08b30ff",
7488 "selection": "#c08b303d"
7489 },
7490 {
7491 "cursor": "#ac9739ff",
7492 "background": "#ac9739ff",
7493 "selection": "#ac97393d"
7494 }
7495 ],
7496 "syntax": {
7497 "attribute": {
7498 "color": "#3e8fd0ff",
7499 "font_style": null,
7500 "font_weight": null
7501 },
7502 "boolean": {
7503 "color": "#ac9739ff",
7504 "font_style": null,
7505 "font_weight": null
7506 },
7507 "comment": {
7508 "color": "#898ea4ff",
7509 "font_style": null,
7510 "font_weight": null
7511 },
7512 "comment.doc": {
7513 "color": "#5d6587ff",
7514 "font_style": null,
7515 "font_weight": null
7516 },
7517 "constant": {
7518 "color": "#ac9739ff",
7519 "font_style": null,
7520 "font_weight": null
7521 },
7522 "constructor": {
7523 "color": "#3e8fd0ff",
7524 "font_style": null,
7525 "font_weight": null
7526 },
7527 "embedded": {
7528 "color": "#202646ff",
7529 "font_style": null,
7530 "font_weight": null
7531 },
7532 "emphasis": {
7533 "color": "#3e8fd0ff",
7534 "font_style": null,
7535 "font_weight": null
7536 },
7537 "emphasis.strong": {
7538 "color": "#3e8fd0ff",
7539 "font_style": null,
7540 "font_weight": 700
7541 },
7542 "enum": {
7543 "color": "#c76a29ff",
7544 "font_style": null,
7545 "font_weight": null
7546 },
7547 "function": {
7548 "color": "#3d8fd1ff",
7549 "font_style": null,
7550 "font_weight": null
7551 },
7552 "function.method": {
7553 "color": "#3d8fd1ff",
7554 "font_style": null,
7555 "font_weight": null
7556 },
7557 "function.special.definition": {
7558 "color": "#c08b2fff",
7559 "font_style": null,
7560 "font_weight": null
7561 },
7562 "hint": {
7563 "color": "#7087b2ff",
7564 "font_style": null,
7565 "font_weight": 700
7566 },
7567 "keyword": {
7568 "color": "#6679ccff",
7569 "font_style": null,
7570 "font_weight": null
7571 },
7572 "label": {
7573 "color": "#3e8fd0ff",
7574 "font_style": null,
7575 "font_weight": null
7576 },
7577 "link_text": {
7578 "color": "#c76a29ff",
7579 "font_style": "italic",
7580 "font_weight": null
7581 },
7582 "link_uri": {
7583 "color": "#ac9739ff",
7584 "font_style": null,
7585 "font_weight": null
7586 },
7587 "number": {
7588 "color": "#c76a28ff",
7589 "font_style": null,
7590 "font_weight": null
7591 },
7592 "operator": {
7593 "color": "#5d6587ff",
7594 "font_style": null,
7595 "font_weight": null
7596 },
7597 "predictive": {
7598 "color": "#8599beff",
7599 "font_style": "italic",
7600 "font_weight": null
7601 },
7602 "preproc": {
7603 "color": "#202646ff",
7604 "font_style": null,
7605 "font_weight": null
7606 },
7607 "primary": {
7608 "color": "#293256ff",
7609 "font_style": null,
7610 "font_weight": null
7611 },
7612 "property": {
7613 "color": "#c94821ff",
7614 "font_style": null,
7615 "font_weight": null
7616 },
7617 "punctuation": {
7618 "color": "#293256ff",
7619 "font_style": null,
7620 "font_weight": null
7621 },
7622 "punctuation.bracket": {
7623 "color": "#5d6587ff",
7624 "font_style": null,
7625 "font_weight": null
7626 },
7627 "punctuation.delimiter": {
7628 "color": "#5d6587ff",
7629 "font_style": null,
7630 "font_weight": null
7631 },
7632 "punctuation.list_marker": {
7633 "color": "#293256ff",
7634 "font_style": null,
7635 "font_weight": null
7636 },
7637 "punctuation.special": {
7638 "color": "#9b6279ff",
7639 "font_style": null,
7640 "font_weight": null
7641 },
7642 "string": {
7643 "color": "#ac9738ff",
7644 "font_style": null,
7645 "font_weight": null
7646 },
7647 "string.escape": {
7648 "color": "#5d6587ff",
7649 "font_style": null,
7650 "font_weight": null
7651 },
7652 "string.regex": {
7653 "color": "#21a2c9ff",
7654 "font_style": null,
7655 "font_weight": null
7656 },
7657 "string.special": {
7658 "color": "#9b6279ff",
7659 "font_style": null,
7660 "font_weight": null
7661 },
7662 "string.special.symbol": {
7663 "color": "#ac9738ff",
7664 "font_style": null,
7665 "font_weight": null
7666 },
7667 "tag": {
7668 "color": "#3e8fd0ff",
7669 "font_style": null,
7670 "font_weight": null
7671 },
7672 "text.literal": {
7673 "color": "#c76a29ff",
7674 "font_style": null,
7675 "font_weight": null
7676 },
7677 "title": {
7678 "color": "#202646ff",
7679 "font_style": null,
7680 "font_weight": 700
7681 },
7682 "type": {
7683 "color": "#c08b2fff",
7684 "font_style": null,
7685 "font_weight": null
7686 },
7687 "variable": {
7688 "color": "#293256ff",
7689 "font_style": null,
7690 "font_weight": null
7691 },
7692 "variable.special": {
7693 "color": "#6679ccff",
7694 "font_style": null,
7695 "font_weight": null
7696 },
7697 "variant": {
7698 "color": "#c08b2fff",
7699 "font_style": null,
7700 "font_weight": null
7701 }
7702 }
7703 }
7704 }
7705 ]
7706}