1{
2 "$schema": "https://zed.dev/schema/themes/v0.2.0.json",
3 "name": "Gruvbox",
4 "author": "Zed Industries",
5 "themes": [
6 {
7 "name": "Gruvbox Dark",
8 "appearance": "dark",
9 "accents": ["#cc241dff", "#98971aff", "#d79921ff", "#458588ff", "#b16286ff", "#689d6aff", "#d65d0eff"],
10 "style": {
11 "border": "#5b534dff",
12 "border.variant": "#494340ff",
13 "border.focused": "#303a36ff",
14 "border.selected": "#303a36ff",
15 "border.transparent": "#00000000",
16 "border.disabled": "#544c48ff",
17 "elevated_surface.background": "#3a3735ff",
18 "surface.background": "#3a3735ff",
19 "background": "#4c4642ff",
20 "element.background": "#3a3735ff",
21 "element.hover": "#494340ff",
22 "element.active": "#5b524cff",
23 "element.selected": "#5b524cff",
24 "element.disabled": "#3a3735ff",
25 "drop_target.background": "#c5b59780",
26 "ghost_element.background": "#00000000",
27 "ghost_element.hover": "#494340ff",
28 "ghost_element.active": "#5b524cff",
29 "ghost_element.selected": "#5b524cff",
30 "ghost_element.disabled": "#3a3735ff",
31 "text": "#fbf1c7ff",
32 "text.muted": "#c5b597ff",
33 "text.placeholder": "#998b78ff",
34 "text.disabled": "#998b78ff",
35 "text.accent": "#83a598ff",
36 "icon": "#fbf1c7ff",
37 "icon.muted": "#c5b597ff",
38 "icon.disabled": "#998b78ff",
39 "icon.placeholder": "#c5b597ff",
40 "icon.accent": "#83a598ff",
41 "status_bar.background": "#4c4642ff",
42 "title_bar.background": "#4c4642ff",
43 "title_bar.inactive_background": "#3a3735ff",
44 "toolbar.background": "#282828ff",
45 "tab_bar.background": "#3a3735ff",
46 "tab.inactive_background": "#3a3735ff",
47 "tab.active_background": "#282828ff",
48 "search.match_background": "#83a59866",
49 "panel.background": "#3a3735ff",
50 "panel.focused_border": "#83a598ff",
51 "pane.focused_border": null,
52 "scrollbar.thumb.background": "#fbf1c74c",
53 "scrollbar.thumb.hover_background": "#494340ff",
54 "scrollbar.thumb.border": "#494340ff",
55 "scrollbar.track.background": "#00000000",
56 "scrollbar.track.border": "#373432ff",
57 "editor.foreground": "#ebdbb2ff",
58 "editor.background": "#282828ff",
59 "editor.gutter.background": "#282828ff",
60 "editor.subheader.background": "#3a3735ff",
61 "editor.active_line.background": "#3a3735bf",
62 "editor.highlighted_line.background": "#3a3735ff",
63 "editor.line_number": "#6e6b5e",
64 "editor.active_line_number": "#dedcd3",
65 "editor.hover_line_number": "#c9c5b6",
66 "editor.invisible": "#928474ff",
67 "editor.wrap_guide": "#fbf1c70d",
68 "editor.active_wrap_guide": "#fbf1c71a",
69 "editor.document_highlight.read_background": "#83a5981a",
70 "editor.document_highlight.write_background": "#92847466",
71 "terminal.background": "#282828ff",
72 "terminal.foreground": "#fbf1c7ff",
73 "terminal.bright_foreground": "#fbf1c7ff",
74 "terminal.dim_foreground": "#282828ff",
75 "terminal.ansi.black": "#282828ff",
76 "terminal.ansi.bright_black": "#73675eff",
77 "terminal.ansi.dim_black": "#fbf1c7ff",
78 "terminal.ansi.red": "#fb4a35ff",
79 "terminal.ansi.bright_red": "#93201dff",
80 "terminal.ansi.dim_red": "#ffaa95ff",
81 "terminal.ansi.green": "#b7bb26ff",
82 "terminal.ansi.bright_green": "#605c1bff",
83 "terminal.ansi.dim_green": "#e0dc98ff",
84 "terminal.ansi.yellow": "#f9bd2fff",
85 "terminal.ansi.bright_yellow": "#91611bff",
86 "terminal.ansi.dim_yellow": "#fedc9bff",
87 "terminal.ansi.blue": "#83a598ff",
88 "terminal.ansi.bright_blue": "#414f4aff",
89 "terminal.ansi.dim_blue": "#c0d2cbff",
90 "terminal.ansi.magenta": "#d3869bff",
91 "terminal.ansi.bright_magenta": "#8e5868ff",
92 "terminal.ansi.dim_magenta": "#ff9ebbff",
93 "terminal.ansi.cyan": "#8ec07cff",
94 "terminal.ansi.bright_cyan": "#45603eff",
95 "terminal.ansi.dim_cyan": "#c7dfbdff",
96 "terminal.ansi.white": "#fbf1c7ff",
97 "terminal.ansi.bright_white": "#ffffffff",
98 "terminal.ansi.dim_white": "#b0a189ff",
99 "link_text.hover": "#83a598ff",
100 "version_control.added": "#b7bb26ff",
101 "version_control.modified": "#f9bd2fff",
102 "version_control.deleted": "#fb4a35ff",
103 "conflict": "#f9bd2fff",
104 "conflict.background": "#572e10ff",
105 "conflict.border": "#754916ff",
106 "created": "#b7bb26ff",
107 "created.background": "#322b11ff",
108 "created.border": "#4a4516ff",
109 "deleted": "#fb4a35ff",
110 "deleted.background": "#590a0fff",
111 "deleted.border": "#771617ff",
112 "error": "#fb4a35ff",
113 "error.background": "#590a0fff",
114 "error.border": "#771617ff",
115 "hidden": "#998b78ff",
116 "hidden.background": "#4c4642ff",
117 "hidden.border": "#544c48ff",
118 "hint": "#8c957dff",
119 "hint.background": "#1e2321ff",
120 "hint.border": "#303a36ff",
121 "ignored": "#998b78ff",
122 "ignored.background": "#4c4642ff",
123 "ignored.border": "#5b534dff",
124 "info": "#83a598ff",
125 "info.background": "#1e2321ff",
126 "info.border": "#303a36ff",
127 "modified": "#f9bd2fff",
128 "modified.background": "#572e10ff",
129 "modified.border": "#754916ff",
130 "predictive": "#717363ff",
131 "predictive.background": "#322b11ff",
132 "predictive.border": "#4a4516ff",
133 "renamed": "#83a598ff",
134 "renamed.background": "#1e2321ff",
135 "renamed.border": "#303a36ff",
136 "success": "#b7bb26ff",
137 "success.background": "#322b11ff",
138 "success.border": "#4a4516ff",
139 "unreachable": "#c5b597ff",
140 "unreachable.background": "#4c4642ff",
141 "unreachable.border": "#5b534dff",
142 "warning": "#f9bd2fff",
143 "warning.background": "#572e10ff",
144 "warning.border": "#754916ff",
145 "players": [
146 {
147 "cursor": "#83a598ff",
148 "background": "#83a598ff",
149 "selection": "#83a5983d"
150 },
151 {
152 "cursor": "#a89984ff",
153 "background": "#a89984ff",
154 "selection": "#a899843d"
155 },
156 {
157 "cursor": "#fd801bff",
158 "background": "#fd801bff",
159 "selection": "#fd801b3d"
160 },
161 {
162 "cursor": "#d3869bff",
163 "background": "#d3869bff",
164 "selection": "#d3869b3d"
165 },
166 {
167 "cursor": "#8ec07cff",
168 "background": "#8ec07cff",
169 "selection": "#8ec07c3d"
170 },
171 {
172 "cursor": "#fb4a35ff",
173 "background": "#fb4a35ff",
174 "selection": "#fb4a353d"
175 },
176 {
177 "cursor": "#f9bd2fff",
178 "background": "#f9bd2fff",
179 "selection": "#f9bd2f3d"
180 },
181 {
182 "cursor": "#b7bb26ff",
183 "background": "#b7bb26ff",
184 "selection": "#b7bb263d"
185 }
186 ],
187 "syntax": {
188 "attribute": {
189 "color": "#83a598ff",
190 "font_style": null,
191 "font_weight": null
192 },
193 "boolean": {
194 "color": "#d3869bff",
195 "font_style": null,
196 "font_weight": null
197 },
198 "comment": {
199 "color": "#a89984ff",
200 "font_style": null,
201 "font_weight": null
202 },
203 "comment.doc": {
204 "color": "#c6b697ff",
205 "font_style": null,
206 "font_weight": null
207 },
208 "constant": {
209 "color": "#fabd2eff",
210 "font_style": null,
211 "font_weight": null
212 },
213 "constructor": {
214 "color": "#83a598ff",
215 "font_style": null,
216 "font_weight": null
217 },
218 "embedded": {
219 "color": "#8ec07cff",
220 "font_style": null,
221 "font_weight": null
222 },
223 "emphasis": {
224 "color": "#83a598ff",
225 "font_style": null,
226 "font_weight": null
227 },
228 "emphasis.strong": {
229 "color": "#83a598ff",
230 "font_style": null,
231 "font_weight": 700
232 },
233 "enum": {
234 "color": "#fe7f18ff",
235 "font_style": null,
236 "font_weight": null
237 },
238 "function": {
239 "color": "#b8bb25ff",
240 "font_style": null,
241 "font_weight": null
242 },
243 "function.builtin": {
244 "color": "#fb4833ff",
245 "font_style": null,
246 "font_weight": null
247 },
248 "hint": {
249 "color": "#8c957dff",
250 "font_style": null,
251 "font_weight": 700
252 },
253 "keyword": {
254 "color": "#fb4833ff",
255 "font_style": null,
256 "font_weight": null
257 },
258 "label": {
259 "color": "#83a598ff",
260 "font_style": null,
261 "font_weight": null
262 },
263 "link_text": {
264 "color": "#8ec07cff",
265 "font_style": "italic",
266 "font_weight": null
267 },
268 "link_uri": {
269 "color": "#d3869bff",
270 "font_style": null,
271 "font_weight": null
272 },
273 "namespace": {
274 "color": "#83a598ff",
275 "font_style": null,
276 "font_weight": null
277 },
278 "number": {
279 "color": "#d3869bff",
280 "font_style": null,
281 "font_weight": null
282 },
283 "operator": {
284 "color": "#8ec07cff",
285 "font_style": null,
286 "font_weight": null
287 },
288 "predictive": {
289 "color": "#717363ff",
290 "font_style": "italic",
291 "font_weight": null
292 },
293 "preproc": {
294 "color": "#fbf1c7ff",
295 "font_style": null,
296 "font_weight": null
297 },
298 "primary": {
299 "color": "#ebdbb2ff",
300 "font_style": null,
301 "font_weight": null
302 },
303 "property": {
304 "color": "#ebdbb2ff",
305 "font_style": null,
306 "font_weight": null
307 },
308 "punctuation": {
309 "color": "#d5c4a1ff",
310 "font_style": null,
311 "font_weight": null
312 },
313 "punctuation.bracket": {
314 "color": "#a89984ff",
315 "font_style": null,
316 "font_weight": null
317 },
318 "punctuation.delimiter": {
319 "color": "#e5d5adff",
320 "font_style": null,
321 "font_weight": null
322 },
323 "punctuation.list_marker": {
324 "color": "#ebdbb2ff",
325 "font_style": null,
326 "font_weight": null
327 },
328 "punctuation.special": {
329 "color": "#e5d5adff",
330 "font_style": null,
331 "font_weight": null
332 },
333 "selector": {
334 "color": "#fabd2eff",
335 "font_style": null,
336 "font_weight": null
337 },
338 "selector.pseudo": {
339 "color": "#83a598ff",
340 "font_style": null,
341 "font_weight": null
342 },
343 "string": {
344 "color": "#b8bb25ff",
345 "font_style": null,
346 "font_weight": null
347 },
348 "string.escape": {
349 "color": "#c6b697ff",
350 "font_style": null,
351 "font_weight": null
352 },
353 "string.regex": {
354 "color": "#fe7f18ff",
355 "font_style": null,
356 "font_weight": null
357 },
358 "string.special": {
359 "color": "#d3869bff",
360 "font_style": null,
361 "font_weight": null
362 },
363 "string.special.symbol": {
364 "color": "#8ec07cff",
365 "font_style": null,
366 "font_weight": null
367 },
368 "tag": {
369 "color": "#8ec07cff",
370 "font_style": null,
371 "font_weight": null
372 },
373 "text.literal": {
374 "color": "#83a598ff",
375 "font_style": null,
376 "font_weight": null
377 },
378 "title": {
379 "color": "#b8bb25ff",
380 "font_style": null,
381 "font_weight": 700
382 },
383 "type": {
384 "color": "#fabd2eff",
385 "font_style": null,
386 "font_weight": null
387 },
388 "variable": {
389 "color": "#ebdbb2ff",
390 "font_style": null,
391 "font_weight": null
392 },
393 "variable.special": {
394 "color": "#83a598ff",
395 "font_style": null,
396 "font_weight": null
397 },
398 "variant": {
399 "color": "#83a598ff",
400 "font_style": null,
401 "font_weight": null
402 }
403 }
404 }
405 },
406 {
407 "name": "Gruvbox Dark Hard",
408 "appearance": "dark",
409 "accents": ["#cc241dff", "#98971aff", "#d79921ff", "#458588ff", "#b16286ff", "#689d6aff", "#d65d0eff"],
410 "style": {
411 "border": "#5b534dff",
412 "border.variant": "#494340ff",
413 "border.focused": "#303a36ff",
414 "border.selected": "#303a36ff",
415 "border.transparent": "#00000000",
416 "border.disabled": "#544c48ff",
417 "elevated_surface.background": "#393634ff",
418 "surface.background": "#393634ff",
419 "background": "#4c4642ff",
420 "element.background": "#393634ff",
421 "element.hover": "#494340ff",
422 "element.active": "#5b524cff",
423 "element.selected": "#5b524cff",
424 "element.disabled": "#393634ff",
425 "drop_target.background": "#c5b59780",
426 "ghost_element.background": "#00000000",
427 "ghost_element.hover": "#494340ff",
428 "ghost_element.active": "#5b524cff",
429 "ghost_element.selected": "#5b524cff",
430 "ghost_element.disabled": "#393634ff",
431 "text": "#fbf1c7ff",
432 "text.muted": "#c5b597ff",
433 "text.placeholder": "#998b78ff",
434 "text.disabled": "#998b78ff",
435 "text.accent": "#83a598ff",
436 "icon": "#fbf1c7ff",
437 "icon.muted": "#c5b597ff",
438 "icon.disabled": "#998b78ff",
439 "icon.placeholder": "#c5b597ff",
440 "icon.accent": "#83a598ff",
441 "status_bar.background": "#4c4642ff",
442 "title_bar.background": "#4c4642ff",
443 "title_bar.inactive_background": "#393634ff",
444 "toolbar.background": "#1d2021ff",
445 "tab_bar.background": "#393634ff",
446 "tab.inactive_background": "#393634ff",
447 "tab.active_background": "#1d2021ff",
448 "search.match_background": "#83a59866",
449 "panel.background": "#393634ff",
450 "panel.focused_border": "#83a598ff",
451 "pane.focused_border": null,
452 "scrollbar.thumb.background": "#fbf1c74c",
453 "scrollbar.thumb.hover_background": "#494340ff",
454 "scrollbar.thumb.border": "#494340ff",
455 "scrollbar.track.background": "#00000000",
456 "scrollbar.track.border": "#343130ff",
457 "editor.foreground": "#ebdbb2ff",
458 "editor.background": "#1d2021ff",
459 "editor.gutter.background": "#1d2021ff",
460 "editor.subheader.background": "#393634ff",
461 "editor.active_line.background": "#393634bf",
462 "editor.highlighted_line.background": "#393634ff",
463 "editor.line_number": "#6e6b5e",
464 "editor.active_line_number": "#dedcd3",
465 "editor.hover_line_number": "#c9c5b6",
466 "editor.invisible": "#928474ff",
467 "editor.wrap_guide": "#fbf1c70d",
468 "editor.active_wrap_guide": "#fbf1c71a",
469 "editor.document_highlight.read_background": "#83a5981a",
470 "editor.document_highlight.write_background": "#92847466",
471 "terminal.background": "#1d2021ff",
472 "terminal.foreground": "#fbf1c7ff",
473 "terminal.bright_foreground": "#fbf1c7ff",
474 "terminal.dim_foreground": "#1d2021ff",
475 "terminal.ansi.black": "#1d2021ff",
476 "terminal.ansi.bright_black": "#73675eff",
477 "terminal.ansi.dim_black": "#fbf1c7ff",
478 "terminal.ansi.red": "#fb4a35ff",
479 "terminal.ansi.bright_red": "#93201dff",
480 "terminal.ansi.dim_red": "#ffaa95ff",
481 "terminal.ansi.green": "#b7bb26ff",
482 "terminal.ansi.bright_green": "#605c1bff",
483 "terminal.ansi.dim_green": "#e0dc98ff",
484 "terminal.ansi.yellow": "#f9bd2fff",
485 "terminal.ansi.bright_yellow": "#91611bff",
486 "terminal.ansi.dim_yellow": "#fedc9bff",
487 "terminal.ansi.blue": "#83a598ff",
488 "terminal.ansi.bright_blue": "#414f4aff",
489 "terminal.ansi.dim_blue": "#c0d2cbff",
490 "terminal.ansi.magenta": "#d3869bff",
491 "terminal.ansi.bright_magenta": "#8e5868ff",
492 "terminal.ansi.dim_magenta": "#ff9ebbff",
493 "terminal.ansi.cyan": "#8ec07cff",
494 "terminal.ansi.bright_cyan": "#45603eff",
495 "terminal.ansi.dim_cyan": "#c7dfbdff",
496 "terminal.ansi.white": "#fbf1c7ff",
497 "terminal.ansi.bright_white": "#ffffffff",
498 "terminal.ansi.dim_white": "#b0a189ff",
499 "link_text.hover": "#83a598ff",
500 "version_control.added": "#b7bb26ff",
501 "version_control.modified": "#f9bd2fff",
502 "version_control.deleted": "#fb4a35ff",
503 "conflict": "#f9bd2fff",
504 "conflict.background": "#572e10ff",
505 "conflict.border": "#754916ff",
506 "created": "#b7bb26ff",
507 "created.background": "#322b11ff",
508 "created.border": "#4a4516ff",
509 "deleted": "#fb4a35ff",
510 "deleted.background": "#590a0fff",
511 "deleted.border": "#771617ff",
512 "error": "#fb4a35ff",
513 "error.background": "#590a0fff",
514 "error.border": "#771617ff",
515 "hidden": "#998b78ff",
516 "hidden.background": "#4c4642ff",
517 "hidden.border": "#544c48ff",
518 "hint": "#6a695bff",
519 "hint.background": "#1e2321ff",
520 "hint.border": "#303a36ff",
521 "ignored": "#998b78ff",
522 "ignored.background": "#4c4642ff",
523 "ignored.border": "#5b534dff",
524 "info": "#83a598ff",
525 "info.background": "#1e2321ff",
526 "info.border": "#303a36ff",
527 "modified": "#f9bd2fff",
528 "modified.background": "#572e10ff",
529 "modified.border": "#754916ff",
530 "predictive": "#717363ff",
531 "predictive.background": "#322b11ff",
532 "predictive.border": "#4a4516ff",
533 "renamed": "#83a598ff",
534 "renamed.background": "#1e2321ff",
535 "renamed.border": "#303a36ff",
536 "success": "#b7bb26ff",
537 "success.background": "#322b11ff",
538 "success.border": "#4a4516ff",
539 "unreachable": "#c5b597ff",
540 "unreachable.background": "#4c4642ff",
541 "unreachable.border": "#5b534dff",
542 "warning": "#f9bd2fff",
543 "warning.background": "#572e10ff",
544 "warning.border": "#754916ff",
545 "players": [
546 {
547 "cursor": "#83a598ff",
548 "background": "#83a598ff",
549 "selection": "#83a5983d"
550 },
551 {
552 "cursor": "#a89984ff",
553 "background": "#a89984ff",
554 "selection": "#a899843d"
555 },
556 {
557 "cursor": "#fd801bff",
558 "background": "#fd801bff",
559 "selection": "#fd801b3d"
560 },
561 {
562 "cursor": "#d3869bff",
563 "background": "#d3869bff",
564 "selection": "#d3869b3d"
565 },
566 {
567 "cursor": "#8ec07cff",
568 "background": "#8ec07cff",
569 "selection": "#8ec07c3d"
570 },
571 {
572 "cursor": "#fb4a35ff",
573 "background": "#fb4a35ff",
574 "selection": "#fb4a353d"
575 },
576 {
577 "cursor": "#f9bd2fff",
578 "background": "#f9bd2fff",
579 "selection": "#f9bd2f3d"
580 },
581 {
582 "cursor": "#b7bb26ff",
583 "background": "#b7bb26ff",
584 "selection": "#b7bb263d"
585 }
586 ],
587 "syntax": {
588 "attribute": {
589 "color": "#83a598ff",
590 "font_style": null,
591 "font_weight": null
592 },
593 "boolean": {
594 "color": "#d3869bff",
595 "font_style": null,
596 "font_weight": null
597 },
598 "comment": {
599 "color": "#a89984ff",
600 "font_style": null,
601 "font_weight": null
602 },
603 "comment.doc": {
604 "color": "#c6b697ff",
605 "font_style": null,
606 "font_weight": null
607 },
608 "constant": {
609 "color": "#fabd2eff",
610 "font_style": null,
611 "font_weight": null
612 },
613 "constructor": {
614 "color": "#83a598ff",
615 "font_style": null,
616 "font_weight": null
617 },
618 "embedded": {
619 "color": "#8ec07cff",
620 "font_style": null,
621 "font_weight": null
622 },
623 "emphasis": {
624 "color": "#83a598ff",
625 "font_style": null,
626 "font_weight": null
627 },
628 "emphasis.strong": {
629 "color": "#83a598ff",
630 "font_style": null,
631 "font_weight": 700
632 },
633 "enum": {
634 "color": "#fe7f18ff",
635 "font_style": null,
636 "font_weight": null
637 },
638 "function": {
639 "color": "#b8bb25ff",
640 "font_style": null,
641 "font_weight": null
642 },
643 "function.builtin": {
644 "color": "#fb4833ff",
645 "font_style": null,
646 "font_weight": null
647 },
648 "hint": {
649 "color": "#8c957dff",
650 "font_style": null,
651 "font_weight": 700
652 },
653 "keyword": {
654 "color": "#fb4833ff",
655 "font_style": null,
656 "font_weight": null
657 },
658 "label": {
659 "color": "#83a598ff",
660 "font_style": null,
661 "font_weight": null
662 },
663 "link_text": {
664 "color": "#8ec07cff",
665 "font_style": "italic",
666 "font_weight": null
667 },
668 "link_uri": {
669 "color": "#d3869bff",
670 "font_style": null,
671 "font_weight": null
672 },
673 "namespace": {
674 "color": "#83a598ff",
675 "font_style": null,
676 "font_weight": null
677 },
678 "number": {
679 "color": "#d3869bff",
680 "font_style": null,
681 "font_weight": null
682 },
683 "operator": {
684 "color": "#8ec07cff",
685 "font_style": null,
686 "font_weight": null
687 },
688 "predictive": {
689 "color": "#717363ff",
690 "font_style": "italic",
691 "font_weight": null
692 },
693 "preproc": {
694 "color": "#fbf1c7ff",
695 "font_style": null,
696 "font_weight": null
697 },
698 "primary": {
699 "color": "#ebdbb2ff",
700 "font_style": null,
701 "font_weight": null
702 },
703 "property": {
704 "color": "#ebdbb2ff",
705 "font_style": null,
706 "font_weight": null
707 },
708 "punctuation": {
709 "color": "#d5c4a1ff",
710 "font_style": null,
711 "font_weight": null
712 },
713 "punctuation.bracket": {
714 "color": "#a89984ff",
715 "font_style": null,
716 "font_weight": null
717 },
718 "punctuation.delimiter": {
719 "color": "#e5d5adff",
720 "font_style": null,
721 "font_weight": null
722 },
723 "punctuation.list_marker": {
724 "color": "#ebdbb2ff",
725 "font_style": null,
726 "font_weight": null
727 },
728 "punctuation.special": {
729 "color": "#e5d5adff",
730 "font_style": null,
731 "font_weight": null
732 },
733 "selector": {
734 "color": "#fabd2eff",
735 "font_style": null,
736 "font_weight": null
737 },
738 "selector.pseudo": {
739 "color": "#83a598ff",
740 "font_style": null,
741 "font_weight": null
742 },
743 "string": {
744 "color": "#b8bb25ff",
745 "font_style": null,
746 "font_weight": null
747 },
748 "string.escape": {
749 "color": "#c6b697ff",
750 "font_style": null,
751 "font_weight": null
752 },
753 "string.regex": {
754 "color": "#fe7f18ff",
755 "font_style": null,
756 "font_weight": null
757 },
758 "string.special": {
759 "color": "#d3869bff",
760 "font_style": null,
761 "font_weight": null
762 },
763 "string.special.symbol": {
764 "color": "#8ec07cff",
765 "font_style": null,
766 "font_weight": null
767 },
768 "tag": {
769 "color": "#8ec07cff",
770 "font_style": null,
771 "font_weight": null
772 },
773 "text.literal": {
774 "color": "#83a598ff",
775 "font_style": null,
776 "font_weight": null
777 },
778 "title": {
779 "color": "#b8bb25ff",
780 "font_style": null,
781 "font_weight": 700
782 },
783 "type": {
784 "color": "#fabd2eff",
785 "font_style": null,
786 "font_weight": null
787 },
788 "variable": {
789 "color": "#ebdbb2ff",
790 "font_style": null,
791 "font_weight": null
792 },
793 "variable.special": {
794 "color": "#83a598ff",
795 "font_style": null,
796 "font_weight": null
797 },
798 "variant": {
799 "color": "#83a598ff",
800 "font_style": null,
801 "font_weight": null
802 }
803 }
804 }
805 },
806 {
807 "name": "Gruvbox Dark Soft",
808 "appearance": "dark",
809 "accents": ["#cc241dff", "#98971aff", "#d79921ff", "#458588ff", "#b16286ff", "#689d6aff", "#d65d0eff"],
810 "style": {
811 "border": "#5b534dff",
812 "border.variant": "#494340ff",
813 "border.focused": "#303a36ff",
814 "border.selected": "#303a36ff",
815 "border.transparent": "#00000000",
816 "border.disabled": "#544c48ff",
817 "elevated_surface.background": "#3b3735ff",
818 "surface.background": "#3b3735ff",
819 "background": "#4c4642ff",
820 "element.background": "#3b3735ff",
821 "element.hover": "#494340ff",
822 "element.active": "#5b524cff",
823 "element.selected": "#5b524cff",
824 "element.disabled": "#3b3735ff",
825 "drop_target.background": "#c5b59780",
826 "ghost_element.background": "#00000000",
827 "ghost_element.hover": "#494340ff",
828 "ghost_element.active": "#5b524cff",
829 "ghost_element.selected": "#5b524cff",
830 "ghost_element.disabled": "#3b3735ff",
831 "text": "#fbf1c7ff",
832 "text.muted": "#c5b597ff",
833 "text.placeholder": "#998b78ff",
834 "text.disabled": "#998b78ff",
835 "text.accent": "#83a598ff",
836 "icon": "#fbf1c7ff",
837 "icon.muted": "#c5b597ff",
838 "icon.disabled": "#998b78ff",
839 "icon.placeholder": "#c5b597ff",
840 "icon.accent": "#83a598ff",
841 "status_bar.background": "#4c4642ff",
842 "title_bar.background": "#4c4642ff",
843 "title_bar.inactive_background": "#3b3735ff",
844 "toolbar.background": "#32302fff",
845 "tab_bar.background": "#3b3735ff",
846 "tab.inactive_background": "#3b3735ff",
847 "tab.active_background": "#32302fff",
848 "search.match_background": "#83a59866",
849 "panel.background": "#3b3735ff",
850 "panel.focused_border": null,
851 "pane.focused_border": null,
852 "scrollbar.thumb.background": "#fbf1c74c",
853 "scrollbar.thumb.hover_background": "#494340ff",
854 "scrollbar.thumb.border": "#494340ff",
855 "scrollbar.track.background": "#00000000",
856 "scrollbar.track.border": "#393634ff",
857 "editor.foreground": "#ebdbb2ff",
858 "editor.background": "#32302fff",
859 "editor.gutter.background": "#32302fff",
860 "editor.subheader.background": "#3b3735ff",
861 "editor.active_line.background": "#3b3735bf",
862 "editor.highlighted_line.background": "#3b3735ff",
863 "editor.line_number": "#6e6b5e",
864 "editor.active_line_number": "#dedcd3",
865 "editor.hover_line_number": "#c9c5b6",
866 "editor.invisible": "#928474ff",
867 "editor.wrap_guide": "#fbf1c70d",
868 "editor.active_wrap_guide": "#fbf1c71a",
869 "editor.document_highlight.read_background": "#83a5981a",
870 "editor.document_highlight.write_background": "#92847466",
871 "terminal.background": "#32302fff",
872 "terminal.foreground": "#fbf1c7ff",
873 "terminal.bright_foreground": "#fbf1c7ff",
874 "terminal.dim_foreground": "#32302fff",
875 "terminal.ansi.black": "#32302fff",
876 "terminal.ansi.bright_black": "#73675eff",
877 "terminal.ansi.dim_black": "#fbf1c7ff",
878 "terminal.ansi.red": "#fb4a35ff",
879 "terminal.ansi.bright_red": "#93201dff",
880 "terminal.ansi.dim_red": "#ffaa95ff",
881 "terminal.ansi.green": "#b7bb26ff",
882 "terminal.ansi.bright_green": "#605c1bff",
883 "terminal.ansi.dim_green": "#e0dc98ff",
884 "terminal.ansi.yellow": "#f9bd2fff",
885 "terminal.ansi.bright_yellow": "#91611bff",
886 "terminal.ansi.dim_yellow": "#fedc9bff",
887 "terminal.ansi.blue": "#83a598ff",
888 "terminal.ansi.bright_blue": "#414f4aff",
889 "terminal.ansi.dim_blue": "#c0d2cbff",
890 "terminal.ansi.magenta": "#d3869bff",
891 "terminal.ansi.bright_magenta": "#8e5868ff",
892 "terminal.ansi.dim_magenta": "#ff9ebbff",
893 "terminal.ansi.cyan": "#8ec07cff",
894 "terminal.ansi.bright_cyan": "#45603eff",
895 "terminal.ansi.dim_cyan": "#c7dfbdff",
896 "terminal.ansi.white": "#fbf1c7ff",
897 "terminal.ansi.bright_white": "#ffffffff",
898 "terminal.ansi.dim_white": "#b0a189ff",
899 "link_text.hover": "#83a598ff",
900 "version_control.added": "#b7bb26ff",
901 "version_control.modified": "#f9bd2fff",
902 "version_control.deleted": "#fb4a35ff",
903 "conflict": "#f9bd2fff",
904 "conflict.background": "#572e10ff",
905 "conflict.border": "#754916ff",
906 "created": "#b7bb26ff",
907 "created.background": "#322b11ff",
908 "created.border": "#4a4516ff",
909 "deleted": "#fb4a35ff",
910 "deleted.background": "#590a0fff",
911 "deleted.border": "#771617ff",
912 "error": "#fb4a35ff",
913 "error.background": "#590a0fff",
914 "error.border": "#771617ff",
915 "hidden": "#998b78ff",
916 "hidden.background": "#4c4642ff",
917 "hidden.border": "#544c48ff",
918 "hint": "#8c957dff",
919 "hint.background": "#1e2321ff",
920 "hint.border": "#303a36ff",
921 "ignored": "#998b78ff",
922 "ignored.background": "#4c4642ff",
923 "ignored.border": "#5b534dff",
924 "info": "#83a598ff",
925 "info.background": "#1e2321ff",
926 "info.border": "#303a36ff",
927 "modified": "#f9bd2fff",
928 "modified.background": "#572e10ff",
929 "modified.border": "#754916ff",
930 "predictive": "#717363ff",
931 "predictive.background": "#322b11ff",
932 "predictive.border": "#4a4516ff",
933 "renamed": "#83a598ff",
934 "renamed.background": "#1e2321ff",
935 "renamed.border": "#303a36ff",
936 "success": "#b7bb26ff",
937 "success.background": "#322b11ff",
938 "success.border": "#4a4516ff",
939 "unreachable": "#c5b597ff",
940 "unreachable.background": "#4c4642ff",
941 "unreachable.border": "#5b534dff",
942 "warning": "#f9bd2fff",
943 "warning.background": "#572e10ff",
944 "warning.border": "#754916ff",
945 "players": [
946 {
947 "cursor": "#83a598ff",
948 "background": "#83a598ff",
949 "selection": "#83a5983d"
950 },
951 {
952 "cursor": "#a89984ff",
953 "background": "#a89984ff",
954 "selection": "#a899843d"
955 },
956 {
957 "cursor": "#fd801bff",
958 "background": "#fd801bff",
959 "selection": "#fd801b3d"
960 },
961 {
962 "cursor": "#d3869bff",
963 "background": "#d3869bff",
964 "selection": "#d3869b3d"
965 },
966 {
967 "cursor": "#8ec07cff",
968 "background": "#8ec07cff",
969 "selection": "#8ec07c3d"
970 },
971 {
972 "cursor": "#fb4a35ff",
973 "background": "#fb4a35ff",
974 "selection": "#fb4a353d"
975 },
976 {
977 "cursor": "#f9bd2fff",
978 "background": "#f9bd2fff",
979 "selection": "#f9bd2f3d"
980 },
981 {
982 "cursor": "#b7bb26ff",
983 "background": "#b7bb26ff",
984 "selection": "#b7bb263d"
985 }
986 ],
987 "syntax": {
988 "attribute": {
989 "color": "#83a598ff",
990 "font_style": null,
991 "font_weight": null
992 },
993 "boolean": {
994 "color": "#d3869bff",
995 "font_style": null,
996 "font_weight": null
997 },
998 "comment": {
999 "color": "#a89984ff",
1000 "font_style": null,
1001 "font_weight": null
1002 },
1003 "comment.doc": {
1004 "color": "#c6b697ff",
1005 "font_style": null,
1006 "font_weight": null
1007 },
1008 "constant": {
1009 "color": "#fabd2eff",
1010 "font_style": null,
1011 "font_weight": null
1012 },
1013 "constructor": {
1014 "color": "#83a598ff",
1015 "font_style": null,
1016 "font_weight": null
1017 },
1018 "embedded": {
1019 "color": "#8ec07cff",
1020 "font_style": null,
1021 "font_weight": null
1022 },
1023 "emphasis": {
1024 "color": "#83a598ff",
1025 "font_style": null,
1026 "font_weight": null
1027 },
1028 "emphasis.strong": {
1029 "color": "#83a598ff",
1030 "font_style": null,
1031 "font_weight": 700
1032 },
1033 "enum": {
1034 "color": "#fe7f18ff",
1035 "font_style": null,
1036 "font_weight": null
1037 },
1038 "function": {
1039 "color": "#b8bb25ff",
1040 "font_style": null,
1041 "font_weight": null
1042 },
1043 "function.builtin": {
1044 "color": "#fb4833ff",
1045 "font_style": null,
1046 "font_weight": null
1047 },
1048 "hint": {
1049 "color": "#8c957dff",
1050 "font_style": null,
1051 "font_weight": 700
1052 },
1053 "keyword": {
1054 "color": "#fb4833ff",
1055 "font_style": null,
1056 "font_weight": null
1057 },
1058 "label": {
1059 "color": "#83a598ff",
1060 "font_style": null,
1061 "font_weight": null
1062 },
1063 "link_text": {
1064 "color": "#8ec07cff",
1065 "font_style": "italic",
1066 "font_weight": null
1067 },
1068 "link_uri": {
1069 "color": "#d3869bff",
1070 "font_style": null,
1071 "font_weight": null
1072 },
1073 "namespace": {
1074 "color": "#83a598ff",
1075 "font_style": null,
1076 "font_weight": null
1077 },
1078 "number": {
1079 "color": "#d3869bff",
1080 "font_style": null,
1081 "font_weight": null
1082 },
1083 "operator": {
1084 "color": "#8ec07cff",
1085 "font_style": null,
1086 "font_weight": null
1087 },
1088 "predictive": {
1089 "color": "#717363ff",
1090 "font_style": "italic",
1091 "font_weight": null
1092 },
1093 "preproc": {
1094 "color": "#fbf1c7ff",
1095 "font_style": null,
1096 "font_weight": null
1097 },
1098 "primary": {
1099 "color": "#ebdbb2ff",
1100 "font_style": null,
1101 "font_weight": null
1102 },
1103 "property": {
1104 "color": "#ebdbb2ff",
1105 "font_style": null,
1106 "font_weight": null
1107 },
1108 "punctuation": {
1109 "color": "#d5c4a1ff",
1110 "font_style": null,
1111 "font_weight": null
1112 },
1113 "punctuation.bracket": {
1114 "color": "#a89984ff",
1115 "font_style": null,
1116 "font_weight": null
1117 },
1118 "punctuation.delimiter": {
1119 "color": "#e5d5adff",
1120 "font_style": null,
1121 "font_weight": null
1122 },
1123 "punctuation.list_marker": {
1124 "color": "#ebdbb2ff",
1125 "font_style": null,
1126 "font_weight": null
1127 },
1128 "punctuation.special": {
1129 "color": "#e5d5adff",
1130 "font_style": null,
1131 "font_weight": null
1132 },
1133 "selector": {
1134 "color": "#fabd2eff",
1135 "font_style": null,
1136 "font_weight": null
1137 },
1138 "selector.pseudo": {
1139 "color": "#83a598ff",
1140 "font_style": null,
1141 "font_weight": null
1142 },
1143 "string": {
1144 "color": "#b8bb25ff",
1145 "font_style": null,
1146 "font_weight": null
1147 },
1148 "string.escape": {
1149 "color": "#c6b697ff",
1150 "font_style": null,
1151 "font_weight": null
1152 },
1153 "string.regex": {
1154 "color": "#fe7f18ff",
1155 "font_style": null,
1156 "font_weight": null
1157 },
1158 "string.special": {
1159 "color": "#d3869bff",
1160 "font_style": null,
1161 "font_weight": null
1162 },
1163 "string.special.symbol": {
1164 "color": "#8ec07cff",
1165 "font_style": null,
1166 "font_weight": null
1167 },
1168 "tag": {
1169 "color": "#8ec07cff",
1170 "font_style": null,
1171 "font_weight": null
1172 },
1173 "text.literal": {
1174 "color": "#83a598ff",
1175 "font_style": null,
1176 "font_weight": null
1177 },
1178 "title": {
1179 "color": "#b8bb25ff",
1180 "font_style": null,
1181 "font_weight": 700
1182 },
1183 "type": {
1184 "color": "#fabd2eff",
1185 "font_style": null,
1186 "font_weight": null
1187 },
1188 "variable": {
1189 "color": "#ebdbb2ff",
1190 "font_style": null,
1191 "font_weight": null
1192 },
1193 "variable.special": {
1194 "color": "#83a598ff",
1195 "font_style": null,
1196 "font_weight": null
1197 },
1198 "variant": {
1199 "color": "#83a598ff",
1200 "font_style": null,
1201 "font_weight": null
1202 }
1203 }
1204 }
1205 },
1206 {
1207 "name": "Gruvbox Light",
1208 "appearance": "light",
1209 "accents": ["#cc241dff", "#98971aff", "#d79921ff", "#458588ff", "#b16286ff", "#689d6aff", "#d65d0eff"],
1210 "style": {
1211 "border": "#c8b899ff",
1212 "border.variant": "#ddcca7ff",
1213 "border.focused": "#adc5ccff",
1214 "border.selected": "#adc5ccff",
1215 "border.transparent": "#00000000",
1216 "border.disabled": "#d0bf9dff",
1217 "elevated_surface.background": "#ecddb4ff",
1218 "surface.background": "#ecddb4ff",
1219 "background": "#d9c8a4ff",
1220 "element.background": "#ecddb4ff",
1221 "element.hover": "#ddcca7ff",
1222 "element.active": "#c8b899ff",
1223 "element.selected": "#c8b899ff",
1224 "element.disabled": "#ecddb4ff",
1225 "drop_target.background": "#5f565080",
1226 "ghost_element.background": "#00000000",
1227 "ghost_element.hover": "#ddcca7ff",
1228 "ghost_element.active": "#c8b899ff",
1229 "ghost_element.selected": "#c8b899ff",
1230 "ghost_element.disabled": "#ecddb4ff",
1231 "text": "#282828ff",
1232 "text.muted": "#5f5650ff",
1233 "text.placeholder": "#897b6eff",
1234 "text.disabled": "#897b6eff",
1235 "text.accent": "#0b6678ff",
1236 "icon": "#282828ff",
1237 "icon.muted": "#5f5650ff",
1238 "icon.disabled": "#897b6eff",
1239 "icon.placeholder": "#5f5650ff",
1240 "icon.accent": "#0b6678ff",
1241 "status_bar.background": "#d9c8a4ff",
1242 "title_bar.background": "#d9c8a4ff",
1243 "title_bar.inactive_background": "#ecddb4ff",
1244 "toolbar.background": "#fbf1c7ff",
1245 "tab_bar.background": "#ecddb4ff",
1246 "tab.inactive_background": "#ecddb4ff",
1247 "tab.active_background": "#fbf1c7ff",
1248 "search.match_background": "#0b667866",
1249 "panel.background": "#ecddb4ff",
1250 "panel.focused_border": null,
1251 "pane.focused_border": null,
1252 "scrollbar.thumb.background": "#2828284c",
1253 "scrollbar.thumb.hover_background": "#ddcca7ff",
1254 "scrollbar.thumb.border": "#ddcca7ff",
1255 "scrollbar.track.background": "#00000000",
1256 "scrollbar.track.border": "#eee0b7ff",
1257 "editor.foreground": "#282828ff",
1258 "editor.background": "#fbf1c7ff",
1259 "editor.gutter.background": "#fbf1c7ff",
1260 "editor.subheader.background": "#ecddb4ff",
1261 "editor.active_line.background": "#ecddb4bf",
1262 "editor.highlighted_line.background": "#ecddb4ff",
1263 "editor.line_number": "#a9a389",
1264 "editor.active_line_number": "#3b382b",
1265 "editor.hover_line_number": "#5e5a45",
1266 "editor.invisible": "#928474ff",
1267 "editor.wrap_guide": "#2828280d",
1268 "editor.active_wrap_guide": "#2828281a",
1269 "editor.document_highlight.read_background": "#0b66781a",
1270 "editor.document_highlight.write_background": "#92847466",
1271 "terminal.background": "#fbf1c7ff",
1272 "terminal.foreground": "#282828ff",
1273 "terminal.bright_foreground": "#282828ff",
1274 "terminal.dim_foreground": "#fbf1c7ff",
1275 "terminal.ansi.black": "#282828ff",
1276 "terminal.ansi.bright_black": "#0b6678ff",
1277 "terminal.ansi.dim_black": "#5f5650ff",
1278 "terminal.ansi.red": "#9d0308ff",
1279 "terminal.ansi.bright_red": "#db8b7aff",
1280 "terminal.ansi.dim_red": "#4e1207ff",
1281 "terminal.ansi.green": "#797410ff",
1282 "terminal.ansi.bright_green": "#bfb787ff",
1283 "terminal.ansi.dim_green": "#3e3a11ff",
1284 "terminal.ansi.yellow": "#b57615ff",
1285 "terminal.ansi.bright_yellow": "#e2b88bff",
1286 "terminal.ansi.dim_yellow": "#5c3a12ff",
1287 "terminal.ansi.blue": "#0b6678ff",
1288 "terminal.ansi.bright_blue": "#8fb0baff",
1289 "terminal.ansi.dim_blue": "#14333bff",
1290 "terminal.ansi.magenta": "#8f3e71ff",
1291 "terminal.ansi.bright_magenta": "#c76da0ff",
1292 "terminal.ansi.dim_magenta": "#5c2848ff",
1293 "terminal.ansi.cyan": "#437b59ff",
1294 "terminal.ansi.bright_cyan": "#9fbca8ff",
1295 "terminal.ansi.dim_cyan": "#253e2eff",
1296 "terminal.ansi.white": "#fbf1c7ff",
1297 "terminal.ansi.bright_white": "#ffffffff",
1298 "terminal.ansi.dim_white": "#b0a189ff",
1299 "link_text.hover": "#0b6678ff",
1300 "version_control.added": "#797410ff",
1301 "version_control.modified": "#b57615ff",
1302 "version_control.deleted": "#9d0308ff",
1303 "conflict": "#b57615ff",
1304 "conflict.background": "#f5e2d0ff",
1305 "conflict.border": "#ebccabff",
1306 "created": "#797410ff",
1307 "created.background": "#e4e0cdff",
1308 "created.border": "#d1cba8ff",
1309 "deleted": "#9d0308ff",
1310 "deleted.background": "#f4d1c9ff",
1311 "deleted.border": "#e8ac9eff",
1312 "error": "#9d0308ff",
1313 "error.background": "#f4d1c9ff",
1314 "error.border": "#e8ac9eff",
1315 "hidden": "#897b6eff",
1316 "hidden.background": "#d9c8a4ff",
1317 "hidden.border": "#d0bf9dff",
1318 "hint": "#677562ff",
1319 "hint.background": "#d2dee2ff",
1320 "hint.border": "#adc5ccff",
1321 "ignored": "#897b6eff",
1322 "ignored.background": "#d9c8a4ff",
1323 "ignored.border": "#c8b899ff",
1324 "info": "#0b6678ff",
1325 "info.background": "#d2dee2ff",
1326 "info.border": "#adc5ccff",
1327 "modified": "#b57615ff",
1328 "modified.background": "#f5e2d0ff",
1329 "modified.border": "#ebccabff",
1330 "predictive": "#7c9780ff",
1331 "predictive.background": "#e4e0cdff",
1332 "predictive.border": "#d1cba8ff",
1333 "renamed": "#0b6678ff",
1334 "renamed.background": "#d2dee2ff",
1335 "renamed.border": "#adc5ccff",
1336 "success": "#797410ff",
1337 "success.background": "#e4e0cdff",
1338 "success.border": "#d1cba8ff",
1339 "unreachable": "#5f5650ff",
1340 "unreachable.background": "#d9c8a4ff",
1341 "unreachable.border": "#c8b899ff",
1342 "warning": "#b57615ff",
1343 "warning.background": "#f5e2d0ff",
1344 "warning.border": "#ebccabff",
1345 "players": [
1346 {
1347 "cursor": "#0b6678ff",
1348 "background": "#0b6678ff",
1349 "selection": "#0b66783d"
1350 },
1351 {
1352 "cursor": "#7c6f64ff",
1353 "background": "#7c6f64ff",
1354 "selection": "#7c6f643d"
1355 },
1356 {
1357 "cursor": "#af3a04ff",
1358 "background": "#af3a04ff",
1359 "selection": "#af3a043d"
1360 },
1361 {
1362 "cursor": "#8f3f70ff",
1363 "background": "#8f3f70ff",
1364 "selection": "#8f3f703d"
1365 },
1366 {
1367 "cursor": "#437b59ff",
1368 "background": "#437b59ff",
1369 "selection": "#437b593d"
1370 },
1371 {
1372 "cursor": "#9d0308ff",
1373 "background": "#9d0308ff",
1374 "selection": "#9d03083d"
1375 },
1376 {
1377 "cursor": "#b57615ff",
1378 "background": "#b57615ff",
1379 "selection": "#b576153d"
1380 },
1381 {
1382 "cursor": "#797410ff",
1383 "background": "#797410ff",
1384 "selection": "#7974103d"
1385 }
1386 ],
1387 "syntax": {
1388 "attribute": {
1389 "color": "#0b6678ff",
1390 "font_style": null,
1391 "font_weight": null
1392 },
1393 "boolean": {
1394 "color": "#8f3e71ff",
1395 "font_style": null,
1396 "font_weight": null
1397 },
1398 "comment": {
1399 "color": "#7c6f64ff",
1400 "font_style": null,
1401 "font_weight": null
1402 },
1403 "comment.doc": {
1404 "color": "#5d544eff",
1405 "font_style": null,
1406 "font_weight": null
1407 },
1408 "constant": {
1409 "color": "#b57613ff",
1410 "font_style": null,
1411 "font_weight": null
1412 },
1413 "constructor": {
1414 "color": "#0b6678ff",
1415 "font_style": null,
1416 "font_weight": null
1417 },
1418 "embedded": {
1419 "color": "#427b58ff",
1420 "font_style": null,
1421 "font_weight": null
1422 },
1423 "emphasis": {
1424 "color": "#0b6678ff",
1425 "font_style": null,
1426 "font_weight": null
1427 },
1428 "emphasis.strong": {
1429 "color": "#0b6678ff",
1430 "font_style": null,
1431 "font_weight": 700
1432 },
1433 "enum": {
1434 "color": "#af3a02ff",
1435 "font_style": null,
1436 "font_weight": null
1437 },
1438 "function": {
1439 "color": "#79740eff",
1440 "font_style": null,
1441 "font_weight": null
1442 },
1443 "function.builtin": {
1444 "color": "#9d0006ff",
1445 "font_style": null,
1446 "font_weight": null
1447 },
1448 "hint": {
1449 "color": "#677562ff",
1450 "font_style": null,
1451 "font_weight": 700
1452 },
1453 "keyword": {
1454 "color": "#9d0006ff",
1455 "font_style": null,
1456 "font_weight": null
1457 },
1458 "label": {
1459 "color": "#0b6678ff",
1460 "font_style": null,
1461 "font_weight": null
1462 },
1463 "link_text": {
1464 "color": "#427b58ff",
1465 "font_style": "italic",
1466 "font_weight": null
1467 },
1468 "link_uri": {
1469 "color": "#8f3e71ff",
1470 "font_style": null,
1471 "font_weight": null
1472 },
1473 "namespace": {
1474 "color": "#066578ff",
1475 "font_style": null,
1476 "font_weight": null
1477 },
1478 "number": {
1479 "color": "#8f3e71ff",
1480 "font_style": null,
1481 "font_weight": null
1482 },
1483 "operator": {
1484 "color": "#427b58ff",
1485 "font_style": null,
1486 "font_weight": null
1487 },
1488 "predictive": {
1489 "color": "#7c9780ff",
1490 "font_style": "italic",
1491 "font_weight": null
1492 },
1493 "preproc": {
1494 "color": "#282828ff",
1495 "font_style": null,
1496 "font_weight": null
1497 },
1498 "primary": {
1499 "color": "#282828ff",
1500 "font_style": null,
1501 "font_weight": null
1502 },
1503 "property": {
1504 "color": "#282828ff",
1505 "font_style": null,
1506 "font_weight": null
1507 },
1508 "punctuation": {
1509 "color": "#3c3836ff",
1510 "font_style": null,
1511 "font_weight": null
1512 },
1513 "punctuation.bracket": {
1514 "color": "#665c54ff",
1515 "font_style": null,
1516 "font_weight": null
1517 },
1518 "punctuation.delimiter": {
1519 "color": "#413d3aff",
1520 "font_style": null,
1521 "font_weight": null
1522 },
1523 "punctuation.list_marker": {
1524 "color": "#282828ff",
1525 "font_style": null,
1526 "font_weight": null
1527 },
1528 "punctuation.special": {
1529 "color": "#413d3aff",
1530 "font_style": null,
1531 "font_weight": null
1532 },
1533 "selector": {
1534 "color": "#b57613ff",
1535 "font_style": null,
1536 "font_weight": null
1537 },
1538 "selector.pseudo": {
1539 "color": "#0b6678ff",
1540 "font_style": null,
1541 "font_weight": null
1542 },
1543 "string": {
1544 "color": "#79740eff",
1545 "font_style": null,
1546 "font_weight": null
1547 },
1548 "string.escape": {
1549 "color": "#5d544eff",
1550 "font_style": null,
1551 "font_weight": null
1552 },
1553 "string.regex": {
1554 "color": "#af3a02ff",
1555 "font_style": null,
1556 "font_weight": null
1557 },
1558 "string.special": {
1559 "color": "#8f3e71ff",
1560 "font_style": null,
1561 "font_weight": null
1562 },
1563 "string.special.symbol": {
1564 "color": "#427b58ff",
1565 "font_style": null,
1566 "font_weight": null
1567 },
1568 "tag": {
1569 "color": "#427b58ff",
1570 "font_style": null,
1571 "font_weight": null
1572 },
1573 "text.literal": {
1574 "color": "#066578ff",
1575 "font_style": null,
1576 "font_weight": null
1577 },
1578 "title": {
1579 "color": "#79740eff",
1580 "font_style": null,
1581 "font_weight": 700
1582 },
1583 "type": {
1584 "color": "#b57613ff",
1585 "font_style": null,
1586 "font_weight": null
1587 },
1588 "variable": {
1589 "color": "#282828ff",
1590 "font_style": null,
1591 "font_weight": null
1592 },
1593 "variable.special": {
1594 "color": "#066578ff",
1595 "font_style": null,
1596 "font_weight": null
1597 },
1598 "variant": {
1599 "color": "#0b6678ff",
1600 "font_style": null,
1601 "font_weight": null
1602 }
1603 }
1604 }
1605 },
1606 {
1607 "name": "Gruvbox Light Hard",
1608 "appearance": "light",
1609 "accents": ["#cc241dff", "#98971aff", "#d79921ff", "#458588ff", "#b16286ff", "#689d6aff", "#d65d0eff"],
1610 "style": {
1611 "border": "#c8b899ff",
1612 "border.variant": "#ddcca7ff",
1613 "border.focused": "#adc5ccff",
1614 "border.selected": "#adc5ccff",
1615 "border.transparent": "#00000000",
1616 "border.disabled": "#d0bf9dff",
1617 "elevated_surface.background": "#ecddb5ff",
1618 "surface.background": "#ecddb5ff",
1619 "background": "#d9c8a4ff",
1620 "element.background": "#ecddb5ff",
1621 "element.hover": "#ddcca7ff",
1622 "element.active": "#c8b899ff",
1623 "element.selected": "#c8b899ff",
1624 "element.disabled": "#ecddb5ff",
1625 "drop_target.background": "#5f565080",
1626 "ghost_element.background": "#00000000",
1627 "ghost_element.hover": "#ddcca7ff",
1628 "ghost_element.active": "#c8b899ff",
1629 "ghost_element.selected": "#c8b899ff",
1630 "ghost_element.disabled": "#ecddb5ff",
1631 "text": "#282828ff",
1632 "text.muted": "#5f5650ff",
1633 "text.placeholder": "#897b6eff",
1634 "text.disabled": "#897b6eff",
1635 "text.accent": "#0b6678ff",
1636 "icon": "#282828ff",
1637 "icon.muted": "#5f5650ff",
1638 "icon.disabled": "#897b6eff",
1639 "icon.placeholder": "#5f5650ff",
1640 "icon.accent": "#0b6678ff",
1641 "status_bar.background": "#d9c8a4ff",
1642 "title_bar.background": "#d9c8a4ff",
1643 "title_bar.inactive_background": "#ecddb5ff",
1644 "toolbar.background": "#f9f5d7ff",
1645 "tab_bar.background": "#ecddb5ff",
1646 "tab.inactive_background": "#ecddb5ff",
1647 "tab.active_background": "#f9f5d7ff",
1648 "search.match_background": "#0b667866",
1649 "panel.background": "#ecddb5ff",
1650 "panel.focused_border": null,
1651 "pane.focused_border": null,
1652 "scrollbar.thumb.background": "#2828284c",
1653 "scrollbar.thumb.hover_background": "#ddcca7ff",
1654 "scrollbar.thumb.border": "#ddcca7ff",
1655 "scrollbar.track.background": "#00000000",
1656 "scrollbar.track.border": "#eee1bbff",
1657 "editor.foreground": "#282828ff",
1658 "editor.background": "#f9f5d7ff",
1659 "editor.gutter.background": "#f9f5d7ff",
1660 "editor.subheader.background": "#ecddb5ff",
1661 "editor.active_line.background": "#ecddb5bf",
1662 "editor.highlighted_line.background": "#ecddb5ff",
1663 "editor.line_number": "#a9a389",
1664 "editor.active_line_number": "#3b382b",
1665 "editor.hover_line_number": "#5e5a45",
1666 "editor.invisible": "#928474ff",
1667 "editor.wrap_guide": "#2828280d",
1668 "editor.active_wrap_guide": "#2828281a",
1669 "editor.document_highlight.read_background": "#0b66781a",
1670 "editor.document_highlight.write_background": "#92847466",
1671 "terminal.background": "#f9f5d7ff",
1672 "terminal.foreground": "#282828ff",
1673 "terminal.bright_foreground": "#282828ff",
1674 "terminal.dim_foreground": "#f9f5d7ff",
1675 "terminal.ansi.black": "#282828ff",
1676 "terminal.ansi.bright_black": "#73675eff",
1677 "terminal.ansi.dim_black": "#f9f5d7ff",
1678 "terminal.ansi.red": "#9d0308ff",
1679 "terminal.ansi.bright_red": "#db8b7aff",
1680 "terminal.ansi.dim_red": "#4e1207ff",
1681 "terminal.ansi.green": "#797410ff",
1682 "terminal.ansi.bright_green": "#bfb787ff",
1683 "terminal.ansi.dim_green": "#3e3a11ff",
1684 "terminal.ansi.yellow": "#b57615ff",
1685 "terminal.ansi.bright_yellow": "#e2b88bff",
1686 "terminal.ansi.dim_yellow": "#5c3a12ff",
1687 "terminal.ansi.blue": "#0b6678ff",
1688 "terminal.ansi.bright_blue": "#8fb0baff",
1689 "terminal.ansi.dim_blue": "#14333bff",
1690 "terminal.ansi.magenta": "#8f3e71ff",
1691 "terminal.ansi.bright_magenta": "#c76da0ff",
1692 "terminal.ansi.dim_magenta": "#5c2848ff",
1693 "terminal.ansi.cyan": "#437b59ff",
1694 "terminal.ansi.bright_cyan": "#9fbca8ff",
1695 "terminal.ansi.dim_cyan": "#253e2eff",
1696 "terminal.ansi.white": "#f9f5d7ff",
1697 "terminal.ansi.bright_white": "#ffffffff",
1698 "terminal.ansi.dim_white": "#b0a189ff",
1699 "link_text.hover": "#0b6678ff",
1700 "version_control.added": "#797410ff",
1701 "version_control.modified": "#b57615ff",
1702 "version_control.deleted": "#9d0308ff",
1703 "conflict": "#b57615ff",
1704 "conflict.background": "#f5e2d0ff",
1705 "conflict.border": "#ebccabff",
1706 "created": "#797410ff",
1707 "created.background": "#e4e0cdff",
1708 "created.border": "#d1cba8ff",
1709 "deleted": "#9d0308ff",
1710 "deleted.background": "#f4d1c9ff",
1711 "deleted.border": "#e8ac9eff",
1712 "error": "#9d0308ff",
1713 "error.background": "#f4d1c9ff",
1714 "error.border": "#e8ac9eff",
1715 "hidden": "#897b6eff",
1716 "hidden.background": "#d9c8a4ff",
1717 "hidden.border": "#d0bf9dff",
1718 "hint": "#677562ff",
1719 "hint.background": "#d2dee2ff",
1720 "hint.border": "#adc5ccff",
1721 "ignored": "#897b6eff",
1722 "ignored.background": "#d9c8a4ff",
1723 "ignored.border": "#c8b899ff",
1724 "info": "#0b6678ff",
1725 "info.background": "#d2dee2ff",
1726 "info.border": "#adc5ccff",
1727 "modified": "#b57615ff",
1728 "modified.background": "#f5e2d0ff",
1729 "modified.border": "#ebccabff",
1730 "predictive": "#7c9780ff",
1731 "predictive.background": "#e4e0cdff",
1732 "predictive.border": "#d1cba8ff",
1733 "renamed": "#0b6678ff",
1734 "renamed.background": "#d2dee2ff",
1735 "renamed.border": "#adc5ccff",
1736 "success": "#797410ff",
1737 "success.background": "#e4e0cdff",
1738 "success.border": "#d1cba8ff",
1739 "unreachable": "#5f5650ff",
1740 "unreachable.background": "#d9c8a4ff",
1741 "unreachable.border": "#c8b899ff",
1742 "warning": "#b57615ff",
1743 "warning.background": "#f5e2d0ff",
1744 "warning.border": "#ebccabff",
1745 "players": [
1746 {
1747 "cursor": "#0b6678ff",
1748 "background": "#0b6678ff",
1749 "selection": "#0b66783d"
1750 },
1751 {
1752 "cursor": "#7c6f64ff",
1753 "background": "#7c6f64ff",
1754 "selection": "#7c6f643d"
1755 },
1756 {
1757 "cursor": "#af3a04ff",
1758 "background": "#af3a04ff",
1759 "selection": "#af3a043d"
1760 },
1761 {
1762 "cursor": "#8f3f70ff",
1763 "background": "#8f3f70ff",
1764 "selection": "#8f3f703d"
1765 },
1766 {
1767 "cursor": "#437b59ff",
1768 "background": "#437b59ff",
1769 "selection": "#437b593d"
1770 },
1771 {
1772 "cursor": "#9d0308ff",
1773 "background": "#9d0308ff",
1774 "selection": "#9d03083d"
1775 },
1776 {
1777 "cursor": "#b57615ff",
1778 "background": "#b57615ff",
1779 "selection": "#b576153d"
1780 },
1781 {
1782 "cursor": "#797410ff",
1783 "background": "#797410ff",
1784 "selection": "#7974103d"
1785 }
1786 ],
1787 "syntax": {
1788 "attribute": {
1789 "color": "#0b6678ff",
1790 "font_style": null,
1791 "font_weight": null
1792 },
1793 "boolean": {
1794 "color": "#8f3e71ff",
1795 "font_style": null,
1796 "font_weight": null
1797 },
1798 "comment": {
1799 "color": "#7c6f64ff",
1800 "font_style": null,
1801 "font_weight": null
1802 },
1803 "comment.doc": {
1804 "color": "#5d544eff",
1805 "font_style": null,
1806 "font_weight": null
1807 },
1808 "constant": {
1809 "color": "#b57613ff",
1810 "font_style": null,
1811 "font_weight": null
1812 },
1813 "constructor": {
1814 "color": "#0b6678ff",
1815 "font_style": null,
1816 "font_weight": null
1817 },
1818 "embedded": {
1819 "color": "#427b58ff",
1820 "font_style": null,
1821 "font_weight": null
1822 },
1823 "emphasis": {
1824 "color": "#0b6678ff",
1825 "font_style": null,
1826 "font_weight": null
1827 },
1828 "emphasis.strong": {
1829 "color": "#0b6678ff",
1830 "font_style": null,
1831 "font_weight": 700
1832 },
1833 "enum": {
1834 "color": "#af3a02ff",
1835 "font_style": null,
1836 "font_weight": null
1837 },
1838 "function": {
1839 "color": "#79740eff",
1840 "font_style": null,
1841 "font_weight": null
1842 },
1843 "function.builtin": {
1844 "color": "#9d0006ff",
1845 "font_style": null,
1846 "font_weight": null
1847 },
1848 "hint": {
1849 "color": "#677562ff",
1850 "font_style": null,
1851 "font_weight": 700
1852 },
1853 "keyword": {
1854 "color": "#9d0006ff",
1855 "font_style": null,
1856 "font_weight": null
1857 },
1858 "label": {
1859 "color": "#0b6678ff",
1860 "font_style": null,
1861 "font_weight": null
1862 },
1863 "link_text": {
1864 "color": "#427b58ff",
1865 "font_style": "italic",
1866 "font_weight": null
1867 },
1868 "link_uri": {
1869 "color": "#8f3e71ff",
1870 "font_style": null,
1871 "font_weight": null
1872 },
1873 "namespace": {
1874 "color": "#066578ff",
1875 "font_style": null,
1876 "font_weight": null
1877 },
1878 "number": {
1879 "color": "#8f3e71ff",
1880 "font_style": null,
1881 "font_weight": null
1882 },
1883 "operator": {
1884 "color": "#427b58ff",
1885 "font_style": null,
1886 "font_weight": null
1887 },
1888 "predictive": {
1889 "color": "#7c9780ff",
1890 "font_style": "italic",
1891 "font_weight": null
1892 },
1893 "preproc": {
1894 "color": "#282828ff",
1895 "font_style": null,
1896 "font_weight": null
1897 },
1898 "primary": {
1899 "color": "#282828ff",
1900 "font_style": null,
1901 "font_weight": null
1902 },
1903 "property": {
1904 "color": "#282828ff",
1905 "font_style": null,
1906 "font_weight": null
1907 },
1908 "punctuation": {
1909 "color": "#3c3836ff",
1910 "font_style": null,
1911 "font_weight": null
1912 },
1913 "punctuation.bracket": {
1914 "color": "#665c54ff",
1915 "font_style": null,
1916 "font_weight": null
1917 },
1918 "punctuation.delimiter": {
1919 "color": "#413d3aff",
1920 "font_style": null,
1921 "font_weight": null
1922 },
1923 "punctuation.list_marker": {
1924 "color": "#282828ff",
1925 "font_style": null,
1926 "font_weight": null
1927 },
1928 "punctuation.special": {
1929 "color": "#413d3aff",
1930 "font_style": null,
1931 "font_weight": null
1932 },
1933 "selector": {
1934 "color": "#b57613ff",
1935 "font_style": null,
1936 "font_weight": null
1937 },
1938 "selector.pseudo": {
1939 "color": "#0b6678ff",
1940 "font_style": null,
1941 "font_weight": null
1942 },
1943 "string": {
1944 "color": "#79740eff",
1945 "font_style": null,
1946 "font_weight": null
1947 },
1948 "string.escape": {
1949 "color": "#5d544eff",
1950 "font_style": null,
1951 "font_weight": null
1952 },
1953 "string.regex": {
1954 "color": "#af3a02ff",
1955 "font_style": null,
1956 "font_weight": null
1957 },
1958 "string.special": {
1959 "color": "#8f3e71ff",
1960 "font_style": null,
1961 "font_weight": null
1962 },
1963 "string.special.symbol": {
1964 "color": "#427b58ff",
1965 "font_style": null,
1966 "font_weight": null
1967 },
1968 "tag": {
1969 "color": "#427b58ff",
1970 "font_style": null,
1971 "font_weight": null
1972 },
1973 "text.literal": {
1974 "color": "#066578ff",
1975 "font_style": null,
1976 "font_weight": null
1977 },
1978 "title": {
1979 "color": "#79740eff",
1980 "font_style": null,
1981 "font_weight": 700
1982 },
1983 "type": {
1984 "color": "#b57613ff",
1985 "font_style": null,
1986 "font_weight": null
1987 },
1988 "variable": {
1989 "color": "#282828ff",
1990 "font_style": null,
1991 "font_weight": null
1992 },
1993 "variable.special": {
1994 "color": "#066578ff",
1995 "font_style": null,
1996 "font_weight": null
1997 },
1998 "variant": {
1999 "color": "#0b6678ff",
2000 "font_style": null,
2001 "font_weight": null
2002 }
2003 }
2004 }
2005 },
2006 {
2007 "name": "Gruvbox Light Soft",
2008 "appearance": "light",
2009 "accents": ["#cc241dff", "#98971aff", "#d79921ff", "#458588ff", "#b16286ff", "#689d6aff", "#d65d0eff"],
2010 "style": {
2011 "border": "#c8b899ff",
2012 "border.variant": "#ddcca7ff",
2013 "border.focused": "#adc5ccff",
2014 "border.selected": "#adc5ccff",
2015 "border.transparent": "#00000000",
2016 "border.disabled": "#d0bf9dff",
2017 "elevated_surface.background": "#ecdcb3ff",
2018 "surface.background": "#ecdcb3ff",
2019 "background": "#d9c8a4ff",
2020 "element.background": "#ecdcb3ff",
2021 "element.hover": "#ddcca7ff",
2022 "element.active": "#c8b899ff",
2023 "element.selected": "#c8b899ff",
2024 "element.disabled": "#ecdcb3ff",
2025 "drop_target.background": "#5f565080",
2026 "ghost_element.background": "#00000000",
2027 "ghost_element.hover": "#ddcca7ff",
2028 "ghost_element.active": "#c8b899ff",
2029 "ghost_element.selected": "#c8b899ff",
2030 "ghost_element.disabled": "#ecdcb3ff",
2031 "text": "#282828ff",
2032 "text.muted": "#5f5650ff",
2033 "text.placeholder": "#897b6eff",
2034 "text.disabled": "#897b6eff",
2035 "text.accent": "#0b6678ff",
2036 "icon": "#282828ff",
2037 "icon.muted": "#5f5650ff",
2038 "icon.disabled": "#897b6eff",
2039 "icon.placeholder": "#5f5650ff",
2040 "icon.accent": "#0b6678ff",
2041 "status_bar.background": "#d9c8a4ff",
2042 "title_bar.background": "#d9c8a4ff",
2043 "title_bar.inactive_background": "#ecdcb3ff",
2044 "toolbar.background": "#f2e5bcff",
2045 "tab_bar.background": "#ecdcb3ff",
2046 "tab.inactive_background": "#ecdcb3ff",
2047 "tab.active_background": "#f2e5bcff",
2048 "search.match_background": "#0b667866",
2049 "panel.background": "#ecdcb3ff",
2050 "panel.focused_border": null,
2051 "pane.focused_border": null,
2052 "scrollbar.thumb.background": "#2828284c",
2053 "scrollbar.thumb.hover_background": "#ddcca7ff",
2054 "scrollbar.thumb.border": "#ddcca7ff",
2055 "scrollbar.track.background": "#00000000",
2056 "scrollbar.track.border": "#eddeb5ff",
2057 "editor.foreground": "#282828ff",
2058 "editor.background": "#f2e5bcff",
2059 "editor.gutter.background": "#f2e5bcff",
2060 "editor.subheader.background": "#ecdcb3ff",
2061 "editor.active_line.background": "#ecdcb3bf",
2062 "editor.highlighted_line.background": "#ecdcb3ff",
2063 "editor.line_number": "#a9a389",
2064 "editor.active_line_number": "#3b382b",
2065 "editor.hover_line_number": "#5e5a45",
2066 "editor.invisible": "#928474ff",
2067 "editor.wrap_guide": "#2828280d",
2068 "editor.active_wrap_guide": "#2828281a",
2069 "editor.document_highlight.read_background": "#0b66781a",
2070 "editor.document_highlight.write_background": "#92847466",
2071 "terminal.background": "#f2e5bcff",
2072 "terminal.foreground": "#282828ff",
2073 "terminal.bright_foreground": "#282828ff",
2074 "terminal.dim_foreground": "#f2e5bcff",
2075 "terminal.ansi.black": "#282828ff",
2076 "terminal.ansi.bright_black": "#73675eff",
2077 "terminal.ansi.dim_black": "#f2e5bcff",
2078 "terminal.ansi.red": "#9d0308ff",
2079 "terminal.ansi.bright_red": "#db8b7aff",
2080 "terminal.ansi.dim_red": "#4e1207ff",
2081 "terminal.ansi.green": "#797410ff",
2082 "terminal.ansi.bright_green": "#bfb787ff",
2083 "terminal.ansi.dim_green": "#3e3a11ff",
2084 "terminal.ansi.yellow": "#b57615ff",
2085 "terminal.ansi.bright_yellow": "#e2b88bff",
2086 "terminal.ansi.dim_yellow": "#5c3a12ff",
2087 "terminal.ansi.blue": "#0b6678ff",
2088 "terminal.ansi.bright_blue": "#8fb0baff",
2089 "terminal.ansi.dim_blue": "#14333bff",
2090 "terminal.ansi.magenta": "#8f3e71ff",
2091 "terminal.ansi.bright_magenta": "#c76da0ff",
2092 "terminal.ansi.dim_magenta": "#5c2848ff",
2093 "terminal.ansi.cyan": "#437b59ff",
2094 "terminal.ansi.bright_cyan": "#9fbca8ff",
2095 "terminal.ansi.dim_cyan": "#253e2eff",
2096 "terminal.ansi.white": "#f2e5bcff",
2097 "terminal.ansi.bright_white": "#ffffffff",
2098 "terminal.ansi.dim_white": "#b0a189ff",
2099 "link_text.hover": "#0b6678ff",
2100 "version_control.added": "#797410ff",
2101 "version_control.modified": "#b57615ff",
2102 "version_control.deleted": "#9d0308ff",
2103 "conflict": "#b57615ff",
2104 "conflict.background": "#f5e2d0ff",
2105 "conflict.border": "#ebccabff",
2106 "created": "#797410ff",
2107 "created.background": "#e4e0cdff",
2108 "created.border": "#d1cba8ff",
2109 "deleted": "#9d0308ff",
2110 "deleted.background": "#f4d1c9ff",
2111 "deleted.border": "#e8ac9eff",
2112 "error": "#9d0308ff",
2113 "error.background": "#f4d1c9ff",
2114 "error.border": "#e8ac9eff",
2115 "hidden": "#897b6eff",
2116 "hidden.background": "#d9c8a4ff",
2117 "hidden.border": "#d0bf9dff",
2118 "hint": "#677562ff",
2119 "hint.background": "#d2dee2ff",
2120 "hint.border": "#adc5ccff",
2121 "ignored": "#897b6eff",
2122 "ignored.background": "#d9c8a4ff",
2123 "ignored.border": "#c8b899ff",
2124 "info": "#0b6678ff",
2125 "info.background": "#d2dee2ff",
2126 "info.border": "#adc5ccff",
2127 "modified": "#b57615ff",
2128 "modified.background": "#f5e2d0ff",
2129 "modified.border": "#ebccabff",
2130 "predictive": "#7c9780ff",
2131 "predictive.background": "#e4e0cdff",
2132 "predictive.border": "#d1cba8ff",
2133 "renamed": "#0b6678ff",
2134 "renamed.background": "#d2dee2ff",
2135 "renamed.border": "#adc5ccff",
2136 "success": "#797410ff",
2137 "success.background": "#e4e0cdff",
2138 "success.border": "#d1cba8ff",
2139 "unreachable": "#5f5650ff",
2140 "unreachable.background": "#d9c8a4ff",
2141 "unreachable.border": "#c8b899ff",
2142 "warning": "#b57615ff",
2143 "warning.background": "#f5e2d0ff",
2144 "warning.border": "#ebccabff",
2145 "players": [
2146 {
2147 "cursor": "#0b6678ff",
2148 "background": "#0b6678ff",
2149 "selection": "#0b66783d"
2150 },
2151 {
2152 "cursor": "#7c6f64ff",
2153 "background": "#7c6f64ff",
2154 "selection": "#7c6f643d"
2155 },
2156 {
2157 "cursor": "#af3a04ff",
2158 "background": "#af3a04ff",
2159 "selection": "#af3a043d"
2160 },
2161 {
2162 "cursor": "#8f3f70ff",
2163 "background": "#8f3f70ff",
2164 "selection": "#8f3f703d"
2165 },
2166 {
2167 "cursor": "#437b59ff",
2168 "background": "#437b59ff",
2169 "selection": "#437b593d"
2170 },
2171 {
2172 "cursor": "#9d0308ff",
2173 "background": "#9d0308ff",
2174 "selection": "#9d03083d"
2175 },
2176 {
2177 "cursor": "#b57615ff",
2178 "background": "#b57615ff",
2179 "selection": "#b576153d"
2180 },
2181 {
2182 "cursor": "#797410ff",
2183 "background": "#797410ff",
2184 "selection": "#7974103d"
2185 }
2186 ],
2187 "syntax": {
2188 "attribute": {
2189 "color": "#0b6678ff",
2190 "font_style": null,
2191 "font_weight": null
2192 },
2193 "boolean": {
2194 "color": "#8f3e71ff",
2195 "font_style": null,
2196 "font_weight": null
2197 },
2198 "comment": {
2199 "color": "#7c6f64ff",
2200 "font_style": null,
2201 "font_weight": null
2202 },
2203 "comment.doc": {
2204 "color": "#5d544eff",
2205 "font_style": null,
2206 "font_weight": null
2207 },
2208 "constant": {
2209 "color": "#b57613ff",
2210 "font_style": null,
2211 "font_weight": null
2212 },
2213 "constructor": {
2214 "color": "#0b6678ff",
2215 "font_style": null,
2216 "font_weight": null
2217 },
2218 "embedded": {
2219 "color": "#427b58ff",
2220 "font_style": null,
2221 "font_weight": null
2222 },
2223 "emphasis": {
2224 "color": "#0b6678ff",
2225 "font_style": null,
2226 "font_weight": null
2227 },
2228 "emphasis.strong": {
2229 "color": "#0b6678ff",
2230 "font_style": null,
2231 "font_weight": 700
2232 },
2233 "enum": {
2234 "color": "#af3a02ff",
2235 "font_style": null,
2236 "font_weight": null
2237 },
2238 "function": {
2239 "color": "#79740eff",
2240 "font_style": null,
2241 "font_weight": null
2242 },
2243 "function.builtin": {
2244 "color": "#9d0006ff",
2245 "font_style": null,
2246 "font_weight": null
2247 },
2248 "hint": {
2249 "color": "#677562ff",
2250 "font_style": null,
2251 "font_weight": 700
2252 },
2253 "keyword": {
2254 "color": "#9d0006ff",
2255 "font_style": null,
2256 "font_weight": null
2257 },
2258 "label": {
2259 "color": "#0b6678ff",
2260 "font_style": null,
2261 "font_weight": null
2262 },
2263 "link_text": {
2264 "color": "#427b58ff",
2265 "font_style": "italic",
2266 "font_weight": null
2267 },
2268 "link_uri": {
2269 "color": "#8f3e71ff",
2270 "font_style": null,
2271 "font_weight": null
2272 },
2273 "namespace": {
2274 "color": "#066578ff",
2275 "font_style": null,
2276 "font_weight": null
2277 },
2278 "number": {
2279 "color": "#8f3e71ff",
2280 "font_style": null,
2281 "font_weight": null
2282 },
2283 "operator": {
2284 "color": "#427b58ff",
2285 "font_style": null,
2286 "font_weight": null
2287 },
2288 "predictive": {
2289 "color": "#7c9780ff",
2290 "font_style": "italic",
2291 "font_weight": null
2292 },
2293 "preproc": {
2294 "color": "#282828ff",
2295 "font_style": null,
2296 "font_weight": null
2297 },
2298 "primary": {
2299 "color": "#282828ff",
2300 "font_style": null,
2301 "font_weight": null
2302 },
2303 "property": {
2304 "color": "#282828ff",
2305 "font_style": null,
2306 "font_weight": null
2307 },
2308 "punctuation": {
2309 "color": "#3c3836ff",
2310 "font_style": null,
2311 "font_weight": null
2312 },
2313 "punctuation.bracket": {
2314 "color": "#665c54ff",
2315 "font_style": null,
2316 "font_weight": null
2317 },
2318 "punctuation.delimiter": {
2319 "color": "#413d3aff",
2320 "font_style": null,
2321 "font_weight": null
2322 },
2323 "punctuation.list_marker": {
2324 "color": "#282828ff",
2325 "font_style": null,
2326 "font_weight": null
2327 },
2328 "punctuation.special": {
2329 "color": "#413d3aff",
2330 "font_style": null,
2331 "font_weight": null
2332 },
2333 "selector": {
2334 "color": "#b57613ff",
2335 "font_style": null,
2336 "font_weight": null
2337 },
2338 "selector.pseudo": {
2339 "color": "#0b6678ff",
2340 "font_style": null,
2341 "font_weight": null
2342 },
2343 "string": {
2344 "color": "#79740eff",
2345 "font_style": null,
2346 "font_weight": null
2347 },
2348 "string.escape": {
2349 "color": "#5d544eff",
2350 "font_style": null,
2351 "font_weight": null
2352 },
2353 "string.regex": {
2354 "color": "#af3a02ff",
2355 "font_style": null,
2356 "font_weight": null
2357 },
2358 "string.special": {
2359 "color": "#8f3e71ff",
2360 "font_style": null,
2361 "font_weight": null
2362 },
2363 "string.special.symbol": {
2364 "color": "#427b58ff",
2365 "font_style": null,
2366 "font_weight": null
2367 },
2368 "tag": {
2369 "color": "#427b58ff",
2370 "font_style": null,
2371 "font_weight": null
2372 },
2373 "text.literal": {
2374 "color": "#066578ff",
2375 "font_style": null,
2376 "font_weight": null
2377 },
2378 "title": {
2379 "color": "#79740eff",
2380 "font_style": null,
2381 "font_weight": 700
2382 },
2383 "type": {
2384 "color": "#b57613ff",
2385 "font_style": null,
2386 "font_weight": null
2387 },
2388 "variable": {
2389 "color": "#282828ff",
2390 "font_style": null,
2391 "font_weight": null
2392 },
2393 "variable.special": {
2394 "color": "#066578ff",
2395 "font_style": null,
2396 "font_weight": null
2397 },
2398 "variant": {
2399 "color": "#0b6678ff",
2400 "font_style": null,
2401 "font_weight": null
2402 }
2403 }
2404 }
2405 }
2406 ]
2407}