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