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