1{
2 "picker": {
3 "background": "#f8f8f8",
4 "corner_radius": 8,
5 "padding": 8,
6 "item": {
7 "padding": {
8 "bottom": 4,
9 "left": 12,
10 "right": 12,
11 "top": 4
12 },
13 "corner_radius": 8,
14 "text": {
15 "family": "Zed Sans",
16 "color": "#474747",
17 "size": 14
18 },
19 "highlight_text": {
20 "family": "Zed Sans",
21 "color": "#484bed",
22 "weight": "bold",
23 "size": 14
24 },
25 "active": {
26 "background": "#e3e3e3",
27 "text": {
28 "family": "Zed Sans",
29 "color": "#2b2b2b",
30 "size": 14
31 }
32 },
33 "hover": {
34 "background": "#eaeaea"
35 }
36 },
37 "border": {
38 "color": "#d5d5d5",
39 "width": 1
40 },
41 "empty": {
42 "text": {
43 "family": "Zed Sans",
44 "color": "#808080",
45 "size": 14
46 },
47 "padding": {
48 "bottom": 4,
49 "left": 12,
50 "right": 12,
51 "top": 8
52 }
53 },
54 "input_editor": {
55 "background": "#ffffff",
56 "corner_radius": 8,
57 "placeholder_text": {
58 "family": "Zed Sans",
59 "color": "#808080",
60 "size": 14
61 },
62 "selection": {
63 "cursor": "#2472f2",
64 "selection": "#2472f23d"
65 },
66 "text": {
67 "family": "Zed Mono",
68 "color": "#2b2b2b",
69 "size": 14
70 },
71 "border": {
72 "color": "#d5d5d5",
73 "width": 1
74 },
75 "padding": {
76 "bottom": 7,
77 "left": 16,
78 "right": 16,
79 "top": 7
80 }
81 },
82 "shadow": {
83 "blur": 16,
84 "color": "#0000001f",
85 "offset": [
86 0,
87 2
88 ]
89 }
90 },
91 "workspace": {
92 "background": "#f8f8f8",
93 "leader_border_opacity": 0.7,
94 "leader_border_width": 2,
95 "tab": {
96 "height": 32,
97 "background": "#f8f8f8",
98 "icon_close": "#9c9c9c",
99 "icon_close_active": "#000000",
100 "icon_conflict": "#f7bf17",
101 "icon_dirty": "#135acd",
102 "icon_width": 8,
103 "spacing": 8,
104 "text": {
105 "family": "Zed Sans",
106 "color": "#474747",
107 "size": 14
108 },
109 "border": {
110 "color": "#d5d5d5",
111 "width": 1,
112 "left": true,
113 "bottom": true,
114 "overlay": true
115 },
116 "padding": {
117 "left": 8,
118 "right": 8
119 }
120 },
121 "active_tab": {
122 "height": 32,
123 "background": "#ffffff",
124 "icon_close": "#9c9c9c",
125 "icon_close_active": "#000000",
126 "icon_conflict": "#f7bf17",
127 "icon_dirty": "#135acd",
128 "icon_width": 8,
129 "spacing": 8,
130 "text": {
131 "family": "Zed Sans",
132 "color": "#000000",
133 "size": 14
134 },
135 "border": {
136 "color": "#d5d5d5",
137 "width": 1,
138 "left": true,
139 "bottom": false,
140 "overlay": true
141 },
142 "padding": {
143 "left": 8,
144 "right": 8
145 }
146 },
147 "modal": {
148 "margin": {
149 "bottom": 52,
150 "top": 52
151 },
152 "cursor": "Arrow"
153 },
154 "sidebar_resize_handle": {
155 "background": "#d5d5d5",
156 "padding": {
157 "left": 1
158 }
159 },
160 "pane_divider": {
161 "color": "#d5d5d5",
162 "width": 1
163 },
164 "status_bar": {
165 "height": 30,
166 "item_spacing": 8,
167 "padding": {
168 "top": 1,
169 "bottom": 1,
170 "left": 6,
171 "right": 6
172 },
173 "border": {
174 "color": "#d5d5d5",
175 "width": 1,
176 "top": true,
177 "overlay": true
178 },
179 "cursor_position": {
180 "family": "Zed Sans",
181 "color": "#636363",
182 "size": 14
183 },
184 "auto_update_progress_message": {
185 "family": "Zed Sans",
186 "color": "#636363",
187 "size": 14
188 },
189 "auto_update_done_message": {
190 "family": "Zed Sans",
191 "color": "#636363",
192 "size": 14
193 },
194 "lsp_status": {
195 "corner_radius": 6,
196 "padding": {
197 "top": 1,
198 "bottom": 1,
199 "left": 6,
200 "right": 6
201 },
202 "icon_spacing": 4,
203 "icon_width": 14,
204 "height": 18,
205 "message": {
206 "family": "Zed Sans",
207 "color": "#636363",
208 "size": 14
209 },
210 "icon_color": "#9c9c9c",
211 "hover": {
212 "message": {
213 "family": "Zed Sans",
214 "color": "#2b2b2b",
215 "size": 14
216 },
217 "icon_color": "#393939",
218 "background": "#eaeaea"
219 }
220 },
221 "diagnostic_message": {
222 "family": "Zed Sans",
223 "color": "#636363",
224 "size": 14,
225 "hover": {
226 "family": "Zed Sans",
227 "color": "#474747",
228 "size": 14
229 }
230 },
231 "diagnostic_summary": {
232 "height": 16,
233 "icon_width": 14,
234 "icon_spacing": 2,
235 "summary_spacing": 6,
236 "text": {
237 "family": "Zed Sans",
238 "color": "#2b2b2b",
239 "size": 14
240 },
241 "icon_color_ok": "#717171",
242 "icon_color_warning": "#f7bf17",
243 "icon_color_error": "#c91818",
244 "container_ok": {
245 "corner_radius": 6,
246 "padding": {
247 "top": 3,
248 "bottom": 3,
249 "left": 7,
250 "right": 7
251 }
252 },
253 "container_warning": {
254 "corner_radius": 6,
255 "padding": {
256 "top": 1,
257 "bottom": 1,
258 "left": 6,
259 "right": 6
260 },
261 "background": "#f6a72426",
262 "border": {
263 "color": "#f6a72426",
264 "width": 1
265 }
266 },
267 "container_error": {
268 "corner_radius": 6,
269 "padding": {
270 "top": 1,
271 "bottom": 1,
272 "left": 6,
273 "right": 6
274 },
275 "background": "#c9181826",
276 "border": {
277 "color": "#eb2d2d26",
278 "width": 1
279 }
280 },
281 "hover": {
282 "icon_color_ok": "#393939",
283 "container_ok": {
284 "corner_radius": 6,
285 "padding": {
286 "top": 3,
287 "bottom": 3,
288 "left": 7,
289 "right": 7
290 },
291 "background": "#eaeaea"
292 },
293 "container_warning": {
294 "corner_radius": 6,
295 "padding": {
296 "top": 1,
297 "bottom": 1,
298 "left": 6,
299 "right": 6
300 },
301 "background": "#f6a72433",
302 "border": {
303 "color": "#f6a72426",
304 "width": 1
305 }
306 },
307 "container_error": {
308 "corner_radius": 6,
309 "padding": {
310 "top": 1,
311 "bottom": 1,
312 "left": 6,
313 "right": 6
314 },
315 "background": "#c9181833",
316 "border": {
317 "color": "#eb2d2d26",
318 "width": 1
319 }
320 }
321 }
322 },
323 "sidebar_buttons": {
324 "group_left": {},
325 "group_right": {},
326 "item": {
327 "corner_radius": 6,
328 "padding": {
329 "top": 3,
330 "bottom": 3,
331 "left": 6,
332 "right": 6
333 },
334 "icon_size": 14,
335 "icon_color": "#717171",
336 "hover": {
337 "icon_color": "#393939",
338 "background": "#eaeaea"
339 },
340 "active": {
341 "icon_color": "#000000",
342 "background": "#e3e3e3"
343 }
344 }
345 }
346 },
347 "titlebar": {
348 "avatar_width": 18,
349 "avatar_margin": 8,
350 "height": 33,
351 "background": "#eaeaea",
352 "padding": {
353 "left": 80,
354 "right": 6
355 },
356 "title": {
357 "family": "Zed Sans",
358 "color": "#2b2b2b",
359 "size": 14
360 },
361 "avatar": {
362 "corner_radius": 10,
363 "border": {
364 "color": "#00000088",
365 "width": 1
366 }
367 },
368 "avatar_ribbon": {
369 "height": 3,
370 "width": 12
371 },
372 "border": {
373 "color": "#d5d5d5",
374 "width": 1,
375 "bottom": true,
376 "overlay": true
377 },
378 "sign_in_prompt": {
379 "border": {
380 "color": "#d5d5d5",
381 "width": 1
382 },
383 "corner_radius": 6,
384 "margin": {
385 "top": 1
386 },
387 "padding": {
388 "left": 6,
389 "right": 6
390 },
391 "family": "Zed Sans",
392 "color": "#474747",
393 "size": 12,
394 "hover": {
395 "family": "Zed Sans",
396 "color": "#000000",
397 "size": 12
398 }
399 },
400 "offline_icon": {
401 "color": "#717171",
402 "width": 16,
403 "padding": {
404 "right": 4
405 }
406 },
407 "share_icon": {
408 "corner_radius": 6,
409 "margin": {
410 "top": 3,
411 "bottom": 2,
412 "left": 6
413 },
414 "color": "#717171",
415 "hover": {
416 "background": "#e3e3e3",
417 "color": "#717171"
418 },
419 "active": {
420 "background": "#d5d5d5",
421 "color": "#000000"
422 },
423 "active_hover": {
424 "background": "#e3e3e3",
425 "color": "#000000"
426 }
427 },
428 "outdated_warning": {
429 "family": "Zed Sans",
430 "color": "#d3a20b",
431 "size": 12,
432 "background": "#f6a72426",
433 "border": {
434 "color": "#f6a72426",
435 "width": 1
436 },
437 "padding": {
438 "left": 6,
439 "right": 6
440 },
441 "corner_radius": 6
442 }
443 },
444 "toolbar": {
445 "height": 34,
446 "background": "#ffffff",
447 "border": {
448 "color": "#d5d5d5",
449 "width": 1,
450 "bottom": true
451 },
452 "item_spacing": 8,
453 "padding": {
454 "left": 16,
455 "right": 8,
456 "top": 4,
457 "bottom": 4
458 }
459 },
460 "breadcrumbs": {
461 "family": "Zed Mono",
462 "color": "#474747",
463 "size": 14,
464 "padding": {
465 "left": 6
466 }
467 },
468 "disconnected_overlay": {
469 "family": "Zed Sans",
470 "color": "#000000",
471 "size": 14,
472 "background": "#000000aa"
473 },
474 "notification": {
475 "margin": {
476 "top": 10
477 },
478 "background": "#f8f8f8",
479 "corner_radius": 6,
480 "padding": 12,
481 "border": {
482 "color": "#d5d5d5",
483 "width": 1
484 },
485 "shadow": {
486 "blur": 16,
487 "color": "#0000001f",
488 "offset": [
489 0,
490 2
491 ]
492 }
493 },
494 "notifications": {
495 "width": 256,
496 "margin": {
497 "right": 10,
498 "bottom": 10
499 }
500 }
501 },
502 "editor": {
503 "text_color": "#1c1c1c",
504 "background": "#ffffff",
505 "active_line_background": "#0000000f",
506 "code_actions_indicator": "#9c9c9c",
507 "diff_background_deleted": "#c9181826",
508 "diff_background_inserted": "#1b944726",
509 "document_highlight_read_background": "#0000000f",
510 "document_highlight_write_background": "#00000029",
511 "error_color": "#eb2d2d",
512 "gutter_background": "#ffffff",
513 "gutter_padding_factor": 3.5,
514 "highlighted_line_background": "#0000001f",
515 "line_number": "#aaaaaa",
516 "line_number_active": "#000000",
517 "rename_fade": 0.6,
518 "unnecessary_code_fade": 0.5,
519 "selection": {
520 "cursor": "#2472f2",
521 "selection": "#2472f23d"
522 },
523 "guest_selections": [
524 {
525 "cursor": "#12d796",
526 "selection": "#12d7963d"
527 },
528 {
529 "cursor": "#de57e8",
530 "selection": "#de57e83d"
531 },
532 {
533 "cursor": "#f9812e",
534 "selection": "#f9812e3d"
535 },
536 {
537 "cursor": "#b066f8",
538 "selection": "#b066f83d"
539 },
540 {
541 "cursor": "#16d6c1",
542 "selection": "#16d6c13d"
543 },
544 {
545 "cursor": "#ef59a3",
546 "selection": "#ef59a33d"
547 },
548 {
549 "cursor": "#f7bf17",
550 "selection": "#f7bf173d"
551 }
552 ],
553 "autocomplete": {
554 "background": "#ffffff",
555 "corner_radius": 8,
556 "padding": 4,
557 "border": {
558 "color": "#d5d5d5",
559 "width": 1
560 },
561 "item": {
562 "corner_radius": 6,
563 "padding": {
564 "bottom": 2,
565 "left": 6,
566 "right": 6,
567 "top": 2
568 }
569 },
570 "hovered_item": {
571 "corner_radius": 6,
572 "padding": {
573 "bottom": 2,
574 "left": 6,
575 "right": 6,
576 "top": 2
577 },
578 "background": "#00000008"
579 },
580 "margin": {
581 "left": -14
582 },
583 "match_highlight": {
584 "family": "Zed Mono",
585 "color": "#484bed",
586 "size": 14
587 },
588 "selected_item": {
589 "corner_radius": 6,
590 "padding": {
591 "bottom": 2,
592 "left": 6,
593 "right": 6,
594 "top": 2
595 },
596 "background": "#0000000f"
597 }
598 },
599 "diagnostic_header": {
600 "background": "#f8f8f8",
601 "icon_width_factor": 1.5,
602 "text_scale_factor": 0.857,
603 "border": {
604 "color": "#d5d5d5",
605 "width": 1,
606 "bottom": true,
607 "top": true
608 },
609 "code": {
610 "family": "Zed Mono",
611 "color": "#636363",
612 "size": 14,
613 "margin": {
614 "left": 10
615 }
616 },
617 "message": {
618 "highlight_text": {
619 "family": "Zed Sans",
620 "color": "#2b2b2b",
621 "size": 14,
622 "weight": "bold"
623 },
624 "text": {
625 "family": "Zed Sans",
626 "color": "#474747",
627 "size": 14
628 }
629 }
630 },
631 "diagnostic_path_header": {
632 "background": "#0000000f",
633 "text_scale_factor": 0.857,
634 "filename": {
635 "family": "Zed Mono",
636 "color": "#2b2b2b",
637 "size": 14
638 },
639 "path": {
640 "family": "Zed Mono",
641 "color": "#636363",
642 "size": 14,
643 "margin": {
644 "left": 12
645 }
646 }
647 },
648 "error_diagnostic": {
649 "text_scale_factor": 0.857,
650 "header": {
651 "border": {
652 "color": "#d5d5d5",
653 "width": 1,
654 "top": true
655 }
656 },
657 "message": {
658 "text": {
659 "family": "Zed Sans",
660 "color": "#eb2d2d",
661 "size": 14
662 },
663 "highlight_text": {
664 "family": "Zed Sans",
665 "color": "#eb2d2d",
666 "size": 14,
667 "weight": "bold"
668 }
669 }
670 },
671 "warning_diagnostic": {
672 "text_scale_factor": 0.857,
673 "header": {
674 "border": {
675 "color": "#d5d5d5",
676 "width": 1,
677 "top": true
678 }
679 },
680 "message": {
681 "text": {
682 "family": "Zed Sans",
683 "color": "#d3a20b",
684 "size": 14
685 },
686 "highlight_text": {
687 "family": "Zed Sans",
688 "color": "#d3a20b",
689 "size": 14,
690 "weight": "bold"
691 }
692 }
693 },
694 "information_diagnostic": {
695 "text_scale_factor": 0.857,
696 "header": {
697 "border": {
698 "color": "#d5d5d5",
699 "width": 1,
700 "top": true
701 }
702 },
703 "message": {
704 "text": {
705 "family": "Zed Sans",
706 "color": "#2472f2",
707 "size": 14
708 },
709 "highlight_text": {
710 "family": "Zed Sans",
711 "color": "#2472f2",
712 "size": 14,
713 "weight": "bold"
714 }
715 }
716 },
717 "hint_diagnostic": {
718 "text_scale_factor": 0.857,
719 "header": {
720 "border": {
721 "color": "#d5d5d5",
722 "width": 1,
723 "top": true
724 }
725 },
726 "message": {
727 "text": {
728 "family": "Zed Sans",
729 "color": "#2472f2",
730 "size": 14
731 },
732 "highlight_text": {
733 "family": "Zed Sans",
734 "color": "#2472f2",
735 "size": 14,
736 "weight": "bold"
737 }
738 }
739 },
740 "invalid_error_diagnostic": {
741 "text_scale_factor": 0.857,
742 "header": {
743 "border": {
744 "color": "#d5d5d5",
745 "width": 1,
746 "top": true
747 }
748 },
749 "message": {
750 "text": {
751 "family": "Zed Sans",
752 "color": "#636363",
753 "size": 14
754 },
755 "highlight_text": {
756 "family": "Zed Sans",
757 "color": "#636363",
758 "size": 14,
759 "weight": "bold"
760 }
761 }
762 },
763 "invalid_hint_diagnostic": {
764 "text_scale_factor": 0.857,
765 "header": {
766 "border": {
767 "color": "#d5d5d5",
768 "width": 1,
769 "top": true
770 }
771 },
772 "message": {
773 "text": {
774 "family": "Zed Sans",
775 "color": "#636363",
776 "size": 14
777 },
778 "highlight_text": {
779 "family": "Zed Sans",
780 "color": "#636363",
781 "size": 14,
782 "weight": "bold"
783 }
784 }
785 },
786 "invalid_information_diagnostic": {
787 "text_scale_factor": 0.857,
788 "header": {
789 "border": {
790 "color": "#d5d5d5",
791 "width": 1,
792 "top": true
793 }
794 },
795 "message": {
796 "text": {
797 "family": "Zed Sans",
798 "color": "#636363",
799 "size": 14
800 },
801 "highlight_text": {
802 "family": "Zed Sans",
803 "color": "#636363",
804 "size": 14,
805 "weight": "bold"
806 }
807 }
808 },
809 "invalid_warning_diagnostic": {
810 "text_scale_factor": 0.857,
811 "header": {
812 "border": {
813 "color": "#d5d5d5",
814 "width": 1,
815 "top": true
816 }
817 },
818 "message": {
819 "text": {
820 "family": "Zed Sans",
821 "color": "#636363",
822 "size": 14
823 },
824 "highlight_text": {
825 "family": "Zed Sans",
826 "color": "#636363",
827 "size": 14,
828 "weight": "bold"
829 }
830 }
831 },
832 "syntax": {
833 "primary": {
834 "color": "#1c1c1c",
835 "weight": "normal"
836 },
837 "comment": {
838 "color": "#717171",
839 "weight": "normal"
840 },
841 "punctuation": {
842 "color": "#555555",
843 "weight": "normal"
844 },
845 "constant": {
846 "color": "#1c1c1c",
847 "weight": "normal"
848 },
849 "keyword": {
850 "color": "#1819a1",
851 "weight": "normal"
852 },
853 "function": {
854 "color": "#bb550e",
855 "weight": "normal"
856 },
857 "type": {
858 "color": "#a8820e",
859 "weight": "normal"
860 },
861 "variant": {
862 "color": "#97142a",
863 "weight": "normal"
864 },
865 "property": {
866 "color": "#106c4e",
867 "weight": "normal"
868 },
869 "enum": {
870 "color": "#eb2d2d",
871 "weight": "normal"
872 },
873 "operator": {
874 "color": "#eb2d2d",
875 "weight": "normal"
876 },
877 "string": {
878 "color": "#eb2d2d",
879 "weight": "normal"
880 },
881 "number": {
882 "color": "#484bed",
883 "weight": "normal"
884 },
885 "boolean": {
886 "color": "#eb2d2d",
887 "weight": "normal"
888 },
889 "predictive": {
890 "color": "#808080",
891 "weight": "normal"
892 },
893 "title": {
894 "color": "#1096d3",
895 "weight": "bold"
896 },
897 "emphasis": {
898 "color": "#484bed",
899 "weight": "normal"
900 },
901 "emphasis.strong": {
902 "color": "#484bed",
903 "weight": "bold"
904 },
905 "link_uri": {
906 "color": "#79ba16",
907 "weight": "normal",
908 "underline": true
909 },
910 "link_text": {
911 "color": "#eb2d2d",
912 "weight": "normal",
913 "italic": true
914 }
915 }
916 },
917 "project_diagnostics": {
918 "background": "#ffffff",
919 "tab_icon_spacing": 4,
920 "tab_icon_width": 13,
921 "tab_summary_spacing": 10,
922 "empty_message": {
923 "family": "Zed Sans",
924 "color": "#474747",
925 "size": 16
926 }
927 },
928 "command_palette": {
929 "keystroke_spacing": 8,
930 "key": {
931 "text": {
932 "family": "Zed Mono",
933 "color": "#474747",
934 "size": 12
935 },
936 "corner_radius": 4,
937 "background": "#f1f1f1",
938 "border": {
939 "color": "#d5d5d5",
940 "width": 1
941 },
942 "padding": {
943 "top": 2,
944 "bottom": 2,
945 "left": 8,
946 "right": 8
947 },
948 "margin": {
949 "left": 2
950 },
951 "active": {
952 "text": {
953 "family": "Zed Mono",
954 "color": "#000000",
955 "size": 12
956 }
957 }
958 }
959 },
960 "project_panel": {
961 "padding": {
962 "left": 12,
963 "right": 12,
964 "top": 6,
965 "bottom": 6
966 },
967 "indent_width": 20,
968 "entry": {
969 "height": 24,
970 "icon_color": "#9c9c9c",
971 "icon_size": 8,
972 "icon_spacing": 8,
973 "text": {
974 "family": "Zed Mono",
975 "color": "#636363",
976 "size": 14
977 },
978 "hover": {
979 "background": "#eaeaea",
980 "text": {
981 "family": "Zed Mono",
982 "color": "#2b2b2b",
983 "size": 14
984 }
985 },
986 "active": {
987 "background": "#e3e3e3",
988 "text": {
989 "family": "Zed Mono",
990 "color": "#2b2b2b",
991 "size": 14
992 }
993 },
994 "active_hover": {
995 "background": "#eaeaea",
996 "text": {
997 "family": "Zed Mono",
998 "color": "#000000",
999 "size": 14
1000 }
1001 }
1002 },
1003 "filename_editor": {
1004 "background": "#0000000f",
1005 "text": {
1006 "family": "Zed Mono",
1007 "color": "#2b2b2b",
1008 "size": 14
1009 },
1010 "selection": {
1011 "cursor": "#2472f2",
1012 "selection": "#2472f23d"
1013 }
1014 }
1015 },
1016 "chat_panel": {
1017 "padding": {
1018 "top": 12,
1019 "left": 12,
1020 "bottom": 12,
1021 "right": 12
1022 },
1023 "channel_name": {
1024 "family": "Zed Sans",
1025 "color": "#2b2b2b",
1026 "weight": "bold",
1027 "size": 14
1028 },
1029 "channel_name_hash": {
1030 "family": "Zed Sans",
1031 "color": "#636363",
1032 "size": 14,
1033 "padding": {
1034 "right": 8
1035 }
1036 },
1037 "channel_select": {
1038 "header": {
1039 "name": {
1040 "family": "Zed Sans",
1041 "color": "#2b2b2b",
1042 "size": 14
1043 },
1044 "padding": {
1045 "bottom": 4,
1046 "left": 0
1047 },
1048 "hash": {
1049 "family": "Zed Sans",
1050 "color": "#636363",
1051 "size": 14,
1052 "margin": {
1053 "right": 8
1054 }
1055 },
1056 "corner_radius": 0
1057 },
1058 "item": {
1059 "name": {
1060 "family": "Zed Sans",
1061 "color": "#474747",
1062 "size": 14
1063 },
1064 "padding": 4,
1065 "hash": {
1066 "family": "Zed Sans",
1067 "color": "#636363",
1068 "size": 14,
1069 "margin": {
1070 "right": 8
1071 }
1072 },
1073 "corner_radius": 0
1074 },
1075 "hovered_item": {
1076 "name": {
1077 "family": "Zed Sans",
1078 "color": "#474747",
1079 "size": 14
1080 },
1081 "padding": 4,
1082 "hash": {
1083 "family": "Zed Sans",
1084 "color": "#636363",
1085 "size": 14,
1086 "margin": {
1087 "right": 8
1088 }
1089 },
1090 "background": "#eaeaea",
1091 "corner_radius": 6
1092 },
1093 "active_item": {
1094 "name": {
1095 "family": "Zed Sans",
1096 "color": "#2b2b2b",
1097 "size": 14
1098 },
1099 "padding": 4,
1100 "hash": {
1101 "family": "Zed Sans",
1102 "color": "#636363",
1103 "size": 14,
1104 "margin": {
1105 "right": 8
1106 }
1107 },
1108 "corner_radius": 0
1109 },
1110 "hovered_active_item": {
1111 "name": {
1112 "family": "Zed Sans",
1113 "color": "#2b2b2b",
1114 "size": 14
1115 },
1116 "padding": 4,
1117 "hash": {
1118 "family": "Zed Sans",
1119 "color": "#636363",
1120 "size": 14,
1121 "margin": {
1122 "right": 8
1123 }
1124 },
1125 "background": "#eaeaea",
1126 "corner_radius": 6
1127 },
1128 "menu": {
1129 "background": "#ffffff",
1130 "corner_radius": 6,
1131 "padding": 4,
1132 "border": {
1133 "color": "#d5d5d5",
1134 "width": 1
1135 },
1136 "shadow": {
1137 "blur": 16,
1138 "color": "#0000001f",
1139 "offset": [
1140 0,
1141 2
1142 ]
1143 }
1144 }
1145 },
1146 "sign_in_prompt": {
1147 "family": "Zed Sans",
1148 "color": "#474747",
1149 "underline": true,
1150 "size": 14
1151 },
1152 "hovered_sign_in_prompt": {
1153 "family": "Zed Sans",
1154 "color": "#2b2b2b",
1155 "underline": true,
1156 "size": 14
1157 },
1158 "message": {
1159 "body": {
1160 "family": "Zed Sans",
1161 "color": "#474747",
1162 "size": 14
1163 },
1164 "timestamp": {
1165 "family": "Zed Sans",
1166 "color": "#636363",
1167 "size": 14
1168 },
1169 "padding": {
1170 "bottom": 6
1171 },
1172 "sender": {
1173 "family": "Zed Sans",
1174 "color": "#2b2b2b",
1175 "weight": "bold",
1176 "size": 14,
1177 "margin": {
1178 "right": 8
1179 }
1180 }
1181 },
1182 "pending_message": {
1183 "body": {
1184 "family": "Zed Sans",
1185 "color": "#636363",
1186 "size": 14
1187 },
1188 "timestamp": {
1189 "family": "Zed Sans",
1190 "color": "#636363",
1191 "size": 14
1192 },
1193 "padding": {
1194 "bottom": 6
1195 },
1196 "sender": {
1197 "family": "Zed Sans",
1198 "color": "#636363",
1199 "weight": "bold",
1200 "size": 14,
1201 "margin": {
1202 "right": 8
1203 }
1204 }
1205 },
1206 "input_editor": {
1207 "background": "#ffffff",
1208 "corner_radius": 6,
1209 "text": {
1210 "family": "Zed Mono",
1211 "color": "#2b2b2b",
1212 "size": 14
1213 },
1214 "placeholder_text": {
1215 "family": "Zed Mono",
1216 "color": "#808080",
1217 "size": 14
1218 },
1219 "selection": {
1220 "cursor": "#2472f2",
1221 "selection": "#2472f23d"
1222 },
1223 "border": {
1224 "color": "#d5d5d5",
1225 "width": 1
1226 },
1227 "padding": {
1228 "bottom": 7,
1229 "left": 8,
1230 "right": 8,
1231 "top": 7
1232 }
1233 }
1234 },
1235 "contacts_panel": {
1236 "padding": {
1237 "top": 12,
1238 "left": 12,
1239 "bottom": 12,
1240 "right": 12
1241 },
1242 "user_query_editor": {
1243 "background": "#ffffff",
1244 "corner_radius": 6,
1245 "text": {
1246 "family": "Zed Mono",
1247 "color": "#2b2b2b",
1248 "size": 14
1249 },
1250 "placeholder_text": {
1251 "family": "Zed Mono",
1252 "color": "#808080",
1253 "size": 14
1254 },
1255 "selection": {
1256 "cursor": "#2472f2",
1257 "selection": "#2472f23d"
1258 },
1259 "border": {
1260 "color": "#d5d5d5",
1261 "width": 1
1262 },
1263 "padding": {
1264 "bottom": 4,
1265 "left": 8,
1266 "right": 8,
1267 "top": 4
1268 }
1269 },
1270 "user_query_editor_height": 32,
1271 "add_contact_button": {
1272 "margin": {
1273 "left": 6
1274 },
1275 "color": "#393939",
1276 "button_width": 8,
1277 "icon_width": 8
1278 },
1279 "row": {
1280 "padding": {
1281 "left": 8
1282 }
1283 },
1284 "row_height": 28,
1285 "header": {
1286 "family": "Zed Mono",
1287 "color": "#474747",
1288 "size": 14,
1289 "margin": {
1290 "top": 8
1291 }
1292 },
1293 "tree_branch_color": "#e3e3e3",
1294 "tree_branch_width": 1,
1295 "contact_avatar": {
1296 "corner_radius": 10,
1297 "width": 18
1298 },
1299 "contact_username": {
1300 "family": "Zed Mono",
1301 "color": "#2b2b2b",
1302 "size": 14,
1303 "padding": {
1304 "left": 8
1305 }
1306 },
1307 "contact_button": {
1308 "background": "#eaeaea",
1309 "color": "#393939",
1310 "icon_width": 8,
1311 "button_width": 16,
1312 "corner_radius": 8,
1313 "hover": {
1314 "background": "#e3e3e3"
1315 }
1316 },
1317 "disabled_contact_button": {
1318 "background": "#eaeaea",
1319 "color": "#9c9c9c",
1320 "icon_width": 8,
1321 "button_width": 16,
1322 "corner_radius": 8
1323 },
1324 "project": {
1325 "guest_avatar_spacing": 4,
1326 "height": 24,
1327 "guest_avatar": {
1328 "corner_radius": 8,
1329 "width": 14
1330 },
1331 "name": {
1332 "family": "Zed Mono",
1333 "color": "#808080",
1334 "size": 14,
1335 "margin": {
1336 "right": 6
1337 }
1338 },
1339 "padding": {
1340 "left": 8
1341 }
1342 },
1343 "shared_project": {
1344 "guest_avatar_spacing": 4,
1345 "height": 24,
1346 "guest_avatar": {
1347 "corner_radius": 8,
1348 "width": 14
1349 },
1350 "name": {
1351 "family": "Zed Mono",
1352 "color": "#474747",
1353 "size": 14,
1354 "margin": {
1355 "right": 6
1356 }
1357 },
1358 "padding": {
1359 "left": 8
1360 },
1361 "background": "#f8f8f8",
1362 "corner_radius": 6
1363 },
1364 "hovered_shared_project": {
1365 "guest_avatar_spacing": 4,
1366 "height": 24,
1367 "guest_avatar": {
1368 "corner_radius": 8,
1369 "width": 14
1370 },
1371 "name": {
1372 "family": "Zed Mono",
1373 "color": "#474747",
1374 "size": 14,
1375 "margin": {
1376 "right": 6
1377 }
1378 },
1379 "padding": {
1380 "left": 8
1381 },
1382 "background": "#eaeaea",
1383 "corner_radius": 6
1384 },
1385 "unshared_project": {
1386 "guest_avatar_spacing": 4,
1387 "height": 24,
1388 "guest_avatar": {
1389 "corner_radius": 8,
1390 "width": 14
1391 },
1392 "name": {
1393 "family": "Zed Mono",
1394 "color": "#808080",
1395 "size": 14,
1396 "margin": {
1397 "right": 6
1398 }
1399 },
1400 "padding": {
1401 "left": 8
1402 }
1403 },
1404 "hovered_unshared_project": {
1405 "guest_avatar_spacing": 4,
1406 "height": 24,
1407 "guest_avatar": {
1408 "corner_radius": 8,
1409 "width": 14
1410 },
1411 "name": {
1412 "family": "Zed Mono",
1413 "color": "#808080",
1414 "size": 14,
1415 "margin": {
1416 "right": 6
1417 }
1418 },
1419 "padding": {
1420 "left": 8
1421 },
1422 "corner_radius": 6
1423 }
1424 },
1425 "contact_finder": {
1426 "background": "#f8f8f8",
1427 "corner_radius": 8,
1428 "padding": 8,
1429 "item": {
1430 "padding": {
1431 "bottom": 4,
1432 "left": 12,
1433 "right": 12,
1434 "top": 4
1435 },
1436 "corner_radius": 8,
1437 "text": {
1438 "family": "Zed Sans",
1439 "color": "#474747",
1440 "size": 14
1441 },
1442 "highlight_text": {
1443 "family": "Zed Sans",
1444 "color": "#484bed",
1445 "weight": "bold",
1446 "size": 14
1447 },
1448 "active": {
1449 "background": "#e3e3e3",
1450 "text": {
1451 "family": "Zed Sans",
1452 "color": "#2b2b2b",
1453 "size": 14
1454 }
1455 },
1456 "hover": {
1457 "background": "#eaeaea"
1458 }
1459 },
1460 "border": {
1461 "color": "#d5d5d5",
1462 "width": 1
1463 },
1464 "empty": {
1465 "text": {
1466 "family": "Zed Sans",
1467 "color": "#808080",
1468 "size": 14
1469 },
1470 "padding": {
1471 "bottom": 4,
1472 "left": 12,
1473 "right": 12,
1474 "top": 8
1475 }
1476 },
1477 "input_editor": {
1478 "background": "#ffffff",
1479 "corner_radius": 8,
1480 "placeholder_text": {
1481 "family": "Zed Sans",
1482 "color": "#808080",
1483 "size": 14
1484 },
1485 "selection": {
1486 "cursor": "#2472f2",
1487 "selection": "#2472f23d"
1488 },
1489 "text": {
1490 "family": "Zed Mono",
1491 "color": "#2b2b2b",
1492 "size": 14
1493 },
1494 "border": {
1495 "color": "#d5d5d5",
1496 "width": 1
1497 },
1498 "padding": {
1499 "bottom": 7,
1500 "left": 16,
1501 "right": 16,
1502 "top": 7
1503 }
1504 },
1505 "shadow": {
1506 "blur": 16,
1507 "color": "#0000001f",
1508 "offset": [
1509 0,
1510 2
1511 ]
1512 },
1513 "row_height": 28,
1514 "contact_avatar": {
1515 "corner_radius": 10,
1516 "width": 18
1517 },
1518 "contact_username": {
1519 "padding": {
1520 "left": 8
1521 }
1522 },
1523 "contact_button": {
1524 "background": "#eaeaea",
1525 "color": "#393939",
1526 "icon_width": 8,
1527 "button_width": 16,
1528 "corner_radius": 8,
1529 "hover": {
1530 "background": "#e3e3e3"
1531 }
1532 },
1533 "disabled_contact_button": {
1534 "background": "#eaeaea",
1535 "color": "#9c9c9c",
1536 "icon_width": 8,
1537 "button_width": 16,
1538 "corner_radius": 8
1539 }
1540 },
1541 "search": {
1542 "match_background": "#fce9b7",
1543 "tab_icon_spacing": 8,
1544 "tab_icon_width": 14,
1545 "option_button": {
1546 "family": "Zed Mono",
1547 "color": "#474747",
1548 "size": 14,
1549 "background": "#f1f1f1",
1550 "corner_radius": 6,
1551 "border": {
1552 "color": "#d5d5d5",
1553 "width": 1
1554 },
1555 "margin": {
1556 "right": 4
1557 },
1558 "padding": {
1559 "bottom": 2,
1560 "left": 10,
1561 "right": 10,
1562 "top": 2
1563 },
1564 "active": {
1565 "family": "Zed Mono",
1566 "color": "#000000",
1567 "size": 14,
1568 "background": "#ffffff",
1569 "border": {
1570 "color": "#e3e3e3",
1571 "width": 1
1572 }
1573 },
1574 "hover": {
1575 "family": "Zed Mono",
1576 "color": "#000000",
1577 "size": 14,
1578 "background": "#f8f8f8",
1579 "border": {
1580 "color": "#e3e3e3",
1581 "width": 1
1582 }
1583 }
1584 },
1585 "editor": {
1586 "background": "#ffffff",
1587 "corner_radius": 8,
1588 "min_width": 200,
1589 "max_width": 500,
1590 "placeholder_text": {
1591 "family": "Zed Mono",
1592 "color": "#808080",
1593 "size": 14
1594 },
1595 "selection": {
1596 "cursor": "#2472f2",
1597 "selection": "#2472f23d"
1598 },
1599 "text": {
1600 "family": "Zed Mono",
1601 "color": "#000000",
1602 "size": 14
1603 },
1604 "border": {
1605 "color": "#d5d5d5",
1606 "width": 1
1607 },
1608 "margin": {
1609 "right": 12
1610 },
1611 "padding": {
1612 "top": 3,
1613 "bottom": 3,
1614 "left": 12,
1615 "right": 8
1616 }
1617 },
1618 "invalid_editor": {
1619 "background": "#ffffff",
1620 "corner_radius": 8,
1621 "min_width": 200,
1622 "max_width": 500,
1623 "placeholder_text": {
1624 "family": "Zed Mono",
1625 "color": "#808080",
1626 "size": 14
1627 },
1628 "selection": {
1629 "cursor": "#2472f2",
1630 "selection": "#2472f23d"
1631 },
1632 "text": {
1633 "family": "Zed Mono",
1634 "color": "#000000",
1635 "size": 14
1636 },
1637 "border": {
1638 "color": "#eb2d2d26",
1639 "width": 1
1640 },
1641 "margin": {
1642 "right": 12
1643 },
1644 "padding": {
1645 "top": 3,
1646 "bottom": 3,
1647 "left": 12,
1648 "right": 8
1649 }
1650 },
1651 "match_index": {
1652 "family": "Zed Mono",
1653 "color": "#636363",
1654 "size": 14,
1655 "padding": 6
1656 },
1657 "option_button_group": {
1658 "padding": {
1659 "left": 12,
1660 "right": 12
1661 }
1662 },
1663 "results_status": {
1664 "family": "Zed Mono",
1665 "color": "#2b2b2b",
1666 "size": 18
1667 }
1668 },
1669 "breadcrumbs": {
1670 "family": "Zed Sans",
1671 "color": "#474747",
1672 "size": 14,
1673 "padding": {
1674 "left": 6
1675 }
1676 },
1677 "incoming_request_notification": {
1678 "header_avatar": {
1679 "height": 12,
1680 "width": 12,
1681 "corner_radius": 6
1682 },
1683 "header_message": {
1684 "family": "Zed Sans",
1685 "color": "#2b2b2b",
1686 "size": 12,
1687 "margin": {
1688 "left": 4
1689 }
1690 },
1691 "header_height": 18,
1692 "body_message": {
1693 "family": "Zed Sans",
1694 "color": "#474747",
1695 "size": 12,
1696 "margin": {
1697 "top": 6,
1698 "bottom": 6
1699 }
1700 },
1701 "button": {
1702 "family": "Zed Sans",
1703 "color": "#2b2b2b",
1704 "size": 12,
1705 "background": "#f1f1f1",
1706 "padding": 4,
1707 "corner_radius": 6,
1708 "margin": {
1709 "left": 6
1710 }
1711 },
1712 "dismiss_button": {
1713 "color": "#717171",
1714 "icon_width": 8,
1715 "icon_height": 8,
1716 "button_width": 8,
1717 "button_height": 8
1718 }
1719 }
1720}