1{
2 "name": "Rosé Pine",
3 "author": "Zed Industries",
4 "themes": [
5 {
6 "name": "Rosé Pine",
7 "appearance": "dark",
8 "style": {
9 "border": "#423f55ff",
10 "border.variant": "#232132ff",
11 "border.focused": "#435255ff",
12 "border.selected": "#435255ff",
13 "border.transparent": "#00000000",
14 "border.disabled": "#353347ff",
15 "elevated_surface.background": "#1c1b2aff",
16 "surface.background": "#1c1b2aff",
17 "background": "#292738ff",
18 "element.background": "#1c1b2aff",
19 "element.hover": "#232132ff",
20 "element.active": "#403e53ff",
21 "element.selected": "#403e53ff",
22 "element.disabled": "#1c1b2aff",
23 "drop_target.background": "#74708d80",
24 "ghost_element.background": "#00000000",
25 "ghost_element.hover": "#232132ff",
26 "ghost_element.active": "#403e53ff",
27 "ghost_element.selected": "#403e53ff",
28 "ghost_element.disabled": "#1c1b2aff",
29 "text": "#e0def4ff",
30 "text.muted": "#74708dff",
31 "text.placeholder": "#2f2b43ff",
32 "text.disabled": "#2f2b43ff",
33 "text.accent": "#9bced6ff",
34 "icon": "#e0def4ff",
35 "icon.muted": "#74708dff",
36 "icon.disabled": "#2f2b43ff",
37 "icon.placeholder": "#74708dff",
38 "icon.accent": "#9bced6ff",
39 "status_bar.background": "#292738ff",
40 "title_bar.background": "#292738ff",
41 "title_bar.inactive_background": "#1c1b2aff",
42 "toolbar.background": "#191724ff",
43 "tab_bar.background": "#1c1b2aff",
44 "tab.inactive_background": "#1c1b2aff",
45 "tab.active_background": "#191724ff",
46 "search.match_background": "#57949f66",
47 "panel.background": "#1c1b2aff",
48 "panel.focused_border": null,
49 "pane.focused_border": null,
50 "scrollbar.thumb.background": "#e0def44c",
51 "scrollbar.thumb.hover_background": "#232132ff",
52 "scrollbar.thumb.border": "#232132ff",
53 "scrollbar.track.background": "#00000000",
54 "scrollbar.track.border": "#1b1a29ff",
55 "editor.foreground": "#e0def4ff",
56 "editor.background": "#191724ff",
57 "editor.gutter.background": "#191724ff",
58 "editor.subheader.background": "#1c1b2aff",
59 "editor.active_line.background": "#1c1b2abf",
60 "editor.highlighted_line.background": "#1c1b2aff",
61 "editor.line_number": "#e0def459",
62 "editor.active_line_number": "#e0def4ff",
63 "editor.invisible": "#28253cff",
64 "editor.wrap_guide": "#e0def40d",
65 "editor.active_wrap_guide": "#e0def41a",
66 "editor.document_highlight.read_background": "#9bced61a",
67 "editor.document_highlight.write_background": "#28253c66",
68 "terminal.background": "#191724ff",
69 "terminal.foreground": "#e0def4ff",
70 "terminal.bright_foreground": "#e0def4ff",
71 "terminal.dim_foreground": "#191724ff",
72 "terminal.ansi.black": "#191724ff",
73 "terminal.ansi.bright_black": "#403d55ff",
74 "terminal.ansi.dim_black": "#e0def4ff",
75 "terminal.ansi.red": "#ea6e92ff",
76 "terminal.ansi.bright_red": "#7e3647ff",
77 "terminal.ansi.dim_red": "#fab9c6ff",
78 "terminal.ansi.green": "#5cc1a3ff",
79 "terminal.ansi.bright_green": "#31614fff",
80 "terminal.ansi.dim_green": "#b3e1d1ff",
81 "terminal.ansi.yellow": "#f6c177ff",
82 "terminal.ansi.bright_yellow": "#8a643aff",
83 "terminal.ansi.dim_yellow": "#fedfbbff",
84 "terminal.ansi.blue": "#9bced6ff",
85 "terminal.ansi.bright_blue": "#566b70ff",
86 "terminal.ansi.dim_blue": "#cfe7ebff",
87 "terminal.ansi.magenta": "#9d7591ff",
88 "terminal.ansi.bright_magenta": "#4c3b47ff",
89 "terminal.ansi.dim_magenta": "#ceb9c7ff",
90 "terminal.ansi.cyan": "#31738fff",
91 "terminal.ansi.bright_cyan": "#203a46ff",
92 "terminal.ansi.dim_cyan": "#9cb7c6ff",
93 "terminal.ansi.white": "#e0def4ff",
94 "terminal.ansi.bright_white": "#e0def4ff",
95 "terminal.ansi.dim_white": "#514e68ff",
96 "link_text.hover": "#9bced6ff",
97 "conflict": "#f6c177ff",
98 "conflict.background": "#50331aff",
99 "conflict.border": "#6d4d2bff",
100 "created": "#5cc1a3ff",
101 "created.background": "#182d23ff",
102 "created.border": "#254839ff",
103 "deleted": "#ea6e92ff",
104 "deleted.background": "#431720ff",
105 "deleted.border": "#612834ff",
106 "error": "#ea6e92ff",
107 "error.background": "#431720ff",
108 "error.border": "#612834ff",
109 "hidden": "#2f2b43ff",
110 "hidden.background": "#292738ff",
111 "hidden.border": "#353347ff",
112 "hint": "#5e768cff",
113 "hint.background": "#2f3639ff",
114 "hint.border": "#435255ff",
115 "ignored": "#2f2b43ff",
116 "ignored.background": "#292738ff",
117 "ignored.border": "#423f55ff",
118 "info": "#9bced6ff",
119 "info.background": "#2f3639ff",
120 "info.border": "#435255ff",
121 "modified": "#f6c177ff",
122 "modified.background": "#50331aff",
123 "modified.border": "#6d4d2bff",
124 "predictive": "#556b81ff",
125 "predictive.background": "#182d23ff",
126 "predictive.border": "#254839ff",
127 "renamed": "#9bced6ff",
128 "renamed.background": "#2f3639ff",
129 "renamed.border": "#435255ff",
130 "success": "#5cc1a3ff",
131 "success.background": "#182d23ff",
132 "success.border": "#254839ff",
133 "unreachable": "#74708dff",
134 "unreachable.background": "#292738ff",
135 "unreachable.border": "#423f55ff",
136 "warning": "#f6c177ff",
137 "warning.background": "#50331aff",
138 "warning.border": "#6d4d2bff",
139 "players": [
140 {
141 "cursor": "#9bced6ff",
142 "background": "#9bced6ff",
143 "selection": "#9bced63d"
144 },
145 {
146 "cursor": "#9d7591ff",
147 "background": "#9d7591ff",
148 "selection": "#9d75913d"
149 },
150 {
151 "cursor": "#c4a7e6ff",
152 "background": "#c4a7e6ff",
153 "selection": "#c4a7e63d"
154 },
155 {
156 "cursor": "#c4a7e6ff",
157 "background": "#c4a7e6ff",
158 "selection": "#c4a7e63d"
159 },
160 {
161 "cursor": "#31738fff",
162 "background": "#31738fff",
163 "selection": "#31738f3d"
164 },
165 {
166 "cursor": "#ea6e92ff",
167 "background": "#ea6e92ff",
168 "selection": "#ea6e923d"
169 },
170 {
171 "cursor": "#f6c177ff",
172 "background": "#f6c177ff",
173 "selection": "#f6c1773d"
174 },
175 {
176 "cursor": "#5cc1a3ff",
177 "background": "#5cc1a3ff",
178 "selection": "#5cc1a33d"
179 }
180 ],
181 "syntax": {
182 "attribute": {
183 "color": "#9bced6ff",
184 "font_style": null,
185 "font_weight": null
186 },
187 "boolean": {
188 "color": "#ebbcbaff",
189 "font_style": null,
190 "font_weight": null
191 },
192 "comment": {
193 "color": "#6e6a86ff",
194 "font_style": null,
195 "font_weight": null
196 },
197 "comment.doc": {
198 "color": "#76728fff",
199 "font_style": null,
200 "font_weight": null
201 },
202 "constant": {
203 "color": "#5cc1a3ff",
204 "font_style": null,
205 "font_weight": null
206 },
207 "constructor": {
208 "color": "#9bced6ff",
209 "font_style": null,
210 "font_weight": null
211 },
212 "embedded": {
213 "color": "#e0def4ff",
214 "font_style": null,
215 "font_weight": null
216 },
217 "emphasis": {
218 "color": "#9bced6ff",
219 "font_style": null,
220 "font_weight": null
221 },
222 "emphasis.strong": {
223 "color": "#9bced6ff",
224 "font_style": null,
225 "font_weight": 700
226 },
227 "enum": {
228 "color": "#c4a7e6ff",
229 "font_style": null,
230 "font_weight": null
231 },
232 "function": {
233 "color": "#ebbcbaff",
234 "font_style": null,
235 "font_weight": null
236 },
237 "function.method": {
238 "color": "#ebbcbaff",
239 "font_style": null,
240 "font_weight": null
241 },
242 "hint": {
243 "color": "#5e768cff",
244 "font_style": null,
245 "font_weight": 700
246 },
247 "keyword": {
248 "color": "#30738fff",
249 "font_style": null,
250 "font_weight": null
251 },
252 "label": {
253 "color": "#9bced6ff",
254 "font_style": null,
255 "font_weight": null
256 },
257 "link_text": {
258 "color": "#9ccfd8ff",
259 "font_style": "normal",
260 "font_weight": null
261 },
262 "link_uri": {
263 "color": "#ebbcbaff",
264 "font_style": null,
265 "font_weight": null
266 },
267 "number": {
268 "color": "#5cc1a3ff",
269 "font_style": null,
270 "font_weight": null
271 },
272 "operator": {
273 "color": "#30738fff",
274 "font_style": null,
275 "font_weight": null
276 },
277 "predictive": {
278 "color": "#556b81ff",
279 "font_style": "italic",
280 "font_weight": null
281 },
282 "preproc": {
283 "color": "#e0def4ff",
284 "font_style": null,
285 "font_weight": null
286 },
287 "primary": {
288 "color": "#e0def4ff",
289 "font_style": null,
290 "font_weight": null
291 },
292 "property": {
293 "color": "#9bced6ff",
294 "font_style": null,
295 "font_weight": null
296 },
297 "punctuation": {
298 "color": "#908caaff",
299 "font_style": null,
300 "font_weight": null
301 },
302 "punctuation.bracket": {
303 "color": "#9d99b6ff",
304 "font_style": null,
305 "font_weight": null
306 },
307 "punctuation.delimiter": {
308 "color": "#9d99b6ff",
309 "font_style": null,
310 "font_weight": null
311 },
312 "punctuation.list_marker": {
313 "color": "#9d99b6ff",
314 "font_style": null,
315 "font_weight": null
316 },
317 "punctuation.special": {
318 "color": "#9d99b6ff",
319 "font_style": null,
320 "font_weight": null
321 },
322 "string": {
323 "color": "#f6c177ff",
324 "font_style": null,
325 "font_weight": null
326 },
327 "string.escape": {
328 "color": "#76728fff",
329 "font_style": null,
330 "font_weight": null
331 },
332 "string.regex": {
333 "color": "#c4a7e6ff",
334 "font_style": null,
335 "font_weight": null
336 },
337 "string.special": {
338 "color": "#c4a7e6ff",
339 "font_style": null,
340 "font_weight": null
341 },
342 "string.special.symbol": {
343 "color": "#c4a7e6ff",
344 "font_style": null,
345 "font_weight": null
346 },
347 "tag": {
348 "color": "#9ccfd8ff",
349 "font_style": null,
350 "font_weight": null
351 },
352 "text.literal": {
353 "color": "#c4a7e6ff",
354 "font_style": null,
355 "font_weight": null
356 },
357 "title": {
358 "color": "#f6c177ff",
359 "font_style": null,
360 "font_weight": 700
361 },
362 "type": {
363 "color": "#9ccfd8ff",
364 "font_style": null,
365 "font_weight": null
366 },
367 "type.builtin": {
368 "color": "#9ccfd8ff",
369 "font_style": null,
370 "font_weight": null
371 },
372 "variable": {
373 "color": "#e0def4ff",
374 "font_style": null,
375 "font_weight": null
376 },
377 "variant": {
378 "color": "#9bced6ff",
379 "font_style": null,
380 "font_weight": null
381 }
382 }
383 }
384 },
385 {
386 "name": "Rosé Pine Dawn",
387 "appearance": "light",
388 "style": {
389 "border": "#dcd6d5ff",
390 "border.variant": "#e5e0dfff",
391 "border.focused": "#c3d7dbff",
392 "border.selected": "#c3d7dbff",
393 "border.transparent": "#00000000",
394 "border.disabled": "#d0cccfff",
395 "elevated_surface.background": "#fef9f2ff",
396 "surface.background": "#fef9f2ff",
397 "background": "#dcd8d8ff",
398 "element.background": "#fef9f2ff",
399 "element.hover": "#e5e0dfff",
400 "element.active": "#dad4d3ff",
401 "element.selected": "#dad4d3ff",
402 "element.disabled": "#fef9f2ff",
403 "drop_target.background": "#706c8c80",
404 "ghost_element.background": "#00000000",
405 "ghost_element.hover": "#e5e0dfff",
406 "ghost_element.active": "#dad4d3ff",
407 "ghost_element.selected": "#dad4d3ff",
408 "ghost_element.disabled": "#fef9f2ff",
409 "text": "#575279ff",
410 "text.muted": "#706c8cff",
411 "text.placeholder": "#938fa3ff",
412 "text.disabled": "#938fa3ff",
413 "text.accent": "#57949fff",
414 "icon": "#575279ff",
415 "icon.muted": "#706c8cff",
416 "icon.disabled": "#938fa3ff",
417 "icon.placeholder": "#706c8cff",
418 "icon.accent": "#57949fff",
419 "status_bar.background": "#dcd8d8ff",
420 "title_bar.background": "#dcd8d8ff",
421 "title_bar.inactive_background": "#fef9f2ff",
422 "toolbar.background": "#faf4edff",
423 "tab_bar.background": "#fef9f2ff",
424 "tab.inactive_background": "#fef9f2ff",
425 "tab.active_background": "#faf4edff",
426 "search.match_background": "#9cced766",
427 "panel.background": "#fef9f2ff",
428 "panel.focused_border": null,
429 "pane.focused_border": null,
430 "scrollbar.thumb.background": "#5752794c",
431 "scrollbar.thumb.hover_background": "#e5e0dfff",
432 "scrollbar.thumb.border": "#e5e0dfff",
433 "scrollbar.track.background": "#00000000",
434 "scrollbar.track.border": "#fdf8f1ff",
435 "editor.foreground": "#575279ff",
436 "editor.background": "#faf4edff",
437 "editor.gutter.background": "#faf4edff",
438 "editor.subheader.background": "#fef9f2ff",
439 "editor.active_line.background": "#fef9f2bf",
440 "editor.highlighted_line.background": "#fef9f2ff",
441 "editor.line_number": "#57527959",
442 "editor.active_line_number": "#575279ff",
443 "editor.invisible": "#9691a4ff",
444 "editor.wrap_guide": "#5752790d",
445 "editor.active_wrap_guide": "#5752791a",
446 "editor.document_highlight.read_background": "#57949f1a",
447 "editor.document_highlight.write_background": "#9691a466",
448 "terminal.background": "#faf4edff",
449 "terminal.foreground": "#575279ff",
450 "terminal.bright_foreground": "#575279ff",
451 "terminal.dim_foreground": "#faf4edff",
452 "terminal.ansi.black": "#faf4edff",
453 "terminal.ansi.bright_black": "#b8b2baff",
454 "terminal.ansi.dim_black": "#575279ff",
455 "terminal.ansi.red": "#b4647aff",
456 "terminal.ansi.bright_red": "#dcb0bbff",
457 "terminal.ansi.dim_red": "#57333dff",
458 "terminal.ansi.green": "#3daa8eff",
459 "terminal.ansi.bright_green": "#a5d5c5ff",
460 "terminal.ansi.dim_green": "#265245ff",
461 "terminal.ansi.yellow": "#e99d35ff",
462 "terminal.ansi.bright_yellow": "#fccd9bff",
463 "terminal.ansi.dim_yellow": "#854a1eff",
464 "terminal.ansi.blue": "#57949fff",
465 "terminal.ansi.bright_blue": "#acc9ceff",
466 "terminal.ansi.dim_blue": "#2f484dff",
467 "terminal.ansi.magenta": "#7c697fff",
468 "terminal.ansi.bright_magenta": "#bcb1bdff",
469 "terminal.ansi.dim_magenta": "#3e353fff",
470 "terminal.ansi.cyan": "#296983ff",
471 "terminal.ansi.bright_cyan": "#97b1c0ff",
472 "terminal.ansi.dim_cyan": "#1b3541ff",
473 "terminal.ansi.white": "#575279ff",
474 "terminal.ansi.bright_white": "#575279ff",
475 "terminal.ansi.dim_white": "#827e98ff",
476 "link_text.hover": "#57949fff",
477 "conflict": "#e99d35ff",
478 "conflict.background": "#ffebd6ff",
479 "conflict.border": "#ffdab7ff",
480 "created": "#3daa8eff",
481 "created.background": "#dbeee7ff",
482 "created.border": "#bee0d5ff",
483 "deleted": "#b4647aff",
484 "deleted.background": "#f1dfe3ff",
485 "deleted.border": "#e6c6cdff",
486 "error": "#b4647aff",
487 "error.background": "#f1dfe3ff",
488 "error.border": "#e6c6cdff",
489 "hidden": "#938fa3ff",
490 "hidden.background": "#dcd8d8ff",
491 "hidden.border": "#d0cccfff",
492 "hint": "#7a92aaff",
493 "hint.background": "#dde9ebff",
494 "hint.border": "#c3d7dbff",
495 "ignored": "#938fa3ff",
496 "ignored.background": "#dcd8d8ff",
497 "ignored.border": "#dcd6d5ff",
498 "info": "#57949fff",
499 "info.background": "#dde9ebff",
500 "info.border": "#c3d7dbff",
501 "modified": "#e99d35ff",
502 "modified.background": "#ffebd6ff",
503 "modified.border": "#ffdab7ff",
504 "predictive": "#a2acbeff",
505 "predictive.background": "#dbeee7ff",
506 "predictive.border": "#bee0d5ff",
507 "renamed": "#57949fff",
508 "renamed.background": "#dde9ebff",
509 "renamed.border": "#c3d7dbff",
510 "success": "#3daa8eff",
511 "success.background": "#dbeee7ff",
512 "success.border": "#bee0d5ff",
513 "unreachable": "#706c8cff",
514 "unreachable.background": "#dcd8d8ff",
515 "unreachable.border": "#dcd6d5ff",
516 "warning": "#e99d35ff",
517 "warning.background": "#ffebd6ff",
518 "warning.border": "#ffdab7ff",
519 "players": [
520 {
521 "cursor": "#57949fff",
522 "background": "#57949fff",
523 "selection": "#57949f3d"
524 },
525 {
526 "cursor": "#7c697fff",
527 "background": "#7c697fff",
528 "selection": "#7c697f3d"
529 },
530 {
531 "cursor": "#9079a9ff",
532 "background": "#9079a9ff",
533 "selection": "#9079a93d"
534 },
535 {
536 "cursor": "#9079a9ff",
537 "background": "#9079a9ff",
538 "selection": "#9079a93d"
539 },
540 {
541 "cursor": "#296983ff",
542 "background": "#296983ff",
543 "selection": "#2969833d"
544 },
545 {
546 "cursor": "#b4647aff",
547 "background": "#b4647aff",
548 "selection": "#b4647a3d"
549 },
550 {
551 "cursor": "#e99d35ff",
552 "background": "#e99d35ff",
553 "selection": "#e99d353d"
554 },
555 {
556 "cursor": "#3daa8eff",
557 "background": "#3daa8eff",
558 "selection": "#3daa8e3d"
559 }
560 ],
561 "syntax": {
562 "attribute": {
563 "color": "#57949fff",
564 "font_style": null,
565 "font_weight": null
566 },
567 "boolean": {
568 "color": "#d7827dff",
569 "font_style": null,
570 "font_weight": null
571 },
572 "comment": {
573 "color": "#9893a5ff",
574 "font_style": null,
575 "font_weight": null
576 },
577 "comment.doc": {
578 "color": "#6e6a8bff",
579 "font_style": null,
580 "font_weight": null
581 },
582 "constant": {
583 "color": "#3daa8eff",
584 "font_style": null,
585 "font_weight": null
586 },
587 "constructor": {
588 "color": "#57949fff",
589 "font_style": null,
590 "font_weight": null
591 },
592 "embedded": {
593 "color": "#575279ff",
594 "font_style": null,
595 "font_weight": null
596 },
597 "emphasis": {
598 "color": "#57949fff",
599 "font_style": null,
600 "font_weight": null
601 },
602 "emphasis.strong": {
603 "color": "#57949fff",
604 "font_style": null,
605 "font_weight": 700
606 },
607 "enum": {
608 "color": "#9079a9ff",
609 "font_style": null,
610 "font_weight": null
611 },
612 "function": {
613 "color": "#d7827dff",
614 "font_style": null,
615 "font_weight": null
616 },
617 "function.method": {
618 "color": "#d7827dff",
619 "font_style": null,
620 "font_weight": null
621 },
622 "hint": {
623 "color": "#7a92aaff",
624 "font_style": null,
625 "font_weight": 700
626 },
627 "keyword": {
628 "color": "#276983ff",
629 "font_style": null,
630 "font_weight": null
631 },
632 "label": {
633 "color": "#57949fff",
634 "font_style": null,
635 "font_weight": null
636 },
637 "link_text": {
638 "color": "#55949fff",
639 "font_style": "normal",
640 "font_weight": null
641 },
642 "link_uri": {
643 "color": "#d7827dff",
644 "font_style": null,
645 "font_weight": null
646 },
647 "number": {
648 "color": "#3daa8eff",
649 "font_style": null,
650 "font_weight": null
651 },
652 "operator": {
653 "color": "#276983ff",
654 "font_style": null,
655 "font_weight": null
656 },
657 "predictive": {
658 "color": "#a2acbeff",
659 "font_style": "italic",
660 "font_weight": null
661 },
662 "preproc": {
663 "color": "#575279ff",
664 "font_style": null,
665 "font_weight": null
666 },
667 "primary": {
668 "color": "#575279ff",
669 "font_style": null,
670 "font_weight": null
671 },
672 "property": {
673 "color": "#57949fff",
674 "font_style": null,
675 "font_weight": null
676 },
677 "punctuation": {
678 "color": "#797593ff",
679 "font_style": null,
680 "font_weight": null
681 },
682 "punctuation.bracket": {
683 "color": "#635e82ff",
684 "font_style": null,
685 "font_weight": null
686 },
687 "punctuation.delimiter": {
688 "color": "#635e82ff",
689 "font_style": null,
690 "font_weight": null
691 },
692 "punctuation.list_marker": {
693 "color": "#635e82ff",
694 "font_style": null,
695 "font_weight": null
696 },
697 "punctuation.special": {
698 "color": "#635e82ff",
699 "font_style": null,
700 "font_weight": null
701 },
702 "string": {
703 "color": "#ea9d34ff",
704 "font_style": null,
705 "font_weight": null
706 },
707 "string.escape": {
708 "color": "#6e6a8bff",
709 "font_style": null,
710 "font_weight": null
711 },
712 "string.regex": {
713 "color": "#9079a9ff",
714 "font_style": null,
715 "font_weight": null
716 },
717 "string.special": {
718 "color": "#9079a9ff",
719 "font_style": null,
720 "font_weight": null
721 },
722 "string.special.symbol": {
723 "color": "#9079a9ff",
724 "font_style": null,
725 "font_weight": null
726 },
727 "tag": {
728 "color": "#55949fff",
729 "font_style": null,
730 "font_weight": null
731 },
732 "text.literal": {
733 "color": "#9079a9ff",
734 "font_style": null,
735 "font_weight": null
736 },
737 "title": {
738 "color": "#ea9d34ff",
739 "font_style": null,
740 "font_weight": 700
741 },
742 "type": {
743 "color": "#55949fff",
744 "font_style": null,
745 "font_weight": null
746 },
747 "type.builtin": {
748 "color": "#55949fff",
749 "font_style": null,
750 "font_weight": null
751 },
752 "variable": {
753 "color": "#575279ff",
754 "font_style": null,
755 "font_weight": null
756 },
757 "variant": {
758 "color": "#57949fff",
759 "font_style": null,
760 "font_weight": null
761 }
762 }
763 }
764 },
765 {
766 "name": "Rosé Pine Moon",
767 "appearance": "dark",
768 "style": {
769 "border": "#504c68ff",
770 "border.variant": "#322f48ff",
771 "border.focused": "#435255ff",
772 "border.selected": "#435255ff",
773 "border.transparent": "#00000000",
774 "border.disabled": "#44415bff",
775 "elevated_surface.background": "#28253cff",
776 "surface.background": "#28253cff",
777 "background": "#38354eff",
778 "element.background": "#28253cff",
779 "element.hover": "#322f48ff",
780 "element.active": "#4f4b66ff",
781 "element.selected": "#4f4b66ff",
782 "element.disabled": "#28253cff",
783 "drop_target.background": "#85819e80",
784 "ghost_element.background": "#00000000",
785 "ghost_element.hover": "#322f48ff",
786 "ghost_element.active": "#4f4b66ff",
787 "ghost_element.selected": "#4f4b66ff",
788 "ghost_element.disabled": "#28253cff",
789 "text": "#e0def4ff",
790 "text.muted": "#85819eff",
791 "text.placeholder": "#605d7aff",
792 "text.disabled": "#605d7aff",
793 "text.accent": "#9bced6ff",
794 "icon": "#e0def4ff",
795 "icon.muted": "#85819eff",
796 "icon.disabled": "#605d7aff",
797 "icon.placeholder": "#85819eff",
798 "icon.accent": "#9bced6ff",
799 "status_bar.background": "#38354eff",
800 "title_bar.background": "#38354eff",
801 "title_bar.inactive_background": "#28253cff",
802 "toolbar.background": "#232136ff",
803 "tab_bar.background": "#28253cff",
804 "tab.inactive_background": "#28253cff",
805 "tab.active_background": "#232136ff",
806 "search.match_background": "#9cced766",
807 "panel.background": "#28253cff",
808 "panel.focused_border": null,
809 "pane.focused_border": null,
810 "scrollbar.thumb.background": "#e0def44c",
811 "scrollbar.thumb.hover_background": "#322f48ff",
812 "scrollbar.thumb.border": "#322f48ff",
813 "scrollbar.track.background": "#00000000",
814 "scrollbar.track.border": "#27243bff",
815 "editor.foreground": "#e0def4ff",
816 "editor.background": "#232136ff",
817 "editor.gutter.background": "#232136ff",
818 "editor.subheader.background": "#28253cff",
819 "editor.active_line.background": "#28253cbf",
820 "editor.highlighted_line.background": "#28253cff",
821 "editor.line_number": "#e0def459",
822 "editor.active_line_number": "#e0def4ff",
823 "editor.invisible": "#595571ff",
824 "editor.wrap_guide": "#e0def40d",
825 "editor.active_wrap_guide": "#e0def41a",
826 "editor.document_highlight.read_background": "#9bced61a",
827 "editor.document_highlight.write_background": "#59557166",
828 "terminal.background": "#232136ff",
829 "terminal.foreground": "#e0def4ff",
830 "terminal.bright_foreground": "#e0def4ff",
831 "terminal.dim_foreground": "#232136ff",
832 "terminal.ansi.black": "#232136ff",
833 "terminal.ansi.bright_black": "#3f3b58ff",
834 "terminal.ansi.dim_black": "#e0def4ff",
835 "terminal.ansi.red": "#ea6e92ff",
836 "terminal.ansi.bright_red": "#7e3647ff",
837 "terminal.ansi.dim_red": "#fab9c6ff",
838 "terminal.ansi.green": "#5cc1a3ff",
839 "terminal.ansi.bright_green": "#31614fff",
840 "terminal.ansi.dim_green": "#b3e1d1ff",
841 "terminal.ansi.yellow": "#f6c177ff",
842 "terminal.ansi.bright_yellow": "#8a643aff",
843 "terminal.ansi.dim_yellow": "#fedfbbff",
844 "terminal.ansi.blue": "#9bced6ff",
845 "terminal.ansi.bright_blue": "#566b70ff",
846 "terminal.ansi.dim_blue": "#cfe7ebff",
847 "terminal.ansi.magenta": "#a683a0ff",
848 "terminal.ansi.bright_magenta": "#51414eff",
849 "terminal.ansi.dim_magenta": "#d2bfceff",
850 "terminal.ansi.cyan": "#3e8fb0ff",
851 "terminal.ansi.bright_cyan": "#264654ff",
852 "terminal.ansi.dim_cyan": "#a5c5d7ff",
853 "terminal.ansi.white": "#e0def4ff",
854 "terminal.ansi.bright_white": "#e0def4ff",
855 "terminal.ansi.dim_white": "#74708dff",
856 "link_text.hover": "#9bced6ff",
857 "conflict": "#f6c177ff",
858 "conflict.background": "#50331aff",
859 "conflict.border": "#6d4d2bff",
860 "created": "#5cc1a3ff",
861 "created.background": "#182d23ff",
862 "created.border": "#254839ff",
863 "deleted": "#ea6e92ff",
864 "deleted.background": "#431720ff",
865 "deleted.border": "#612834ff",
866 "error": "#ea6e92ff",
867 "error.background": "#431720ff",
868 "error.border": "#612834ff",
869 "hidden": "#605d7aff",
870 "hidden.background": "#38354eff",
871 "hidden.border": "#44415bff",
872 "hint": "#728aa2ff",
873 "hint.background": "#2f3639ff",
874 "hint.border": "#435255ff",
875 "ignored": "#605d7aff",
876 "ignored.background": "#38354eff",
877 "ignored.border": "#504c68ff",
878 "info": "#9bced6ff",
879 "info.background": "#2f3639ff",
880 "info.border": "#435255ff",
881 "modified": "#f6c177ff",
882 "modified.background": "#50331aff",
883 "modified.border": "#6d4d2bff",
884 "predictive": "#516b83ff",
885 "predictive.background": "#182d23ff",
886 "predictive.border": "#254839ff",
887 "renamed": "#9bced6ff",
888 "renamed.background": "#2f3639ff",
889 "renamed.border": "#435255ff",
890 "success": "#5cc1a3ff",
891 "success.background": "#182d23ff",
892 "success.border": "#254839ff",
893 "unreachable": "#85819eff",
894 "unreachable.background": "#38354eff",
895 "unreachable.border": "#504c68ff",
896 "warning": "#f6c177ff",
897 "warning.background": "#50331aff",
898 "warning.border": "#6d4d2bff",
899 "players": [
900 {
901 "cursor": "#9bced6ff",
902 "background": "#9bced6ff",
903 "selection": "#9bced63d"
904 },
905 {
906 "cursor": "#a683a0ff",
907 "background": "#a683a0ff",
908 "selection": "#a683a03d"
909 },
910 {
911 "cursor": "#c4a7e6ff",
912 "background": "#c4a7e6ff",
913 "selection": "#c4a7e63d"
914 },
915 {
916 "cursor": "#c4a7e6ff",
917 "background": "#c4a7e6ff",
918 "selection": "#c4a7e63d"
919 },
920 {
921 "cursor": "#3e8fb0ff",
922 "background": "#3e8fb0ff",
923 "selection": "#3e8fb03d"
924 },
925 {
926 "cursor": "#ea6e92ff",
927 "background": "#ea6e92ff",
928 "selection": "#ea6e923d"
929 },
930 {
931 "cursor": "#f6c177ff",
932 "background": "#f6c177ff",
933 "selection": "#f6c1773d"
934 },
935 {
936 "cursor": "#5cc1a3ff",
937 "background": "#5cc1a3ff",
938 "selection": "#5cc1a33d"
939 }
940 ],
941 "syntax": {
942 "attribute": {
943 "color": "#9bced6ff",
944 "font_style": null,
945 "font_weight": null
946 },
947 "boolean": {
948 "color": "#ea9a97ff",
949 "font_style": null,
950 "font_weight": null
951 },
952 "comment": {
953 "color": "#6e6a86ff",
954 "font_style": null,
955 "font_weight": null
956 },
957 "comment.doc": {
958 "color": "#8682a0ff",
959 "font_style": null,
960 "font_weight": null
961 },
962 "constant": {
963 "color": "#5cc1a3ff",
964 "font_style": null,
965 "font_weight": null
966 },
967 "constructor": {
968 "color": "#9bced6ff",
969 "font_style": null,
970 "font_weight": null
971 },
972 "embedded": {
973 "color": "#e0def4ff",
974 "font_style": null,
975 "font_weight": null
976 },
977 "emphasis": {
978 "color": "#9bced6ff",
979 "font_style": null,
980 "font_weight": null
981 },
982 "emphasis.strong": {
983 "color": "#9bced6ff",
984 "font_style": null,
985 "font_weight": 700
986 },
987 "enum": {
988 "color": "#c4a7e6ff",
989 "font_style": null,
990 "font_weight": null
991 },
992 "function": {
993 "color": "#ea9a97ff",
994 "font_style": null,
995 "font_weight": null
996 },
997 "function.method": {
998 "color": "#ea9a97ff",
999 "font_style": null,
1000 "font_weight": null
1001 },
1002 "hint": {
1003 "color": "#728aa2ff",
1004 "font_style": null,
1005 "font_weight": 700
1006 },
1007 "keyword": {
1008 "color": "#3d8fb0ff",
1009 "font_style": null,
1010 "font_weight": null
1011 },
1012 "label": {
1013 "color": "#9bced6ff",
1014 "font_style": null,
1015 "font_weight": null
1016 },
1017 "link_text": {
1018 "color": "#9ccfd8ff",
1019 "font_style": "normal",
1020 "font_weight": null
1021 },
1022 "link_uri": {
1023 "color": "#ea9a97ff",
1024 "font_style": null,
1025 "font_weight": null
1026 },
1027 "number": {
1028 "color": "#5cc1a3ff",
1029 "font_style": null,
1030 "font_weight": null
1031 },
1032 "operator": {
1033 "color": "#3d8fb0ff",
1034 "font_style": null,
1035 "font_weight": null
1036 },
1037 "predictive": {
1038 "color": "#516b83ff",
1039 "font_style": "italic",
1040 "font_weight": null
1041 },
1042 "preproc": {
1043 "color": "#e0def4ff",
1044 "font_style": null,
1045 "font_weight": null
1046 },
1047 "primary": {
1048 "color": "#e0def4ff",
1049 "font_style": null,
1050 "font_weight": null
1051 },
1052 "property": {
1053 "color": "#9bced6ff",
1054 "font_style": null,
1055 "font_weight": null
1056 },
1057 "punctuation": {
1058 "color": "#908caaff",
1059 "font_style": null,
1060 "font_weight": null
1061 },
1062 "punctuation.bracket": {
1063 "color": "#aeabc6ff",
1064 "font_style": null,
1065 "font_weight": null
1066 },
1067 "punctuation.delimiter": {
1068 "color": "#aeabc6ff",
1069 "font_style": null,
1070 "font_weight": null
1071 },
1072 "punctuation.list_marker": {
1073 "color": "#aeabc6ff",
1074 "font_style": null,
1075 "font_weight": null
1076 },
1077 "punctuation.special": {
1078 "color": "#aeabc6ff",
1079 "font_style": null,
1080 "font_weight": null
1081 },
1082 "string": {
1083 "color": "#f6c177ff",
1084 "font_style": null,
1085 "font_weight": null
1086 },
1087 "string.escape": {
1088 "color": "#8682a0ff",
1089 "font_style": null,
1090 "font_weight": null
1091 },
1092 "string.regex": {
1093 "color": "#c4a7e6ff",
1094 "font_style": null,
1095 "font_weight": null
1096 },
1097 "string.special": {
1098 "color": "#c4a7e6ff",
1099 "font_style": null,
1100 "font_weight": null
1101 },
1102 "string.special.symbol": {
1103 "color": "#c4a7e6ff",
1104 "font_style": null,
1105 "font_weight": null
1106 },
1107 "tag": {
1108 "color": "#9ccfd8ff",
1109 "font_style": null,
1110 "font_weight": null
1111 },
1112 "text.literal": {
1113 "color": "#c4a7e6ff",
1114 "font_style": null,
1115 "font_weight": null
1116 },
1117 "title": {
1118 "color": "#f6c177ff",
1119 "font_style": null,
1120 "font_weight": 700
1121 },
1122 "type": {
1123 "color": "#9ccfd8ff",
1124 "font_style": null,
1125 "font_weight": null
1126 },
1127 "type.builtin": {
1128 "color": "#9ccfd8ff",
1129 "font_style": null,
1130 "font_weight": null
1131 },
1132 "variable": {
1133 "color": "#e0def4ff",
1134 "font_style": null,
1135 "font_weight": null
1136 },
1137 "variant": {
1138 "color": "#9bced6ff",
1139 "font_style": null,
1140 "font_weight": null
1141 }
1142 }
1143 }
1144 }
1145 ]
1146}