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