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