1{
2 "name": "Solarized",
3 "author": "Zed Industries",
4 "themes": [
5 {
6 "name": "Solarized Dark",
7 "appearance": "dark",
8 "style": {
9 "border": "#2b4e58ff",
10 "border.variant": "#053541ff",
11 "border.focused": "#1b3149ff",
12 "border.selected": "#1b3149ff",
13 "border.transparent": "#00000000",
14 "border.disabled": "#19424dff",
15 "elevated_surface.background": "#04313bff",
16 "surface.background": "#04313bff",
17 "background": "#073743ff",
18 "element.background": "#04313bff",
19 "element.hover": "#053541ff",
20 "element.active": "#294d58ff",
21 "element.selected": "#294d58ff",
22 "element.disabled": "#04313bff",
23 "drop_target.background": "#93a1a180",
24 "ghost_element.background": "#00000000",
25 "ghost_element.hover": "#053541ff",
26 "ghost_element.active": "#294d58ff",
27 "ghost_element.selected": "#294d58ff",
28 "ghost_element.disabled": "#04313bff",
29 "text": "#fdf6e3ff",
30 "text.muted": "#93a1a1ff",
31 "text.placeholder": "#6f8389ff",
32 "text.disabled": "#6f8389ff",
33 "text.accent": "#278ad1ff",
34 "icon": "#fdf6e3ff",
35 "icon.muted": "#93a1a1ff",
36 "icon.disabled": "#6f8389ff",
37 "icon.placeholder": "#93a1a1ff",
38 "icon.accent": "#278ad1ff",
39 "status_bar.background": "#073743ff",
40 "title_bar.background": "#073743ff",
41 "toolbar.background": "#002a35ff",
42 "tab_bar.background": "#04313bff",
43 "tab.inactive_background": "#04313bff",
44 "tab.active_background": "#002a35ff",
45 "search.match_background": "#288bd166",
46 "panel.background": "#04313bff",
47 "panel.focused_border": null,
48 "pane.focused_border": null,
49 "scrollbar.thumb.background": "#fdf6e34c",
50 "scrollbar.thumb.hover_background": "#053541ff",
51 "scrollbar.thumb.border": "#053541ff",
52 "scrollbar.track.background": "#00000000",
53 "scrollbar.track.border": "#022f3bff",
54 "editor.foreground": "#fdf6e3ff",
55 "editor.background": "#002a35ff",
56 "editor.gutter.background": "#002a35ff",
57 "editor.subheader.background": "#04313bff",
58 "editor.active_line.background": "#04313bbf",
59 "editor.highlighted_line.background": "#04313bff",
60 "editor.line_number": "#fdf6e359",
61 "editor.active_line_number": "#fdf6e3ff",
62 "editor.invisible": "#6c8287ff",
63 "editor.wrap_guide": "#fdf6e30d",
64 "editor.active_wrap_guide": "#fdf6e31a",
65 "editor.document_highlight.read_background": "#278ad11a",
66 "editor.document_highlight.write_background": "#6c828766",
67 "terminal.background": "#002a35ff",
68 "terminal.foreground": "#fdf6e3ff",
69 "terminal.bright_foreground": "#fdf6e3ff",
70 "terminal.dim_foreground": "#002a35ff",
71 "terminal.ansi.black": "#002a35ff",
72 "terminal.ansi.bright_black": "#5c7279ff",
73 "terminal.ansi.dim_black": "#fdf6e3ff",
74 "terminal.ansi.red": "#dc3330ff",
75 "terminal.ansi.bright_red": "#7d181cff",
76 "terminal.ansi.dim_red": "#faa091ff",
77 "terminal.ansi.green": "#849903ff",
78 "terminal.ansi.bright_green": "#434a10ff",
79 "terminal.ansi.dim_green": "#c6cb8bff",
80 "terminal.ansi.yellow": "#b58902ff",
81 "terminal.ansi.bright_yellow": "#5d430fff",
82 "terminal.ansi.dim_yellow": "#e0c189ff",
83 "terminal.ansi.blue": "#278ad1ff",
84 "terminal.ansi.bright_blue": "#214365ff",
85 "terminal.ansi.dim_blue": "#a5c3e9ff",
86 "terminal.ansi.magenta": "#d33781ff",
87 "terminal.ansi.bright_magenta": "#6f1f3fff",
88 "terminal.ansi.dim_magenta": "#f0a2beff",
89 "terminal.ansi.cyan": "#2ba198ff",
90 "terminal.ansi.bright_cyan": "#204e4aff",
91 "terminal.ansi.dim_cyan": "#9fd0cbff",
92 "terminal.ansi.white": "#fdf6e3ff",
93 "terminal.ansi.bright_white": "#fdf6e3ff",
94 "terminal.ansi.dim_white": "#7b8e91ff",
95 "link_text.hover": "#278ad1ff",
96 "conflict": "#b58902ff",
97 "conflict.background": "#2e1d0cff",
98 "conflict.border": "#47300fff",
99 "created": "#849903ff",
100 "created.background": "#1e210cff",
101 "created.border": "#313510ff",
102 "deleted": "#dc3330ff",
103 "deleted.background": "#4a080eff",
104 "deleted.border": "#641015ff",
105 "error": "#dc3330ff",
106 "error.background": "#4a080eff",
107 "error.border": "#641015ff",
108 "hidden": "#6f8389ff",
109 "hidden.background": "#073743ff",
110 "hidden.border": "#19424dff",
111 "hint": "#4f8297ff",
112 "hint.background": "#141f2cff",
113 "hint.border": "#1b3149ff",
114 "ignored": "#6f8389ff",
115 "ignored.background": "#073743ff",
116 "ignored.border": "#2b4e58ff",
117 "info": "#278ad1ff",
118 "info.background": "#141f2cff",
119 "info.border": "#1b3149ff",
120 "modified": "#b58902ff",
121 "modified.background": "#2e1d0cff",
122 "modified.border": "#47300fff",
123 "predictive": "#3f718bff",
124 "predictive.background": "#1e210cff",
125 "predictive.border": "#313510ff",
126 "renamed": "#278ad1ff",
127 "renamed.background": "#141f2cff",
128 "renamed.border": "#1b3149ff",
129 "success": "#849903ff",
130 "success.background": "#1e210cff",
131 "success.border": "#313510ff",
132 "unreachable": "#93a1a1ff",
133 "unreachable.background": "#073743ff",
134 "unreachable.border": "#2b4e58ff",
135 "warning": "#b58902ff",
136 "warning.background": "#2e1d0cff",
137 "warning.border": "#47300fff",
138 "players": [
139 {
140 "cursor": "#278ad1ff",
141 "background": "#278ad1ff",
142 "selection": "#278ad13d"
143 },
144 {
145 "cursor": "#d33781ff",
146 "background": "#d33781ff",
147 "selection": "#d337813d"
148 },
149 {
150 "cursor": "#cb4b16ff",
151 "background": "#cb4b16ff",
152 "selection": "#cb4b163d"
153 },
154 {
155 "cursor": "#6c71c4ff",
156 "background": "#6c71c4ff",
157 "selection": "#6c71c43d"
158 },
159 {
160 "cursor": "#2ba198ff",
161 "background": "#2ba198ff",
162 "selection": "#2ba1983d"
163 },
164 {
165 "cursor": "#dc3330ff",
166 "background": "#dc3330ff",
167 "selection": "#dc33303d"
168 },
169 {
170 "cursor": "#b58902ff",
171 "background": "#b58902ff",
172 "selection": "#b589023d"
173 },
174 {
175 "cursor": "#849903ff",
176 "background": "#849903ff",
177 "selection": "#8499033d"
178 }
179 ],
180 "syntax": {
181 "attribute": {
182 "color": "#278ad1ff",
183 "font_style": null,
184 "font_weight": null
185 },
186 "boolean": {
187 "color": "#849903ff",
188 "font_style": null,
189 "font_weight": null
190 },
191 "comment": {
192 "color": "#99a5a4ff",
193 "font_style": null,
194 "font_weight": null
195 },
196 "comment.doc": {
197 "color": "#99a5a4ff",
198 "font_style": null,
199 "font_weight": null
200 },
201 "constant": {
202 "color": "#849903ff",
203 "font_style": null,
204 "font_weight": null
205 },
206 "constructor": {
207 "color": "#278ad1ff",
208 "font_style": null,
209 "font_weight": null
210 },
211 "embedded": {
212 "color": "#fdf6e3ff",
213 "font_style": null,
214 "font_weight": null
215 },
216 "emphasis": {
217 "color": "#278ad1ff",
218 "font_style": null,
219 "font_weight": null
220 },
221 "emphasis.strong": {
222 "color": "#278ad1ff",
223 "font_style": null,
224 "font_weight": 700
225 },
226 "enum": {
227 "color": "#cb4b16ff",
228 "font_style": null,
229 "font_weight": null
230 },
231 "function": {
232 "color": "#b58902ff",
233 "font_style": null,
234 "font_weight": null
235 },
236 "hint": {
237 "color": "#4f8297ff",
238 "font_style": null,
239 "font_weight": 700
240 },
241 "keyword": {
242 "color": "#278ad1ff",
243 "font_style": null,
244 "font_weight": null
245 },
246 "label": {
247 "color": "#278ad1ff",
248 "font_style": null,
249 "font_weight": null
250 },
251 "link_text": {
252 "color": "#cb4b16ff",
253 "font_style": "italic",
254 "font_weight": null
255 },
256 "link_uri": {
257 "color": "#849903ff",
258 "font_style": null,
259 "font_weight": null
260 },
261 "number": {
262 "color": "#849903ff",
263 "font_style": null,
264 "font_weight": null
265 },
266 "operator": {
267 "color": "#cb4b16ff",
268 "font_style": null,
269 "font_weight": null
270 },
271 "predictive": {
272 "color": "#3f718bff",
273 "font_style": "italic",
274 "font_weight": null
275 },
276 "preproc": {
277 "color": "#fdf6e3ff",
278 "font_style": null,
279 "font_weight": null
280 },
281 "primary": {
282 "color": "#fdf6e3ff",
283 "font_style": null,
284 "font_weight": null
285 },
286 "property": {
287 "color": "#278ad1ff",
288 "font_style": null,
289 "font_weight": null
290 },
291 "punctuation": {
292 "color": "#efe9d6ff",
293 "font_style": null,
294 "font_weight": null
295 },
296 "punctuation.bracket": {
297 "color": "#efe9d6ff",
298 "font_style": null,
299 "font_weight": null
300 },
301 "punctuation.delimiter": {
302 "color": "#efe9d6ff",
303 "font_style": null,
304 "font_weight": null
305 },
306 "punctuation.list_marker": {
307 "color": "#efe9d6ff",
308 "font_style": null,
309 "font_weight": null
310 },
311 "punctuation.special": {
312 "color": "#efe9d6ff",
313 "font_style": null,
314 "font_weight": null
315 },
316 "string": {
317 "color": "#cb4b16ff",
318 "font_style": null,
319 "font_weight": null
320 },
321 "string.escape": {
322 "color": "#99a5a4ff",
323 "font_style": null,
324 "font_weight": null
325 },
326 "string.regex": {
327 "color": "#cb4b16ff",
328 "font_style": null,
329 "font_weight": null
330 },
331 "string.special": {
332 "color": "#cb4b16ff",
333 "font_style": null,
334 "font_weight": null
335 },
336 "string.special.symbol": {
337 "color": "#cb4b16ff",
338 "font_style": null,
339 "font_weight": null
340 },
341 "tag": {
342 "color": "#278ad1ff",
343 "font_style": null,
344 "font_weight": null
345 },
346 "text.literal": {
347 "color": "#cb4b16ff",
348 "font_style": null,
349 "font_weight": null
350 },
351 "title": {
352 "color": "#fdf6e3ff",
353 "font_style": null,
354 "font_weight": 700
355 },
356 "type": {
357 "color": "#2ba198ff",
358 "font_style": null,
359 "font_weight": null
360 },
361 "variable": {
362 "color": "#fdf6e3ff",
363 "font_style": null,
364 "font_weight": null
365 },
366 "variant": {
367 "color": "#278ad1ff",
368 "font_style": null,
369 "font_weight": null
370 }
371 }
372 }
373 },
374 {
375 "name": "Solarized Light",
376 "appearance": "light",
377 "style": {
378 "border": "#9faaa8ff",
379 "border.variant": "#dcdacbff",
380 "border.focused": "#bfd3efff",
381 "border.selected": "#bfd3efff",
382 "border.transparent": "#00000000",
383 "border.disabled": "#b6bcb5ff",
384 "elevated_surface.background": "#f3eddaff",
385 "surface.background": "#f3eddaff",
386 "background": "#cfd0c4ff",
387 "element.background": "#f3eddaff",
388 "element.hover": "#dcdacbff",
389 "element.active": "#a2aca9ff",
390 "element.selected": "#a2aca9ff",
391 "element.disabled": "#f3eddaff",
392 "drop_target.background": "#34555e80",
393 "ghost_element.background": "#00000000",
394 "ghost_element.hover": "#dcdacbff",
395 "ghost_element.active": "#a2aca9ff",
396 "ghost_element.selected": "#a2aca9ff",
397 "ghost_element.disabled": "#f3eddaff",
398 "text": "#002a35ff",
399 "text.muted": "#34555eff",
400 "text.placeholder": "#6a7f86ff",
401 "text.disabled": "#6a7f86ff",
402 "text.accent": "#288bd1ff",
403 "icon": "#002a35ff",
404 "icon.muted": "#34555eff",
405 "icon.disabled": "#6a7f86ff",
406 "icon.placeholder": "#34555eff",
407 "icon.accent": "#288bd1ff",
408 "status_bar.background": "#cfd0c4ff",
409 "title_bar.background": "#cfd0c4ff",
410 "toolbar.background": "#fdf6e3ff",
411 "tab_bar.background": "#f3eddaff",
412 "tab.inactive_background": "#f3eddaff",
413 "tab.active_background": "#fdf6e3ff",
414 "search.match_background": "#298bd166",
415 "panel.background": "#f3eddaff",
416 "panel.focused_border": null,
417 "pane.focused_border": null,
418 "scrollbar.thumb.background": "#002a354c",
419 "scrollbar.thumb.hover_background": "#dcdacbff",
420 "scrollbar.thumb.border": "#dcdacbff",
421 "scrollbar.track.background": "#00000000",
422 "scrollbar.track.border": "#f5eedbff",
423 "editor.foreground": "#002a35ff",
424 "editor.background": "#fdf6e3ff",
425 "editor.gutter.background": "#fdf6e3ff",
426 "editor.subheader.background": "#f3eddaff",
427 "editor.active_line.background": "#f3eddabf",
428 "editor.highlighted_line.background": "#f3eddaff",
429 "editor.line_number": "#002a3559",
430 "editor.active_line_number": "#002a35ff",
431 "editor.invisible": "#6c8287ff",
432 "editor.wrap_guide": "#002a350d",
433 "editor.active_wrap_guide": "#002a351a",
434 "editor.document_highlight.read_background": "#288bd11a",
435 "editor.document_highlight.write_background": "#6c828766",
436 "terminal.background": "#fdf6e3ff",
437 "terminal.foreground": "#002a35ff",
438 "terminal.bright_foreground": "#002a35ff",
439 "terminal.dim_foreground": "#fdf6e3ff",
440 "terminal.ansi.black": "#fdf6e3ff",
441 "terminal.ansi.bright_black": "#7b8e91ff",
442 "terminal.ansi.dim_black": "#002a35ff",
443 "terminal.ansi.red": "#dc3330ff",
444 "terminal.ansi.bright_red": "#faa091ff",
445 "terminal.ansi.dim_red": "#7d181cff",
446 "terminal.ansi.green": "#849903ff",
447 "terminal.ansi.bright_green": "#c6cb8bff",
448 "terminal.ansi.dim_green": "#434a10ff",
449 "terminal.ansi.yellow": "#b58903ff",
450 "terminal.ansi.bright_yellow": "#e0c189ff",
451 "terminal.ansi.dim_yellow": "#5d430fff",
452 "terminal.ansi.blue": "#288bd1ff",
453 "terminal.ansi.bright_blue": "#a5c3e9ff",
454 "terminal.ansi.dim_blue": "#214365ff",
455 "terminal.ansi.magenta": "#d33781ff",
456 "terminal.ansi.bright_magenta": "#f0a2beff",
457 "terminal.ansi.dim_magenta": "#6f1f3fff",
458 "terminal.ansi.cyan": "#2ba198ff",
459 "terminal.ansi.bright_cyan": "#9fd0cbff",
460 "terminal.ansi.dim_cyan": "#204e4aff",
461 "terminal.ansi.white": "#002a35ff",
462 "terminal.ansi.bright_white": "#002a35ff",
463 "terminal.ansi.dim_white": "#5c7279ff",
464 "link_text.hover": "#288bd1ff",
465 "conflict": "#b58903ff",
466 "conflict.background": "#f5e6d0ff",
467 "conflict.border": "#ebd3aaff",
468 "created": "#849903ff",
469 "created.background": "#e9ead0ff",
470 "created.border": "#d6d9abff",
471 "deleted": "#dc3330ff",
472 "deleted.background": "#ffd9d2ff",
473 "deleted.border": "#ffbbafff",
474 "error": "#dc3330ff",
475 "error.background": "#ffd9d2ff",
476 "error.border": "#ffbbafff",
477 "hidden": "#6a7f86ff",
478 "hidden.background": "#cfd0c4ff",
479 "hidden.border": "#b6bcb5ff",
480 "hint": "#5789a3ff",
481 "hint.background": "#dbe6f6ff",
482 "hint.border": "#bfd3efff",
483 "ignored": "#6a7f86ff",
484 "ignored.background": "#cfd0c4ff",
485 "ignored.border": "#9faaa8ff",
486 "info": "#288bd1ff",
487 "info.background": "#dbe6f6ff",
488 "info.border": "#bfd3efff",
489 "modified": "#b58903ff",
490 "modified.background": "#f5e6d0ff",
491 "modified.border": "#ebd3aaff",
492 "predictive": "#679aafff",
493 "predictive.background": "#e9ead0ff",
494 "predictive.border": "#d6d9abff",
495 "renamed": "#288bd1ff",
496 "renamed.background": "#dbe6f6ff",
497 "renamed.border": "#bfd3efff",
498 "success": "#849903ff",
499 "success.background": "#e9ead0ff",
500 "success.border": "#d6d9abff",
501 "unreachable": "#34555eff",
502 "unreachable.background": "#cfd0c4ff",
503 "unreachable.border": "#9faaa8ff",
504 "warning": "#b58903ff",
505 "warning.background": "#f5e6d0ff",
506 "warning.border": "#ebd3aaff",
507 "players": [
508 {
509 "cursor": "#288bd1ff",
510 "background": "#288bd1ff",
511 "selection": "#288bd13d"
512 },
513 {
514 "cursor": "#d33781ff",
515 "background": "#d33781ff",
516 "selection": "#d337813d"
517 },
518 {
519 "cursor": "#cb4b17ff",
520 "background": "#cb4b17ff",
521 "selection": "#cb4b173d"
522 },
523 {
524 "cursor": "#6c71c3ff",
525 "background": "#6c71c3ff",
526 "selection": "#6c71c33d"
527 },
528 {
529 "cursor": "#2ba198ff",
530 "background": "#2ba198ff",
531 "selection": "#2ba1983d"
532 },
533 {
534 "cursor": "#dc3330ff",
535 "background": "#dc3330ff",
536 "selection": "#dc33303d"
537 },
538 {
539 "cursor": "#b58903ff",
540 "background": "#b58903ff",
541 "selection": "#b589033d"
542 },
543 {
544 "cursor": "#849903ff",
545 "background": "#849903ff",
546 "selection": "#8499033d"
547 }
548 ],
549 "syntax": {
550 "attribute": {
551 "color": "#288bd1ff",
552 "font_style": null,
553 "font_weight": null
554 },
555 "boolean": {
556 "color": "#849903ff",
557 "font_style": null,
558 "font_weight": null
559 },
560 "comment": {
561 "color": "#30525bff",
562 "font_style": null,
563 "font_weight": null
564 },
565 "comment.doc": {
566 "color": "#30525bff",
567 "font_style": null,
568 "font_weight": null
569 },
570 "constant": {
571 "color": "#849903ff",
572 "font_style": null,
573 "font_weight": null
574 },
575 "constructor": {
576 "color": "#288bd1ff",
577 "font_style": null,
578 "font_weight": null
579 },
580 "embedded": {
581 "color": "#002a35ff",
582 "font_style": null,
583 "font_weight": null
584 },
585 "emphasis": {
586 "color": "#288bd1ff",
587 "font_style": null,
588 "font_weight": null
589 },
590 "emphasis.strong": {
591 "color": "#288bd1ff",
592 "font_style": null,
593 "font_weight": 700
594 },
595 "enum": {
596 "color": "#cb4b17ff",
597 "font_style": null,
598 "font_weight": null
599 },
600 "function": {
601 "color": "#b58903ff",
602 "font_style": null,
603 "font_weight": null
604 },
605 "hint": {
606 "color": "#5789a3ff",
607 "font_style": null,
608 "font_weight": 700
609 },
610 "keyword": {
611 "color": "#288bd1ff",
612 "font_style": null,
613 "font_weight": null
614 },
615 "label": {
616 "color": "#288bd1ff",
617 "font_style": null,
618 "font_weight": null
619 },
620 "link_text": {
621 "color": "#cb4b17ff",
622 "font_style": "italic",
623 "font_weight": null
624 },
625 "link_uri": {
626 "color": "#849903ff",
627 "font_style": null,
628 "font_weight": null
629 },
630 "number": {
631 "color": "#849903ff",
632 "font_style": null,
633 "font_weight": null
634 },
635 "operator": {
636 "color": "#cb4b17ff",
637 "font_style": null,
638 "font_weight": null
639 },
640 "predictive": {
641 "color": "#679aafff",
642 "font_style": "italic",
643 "font_weight": null
644 },
645 "preproc": {
646 "color": "#002a35ff",
647 "font_style": null,
648 "font_weight": null
649 },
650 "primary": {
651 "color": "#002a35ff",
652 "font_style": null,
653 "font_weight": null
654 },
655 "property": {
656 "color": "#288bd1ff",
657 "font_style": null,
658 "font_weight": null
659 },
660 "punctuation": {
661 "color": "#04333eff",
662 "font_style": null,
663 "font_weight": null
664 },
665 "punctuation.bracket": {
666 "color": "#04333eff",
667 "font_style": null,
668 "font_weight": null
669 },
670 "punctuation.delimiter": {
671 "color": "#04333eff",
672 "font_style": null,
673 "font_weight": null
674 },
675 "punctuation.list_marker": {
676 "color": "#04333eff",
677 "font_style": null,
678 "font_weight": null
679 },
680 "punctuation.special": {
681 "color": "#04333eff",
682 "font_style": null,
683 "font_weight": null
684 },
685 "string": {
686 "color": "#cb4b17ff",
687 "font_style": null,
688 "font_weight": null
689 },
690 "string.escape": {
691 "color": "#30525bff",
692 "font_style": null,
693 "font_weight": null
694 },
695 "string.regex": {
696 "color": "#cb4b17ff",
697 "font_style": null,
698 "font_weight": null
699 },
700 "string.special": {
701 "color": "#cb4b17ff",
702 "font_style": null,
703 "font_weight": null
704 },
705 "string.special.symbol": {
706 "color": "#cb4b17ff",
707 "font_style": null,
708 "font_weight": null
709 },
710 "tag": {
711 "color": "#288bd1ff",
712 "font_style": null,
713 "font_weight": null
714 },
715 "text.literal": {
716 "color": "#cb4b17ff",
717 "font_style": null,
718 "font_weight": null
719 },
720 "title": {
721 "color": "#002a35ff",
722 "font_style": null,
723 "font_weight": 700
724 },
725 "type": {
726 "color": "#2ba198ff",
727 "font_style": null,
728 "font_weight": null
729 },
730 "variable": {
731 "color": "#002a35ff",
732 "font_style": null,
733 "font_weight": null
734 },
735 "variant": {
736 "color": "#288bd1ff",
737 "font_style": null,
738 "font_weight": null
739 }
740 }
741 }
742 }
743 ]
744}