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": "#4e5a5f",
 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": "#282c34ff",
 72        "terminal.foreground": "#abb2bfff",
 73        "terminal.bright_foreground": "#dce0e5ff",
 74        "terminal.dim_foreground": "#636d83ff",
 75        "terminal.ansi.black": "#282c34ff",
 76        "terminal.ansi.bright_black": "#636d83ff",
 77        "terminal.ansi.dim_black": "#3b3f4aff",
 78        "terminal.ansi.red": "#e06c75ff",
 79        "terminal.ansi.bright_red": "#EA858Bff",
 80        "terminal.ansi.dim_red": "#a7545aff",
 81        "terminal.ansi.green": "#98c379ff",
 82        "terminal.ansi.bright_green": "#AAD581ff",
 83        "terminal.ansi.dim_green": "#6d8f59ff",
 84        "terminal.ansi.yellow": "#e5c07bff",
 85        "terminal.ansi.bright_yellow": "#FFD885ff",
 86        "terminal.ansi.dim_yellow": "#b8985bff",
 87        "terminal.ansi.blue": "#61afefff",
 88        "terminal.ansi.bright_blue": "#85C1FFff",
 89        "terminal.ansi.dim_blue": "#457cadff",
 90        "terminal.ansi.magenta": "#c678ddff",
 91        "terminal.ansi.bright_magenta": "#D398EBff",
 92        "terminal.ansi.dim_magenta": "#8d54a0ff",
 93        "terminal.ansi.cyan": "#56b6c2ff",
 94        "terminal.ansi.bright_cyan": "#6ED5DEff",
 95        "terminal.ansi.dim_cyan": "#3c818aff",
 96        "terminal.ansi.white": "#abb2bfff",
 97        "terminal.ansi.bright_white": "#fafafaff",
 98        "terminal.ansi.dim_white": "#8f969bff",
 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": "#6eb4bfff",
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": "#b477cfff",
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          "diff.plus": {
408            "color": "#98c379ff",
409            "font_style": null,
410            "font_weight": null
411          },
412          "diff.minus": {
413            "color": "#e06c75ff",
414            "font_style": null,
415            "font_weight": null
416          }
417        }
418      }
419    },
420    {
421      "name": "One Light",
422      "appearance": "light",
423      "style": {
424        "border": "#c9c9caff",
425        "border.variant": "#dfdfe0ff",
426        "border.focused": "#7d82e8ff",
427        "border.selected": "#cbcdf6ff",
428        "border.transparent": "#00000000",
429        "border.disabled": "#d3d3d4ff",
430        "elevated_surface.background": "#ebebecff",
431        "surface.background": "#ebebecff",
432        "background": "#dcdcddff",
433        "element.background": "#ebebecff",
434        "element.hover": "#dfdfe0ff",
435        "element.active": "#cacacaff",
436        "element.selected": "#cacacaff",
437        "element.disabled": "#ebebecff",
438        "drop_target.background": "#7e808780",
439        "ghost_element.background": "#00000000",
440        "ghost_element.hover": "#dfdfe0ff",
441        "ghost_element.active": "#cacacaff",
442        "ghost_element.selected": "#cacacaff",
443        "ghost_element.disabled": "#ebebecff",
444        "text": "#242529ff",
445        "text.muted": "#58585aff",
446        "text.placeholder": "#7e8086ff",
447        "text.disabled": "#7e8086ff",
448        "text.accent": "#5c78e2ff",
449        "icon": "#242529ff",
450        "icon.muted": "#58585aff",
451        "icon.disabled": "#7e8086ff",
452        "icon.placeholder": "#58585aff",
453        "icon.accent": "#5c78e2ff",
454        "status_bar.background": "#dcdcddff",
455        "title_bar.background": "#dcdcddff",
456        "title_bar.inactive_background": "#ebebecff",
457        "toolbar.background": "#fafafaff",
458        "tab_bar.background": "#ebebecff",
459        "tab.inactive_background": "#ebebecff",
460        "tab.active_background": "#fafafaff",
461        "search.match_background": "#5c79e266",
462        "search.active_match_background": "#d0a92366",
463        "panel.background": "#ebebecff",
464        "panel.focused_border": null,
465        "pane.focused_border": null,
466        "scrollbar.thumb.background": "#383a414c",
467        "scrollbar.thumb.hover_background": "#dfdfe0ff",
468        "scrollbar.thumb.border": "#dfdfe0ff",
469        "scrollbar.track.background": "#00000000",
470        "scrollbar.track.border": "#eeeeeeff",
471        "editor.foreground": "#242529ff",
472        "editor.background": "#fafafaff",
473        "editor.gutter.background": "#fafafaff",
474        "editor.subheader.background": "#ebebecff",
475        "editor.active_line.background": "#ebebecbf",
476        "editor.highlighted_line.background": "#ebebecff",
477        "editor.line_number": "#b4b4bb",
478        "editor.active_line_number": "#44454b",
479        "editor.hover_line_number": "#61616b",
480        "editor.invisible": "#b4b4bb",
481        "editor.wrap_guide": "#383a410d",
482        "editor.active_wrap_guide": "#383a411a",
483        "editor.document_highlight.read_background": "#5c78e225",
484        "editor.document_highlight.write_background": "#a3a3a466",
485        "terminal.background": "#fafafaff",
486        "terminal.foreground": "#2a2c33ff",
487        "terminal.bright_foreground": "#2a2c33ff",
488        "terminal.dim_foreground": "#bbbbbbff",
489        "terminal.ansi.black": "#000000ff",
490        "terminal.ansi.bright_black": "#000000ff",
491        "terminal.ansi.dim_black": "#555555ff",
492        "terminal.ansi.red": "#de3e35ff",
493        "terminal.ansi.bright_red": "#de3e35ff",
494        "terminal.ansi.dim_red": "#9c2b26ff",
495        "terminal.ansi.green": "#3f953aff",
496        "terminal.ansi.bright_green": "#3f953aff",
497        "terminal.ansi.dim_green": "#2b6927ff",
498        "terminal.ansi.yellow": "#d2b67cff",
499        "terminal.ansi.bright_yellow": "#d2b67cff",
500        "terminal.ansi.dim_yellow": "#a48c5aff",
501        "terminal.ansi.blue": "#2f5af3ff",
502        "terminal.ansi.bright_blue": "#2f5af3ff",
503        "terminal.ansi.dim_blue": "#2140abff",
504        "terminal.ansi.magenta": "#950095ff",
505        "terminal.ansi.bright_magenta": "#a00095ff",
506        "terminal.ansi.dim_magenta": "#6a006aff",
507        "terminal.ansi.cyan": "#0997b3ff",
508        "terminal.ansi.bright_cyan": "#0bbcd6ff",
509        "terminal.ansi.dim_cyan": "#0a7b92ff",
510        "terminal.ansi.white": "#bbbbbbff",
511        "terminal.ansi.bright_white": "#ffffffff",
512        "terminal.ansi.dim_white": "#888888ff",
513        "link_text.hover": "#5c78e2ff",
514        "version_control.added": "#27a657ff",
515        "version_control.modified": "#d3b020ff",
516        "version_control.word_added": "#2EA04859",
517        "version_control.word_deleted": "#F85149CC",
518        "version_control.deleted": "#e06c76ff",
519        "conflict": "#a48819ff",
520        "conflict.background": "#faf2e6ff",
521        "conflict.border": "#f4e7d1ff",
522        "created": "#669f59ff",
523        "created.background": "#dfeadbff",
524        "created.border": "#c8dcc1ff",
525        "deleted": "#d36151ff",
526        "deleted.background": "#fbdfd9ff",
527        "deleted.border": "#f6c6bdff",
528        "error": "#d36151ff",
529        "error.background": "#fbdfd9ff",
530        "error.border": "#f6c6bdff",
531        "hidden": "#7e8086ff",
532        "hidden.background": "#dcdcddff",
533        "hidden.border": "#d3d3d4ff",
534        "hint": "#7274a7ff",
535        "hint.background": "#e2e2faff",
536        "hint.border": "#cbcdf6ff",
537        "ignored": "#7e8086ff",
538        "ignored.background": "#dcdcddff",
539        "ignored.border": "#c9c9caff",
540        "info": "#5c78e2ff",
541        "info.background": "#e2e2faff",
542        "info.border": "#cbcdf6ff",
543        "modified": "#a48819ff",
544        "modified.background": "#faf2e6ff",
545        "modified.border": "#f4e7d1ff",
546        "predictive": "#9b9ec6ff",
547        "predictive.background": "#dfeadbff",
548        "predictive.border": "#c8dcc1ff",
549        "renamed": "#5c78e2ff",
550        "renamed.background": "#e2e2faff",
551        "renamed.border": "#cbcdf6ff",
552        "success": "#669f59ff",
553        "success.background": "#dfeadbff",
554        "success.border": "#c8dcc1ff",
555        "unreachable": "#58585aff",
556        "unreachable.background": "#dcdcddff",
557        "unreachable.border": "#c9c9caff",
558        "warning": "#a48819ff",
559        "warning.background": "#faf2e6ff",
560        "warning.border": "#f4e7d1ff",
561        "players": [
562          {
563            "cursor": "#5c78e2ff",
564            "background": "#5c78e2ff",
565            "selection": "#5c78e23d"
566          },
567          {
568            "cursor": "#984ea5ff",
569            "background": "#984ea5ff",
570            "selection": "#984ea53d"
571          },
572          {
573            "cursor": "#ad6e26ff",
574            "background": "#ad6e26ff",
575            "selection": "#ad6e263d"
576          },
577          {
578            "cursor": "#a349abff",
579            "background": "#a349abff",
580            "selection": "#a349ab3d"
581          },
582          {
583            "cursor": "#3a82b7ff",
584            "background": "#3a82b7ff",
585            "selection": "#3a82b73d"
586          },
587          {
588            "cursor": "#d36151ff",
589            "background": "#d36151ff",
590            "selection": "#d361513d"
591          },
592          {
593            "cursor": "#a48819ff",
594            "background": "#dec184ff",
595            "selection": "#dec1843d"
596          },
597          {
598            "cursor": "#669f59ff",
599            "background": "#669f59ff",
600            "selection": "#669f593d"
601          }
602        ],
603        "syntax": {
604          "attribute": {
605            "color": "#5c78e2ff",
606            "font_style": null,
607            "font_weight": null
608          },
609          "boolean": {
610            "color": "#ad6e25ff",
611            "font_style": null,
612            "font_weight": null
613          },
614          "comment": {
615            "color": "#a2a3a7ff",
616            "font_style": null,
617            "font_weight": null
618          },
619          "comment.doc": {
620            "color": "#7c7e86ff",
621            "font_style": null,
622            "font_weight": null
623          },
624          "constant": {
625            "color": "#c18401ff",
626            "font_style": null,
627            "font_weight": null
628          },
629          "constructor": {
630            "color": "#5c78e2ff",
631            "font_style": null,
632            "font_weight": null
633          },
634          "embedded": {
635            "color": "#242529ff",
636            "font_style": null,
637            "font_weight": null
638          },
639          "emphasis": {
640            "color": "#5c78e2ff",
641            "font_style": null,
642            "font_weight": null
643          },
644          "emphasis.strong": {
645            "color": "#ad6e25ff",
646            "font_style": null,
647            "font_weight": 700
648          },
649          "enum": {
650            "color": "#3882b7ff",
651            "font_style": null,
652            "font_weight": null
653          },
654          "function": {
655            "color": "#5b79e3ff",
656            "font_style": null,
657            "font_weight": null
658          },
659          "hint": {
660            "color": "#7274a7ff",
661            "font_style": null,
662            "font_weight": null
663          },
664          "keyword": {
665            "color": "#a449abff",
666            "font_style": null,
667            "font_weight": null
668          },
669          "label": {
670            "color": "#5c78e2ff",
671            "font_style": null,
672            "font_weight": null
673          },
674          "link_text": {
675            "color": "#5b79e3ff",
676            "font_style": "italic",
677            "font_weight": null
678          },
679          "link_uri": {
680            "color": "#3882b7ff",
681            "font_style": null,
682            "font_weight": null
683          },
684          "namespace": {
685            "color": "#242529ff",
686            "font_style": null,
687            "font_weight": null
688          },
689          "number": {
690            "color": "#ad6e25ff",
691            "font_style": null,
692            "font_weight": null
693          },
694          "operator": {
695            "color": "#3882b7ff",
696            "font_style": null,
697            "font_weight": null
698          },
699          "predictive": {
700            "color": "#9b9ec6ff",
701            "font_style": "italic",
702            "font_weight": null
703          },
704          "preproc": {
705            "color": "#a449abff",
706            "font_style": null,
707            "font_weight": null
708          },
709          "primary": {
710            "color": "#242529ff",
711            "font_style": null,
712            "font_weight": null
713          },
714          "property": {
715            "color": "#d3604fff",
716            "font_style": null,
717            "font_weight": null
718          },
719          "punctuation": {
720            "color": "#242529ff",
721            "font_style": null,
722            "font_weight": null
723          },
724          "punctuation.bracket": {
725            "color": "#4d4f52ff",
726            "font_style": null,
727            "font_weight": null
728          },
729          "punctuation.delimiter": {
730            "color": "#4d4f52ff",
731            "font_style": null,
732            "font_weight": null
733          },
734          "punctuation.list_marker": {
735            "color": "#d3604fff",
736            "font_style": null,
737            "font_weight": null
738          },
739          "punctuation.markup": {
740            "color": "#d3604fff",
741            "font_style": null,
742            "font_weight": null
743          },
744          "punctuation.special": {
745            "color": "#b92b46ff",
746            "font_style": null,
747            "font_weight": null
748          },
749          "selector": {
750            "color": "#669f59ff",
751            "font_style": null,
752            "font_weight": null
753          },
754          "selector.pseudo": {
755            "color": "#5c78e2ff",
756            "font_style": null,
757            "font_weight": null
758          },
759          "string": {
760            "color": "#649f57ff",
761            "font_style": null,
762            "font_weight": null
763          },
764          "string.escape": {
765            "color": "#7c7e86ff",
766            "font_style": null,
767            "font_weight": null
768          },
769          "string.regex": {
770            "color": "#ad6e26ff",
771            "font_style": null,
772            "font_weight": null
773          },
774          "string.special": {
775            "color": "#ad6e26ff",
776            "font_style": null,
777            "font_weight": null
778          },
779          "string.special.symbol": {
780            "color": "#ad6e26ff",
781            "font_style": null,
782            "font_weight": null
783          },
784          "tag": {
785            "color": "#5c78e2ff",
786            "font_style": null,
787            "font_weight": null
788          },
789          "text.literal": {
790            "color": "#649f57ff",
791            "font_style": null,
792            "font_weight": null
793          },
794          "title": {
795            "color": "#d3604fff",
796            "font_style": null,
797            "font_weight": 400
798          },
799          "type": {
800            "color": "#3882b7ff",
801            "font_style": null,
802            "font_weight": null
803          },
804          "variable": {
805            "color": "#242529ff",
806            "font_style": null,
807            "font_weight": null
808          },
809          "variable.special": {
810            "color": "#ad6e25ff",
811            "font_style": null,
812            "font_weight": null
813          },
814          "variant": {
815            "color": "#5b79e3ff",
816            "font_style": null,
817            "font_weight": null
818          },
819          "diff.plus": {
820            "color": "#50a14fff",
821            "font_style": null,
822            "font_weight": null
823          },
824          "diff.minus": {
825            "color": "#e45649ff",
826            "font_style": null,
827            "font_weight": null
828          }
829        }
830      }
831    }
832  ]
833}