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