one.json

  1{
  2  "$schema": "https://zed.dev/schema/themes/v0.2.0.json",
  3  "name": "One",
  4  "author": "Zed Industries",
  5  "themes": [
  6    {
  7      "name": "One Dark",
  8      "appearance": "dark",
  9      "style": {
 10        "border": "#464b57ff",
 11        "border.variant": "#363c46ff",
 12        "border.focused": "#47679eff",
 13        "border.selected": "#293b5bff",
 14        "border.transparent": "#00000000",
 15        "border.disabled": "#414754ff",
 16        "elevated_surface.background": "#2f343eff",
 17        "surface.background": "#2f343eff",
 18        "background": "#3b414dff",
 19        "element.background": "#2e343eff",
 20        "element.hover": "#363c46ff",
 21        "element.active": "#454a56ff",
 22        "element.selected": "#454a56ff",
 23        "element.disabled": "#2e343eff",
 24        "drop_target.background": "#83899480",
 25        "ghost_element.background": "#00000000",
 26        "ghost_element.hover": "#363c46ff",
 27        "ghost_element.active": "#454a56ff",
 28        "ghost_element.selected": "#454a56ff",
 29        "ghost_element.disabled": "#2e343eff",
 30        "text": "#dce0e5ff",
 31        "text.muted": "#a9afbcff",
 32        "text.placeholder": "#878a98ff",
 33        "text.disabled": "#878a98ff",
 34        "text.accent": "#74ade8ff",
 35        "icon": "#dce0e5ff",
 36        "icon.muted": "#a9afbcff",
 37        "icon.disabled": "#878a98ff",
 38        "icon.placeholder": "#a9afbcff",
 39        "icon.accent": "#74ade8ff",
 40        "status_bar.background": "#3b414dff",
 41        "title_bar.background": "#3b414dff",
 42        "title_bar.inactive_background": "#2e343eff",
 43        "toolbar.background": "#282c33ff",
 44        "tab_bar.background": "#2f343eff",
 45        "tab.inactive_background": "#2f343eff",
 46        "tab.active_background": "#282c33ff",
 47        "search.match_background": "#74ade866",
 48        "panel.background": "#2f343eff",
 49        "panel.focused_border": null,
 50        "pane.focused_border": null,
 51        "scrollbar.thumb.background": "#c8ccd44c",
 52        "scrollbar.thumb.hover_background": "#363c46ff",
 53        "scrollbar.thumb.border": "#363c46ff",
 54        "scrollbar.track.background": "#00000000",
 55        "scrollbar.track.border": "#2e333cff",
 56        "editor.foreground": "#acb2beff",
 57        "editor.background": "#282c33ff",
 58        "editor.gutter.background": "#282c33ff",
 59        "editor.subheader.background": "#2f343eff",
 60        "editor.active_line.background": "#2f343ebf",
 61        "editor.highlighted_line.background": "#2f343eff",
 62        "editor.line_number": "#4e5a5f",
 63        "editor.active_line_number": "#d0d4da",
 64        "editor.hover_line_number": "#acb0b4",
 65        "editor.invisible": "#878a98ff",
 66        "editor.wrap_guide": "#c8ccd40d",
 67        "editor.active_wrap_guide": "#c8ccd41a",
 68        "editor.document_highlight.read_background": "#74ade81a",
 69        "editor.document_highlight.write_background": "#555a6366",
 70        "terminal.background": "#282c33ff",
 71        "terminal.foreground": "#dce0e5ff",
 72        "terminal.bright_foreground": "#dce0e5ff",
 73        "terminal.dim_foreground": "#282c33ff",
 74        "terminal.ansi.black": "#282c33ff",
 75        "terminal.ansi.bright_black": "#525561ff",
 76        "terminal.ansi.dim_black": "#dce0e5ff",
 77        "terminal.ansi.red": "#d07277ff",
 78        "terminal.ansi.bright_red": "#673a3cff",
 79        "terminal.ansi.dim_red": "#eab7b9ff",
 80        "terminal.ansi.green": "#a1c181ff",
 81        "terminal.ansi.bright_green": "#4d6140ff",
 82        "terminal.ansi.dim_green": "#d1e0bfff",
 83        "terminal.ansi.yellow": "#dec184ff",
 84        "terminal.ansi.bright_yellow": "#e5c07bff",
 85        "terminal.ansi.dim_yellow": "#f1dfc1ff",
 86        "terminal.ansi.blue": "#74ade8ff",
 87        "terminal.ansi.bright_blue": "#385378ff",
 88        "terminal.ansi.dim_blue": "#bed5f4ff",
 89        "terminal.ansi.magenta": "#b477cfff",
 90        "terminal.ansi.bright_magenta": "#d6b4e4ff",
 91        "terminal.ansi.dim_magenta": "#612a79ff",
 92        "terminal.ansi.cyan": "#6eb4bfff",
 93        "terminal.ansi.bright_cyan": "#3a565bff",
 94        "terminal.ansi.dim_cyan": "#b9d9dfff",
 95        "terminal.ansi.white": "#dce0e5ff",
 96        "terminal.ansi.bright_white": "#fafafaff",
 97        "terminal.ansi.dim_white": "#575d65ff",
 98        "link_text.hover": "#74ade8ff",
 99        "version_control.added": "#27a657ff",
100        "version_control.modified": "#d3b020ff",
101        "version_control.deleted": "#e06c76ff",
102        "version_control.conflict_marker.ours": "#a1c1811a",
103        "version_control.conflict_marker.theirs": "#74ade81a",
104        "conflict": "#dec184ff",
105        "conflict.background": "#dec1841a",
106        "conflict.border": "#5d4c2fff",
107        "created": "#a1c181ff",
108        "created.background": "#a1c1811a",
109        "created.border": "#38482fff",
110        "deleted": "#d07277ff",
111        "deleted.background": "#d072771a",
112        "deleted.border": "#4c2b2cff",
113        "error": "#d07277ff",
114        "error.background": "#d072771a",
115        "error.border": "#4c2b2cff",
116        "hidden": "#878a98ff",
117        "hidden.background": "#696b771a",
118        "hidden.border": "#414754ff",
119        "hint": "#788ca6ff",
120        "hint.background": "#5a6f891a",
121        "hint.border": "#293b5bff",
122        "ignored": "#878a98ff",
123        "ignored.background": "#696b771a",
124        "ignored.border": "#464b57ff",
125        "info": "#74ade8ff",
126        "info.background": "#74ade81a",
127        "info.border": "#293b5bff",
128        "modified": "#dec184ff",
129        "modified.background": "#dec1841a",
130        "modified.border": "#5d4c2fff",
131        "predictive": "#5a6a87ff",
132        "predictive.background": "#5a6a871a",
133        "predictive.border": "#38482fff",
134        "renamed": "#74ade8ff",
135        "renamed.background": "#74ade81a",
136        "renamed.border": "#293b5bff",
137        "success": "#a1c181ff",
138        "success.background": "#a1c1811a",
139        "success.border": "#38482fff",
140        "unreachable": "#a9afbcff",
141        "unreachable.background": "#8389941a",
142        "unreachable.border": "#464b57ff",
143        "warning": "#dec184ff",
144        "warning.background": "#dec1841a",
145        "warning.border": "#5d4c2fff",
146        "players": [
147          {
148            "cursor": "#74ade8ff",
149            "background": "#74ade8ff",
150            "selection": "#74ade83d"
151          },
152          {
153            "cursor": "#be5046ff",
154            "background": "#be5046ff",
155            "selection": "#be50463d"
156          },
157          {
158            "cursor": "#bf956aff",
159            "background": "#bf956aff",
160            "selection": "#bf956a3d"
161          },
162          {
163            "cursor": "#b477cfff",
164            "background": "#b477cfff",
165            "selection": "#b477cf3d"
166          },
167          {
168            "cursor": "#6eb4bfff",
169            "background": "#6eb4bfff",
170            "selection": "#6eb4bf3d"
171          },
172          {
173            "cursor": "#d07277ff",
174            "background": "#d07277ff",
175            "selection": "#d072773d"
176          },
177          {
178            "cursor": "#dec184ff",
179            "background": "#dec184ff",
180            "selection": "#dec1843d"
181          },
182          {
183            "cursor": "#a1c181ff",
184            "background": "#a1c181ff",
185            "selection": "#a1c1813d"
186          }
187        ],
188        "syntax": {
189          "attribute": {
190            "color": "#74ade8ff",
191            "font_style": null,
192            "font_weight": null
193          },
194          "boolean": {
195            "color": "#bf956aff",
196            "font_style": null,
197            "font_weight": null
198          },
199          "comment": {
200            "color": "#5d636fff",
201            "font_style": null,
202            "font_weight": null
203          },
204          "comment.doc": {
205            "color": "#878e98ff",
206            "font_style": null,
207            "font_weight": null
208          },
209          "constant": {
210            "color": "#dfc184ff",
211            "font_style": null,
212            "font_weight": null
213          },
214          "constructor": {
215            "color": "#73ade9ff",
216            "font_style": null,
217            "font_weight": null
218          },
219          "embedded": {
220            "color": "#dce0e5ff",
221            "font_style": null,
222            "font_weight": null
223          },
224          "emphasis": {
225            "color": "#74ade8ff",
226            "font_style": null,
227            "font_weight": null
228          },
229          "emphasis.strong": {
230            "color": "#bf956aff",
231            "font_style": null,
232            "font_weight": 700
233          },
234          "enum": {
235            "color": "#d07277ff",
236            "font_style": null,
237            "font_weight": null
238          },
239          "function": {
240            "color": "#73ade9ff",
241            "font_style": null,
242            "font_weight": null
243          },
244          "hint": {
245            "color": "#788ca6ff",
246            "font_style": null,
247            "font_weight": null
248          },
249          "keyword": {
250            "color": "#b477cfff",
251            "font_style": null,
252            "font_weight": null
253          },
254          "label": {
255            "color": "#74ade8ff",
256            "font_style": null,
257            "font_weight": null
258          },
259          "link_text": {
260            "color": "#73ade9ff",
261            "font_style": "normal",
262            "font_weight": null
263          },
264          "link_uri": {
265            "color": "#6eb4bfff",
266            "font_style": null,
267            "font_weight": null
268          },
269          "namespace": {
270            "color": "#dce0e5ff",
271            "font_style": null,
272            "font_weight": null
273          },
274          "number": {
275            "color": "#bf956aff",
276            "font_style": null,
277            "font_weight": null
278          },
279          "operator": {
280            "color": "#6eb4bfff",
281            "font_style": null,
282            "font_weight": null
283          },
284          "predictive": {
285            "color": "#5a6a87ff",
286            "font_style": "italic",
287            "font_weight": null
288          },
289          "preproc": {
290            "color": "#dce0e5ff",
291            "font_style": null,
292            "font_weight": null
293          },
294          "primary": {
295            "color": "#acb2beff",
296            "font_style": null,
297            "font_weight": null
298          },
299          "property": {
300            "color": "#d07277ff",
301            "font_style": null,
302            "font_weight": null
303          },
304          "punctuation": {
305            "color": "#acb2beff",
306            "font_style": null,
307            "font_weight": null
308          },
309          "punctuation.bracket": {
310            "color": "#b2b9c6ff",
311            "font_style": null,
312            "font_weight": null
313          },
314          "punctuation.delimiter": {
315            "color": "#b2b9c6ff",
316            "font_style": null,
317            "font_weight": null
318          },
319          "punctuation.list_marker": {
320            "color": "#d07277ff",
321            "font_style": null,
322            "font_weight": null
323          },
324          "punctuation.markup": {
325            "color": "#d07277ff",
326            "font_style": null,
327            "font_weight": null
328          },
329          "punctuation.special": {
330            "color": "#b1574bff",
331            "font_style": null,
332            "font_weight": null
333          },
334          "selector": {
335            "color": "#dfc184ff",
336            "font_style": null,
337            "font_weight": null
338          },
339          "selector.pseudo": {
340            "color": "#74ade8ff",
341            "font_style": null,
342            "font_weight": null
343          },
344          "string": {
345            "color": "#a1c181ff",
346            "font_style": null,
347            "font_weight": null
348          },
349          "string.escape": {
350            "color": "#878e98ff",
351            "font_style": null,
352            "font_weight": null
353          },
354          "string.regex": {
355            "color": "#bf956aff",
356            "font_style": null,
357            "font_weight": null
358          },
359          "string.special": {
360            "color": "#bf956aff",
361            "font_style": null,
362            "font_weight": null
363          },
364          "string.special.symbol": {
365            "color": "#bf956aff",
366            "font_style": null,
367            "font_weight": null
368          },
369          "tag": {
370            "color": "#74ade8ff",
371            "font_style": null,
372            "font_weight": null
373          },
374          "text.literal": {
375            "color": "#a1c181ff",
376            "font_style": null,
377            "font_weight": null
378          },
379          "title": {
380            "color": "#d07277ff",
381            "font_style": null,
382            "font_weight": 400
383          },
384          "type": {
385            "color": "#6eb4bfff",
386            "font_style": null,
387            "font_weight": null
388          },
389          "variable": {
390            "color": "#acb2beff",
391            "font_style": null,
392            "font_weight": null
393          },
394          "variable.special": {
395            "color": "#bf956aff",
396            "font_style": null,
397            "font_weight": null
398          },
399          "variant": {
400            "color": "#73ade9ff",
401            "font_style": null,
402            "font_weight": null
403          }
404        }
405      }
406    },
407    {
408      "name": "One Light",
409      "appearance": "light",
410      "style": {
411        "border": "#c9c9caff",
412        "border.variant": "#dfdfe0ff",
413        "border.focused": "#7d82e8ff",
414        "border.selected": "#cbcdf6ff",
415        "border.transparent": "#00000000",
416        "border.disabled": "#d3d3d4ff",
417        "elevated_surface.background": "#ebebecff",
418        "surface.background": "#ebebecff",
419        "background": "#dcdcddff",
420        "element.background": "#ebebecff",
421        "element.hover": "#dfdfe0ff",
422        "element.active": "#cacacaff",
423        "element.selected": "#cacacaff",
424        "element.disabled": "#ebebecff",
425        "drop_target.background": "#7e808780",
426        "ghost_element.background": "#00000000",
427        "ghost_element.hover": "#dfdfe0ff",
428        "ghost_element.active": "#cacacaff",
429        "ghost_element.selected": "#cacacaff",
430        "ghost_element.disabled": "#ebebecff",
431        "text": "#242529ff",
432        "text.muted": "#58585aff",
433        "text.placeholder": "#7e8086ff",
434        "text.disabled": "#7e8086ff",
435        "text.accent": "#5c78e2ff",
436        "icon": "#242529ff",
437        "icon.muted": "#58585aff",
438        "icon.disabled": "#7e8086ff",
439        "icon.placeholder": "#58585aff",
440        "icon.accent": "#5c78e2ff",
441        "status_bar.background": "#dcdcddff",
442        "title_bar.background": "#dcdcddff",
443        "title_bar.inactive_background": "#ebebecff",
444        "toolbar.background": "#fafafaff",
445        "tab_bar.background": "#ebebecff",
446        "tab.inactive_background": "#ebebecff",
447        "tab.active_background": "#fafafaff",
448        "search.match_background": "#5c79e266",
449        "panel.background": "#ebebecff",
450        "panel.focused_border": null,
451        "pane.focused_border": null,
452        "scrollbar.thumb.background": "#383a414c",
453        "scrollbar.thumb.hover_background": "#dfdfe0ff",
454        "scrollbar.thumb.border": "#dfdfe0ff",
455        "scrollbar.track.background": "#00000000",
456        "scrollbar.track.border": "#eeeeeeff",
457        "editor.foreground": "#242529ff",
458        "editor.background": "#fafafaff",
459        "editor.gutter.background": "#fafafaff",
460        "editor.subheader.background": "#ebebecff",
461        "editor.active_line.background": "#ebebecbf",
462        "editor.highlighted_line.background": "#ebebecff",
463        "editor.line_number": "#b4b4bb",
464        "editor.active_line_number": "#44454b",
465        "editor.hover_line_number": "#61616b",
466        "editor.invisible": "#a3a3a4ff",
467        "editor.wrap_guide": "#383a410d",
468        "editor.active_wrap_guide": "#383a411a",
469        "editor.document_highlight.read_background": "#5c78e225",
470        "editor.document_highlight.write_background": "#a3a3a466",
471        "terminal.background": "#fafafaff",
472        "terminal.foreground": "#242529ff",
473        "terminal.bright_foreground": "#242529ff",
474        "terminal.dim_foreground": "#fafafaff",
475        "terminal.ansi.black": "#242529ff",
476        "terminal.ansi.bright_black": "#747579ff",
477        "terminal.ansi.dim_black": "#97979aff",
478        "terminal.ansi.red": "#d36151ff",
479        "terminal.ansi.bright_red": "#f0b0a4ff",
480        "terminal.ansi.dim_red": "#6f312aff",
481        "terminal.ansi.green": "#669f59ff",
482        "terminal.ansi.bright_green": "#b2cfa9ff",
483        "terminal.ansi.dim_green": "#354d2eff",
484        "terminal.ansi.yellow": "#dec184ff",
485        "terminal.ansi.bright_yellow": "#826221ff",
486        "terminal.ansi.dim_yellow": "#786441ff",
487        "terminal.ansi.blue": "#5c78e2ff",
488        "terminal.ansi.bright_blue": "#b5baf2ff",
489        "terminal.ansi.dim_blue": "#2d3d75ff",
490        "terminal.ansi.magenta": "#984ea5ff",
491        "terminal.ansi.bright_magenta": "#cea6d3ff",
492        "terminal.ansi.dim_magenta": "#4b2a50ff",
493        "terminal.ansi.cyan": "#3a82b7ff",
494        "terminal.ansi.bright_cyan": "#a3bedaff",
495        "terminal.ansi.dim_cyan": "#254058ff",
496        "terminal.ansi.white": "#fafafaff",
497        "terminal.ansi.bright_white": "#ffffffff",
498        "terminal.ansi.dim_white": "#aaaaaaff",
499        "link_text.hover": "#5c78e2ff",
500        "version_control.added": "#27a657ff",
501        "version_control.modified": "#d3b020ff",
502        "version_control.deleted": "#e06c76ff",
503        "conflict": "#a48819ff",
504        "conflict.background": "#faf2e6ff",
505        "conflict.border": "#f4e7d1ff",
506        "created": "#669f59ff",
507        "created.background": "#dfeadbff",
508        "created.border": "#c8dcc1ff",
509        "deleted": "#d36151ff",
510        "deleted.background": "#fbdfd9ff",
511        "deleted.border": "#f6c6bdff",
512        "error": "#d36151ff",
513        "error.background": "#fbdfd9ff",
514        "error.border": "#f6c6bdff",
515        "hidden": "#7e8086ff",
516        "hidden.background": "#dcdcddff",
517        "hidden.border": "#d3d3d4ff",
518        "hint": "#7274a7ff",
519        "hint.background": "#e2e2faff",
520        "hint.border": "#cbcdf6ff",
521        "ignored": "#7e8086ff",
522        "ignored.background": "#dcdcddff",
523        "ignored.border": "#c9c9caff",
524        "info": "#5c78e2ff",
525        "info.background": "#e2e2faff",
526        "info.border": "#cbcdf6ff",
527        "modified": "#a48819ff",
528        "modified.background": "#faf2e6ff",
529        "modified.border": "#f4e7d1ff",
530        "predictive": "#9b9ec6ff",
531        "predictive.background": "#dfeadbff",
532        "predictive.border": "#c8dcc1ff",
533        "renamed": "#5c78e2ff",
534        "renamed.background": "#e2e2faff",
535        "renamed.border": "#cbcdf6ff",
536        "success": "#669f59ff",
537        "success.background": "#dfeadbff",
538        "success.border": "#c8dcc1ff",
539        "unreachable": "#58585aff",
540        "unreachable.background": "#dcdcddff",
541        "unreachable.border": "#c9c9caff",
542        "warning": "#a48819ff",
543        "warning.background": "#faf2e6ff",
544        "warning.border": "#f4e7d1ff",
545        "players": [
546          {
547            "cursor": "#5c78e2ff",
548            "background": "#5c78e2ff",
549            "selection": "#5c78e23d"
550          },
551          {
552            "cursor": "#984ea5ff",
553            "background": "#984ea5ff",
554            "selection": "#984ea53d"
555          },
556          {
557            "cursor": "#ad6e26ff",
558            "background": "#ad6e26ff",
559            "selection": "#ad6e263d"
560          },
561          {
562            "cursor": "#a349abff",
563            "background": "#a349abff",
564            "selection": "#a349ab3d"
565          },
566          {
567            "cursor": "#3a82b7ff",
568            "background": "#3a82b7ff",
569            "selection": "#3a82b73d"
570          },
571          {
572            "cursor": "#d36151ff",
573            "background": "#d36151ff",
574            "selection": "#d361513d"
575          },
576          {
577            "cursor": "#a48819ff",
578            "background": "#dec184ff",
579            "selection": "#dec1843d"
580          },
581          {
582            "cursor": "#669f59ff",
583            "background": "#669f59ff",
584            "selection": "#669f593d"
585          }
586        ],
587        "syntax": {
588          "attribute": {
589            "color": "#5c78e2ff",
590            "font_style": null,
591            "font_weight": null
592          },
593          "boolean": {
594            "color": "#ad6e25ff",
595            "font_style": null,
596            "font_weight": null
597          },
598          "comment": {
599            "color": "#a2a3a7ff",
600            "font_style": null,
601            "font_weight": null
602          },
603          "comment.doc": {
604            "color": "#7c7e86ff",
605            "font_style": null,
606            "font_weight": null
607          },
608          "constant": {
609            "color": "#c18401ff",
610            "font_style": null,
611            "font_weight": null
612          },
613          "constructor": {
614            "color": "#5c78e2ff",
615            "font_style": null,
616            "font_weight": null
617          },
618          "embedded": {
619            "color": "#242529ff",
620            "font_style": null,
621            "font_weight": null
622          },
623          "emphasis": {
624            "color": "#5c78e2ff",
625            "font_style": null,
626            "font_weight": null
627          },
628          "emphasis.strong": {
629            "color": "#ad6e25ff",
630            "font_style": null,
631            "font_weight": 700
632          },
633          "enum": {
634            "color": "#d3604fff",
635            "font_style": null,
636            "font_weight": null
637          },
638          "function": {
639            "color": "#5b79e3ff",
640            "font_style": null,
641            "font_weight": null
642          },
643          "hint": {
644            "color": "#7274a7ff",
645            "font_style": null,
646            "font_weight": null
647          },
648          "keyword": {
649            "color": "#a449abff",
650            "font_style": null,
651            "font_weight": null
652          },
653          "label": {
654            "color": "#5c78e2ff",
655            "font_style": null,
656            "font_weight": null
657          },
658          "link_text": {
659            "color": "#5b79e3ff",
660            "font_style": "italic",
661            "font_weight": null
662          },
663          "link_uri": {
664            "color": "#3882b7ff",
665            "font_style": null,
666            "font_weight": null
667          },
668          "namespace": {
669            "color": "#242529ff",
670            "font_style": null,
671            "font_weight": null
672          },
673          "number": {
674            "color": "#ad6e25ff",
675            "font_style": null,
676            "font_weight": null
677          },
678          "operator": {
679            "color": "#3882b7ff",
680            "font_style": null,
681            "font_weight": null
682          },
683          "predictive": {
684            "color": "#9b9ec6ff",
685            "font_style": "italic",
686            "font_weight": null
687          },
688          "preproc": {
689            "color": "#242529ff",
690            "font_style": null,
691            "font_weight": null
692          },
693          "primary": {
694            "color": "#242529ff",
695            "font_style": null,
696            "font_weight": null
697          },
698          "property": {
699            "color": "#d3604fff",
700            "font_style": null,
701            "font_weight": null
702          },
703          "punctuation": {
704            "color": "#242529ff",
705            "font_style": null,
706            "font_weight": null
707          },
708          "punctuation.bracket": {
709            "color": "#4d4f52ff",
710            "font_style": null,
711            "font_weight": null
712          },
713          "punctuation.delimiter": {
714            "color": "#4d4f52ff",
715            "font_style": null,
716            "font_weight": null
717          },
718          "punctuation.list_marker": {
719            "color": "#d3604fff",
720            "font_style": null,
721            "font_weight": null
722          },
723          "punctuation.markup": {
724            "color": "#d3604fff",
725            "font_style": null,
726            "font_weight": null
727          },
728          "punctuation.special": {
729            "color": "#b92b46ff",
730            "font_style": null,
731            "font_weight": null
732          },
733          "selector": {
734            "color": "#669f59ff",
735            "font_style": null,
736            "font_weight": null
737          },
738          "selector.pseudo": {
739            "color": "#5c78e2ff",
740            "font_style": null,
741            "font_weight": null
742          },
743          "string": {
744            "color": "#649f57ff",
745            "font_style": null,
746            "font_weight": null
747          },
748          "string.escape": {
749            "color": "#7c7e86ff",
750            "font_style": null,
751            "font_weight": null
752          },
753          "string.regex": {
754            "color": "#ad6e26ff",
755            "font_style": null,
756            "font_weight": null
757          },
758          "string.special": {
759            "color": "#ad6e26ff",
760            "font_style": null,
761            "font_weight": null
762          },
763          "string.special.symbol": {
764            "color": "#ad6e26ff",
765            "font_style": null,
766            "font_weight": null
767          },
768          "tag": {
769            "color": "#5c78e2ff",
770            "font_style": null,
771            "font_weight": null
772          },
773          "text.literal": {
774            "color": "#649f57ff",
775            "font_style": null,
776            "font_weight": null
777          },
778          "title": {
779            "color": "#d3604fff",
780            "font_style": null,
781            "font_weight": 400
782          },
783          "type": {
784            "color": "#3882b7ff",
785            "font_style": null,
786            "font_weight": null
787          },
788          "variable": {
789            "color": "#242529ff",
790            "font_style": null,
791            "font_weight": null
792          },
793          "variable.special": {
794            "color": "#ad6e25ff",
795            "font_style": null,
796            "font_weight": null
797          },
798          "variant": {
799            "color": "#5b79e3ff",
800            "font_style": null,
801            "font_weight": null
802          }
803        }
804      }
805    }
806  ]
807}