1{
2 "name": "Ayu",
3 "author": "Zed Industries",
4 "themes": [
5 {
6 "name": "Ayu Dark",
7 "appearance": "dark",
8 "style": {
9 "border": "#3f4043ff",
10 "border.variant": "#2d2f34ff",
11 "border.focused": "#1b4a6eff",
12 "border.selected": "#1b4a6eff",
13 "border.transparent": "#00000000",
14 "border.disabled": "#383a3eff",
15 "elevated_surface.background": "#1f2127ff",
16 "surface.background": "#1f2127ff",
17 "background": "#313337ff",
18 "element.background": "#1f2127ff",
19 "element.hover": "#2d2f34ff",
20 "element.active": "#3e4043ff",
21 "element.selected": "#3e4043ff",
22 "element.disabled": "#1f2127ff",
23 "drop_target.background": "#8a898680",
24 "ghost_element.background": "#00000000",
25 "ghost_element.hover": "#2d2f34ff",
26 "ghost_element.active": "#3e4043ff",
27 "ghost_element.selected": "#3e4043ff",
28 "ghost_element.disabled": "#1f2127ff",
29 "text": "#bfbdb6ff",
30 "text.muted": "#8a8986ff",
31 "text.placeholder": "#696a6aff",
32 "text.disabled": "#696a6aff",
33 "text.accent": "#5ac1feff",
34 "icon": "#bfbdb6ff",
35 "icon.muted": "#8a8986ff",
36 "icon.disabled": "#696a6aff",
37 "icon.placeholder": "#8a8986ff",
38 "icon.accent": "#5ac1feff",
39 "status_bar.background": "#313337ff",
40 "title_bar.background": "#313337ff",
41 "toolbar.background": "#0d1016ff",
42 "tab_bar.background": "#1f2127ff",
43 "tab.inactive_background": "#1f2127ff",
44 "tab.active_background": "#0d1016ff",
45 "search.match_background": "#5ac2fe66",
46 "panel.background": "#1f2127ff",
47 "panel.focused_border": null,
48 "pane.focused_border": null,
49 "scrollbar.thumb.background": "#bfbdb64c",
50 "scrollbar.thumb.hover_background": "#2d2f34ff",
51 "scrollbar.thumb.border": "#2d2f34ff",
52 "scrollbar.track.background": "#00000000",
53 "scrollbar.track.border": "#1b1e24ff",
54 "editor.foreground": "#bfbdb6ff",
55 "editor.background": "#0d1016ff",
56 "editor.gutter.background": "#0d1016ff",
57 "editor.subheader.background": "#1f2127ff",
58 "editor.active_line.background": "#1f2127bf",
59 "editor.highlighted_line.background": "#1f2127ff",
60 "editor.line_number": "#bfbdb659",
61 "editor.active_line_number": "#bfbdb6ff",
62 "editor.invisible": "#666767ff",
63 "editor.wrap_guide": "#bfbdb60d",
64 "editor.active_wrap_guide": "#bfbdb61a",
65 "editor.document_highlight.read_background": "#5ac1fe1a",
66 "editor.document_highlight.write_background": "#66676766",
67 "terminal.background": "#0d1016ff",
68 "terminal.foreground": "#bfbdb6ff",
69 "terminal.bright_foreground": "#bfbdb6ff",
70 "terminal.dim_foreground": "#0d1016ff",
71 "terminal.ansi.black": "#0d1016ff",
72 "terminal.ansi.bright_black": "#545557ff",
73 "terminal.ansi.dim_black": "#bfbdb6ff",
74 "terminal.ansi.red": "#ef7177ff",
75 "terminal.ansi.bright_red": "#83353bff",
76 "terminal.ansi.dim_red": "#febab9ff",
77 "terminal.ansi.green": "#aad84cff",
78 "terminal.ansi.bright_green": "#567627ff",
79 "terminal.ansi.dim_green": "#d8eca8ff",
80 "terminal.ansi.yellow": "#feb454ff",
81 "terminal.ansi.bright_yellow": "#92582bff",
82 "terminal.ansi.dim_yellow": "#ffd9aaff",
83 "terminal.ansi.blue": "#5ac1feff",
84 "terminal.ansi.bright_blue": "#27618cff",
85 "terminal.ansi.dim_blue": "#b7dffeff",
86 "terminal.ansi.magenta": "#39bae5ff",
87 "terminal.ansi.bright_magenta": "#205a78ff",
88 "terminal.ansi.dim_magenta": "#addcf3ff",
89 "terminal.ansi.cyan": "#95e5cbff",
90 "terminal.ansi.bright_cyan": "#4c806fff",
91 "terminal.ansi.dim_cyan": "#cbf2e4ff",
92 "terminal.ansi.white": "#bfbdb6ff",
93 "terminal.ansi.bright_white": "#bfbdb6ff",
94 "terminal.ansi.dim_white": "#787876ff",
95 "link_text.hover": "#5ac1feff",
96 "conflict": "#feb454ff",
97 "conflict.background": "#572815ff",
98 "conflict.border": "#754221ff",
99 "created": "#aad84cff",
100 "created.background": "#294113ff",
101 "created.border": "#405c1cff",
102 "deleted": "#ef7177ff",
103 "deleted.background": "#48161bff",
104 "deleted.border": "#66272dff",
105 "error": "#ef7177ff",
106 "error.background": "#48161bff",
107 "error.border": "#66272dff",
108 "hidden": "#696a6aff",
109 "hidden.background": "#313337ff",
110 "hidden.border": "#383a3eff",
111 "hint": "#628b80ff",
112 "hint.background": "#0d2f4eff",
113 "hint.border": "#1b4a6eff",
114 "ignored": "#696a6aff",
115 "ignored.background": "#313337ff",
116 "ignored.border": "#3f4043ff",
117 "info": "#5ac1feff",
118 "info.background": "#0d2f4eff",
119 "info.border": "#1b4a6eff",
120 "modified": "#feb454ff",
121 "modified.background": "#572815ff",
122 "modified.border": "#754221ff",
123 "predictive": "#5a728bff",
124 "predictive.background": "#294113ff",
125 "predictive.border": "#405c1cff",
126 "renamed": "#5ac1feff",
127 "renamed.background": "#0d2f4eff",
128 "renamed.border": "#1b4a6eff",
129 "success": "#aad84cff",
130 "success.background": "#294113ff",
131 "success.border": "#405c1cff",
132 "unreachable": "#8a8986ff",
133 "unreachable.background": "#313337ff",
134 "unreachable.border": "#3f4043ff",
135 "warning": "#feb454ff",
136 "warning.background": "#572815ff",
137 "warning.border": "#754221ff",
138 "players": [
139 {
140 "cursor": "#5ac1feff",
141 "background": "#5ac1feff",
142 "selection": "#5ac1fe3d"
143 },
144 {
145 "cursor": "#39bae5ff",
146 "background": "#39bae5ff",
147 "selection": "#39bae53d"
148 },
149 {
150 "cursor": "#fe8f40ff",
151 "background": "#fe8f40ff",
152 "selection": "#fe8f403d"
153 },
154 {
155 "cursor": "#d2a6feff",
156 "background": "#d2a6feff",
157 "selection": "#d2a6fe3d"
158 },
159 {
160 "cursor": "#95e5cbff",
161 "background": "#95e5cbff",
162 "selection": "#95e5cb3d"
163 },
164 {
165 "cursor": "#ef7177ff",
166 "background": "#ef7177ff",
167 "selection": "#ef71773d"
168 },
169 {
170 "cursor": "#feb454ff",
171 "background": "#feb454ff",
172 "selection": "#feb4543d"
173 },
174 {
175 "cursor": "#aad84cff",
176 "background": "#aad84cff",
177 "selection": "#aad84c3d"
178 }
179 ],
180 "syntax": {
181 "attribute": {
182 "color": "#5ac1feff",
183 "font_style": null,
184 "font_weight": null
185 },
186 "boolean": {
187 "color": "#d2a6ffff",
188 "font_style": null,
189 "font_weight": null
190 },
191 "comment": {
192 "color": "#abb5be8c",
193 "font_style": null,
194 "font_weight": null
195 },
196 "comment.doc": {
197 "color": "#8c8b88ff",
198 "font_style": null,
199 "font_weight": null
200 },
201 "constant": {
202 "color": "#d2a6ffff",
203 "font_style": null,
204 "font_weight": null
205 },
206 "constructor": {
207 "color": "#5ac1feff",
208 "font_style": null,
209 "font_weight": null
210 },
211 "embedded": {
212 "color": "#bfbdb6ff",
213 "font_style": null,
214 "font_weight": null
215 },
216 "emphasis": {
217 "color": "#5ac1feff",
218 "font_style": null,
219 "font_weight": null
220 },
221 "emphasis.strong": {
222 "color": "#5ac1feff",
223 "font_style": null,
224 "font_weight": 700
225 },
226 "enum": {
227 "color": "#fe8f40ff",
228 "font_style": null,
229 "font_weight": null
230 },
231 "function": {
232 "color": "#ffb353ff",
233 "font_style": null,
234 "font_weight": null
235 },
236 "hint": {
237 "color": "#628b80ff",
238 "font_style": null,
239 "font_weight": 700
240 },
241 "keyword": {
242 "color": "#ff8f3fff",
243 "font_style": null,
244 "font_weight": null
245 },
246 "label": {
247 "color": "#5ac1feff",
248 "font_style": null,
249 "font_weight": null
250 },
251 "link_text": {
252 "color": "#fe8f40ff",
253 "font_style": "italic",
254 "font_weight": null
255 },
256 "link_uri": {
257 "color": "#aad84cff",
258 "font_style": null,
259 "font_weight": null
260 },
261 "number": {
262 "color": "#d2a6ffff",
263 "font_style": null,
264 "font_weight": null
265 },
266 "operator": {
267 "color": "#f29668ff",
268 "font_style": null,
269 "font_weight": null
270 },
271 "predictive": {
272 "color": "#5a728bff",
273 "font_style": "italic",
274 "font_weight": null
275 },
276 "preproc": {
277 "color": "#bfbdb6ff",
278 "font_style": null,
279 "font_weight": null
280 },
281 "primary": {
282 "color": "#bfbdb6ff",
283 "font_style": null,
284 "font_weight": null
285 },
286 "property": {
287 "color": "#5ac1feff",
288 "font_style": null,
289 "font_weight": null
290 },
291 "punctuation": {
292 "color": "#a6a5a0ff",
293 "font_style": null,
294 "font_weight": null
295 },
296 "punctuation.bracket": {
297 "color": "#a6a5a0ff",
298 "font_style": null,
299 "font_weight": null
300 },
301 "punctuation.delimiter": {
302 "color": "#a6a5a0ff",
303 "font_style": null,
304 "font_weight": null
305 },
306 "punctuation.list_marker": {
307 "color": "#a6a5a0ff",
308 "font_style": null,
309 "font_weight": null
310 },
311 "punctuation.special": {
312 "color": "#d2a6ffff",
313 "font_style": null,
314 "font_weight": null
315 },
316 "string": {
317 "color": "#a9d94bff",
318 "font_style": null,
319 "font_weight": null
320 },
321 "string.escape": {
322 "color": "#8c8b88ff",
323 "font_style": null,
324 "font_weight": null
325 },
326 "string.regex": {
327 "color": "#95e6cbff",
328 "font_style": null,
329 "font_weight": null
330 },
331 "string.special": {
332 "color": "#e5b572ff",
333 "font_style": null,
334 "font_weight": null
335 },
336 "string.special.symbol": {
337 "color": "#fe8f40ff",
338 "font_style": null,
339 "font_weight": null
340 },
341 "tag": {
342 "color": "#5ac1feff",
343 "font_style": null,
344 "font_weight": null
345 },
346 "text.literal": {
347 "color": "#fe8f40ff",
348 "font_style": null,
349 "font_weight": null
350 },
351 "title": {
352 "color": "#bfbdb6ff",
353 "font_style": null,
354 "font_weight": 700
355 },
356 "type": {
357 "color": "#59c2ffff",
358 "font_style": null,
359 "font_weight": null
360 },
361 "variable": {
362 "color": "#bfbdb6ff",
363 "font_style": null,
364 "font_weight": null
365 },
366 "variant": {
367 "color": "#5ac1feff",
368 "font_style": null,
369 "font_weight": null
370 }
371 }
372 }
373 },
374 {
375 "name": "Ayu Light",
376 "appearance": "light",
377 "style": {
378 "border": "#cfd1d2ff",
379 "border.variant": "#dfe0e1ff",
380 "border.focused": "#c4daf6ff",
381 "border.selected": "#c4daf6ff",
382 "border.transparent": "#00000000",
383 "border.disabled": "#d5d6d8ff",
384 "elevated_surface.background": "#ececedff",
385 "surface.background": "#ececedff",
386 "background": "#dcdddeff",
387 "element.background": "#ececedff",
388 "element.hover": "#dfe0e1ff",
389 "element.active": "#cfd0d2ff",
390 "element.selected": "#cfd0d2ff",
391 "element.disabled": "#ececedff",
392 "drop_target.background": "#8b8e9280",
393 "ghost_element.background": "#00000000",
394 "ghost_element.hover": "#dfe0e1ff",
395 "ghost_element.active": "#cfd0d2ff",
396 "ghost_element.selected": "#cfd0d2ff",
397 "ghost_element.disabled": "#ececedff",
398 "text": "#5c6166ff",
399 "text.muted": "#8b8e92ff",
400 "text.placeholder": "#a9acaeff",
401 "text.disabled": "#a9acaeff",
402 "text.accent": "#3b9ee5ff",
403 "icon": "#5c6166ff",
404 "icon.muted": "#8b8e92ff",
405 "icon.disabled": "#a9acaeff",
406 "icon.placeholder": "#8b8e92ff",
407 "icon.accent": "#3b9ee5ff",
408 "status_bar.background": "#dcdddeff",
409 "title_bar.background": "#dcdddeff",
410 "toolbar.background": "#fcfcfcff",
411 "tab_bar.background": "#ececedff",
412 "tab.inactive_background": "#ececedff",
413 "tab.active_background": "#fcfcfcff",
414 "search.match_background": "#3b9ee566",
415 "panel.background": "#ececedff",
416 "panel.focused_border": null,
417 "pane.focused_border": null,
418 "scrollbar.thumb.background": "#5c61664c",
419 "scrollbar.thumb.hover_background": "#dfe0e1ff",
420 "scrollbar.thumb.border": "#dfe0e1ff",
421 "scrollbar.track.background": "#00000000",
422 "scrollbar.track.border": "#efeff0ff",
423 "editor.foreground": "#5c6166ff",
424 "editor.background": "#fcfcfcff",
425 "editor.gutter.background": "#fcfcfcff",
426 "editor.subheader.background": "#ececedff",
427 "editor.active_line.background": "#ececedbf",
428 "editor.highlighted_line.background": "#ececedff",
429 "editor.line_number": "#5c616659",
430 "editor.active_line_number": "#5c6166ff",
431 "editor.invisible": "#acafb1ff",
432 "editor.wrap_guide": "#5c61660d",
433 "editor.active_wrap_guide": "#5c61661a",
434 "editor.document_highlight.read_background": "#3b9ee51a",
435 "editor.document_highlight.write_background": "#acafb166",
436 "terminal.background": "#fcfcfcff",
437 "terminal.foreground": "#5c6166ff",
438 "terminal.bright_foreground": "#5c6166ff",
439 "terminal.dim_foreground": "#fcfcfcff",
440 "terminal.ansi.black": "#fcfcfcff",
441 "terminal.ansi.bright_black": "#bcbec0ff",
442 "terminal.ansi.dim_black": "#5c6166ff",
443 "terminal.ansi.red": "#ef7271ff",
444 "terminal.ansi.bright_red": "#febab6ff",
445 "terminal.ansi.dim_red": "#833538ff",
446 "terminal.ansi.green": "#85b304ff",
447 "terminal.ansi.bright_green": "#c7d98fff",
448 "terminal.ansi.dim_green": "#445613ff",
449 "terminal.ansi.yellow": "#f1ad49ff",
450 "terminal.ansi.bright_yellow": "#fed5a3ff",
451 "terminal.ansi.dim_yellow": "#8a5227ff",
452 "terminal.ansi.blue": "#3b9ee5ff",
453 "terminal.ansi.bright_blue": "#abcdf2ff",
454 "terminal.ansi.dim_blue": "#214c76ff",
455 "terminal.ansi.magenta": "#55b4d3ff",
456 "terminal.ansi.bright_magenta": "#b1d8e8ff",
457 "terminal.ansi.dim_magenta": "#2f5669ff",
458 "terminal.ansi.cyan": "#4dbf99ff",
459 "terminal.ansi.bright_cyan": "#ace0cbff",
460 "terminal.ansi.dim_cyan": "#2a5f4aff",
461 "terminal.ansi.white": "#5c6166ff",
462 "terminal.ansi.bright_white": "#5c6166ff",
463 "terminal.ansi.dim_white": "#9c9fa2ff",
464 "link_text.hover": "#3b9ee5ff",
465 "conflict": "#f1ad49ff",
466 "conflict.background": "#ffeedaff",
467 "conflict.border": "#ffe1beff",
468 "created": "#85b304ff",
469 "created.background": "#e9efd2ff",
470 "created.border": "#d7e3aeff",
471 "deleted": "#ef7271ff",
472 "deleted.background": "#ffe3e1ff",
473 "deleted.border": "#ffcdcaff",
474 "error": "#ef7271ff",
475 "error.background": "#ffe3e1ff",
476 "error.border": "#ffcdcaff",
477 "hidden": "#a9acaeff",
478 "hidden.background": "#dcdddeff",
479 "hidden.border": "#d5d6d8ff",
480 "hint": "#8ca7c2ff",
481 "hint.background": "#deebfaff",
482 "hint.border": "#c4daf6ff",
483 "ignored": "#a9acaeff",
484 "ignored.background": "#dcdddeff",
485 "ignored.border": "#cfd1d2ff",
486 "info": "#3b9ee5ff",
487 "info.background": "#deebfaff",
488 "info.border": "#c4daf6ff",
489 "modified": "#f1ad49ff",
490 "modified.background": "#ffeedaff",
491 "modified.border": "#ffe1beff",
492 "predictive": "#9eb9d3ff",
493 "predictive.background": "#e9efd2ff",
494 "predictive.border": "#d7e3aeff",
495 "renamed": "#3b9ee5ff",
496 "renamed.background": "#deebfaff",
497 "renamed.border": "#c4daf6ff",
498 "success": "#85b304ff",
499 "success.background": "#e9efd2ff",
500 "success.border": "#d7e3aeff",
501 "unreachable": "#8b8e92ff",
502 "unreachable.background": "#dcdddeff",
503 "unreachable.border": "#cfd1d2ff",
504 "warning": "#f1ad49ff",
505 "warning.background": "#ffeedaff",
506 "warning.border": "#ffe1beff",
507 "players": [
508 {
509 "cursor": "#3b9ee5ff",
510 "background": "#3b9ee5ff",
511 "selection": "#3b9ee53d"
512 },
513 {
514 "cursor": "#55b4d3ff",
515 "background": "#55b4d3ff",
516 "selection": "#55b4d33d"
517 },
518 {
519 "cursor": "#f98d3fff",
520 "background": "#f98d3fff",
521 "selection": "#f98d3f3d"
522 },
523 {
524 "cursor": "#a37accff",
525 "background": "#a37accff",
526 "selection": "#a37acc3d"
527 },
528 {
529 "cursor": "#4dbf99ff",
530 "background": "#4dbf99ff",
531 "selection": "#4dbf993d"
532 },
533 {
534 "cursor": "#ef7271ff",
535 "background": "#ef7271ff",
536 "selection": "#ef72713d"
537 },
538 {
539 "cursor": "#f1ad49ff",
540 "background": "#f1ad49ff",
541 "selection": "#f1ad493d"
542 },
543 {
544 "cursor": "#85b304ff",
545 "background": "#85b304ff",
546 "selection": "#85b3043d"
547 }
548 ],
549 "syntax": {
550 "attribute": {
551 "color": "#3b9ee5ff",
552 "font_style": null,
553 "font_weight": null
554 },
555 "boolean": {
556 "color": "#a37accff",
557 "font_style": null,
558 "font_weight": null
559 },
560 "comment": {
561 "color": "#787b8099",
562 "font_style": null,
563 "font_weight": null
564 },
565 "comment.doc": {
566 "color": "#898d90ff",
567 "font_style": null,
568 "font_weight": null
569 },
570 "constant": {
571 "color": "#a37accff",
572 "font_style": null,
573 "font_weight": null
574 },
575 "constructor": {
576 "color": "#3b9ee5ff",
577 "font_style": null,
578 "font_weight": null
579 },
580 "embedded": {
581 "color": "#5c6166ff",
582 "font_style": null,
583 "font_weight": null
584 },
585 "emphasis": {
586 "color": "#3b9ee5ff",
587 "font_style": null,
588 "font_weight": null
589 },
590 "emphasis.strong": {
591 "color": "#3b9ee5ff",
592 "font_style": null,
593 "font_weight": 700
594 },
595 "enum": {
596 "color": "#f98d3fff",
597 "font_style": null,
598 "font_weight": null
599 },
600 "function": {
601 "color": "#f2ad48ff",
602 "font_style": null,
603 "font_weight": null
604 },
605 "hint": {
606 "color": "#8ca7c2ff",
607 "font_style": null,
608 "font_weight": 700
609 },
610 "keyword": {
611 "color": "#fa8d3eff",
612 "font_style": null,
613 "font_weight": null
614 },
615 "label": {
616 "color": "#3b9ee5ff",
617 "font_style": null,
618 "font_weight": null
619 },
620 "link_text": {
621 "color": "#f98d3fff",
622 "font_style": "italic",
623 "font_weight": null
624 },
625 "link_uri": {
626 "color": "#85b304ff",
627 "font_style": null,
628 "font_weight": null
629 },
630 "number": {
631 "color": "#a37accff",
632 "font_style": null,
633 "font_weight": null
634 },
635 "operator": {
636 "color": "#ed9365ff",
637 "font_style": null,
638 "font_weight": null
639 },
640 "predictive": {
641 "color": "#9eb9d3ff",
642 "font_style": "italic",
643 "font_weight": null
644 },
645 "preproc": {
646 "color": "#5c6166ff",
647 "font_style": null,
648 "font_weight": null
649 },
650 "primary": {
651 "color": "#5c6166ff",
652 "font_style": null,
653 "font_weight": null
654 },
655 "property": {
656 "color": "#3b9ee5ff",
657 "font_style": null,
658 "font_weight": null
659 },
660 "punctuation": {
661 "color": "#73777bff",
662 "font_style": null,
663 "font_weight": null
664 },
665 "punctuation.bracket": {
666 "color": "#73777bff",
667 "font_style": null,
668 "font_weight": null
669 },
670 "punctuation.delimiter": {
671 "color": "#73777bff",
672 "font_style": null,
673 "font_weight": null
674 },
675 "punctuation.list_marker": {
676 "color": "#73777bff",
677 "font_style": null,
678 "font_weight": null
679 },
680 "punctuation.special": {
681 "color": "#a37accff",
682 "font_style": null,
683 "font_weight": null
684 },
685 "string": {
686 "color": "#86b300ff",
687 "font_style": null,
688 "font_weight": null
689 },
690 "string.escape": {
691 "color": "#898d90ff",
692 "font_style": null,
693 "font_weight": null
694 },
695 "string.regex": {
696 "color": "#4bbf98ff",
697 "font_style": null,
698 "font_weight": null
699 },
700 "string.special": {
701 "color": "#e6ba7eff",
702 "font_style": null,
703 "font_weight": null
704 },
705 "string.special.symbol": {
706 "color": "#f98d3fff",
707 "font_style": null,
708 "font_weight": null
709 },
710 "tag": {
711 "color": "#3b9ee5ff",
712 "font_style": null,
713 "font_weight": null
714 },
715 "text.literal": {
716 "color": "#f98d3fff",
717 "font_style": null,
718 "font_weight": null
719 },
720 "title": {
721 "color": "#5c6166ff",
722 "font_style": null,
723 "font_weight": 700
724 },
725 "type": {
726 "color": "#389ee6ff",
727 "font_style": null,
728 "font_weight": null
729 },
730 "variable": {
731 "color": "#5c6166ff",
732 "font_style": null,
733 "font_weight": null
734 },
735 "variant": {
736 "color": "#3b9ee5ff",
737 "font_style": null,
738 "font_weight": null
739 }
740 }
741 }
742 },
743 {
744 "name": "Ayu Mirage",
745 "appearance": "dark",
746 "style": {
747 "border": "#53565dff",
748 "border.variant": "#43464fff",
749 "border.focused": "#24556fff",
750 "border.selected": "#24556fff",
751 "border.transparent": "#00000000",
752 "border.disabled": "#4d5058ff",
753 "elevated_surface.background": "#353944ff",
754 "surface.background": "#353944ff",
755 "background": "#464a52ff",
756 "element.background": "#353944ff",
757 "element.hover": "#43464fff",
758 "element.active": "#53565dff",
759 "element.selected": "#53565dff",
760 "element.disabled": "#353944ff",
761 "drop_target.background": "#9a9a9880",
762 "ghost_element.background": "#00000000",
763 "ghost_element.hover": "#43464fff",
764 "ghost_element.active": "#53565dff",
765 "ghost_element.selected": "#53565dff",
766 "ghost_element.disabled": "#353944ff",
767 "text": "#cccac2ff",
768 "text.muted": "#9a9a98ff",
769 "text.placeholder": "#7b7d7fff",
770 "text.disabled": "#7b7d7fff",
771 "text.accent": "#72cffeff",
772 "icon": "#cccac2ff",
773 "icon.muted": "#9a9a98ff",
774 "icon.disabled": "#7b7d7fff",
775 "icon.placeholder": "#9a9a98ff",
776 "icon.accent": "#72cffeff",
777 "status_bar.background": "#464a52ff",
778 "title_bar.background": "#464a52ff",
779 "toolbar.background": "#242835ff",
780 "tab_bar.background": "#353944ff",
781 "tab.inactive_background": "#353944ff",
782 "tab.active_background": "#242835ff",
783 "search.match_background": "#73cffe66",
784 "panel.background": "#353944ff",
785 "panel.focused_border": null,
786 "pane.focused_border": null,
787 "scrollbar.thumb.background": "#cccac24c",
788 "scrollbar.thumb.hover_background": "#43464fff",
789 "scrollbar.thumb.border": "#43464fff",
790 "scrollbar.track.background": "#00000000",
791 "scrollbar.track.border": "#323641ff",
792 "editor.foreground": "#cccac2ff",
793 "editor.background": "#242835ff",
794 "editor.gutter.background": "#242835ff",
795 "editor.subheader.background": "#353944ff",
796 "editor.active_line.background": "#353944bf",
797 "editor.highlighted_line.background": "#353944ff",
798 "editor.line_number": "#cccac259",
799 "editor.active_line_number": "#cccac2ff",
800 "editor.invisible": "#787a7cff",
801 "editor.wrap_guide": "#cccac20d",
802 "editor.active_wrap_guide": "#cccac21a",
803 "editor.document_highlight.read_background": "#72cffe1a",
804 "editor.document_highlight.write_background": "#787a7c66",
805 "terminal.background": "#242835ff",
806 "terminal.foreground": "#cccac2ff",
807 "terminal.bright_foreground": "#cccac2ff",
808 "terminal.dim_foreground": "#242835ff",
809 "terminal.ansi.black": "#242835ff",
810 "terminal.ansi.bright_black": "#67696eff",
811 "terminal.ansi.dim_black": "#cccac2ff",
812 "terminal.ansi.red": "#f18779ff",
813 "terminal.ansi.bright_red": "#833f3cff",
814 "terminal.ansi.dim_red": "#fec4baff",
815 "terminal.ansi.green": "#d5fe80ff",
816 "terminal.ansi.bright_green": "#75993cff",
817 "terminal.ansi.dim_green": "#ecffc1ff",
818 "terminal.ansi.yellow": "#fecf72ff",
819 "terminal.ansi.bright_yellow": "#937237ff",
820 "terminal.ansi.dim_yellow": "#ffe7b9ff",
821 "terminal.ansi.blue": "#72cffeff",
822 "terminal.ansi.bright_blue": "#336d8dff",
823 "terminal.ansi.dim_blue": "#c1e7ffff",
824 "terminal.ansi.magenta": "#5bcde5ff",
825 "terminal.ansi.bright_magenta": "#2b6c7bff",
826 "terminal.ansi.dim_magenta": "#b7e7f2ff",
827 "terminal.ansi.cyan": "#95e5cbff",
828 "terminal.ansi.bright_cyan": "#4c806fff",
829 "terminal.ansi.dim_cyan": "#cbf2e4ff",
830 "terminal.ansi.white": "#cccac2ff",
831 "terminal.ansi.bright_white": "#cccac2ff",
832 "terminal.ansi.dim_white": "#898a8aff",
833 "link_text.hover": "#72cffeff",
834 "conflict": "#fecf72ff",
835 "conflict.background": "#574018ff",
836 "conflict.border": "#765a29ff",
837 "created": "#d5fe80ff",
838 "created.background": "#426117ff",
839 "created.border": "#5d7e2cff",
840 "deleted": "#f18779ff",
841 "deleted.background": "#481a1bff",
842 "deleted.border": "#662e2dff",
843 "error": "#f18779ff",
844 "error.background": "#481a1bff",
845 "error.border": "#662e2dff",
846 "hidden": "#7b7d7fff",
847 "hidden.background": "#464a52ff",
848 "hidden.border": "#4d5058ff",
849 "hint": "#7399a3ff",
850 "hint.background": "#123950ff",
851 "hint.border": "#24556fff",
852 "ignored": "#7b7d7fff",
853 "ignored.background": "#464a52ff",
854 "ignored.border": "#53565dff",
855 "info": "#72cffeff",
856 "info.background": "#123950ff",
857 "info.border": "#24556fff",
858 "modified": "#fecf72ff",
859 "modified.background": "#574018ff",
860 "modified.border": "#765a29ff",
861 "predictive": "#6d839bff",
862 "predictive.background": "#426117ff",
863 "predictive.border": "#5d7e2cff",
864 "renamed": "#72cffeff",
865 "renamed.background": "#123950ff",
866 "renamed.border": "#24556fff",
867 "success": "#d5fe80ff",
868 "success.background": "#426117ff",
869 "success.border": "#5d7e2cff",
870 "unreachable": "#9a9a98ff",
871 "unreachable.background": "#464a52ff",
872 "unreachable.border": "#53565dff",
873 "warning": "#fecf72ff",
874 "warning.background": "#574018ff",
875 "warning.border": "#765a29ff",
876 "players": [
877 {
878 "cursor": "#72cffeff",
879 "background": "#72cffeff",
880 "selection": "#72cffe3d"
881 },
882 {
883 "cursor": "#5bcde5ff",
884 "background": "#5bcde5ff",
885 "selection": "#5bcde53d"
886 },
887 {
888 "cursor": "#fead66ff",
889 "background": "#fead66ff",
890 "selection": "#fead663d"
891 },
892 {
893 "cursor": "#debffeff",
894 "background": "#debffeff",
895 "selection": "#debffe3d"
896 },
897 {
898 "cursor": "#95e5cbff",
899 "background": "#95e5cbff",
900 "selection": "#95e5cb3d"
901 },
902 {
903 "cursor": "#f18779ff",
904 "background": "#f18779ff",
905 "selection": "#f187793d"
906 },
907 {
908 "cursor": "#fecf72ff",
909 "background": "#fecf72ff",
910 "selection": "#fecf723d"
911 },
912 {
913 "cursor": "#d5fe80ff",
914 "background": "#d5fe80ff",
915 "selection": "#d5fe803d"
916 }
917 ],
918 "syntax": {
919 "attribute": {
920 "color": "#72cffeff",
921 "font_style": null,
922 "font_weight": null
923 },
924 "boolean": {
925 "color": "#dfbfffff",
926 "font_style": null,
927 "font_weight": null
928 },
929 "comment": {
930 "color": "#b8cfe680",
931 "font_style": null,
932 "font_weight": null
933 },
934 "comment.doc": {
935 "color": "#9b9b99ff",
936 "font_style": null,
937 "font_weight": null
938 },
939 "constant": {
940 "color": "#dfbfffff",
941 "font_style": null,
942 "font_weight": null
943 },
944 "constructor": {
945 "color": "#72cffeff",
946 "font_style": null,
947 "font_weight": null
948 },
949 "embedded": {
950 "color": "#cccac2ff",
951 "font_style": null,
952 "font_weight": null
953 },
954 "emphasis": {
955 "color": "#72cffeff",
956 "font_style": null,
957 "font_weight": null
958 },
959 "emphasis.strong": {
960 "color": "#72cffeff",
961 "font_style": null,
962 "font_weight": 700
963 },
964 "enum": {
965 "color": "#fead66ff",
966 "font_style": null,
967 "font_weight": null
968 },
969 "function": {
970 "color": "#ffd173ff",
971 "font_style": null,
972 "font_weight": null
973 },
974 "hint": {
975 "color": "#7399a3ff",
976 "font_style": null,
977 "font_weight": 700
978 },
979 "keyword": {
980 "color": "#ffad65ff",
981 "font_style": null,
982 "font_weight": null
983 },
984 "label": {
985 "color": "#72cffeff",
986 "font_style": null,
987 "font_weight": null
988 },
989 "link_text": {
990 "color": "#fead66ff",
991 "font_style": "italic",
992 "font_weight": null
993 },
994 "link_uri": {
995 "color": "#d5fe80ff",
996 "font_style": null,
997 "font_weight": null
998 },
999 "number": {
1000 "color": "#dfbfffff",
1001 "font_style": null,
1002 "font_weight": null
1003 },
1004 "operator": {
1005 "color": "#f29e74ff",
1006 "font_style": null,
1007 "font_weight": null
1008 },
1009 "predictive": {
1010 "color": "#6d839bff",
1011 "font_style": "italic",
1012 "font_weight": null
1013 },
1014 "preproc": {
1015 "color": "#cccac2ff",
1016 "font_style": null,
1017 "font_weight": null
1018 },
1019 "primary": {
1020 "color": "#cccac2ff",
1021 "font_style": null,
1022 "font_weight": null
1023 },
1024 "property": {
1025 "color": "#72cffeff",
1026 "font_style": null,
1027 "font_weight": null
1028 },
1029 "punctuation": {
1030 "color": "#b4b3aeff",
1031 "font_style": null,
1032 "font_weight": null
1033 },
1034 "punctuation.bracket": {
1035 "color": "#b4b3aeff",
1036 "font_style": null,
1037 "font_weight": null
1038 },
1039 "punctuation.delimiter": {
1040 "color": "#b4b3aeff",
1041 "font_style": null,
1042 "font_weight": null
1043 },
1044 "punctuation.list_marker": {
1045 "color": "#b4b3aeff",
1046 "font_style": null,
1047 "font_weight": null
1048 },
1049 "punctuation.special": {
1050 "color": "#dfbfffff",
1051 "font_style": null,
1052 "font_weight": null
1053 },
1054 "string": {
1055 "color": "#d4fe7fff",
1056 "font_style": null,
1057 "font_weight": null
1058 },
1059 "string.escape": {
1060 "color": "#9b9b99ff",
1061 "font_style": null,
1062 "font_weight": null
1063 },
1064 "string.regex": {
1065 "color": "#95e6cbff",
1066 "font_style": null,
1067 "font_weight": null
1068 },
1069 "string.special": {
1070 "color": "#ffdfb3ff",
1071 "font_style": null,
1072 "font_weight": null
1073 },
1074 "string.special.symbol": {
1075 "color": "#fead66ff",
1076 "font_style": null,
1077 "font_weight": null
1078 },
1079 "tag": {
1080 "color": "#72cffeff",
1081 "font_style": null,
1082 "font_weight": null
1083 },
1084 "text.literal": {
1085 "color": "#fead66ff",
1086 "font_style": null,
1087 "font_weight": null
1088 },
1089 "title": {
1090 "color": "#cccac2ff",
1091 "font_style": null,
1092 "font_weight": 700
1093 },
1094 "type": {
1095 "color": "#73cfffff",
1096 "font_style": null,
1097 "font_weight": null
1098 },
1099 "variable": {
1100 "color": "#cccac2ff",
1101 "font_style": null,
1102 "font_weight": null
1103 },
1104 "variant": {
1105 "color": "#72cffeff",
1106 "font_style": null,
1107 "font_weight": null
1108 }
1109 }
1110 }
1111 }
1112 ]
1113}