solarized.json

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