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