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