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