light.json

   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        "icon_spacing": 4,
 196        "icon_width": 14,
 197        "height": 18,
 198        "corner_radius": 6,
 199        "padding": {
 200          "left": 6,
 201          "right": 6
 202        },
 203        "message": {
 204          "family": "Zed Sans",
 205          "color": "#636363",
 206          "size": 14
 207        },
 208        "icon_color": "#9c9c9c",
 209        "hover": {
 210          "message": {
 211            "family": "Zed Sans",
 212            "color": "#2b2b2b",
 213            "size": 14
 214          },
 215          "icon_color": "#393939",
 216          "background": "#eaeaea"
 217        }
 218      },
 219      "diagnostic_message": {
 220        "family": "Zed Sans",
 221        "color": "#636363",
 222        "size": 14,
 223        "hover": {
 224          "family": "Zed Sans",
 225          "color": "#474747",
 226          "size": 14
 227        }
 228      },
 229      "diagnostic_summary": {
 230        "height": 16,
 231        "icon_width": 14,
 232        "icon_spacing": 2,
 233        "summary_spacing": 6,
 234        "text": {
 235          "family": "Zed Sans",
 236          "color": "#2b2b2b",
 237          "size": 14
 238        },
 239        "icon_color_ok": "#717171",
 240        "icon_color_warning": "#f7bf17",
 241        "icon_color_error": "#c91818",
 242        "container_ok": {
 243          "corner_radius": 6,
 244          "padding": {
 245            "left": 6,
 246            "right": 6
 247          }
 248        },
 249        "container_warning": {
 250          "corner_radius": 6,
 251          "padding": {
 252            "left": 6,
 253            "right": 6
 254          },
 255          "background": "#f6a72426",
 256          "border": {
 257            "color": "#f6a72426",
 258            "width": 1
 259          }
 260        },
 261        "container_error": {
 262          "corner_radius": 6,
 263          "padding": {
 264            "left": 6,
 265            "right": 6
 266          },
 267          "background": "#c9181826",
 268          "border": {
 269            "color": "#eb2d2d26",
 270            "width": 1
 271          }
 272        },
 273        "hover": {
 274          "icon_color_ok": "#393939",
 275          "container_ok": {
 276            "corner_radius": 6,
 277            "padding": {
 278              "left": 6,
 279              "right": 6
 280            },
 281            "background": "#eaeaea"
 282          },
 283          "container_warning": {
 284            "corner_radius": 6,
 285            "padding": {
 286              "left": 6,
 287              "right": 6
 288            },
 289            "background": "#f6a72433",
 290            "border": {
 291              "color": "#f6a72426",
 292              "width": 1
 293            }
 294          },
 295          "container_error": {
 296            "corner_radius": 6,
 297            "padding": {
 298              "left": 6,
 299              "right": 6
 300            },
 301            "background": "#c9181833",
 302            "border": {
 303              "color": "#eb2d2d26",
 304              "width": 1
 305            }
 306          }
 307        }
 308      },
 309      "sidebar_buttons": {
 310        "group_left": {},
 311        "group_right": {},
 312        "item": {
 313          "icon_size": 14,
 314          "padding": {
 315            "top": 3,
 316            "bottom": 3,
 317            "left": 6,
 318            "right": 6
 319          },
 320          "corner_radius": 6,
 321          "icon_color": "#717171",
 322          "hover": {
 323            "icon_color": "#393939",
 324            "background": "#eaeaea"
 325          },
 326          "active": {
 327            "icon_color": "#000000",
 328            "background": "#e3e3e3"
 329          }
 330        }
 331      }
 332    },
 333    "titlebar": {
 334      "avatar_width": 18,
 335      "height": 32,
 336      "background": "#eaeaea",
 337      "padding": {
 338        "left": 80
 339      },
 340      "title": {
 341        "family": "Zed Sans",
 342        "color": "#2b2b2b",
 343        "size": 14
 344      },
 345      "avatar": {
 346        "corner_radius": 10,
 347        "border": {
 348          "color": "#00000088",
 349          "width": 1
 350        }
 351      },
 352      "avatar_ribbon": {
 353        "height": 3,
 354        "width": 12
 355      },
 356      "border": {
 357        "color": "#d5d5d5",
 358        "width": 1,
 359        "bottom": true
 360      },
 361      "sign_in_prompt": {
 362        "border": {
 363          "color": "#d5d5d5",
 364          "width": 1
 365        },
 366        "corner_radius": 6,
 367        "margin": {
 368          "top": 1,
 369          "right": 6
 370        },
 371        "padding": {
 372          "left": 6,
 373          "right": 6
 374        },
 375        "family": "Zed Sans",
 376        "color": "#474747",
 377        "size": 12,
 378        "hover": {
 379          "family": "Zed Sans",
 380          "color": "#000000",
 381          "size": 12
 382        }
 383      },
 384      "offline_icon": {
 385        "color": "#717171",
 386        "width": 16,
 387        "padding": {
 388          "right": 4
 389        }
 390      },
 391      "share_icon": {
 392        "corner_radius": 6,
 393        "margin": {
 394          "top": 3,
 395          "bottom": 2
 396        },
 397        "color": "#717171",
 398        "hover": {
 399          "background": "#e3e3e3",
 400          "color": "#717171"
 401        },
 402        "active": {
 403          "background": "#d5d5d5",
 404          "color": "#000000"
 405        },
 406        "active_hover": {
 407          "background": "#e3e3e3",
 408          "color": "#000000"
 409        }
 410      },
 411      "outdated_warning": {
 412        "family": "Zed Sans",
 413        "color": "#d3a20b",
 414        "size": 13,
 415        "margin": {
 416          "right": 6
 417        }
 418      }
 419    },
 420    "toolbar": {
 421      "height": 34,
 422      "background": "#ffffff",
 423      "border": {
 424        "color": "#d5d5d5",
 425        "width": 1,
 426        "bottom": true
 427      },
 428      "item_spacing": 8,
 429      "padding": {
 430        "left": 16,
 431        "right": 8,
 432        "top": 4,
 433        "bottom": 4
 434      }
 435    },
 436    "breadcrumbs": {
 437      "family": "Zed Mono",
 438      "color": "#474747",
 439      "size": 14,
 440      "padding": {
 441        "left": 6
 442      }
 443    },
 444    "disconnected_overlay": {
 445      "family": "Zed Sans",
 446      "color": "#000000",
 447      "size": 14,
 448      "background": "#000000aa"
 449    }
 450  },
 451  "editor": {
 452    "text_color": "#1c1c1c",
 453    "background": "#ffffff",
 454    "active_line_background": "#0000000f",
 455    "code_actions_indicator": "#9c9c9c",
 456    "diff_background_deleted": "#c9181826",
 457    "diff_background_inserted": "#1b944726",
 458    "document_highlight_read_background": "#0000000f",
 459    "document_highlight_write_background": "#00000029",
 460    "error_color": "#eb2d2d",
 461    "gutter_background": "#ffffff",
 462    "gutter_padding_factor": 3.5,
 463    "highlighted_line_background": "#0000001f",
 464    "line_number": "#aaaaaa",
 465    "line_number_active": "#000000",
 466    "rename_fade": 0.6,
 467    "unnecessary_code_fade": 0.5,
 468    "selection": {
 469      "cursor": "#2472f2",
 470      "selection": "#2472f23d"
 471    },
 472    "guest_selections": [
 473      {
 474        "cursor": "#12d796",
 475        "selection": "#12d7963d"
 476      },
 477      {
 478        "cursor": "#de57e8",
 479        "selection": "#de57e83d"
 480      },
 481      {
 482        "cursor": "#f9812e",
 483        "selection": "#f9812e3d"
 484      },
 485      {
 486        "cursor": "#b066f8",
 487        "selection": "#b066f83d"
 488      },
 489      {
 490        "cursor": "#16d6c1",
 491        "selection": "#16d6c13d"
 492      },
 493      {
 494        "cursor": "#ef59a3",
 495        "selection": "#ef59a33d"
 496      },
 497      {
 498        "cursor": "#f7bf17",
 499        "selection": "#f7bf173d"
 500      }
 501    ],
 502    "autocomplete": {
 503      "background": "#ffffff",
 504      "corner_radius": 8,
 505      "padding": 4,
 506      "border": {
 507        "color": "#d5d5d5",
 508        "width": 1
 509      },
 510      "item": {
 511        "corner_radius": 6,
 512        "padding": {
 513          "bottom": 2,
 514          "left": 6,
 515          "right": 6,
 516          "top": 2
 517        }
 518      },
 519      "hovered_item": {
 520        "corner_radius": 6,
 521        "padding": {
 522          "bottom": 2,
 523          "left": 6,
 524          "right": 6,
 525          "top": 2
 526        },
 527        "background": "#00000008"
 528      },
 529      "margin": {
 530        "left": -14
 531      },
 532      "match_highlight": {
 533        "family": "Zed Mono",
 534        "color": "#484bed",
 535        "size": 14
 536      },
 537      "selected_item": {
 538        "corner_radius": 6,
 539        "padding": {
 540          "bottom": 2,
 541          "left": 6,
 542          "right": 6,
 543          "top": 2
 544        },
 545        "background": "#0000000f"
 546      }
 547    },
 548    "diagnostic_header": {
 549      "background": "#f8f8f8",
 550      "icon_width_factor": 1.5,
 551      "text_scale_factor": 0.857,
 552      "border": {
 553        "color": "#d5d5d5",
 554        "width": 1,
 555        "bottom": true,
 556        "top": true
 557      },
 558      "code": {
 559        "family": "Zed Mono",
 560        "color": "#636363",
 561        "size": 14,
 562        "margin": {
 563          "left": 10
 564        }
 565      },
 566      "message": {
 567        "highlight_text": {
 568          "family": "Zed Sans",
 569          "color": "#2b2b2b",
 570          "size": 14,
 571          "weight": "bold"
 572        },
 573        "text": {
 574          "family": "Zed Sans",
 575          "color": "#474747",
 576          "size": 14
 577        }
 578      }
 579    },
 580    "diagnostic_path_header": {
 581      "background": "#0000000f",
 582      "text_scale_factor": 0.857,
 583      "filename": {
 584        "family": "Zed Mono",
 585        "color": "#2b2b2b",
 586        "size": 14
 587      },
 588      "path": {
 589        "family": "Zed Mono",
 590        "color": "#636363",
 591        "size": 14,
 592        "margin": {
 593          "left": 12
 594        }
 595      }
 596    },
 597    "error_diagnostic": {
 598      "text_scale_factor": 0.857,
 599      "header": {
 600        "border": {
 601          "color": "#d5d5d5",
 602          "width": 1,
 603          "top": true
 604        }
 605      },
 606      "message": {
 607        "text": {
 608          "family": "Zed Sans",
 609          "color": "#eb2d2d",
 610          "size": 14
 611        },
 612        "highlight_text": {
 613          "family": "Zed Sans",
 614          "color": "#eb2d2d",
 615          "size": 14,
 616          "weight": "bold"
 617        }
 618      }
 619    },
 620    "warning_diagnostic": {
 621      "text_scale_factor": 0.857,
 622      "header": {
 623        "border": {
 624          "color": "#d5d5d5",
 625          "width": 1,
 626          "top": true
 627        }
 628      },
 629      "message": {
 630        "text": {
 631          "family": "Zed Sans",
 632          "color": "#d3a20b",
 633          "size": 14
 634        },
 635        "highlight_text": {
 636          "family": "Zed Sans",
 637          "color": "#d3a20b",
 638          "size": 14,
 639          "weight": "bold"
 640        }
 641      }
 642    },
 643    "information_diagnostic": {
 644      "text_scale_factor": 0.857,
 645      "header": {
 646        "border": {
 647          "color": "#d5d5d5",
 648          "width": 1,
 649          "top": true
 650        }
 651      },
 652      "message": {
 653        "text": {
 654          "family": "Zed Sans",
 655          "color": "#2472f2",
 656          "size": 14
 657        },
 658        "highlight_text": {
 659          "family": "Zed Sans",
 660          "color": "#2472f2",
 661          "size": 14,
 662          "weight": "bold"
 663        }
 664      }
 665    },
 666    "hint_diagnostic": {
 667      "text_scale_factor": 0.857,
 668      "header": {
 669        "border": {
 670          "color": "#d5d5d5",
 671          "width": 1,
 672          "top": true
 673        }
 674      },
 675      "message": {
 676        "text": {
 677          "family": "Zed Sans",
 678          "color": "#2472f2",
 679          "size": 14
 680        },
 681        "highlight_text": {
 682          "family": "Zed Sans",
 683          "color": "#2472f2",
 684          "size": 14,
 685          "weight": "bold"
 686        }
 687      }
 688    },
 689    "invalid_error_diagnostic": {
 690      "text_scale_factor": 0.857,
 691      "header": {
 692        "border": {
 693          "color": "#d5d5d5",
 694          "width": 1,
 695          "top": true
 696        }
 697      },
 698      "message": {
 699        "text": {
 700          "family": "Zed Sans",
 701          "color": "#636363",
 702          "size": 14
 703        },
 704        "highlight_text": {
 705          "family": "Zed Sans",
 706          "color": "#636363",
 707          "size": 14,
 708          "weight": "bold"
 709        }
 710      }
 711    },
 712    "invalid_hint_diagnostic": {
 713      "text_scale_factor": 0.857,
 714      "header": {
 715        "border": {
 716          "color": "#d5d5d5",
 717          "width": 1,
 718          "top": true
 719        }
 720      },
 721      "message": {
 722        "text": {
 723          "family": "Zed Sans",
 724          "color": "#636363",
 725          "size": 14
 726        },
 727        "highlight_text": {
 728          "family": "Zed Sans",
 729          "color": "#636363",
 730          "size": 14,
 731          "weight": "bold"
 732        }
 733      }
 734    },
 735    "invalid_information_diagnostic": {
 736      "text_scale_factor": 0.857,
 737      "header": {
 738        "border": {
 739          "color": "#d5d5d5",
 740          "width": 1,
 741          "top": true
 742        }
 743      },
 744      "message": {
 745        "text": {
 746          "family": "Zed Sans",
 747          "color": "#636363",
 748          "size": 14
 749        },
 750        "highlight_text": {
 751          "family": "Zed Sans",
 752          "color": "#636363",
 753          "size": 14,
 754          "weight": "bold"
 755        }
 756      }
 757    },
 758    "invalid_warning_diagnostic": {
 759      "text_scale_factor": 0.857,
 760      "header": {
 761        "border": {
 762          "color": "#d5d5d5",
 763          "width": 1,
 764          "top": true
 765        }
 766      },
 767      "message": {
 768        "text": {
 769          "family": "Zed Sans",
 770          "color": "#636363",
 771          "size": 14
 772        },
 773        "highlight_text": {
 774          "family": "Zed Sans",
 775          "color": "#636363",
 776          "size": 14,
 777          "weight": "bold"
 778        }
 779      }
 780    },
 781    "syntax": {
 782      "primary": {
 783        "color": "#1c1c1c",
 784        "weight": "normal"
 785      },
 786      "comment": {
 787        "color": "#717171",
 788        "weight": "normal"
 789      },
 790      "punctuation": {
 791        "color": "#555555",
 792        "weight": "normal"
 793      },
 794      "constant": {
 795        "color": "#1c1c1c",
 796        "weight": "normal"
 797      },
 798      "keyword": {
 799        "color": "#1819a1",
 800        "weight": "normal"
 801      },
 802      "function": {
 803        "color": "#bb550e",
 804        "weight": "normal"
 805      },
 806      "type": {
 807        "color": "#a8820e",
 808        "weight": "normal"
 809      },
 810      "variant": {
 811        "color": "#97142a",
 812        "weight": "normal"
 813      },
 814      "property": {
 815        "color": "#106c4e",
 816        "weight": "normal"
 817      },
 818      "enum": {
 819        "color": "#eb2d2d",
 820        "weight": "normal"
 821      },
 822      "operator": {
 823        "color": "#eb2d2d",
 824        "weight": "normal"
 825      },
 826      "string": {
 827        "color": "#eb2d2d",
 828        "weight": "normal"
 829      },
 830      "number": {
 831        "color": "#484bed",
 832        "weight": "normal"
 833      },
 834      "boolean": {
 835        "color": "#eb2d2d",
 836        "weight": "normal"
 837      },
 838      "predictive": {
 839        "color": "#808080",
 840        "weight": "normal"
 841      },
 842      "title": {
 843        "color": "#1096d3",
 844        "weight": "bold"
 845      },
 846      "emphasis": {
 847        "color": "#484bed",
 848        "weight": "normal"
 849      },
 850      "emphasis.strong": {
 851        "color": "#484bed",
 852        "weight": "bold"
 853      },
 854      "link_uri": {
 855        "color": "#79ba16",
 856        "weight": "normal",
 857        "underline": true
 858      },
 859      "link_text": {
 860        "color": "#eb2d2d",
 861        "weight": "normal",
 862        "italic": true
 863      }
 864    }
 865  },
 866  "project_diagnostics": {
 867    "background": "#ffffff",
 868    "tab_icon_spacing": 4,
 869    "tab_icon_width": 13,
 870    "tab_summary_spacing": 10,
 871    "empty_message": {
 872      "family": "Zed Sans",
 873      "color": "#474747",
 874      "size": 16
 875    }
 876  },
 877  "command_palette": {
 878    "keystroke_spacing": 8,
 879    "key": {
 880      "text": {
 881        "family": "Zed Mono",
 882        "color": "#474747",
 883        "size": 12
 884      },
 885      "corner_radius": 4,
 886      "background": "#f1f1f1",
 887      "border": {
 888        "color": "#d5d5d5",
 889        "width": 1
 890      },
 891      "padding": {
 892        "top": 2,
 893        "bottom": 2,
 894        "left": 8,
 895        "right": 8
 896      },
 897      "margin": {
 898        "left": 2
 899      },
 900      "active": {
 901        "text": {
 902          "family": "Zed Mono",
 903          "color": "#000000",
 904          "size": 12
 905        }
 906      }
 907    }
 908  },
 909  "project_panel": {
 910    "padding": {
 911      "top": 6,
 912      "left": 12
 913    },
 914    "entry": {
 915      "height": 22,
 916      "icon_color": "#9c9c9c",
 917      "icon_size": 8,
 918      "icon_spacing": 8,
 919      "text": {
 920        "family": "Zed Mono",
 921        "color": "#474747",
 922        "size": 14
 923      }
 924    },
 925    "hovered_entry": {
 926      "height": 22,
 927      "background": "#eaeaea",
 928      "icon_color": "#9c9c9c",
 929      "icon_size": 8,
 930      "icon_spacing": 8,
 931      "text": {
 932        "family": "Zed Mono",
 933        "color": "#474747",
 934        "size": 14
 935      }
 936    },
 937    "selected_entry": {
 938      "height": 22,
 939      "icon_color": "#9c9c9c",
 940      "icon_size": 8,
 941      "icon_spacing": 8,
 942      "text": {
 943        "family": "Zed Mono",
 944        "color": "#2b2b2b",
 945        "size": 14
 946      }
 947    },
 948    "hovered_selected_entry": {
 949      "height": 22,
 950      "background": "#eaeaea",
 951      "icon_color": "#9c9c9c",
 952      "icon_size": 8,
 953      "icon_spacing": 8,
 954      "text": {
 955        "family": "Zed Mono",
 956        "color": "#2b2b2b",
 957        "size": 14
 958      }
 959    }
 960  },
 961  "chat_panel": {
 962    "padding": {
 963      "top": 12,
 964      "left": 12,
 965      "bottom": 12,
 966      "right": 12
 967    },
 968    "channel_name": {
 969      "family": "Zed Sans",
 970      "color": "#2b2b2b",
 971      "weight": "bold",
 972      "size": 14
 973    },
 974    "channel_name_hash": {
 975      "family": "Zed Sans",
 976      "color": "#636363",
 977      "size": 14,
 978      "padding": {
 979        "right": 8
 980      }
 981    },
 982    "channel_select": {
 983      "header": {
 984        "name": {
 985          "family": "Zed Sans",
 986          "color": "#2b2b2b",
 987          "size": 14
 988        },
 989        "padding": {
 990          "bottom": 4,
 991          "left": 0
 992        },
 993        "hash": {
 994          "family": "Zed Sans",
 995          "color": "#636363",
 996          "size": 14,
 997          "margin": {
 998            "right": 8
 999          }
1000        },
1001        "corner_radius": 0
1002      },
1003      "item": {
1004        "name": {
1005          "family": "Zed Sans",
1006          "color": "#474747",
1007          "size": 14
1008        },
1009        "padding": 4,
1010        "hash": {
1011          "family": "Zed Sans",
1012          "color": "#636363",
1013          "size": 14,
1014          "margin": {
1015            "right": 8
1016          }
1017        },
1018        "corner_radius": 0
1019      },
1020      "hovered_item": {
1021        "name": {
1022          "family": "Zed Sans",
1023          "color": "#474747",
1024          "size": 14
1025        },
1026        "padding": 4,
1027        "hash": {
1028          "family": "Zed Sans",
1029          "color": "#636363",
1030          "size": 14,
1031          "margin": {
1032            "right": 8
1033          }
1034        },
1035        "background": "#eaeaea",
1036        "corner_radius": 6
1037      },
1038      "active_item": {
1039        "name": {
1040          "family": "Zed Sans",
1041          "color": "#2b2b2b",
1042          "size": 14
1043        },
1044        "padding": 4,
1045        "hash": {
1046          "family": "Zed Sans",
1047          "color": "#636363",
1048          "size": 14,
1049          "margin": {
1050            "right": 8
1051          }
1052        },
1053        "corner_radius": 0
1054      },
1055      "hovered_active_item": {
1056        "name": {
1057          "family": "Zed Sans",
1058          "color": "#2b2b2b",
1059          "size": 14
1060        },
1061        "padding": 4,
1062        "hash": {
1063          "family": "Zed Sans",
1064          "color": "#636363",
1065          "size": 14,
1066          "margin": {
1067            "right": 8
1068          }
1069        },
1070        "background": "#eaeaea",
1071        "corner_radius": 6
1072      },
1073      "menu": {
1074        "background": "#ffffff",
1075        "corner_radius": 6,
1076        "padding": 4,
1077        "border": {
1078          "color": "#d5d5d5",
1079          "width": 1
1080        },
1081        "shadow": {
1082          "blur": 16,
1083          "color": "#0000001f",
1084          "offset": [
1085            0,
1086            2
1087          ]
1088        }
1089      }
1090    },
1091    "sign_in_prompt": {
1092      "family": "Zed Sans",
1093      "color": "#474747",
1094      "underline": true,
1095      "size": 14
1096    },
1097    "hovered_sign_in_prompt": {
1098      "family": "Zed Sans",
1099      "color": "#2b2b2b",
1100      "underline": true,
1101      "size": 14
1102    },
1103    "message": {
1104      "body": {
1105        "family": "Zed Sans",
1106        "color": "#474747",
1107        "size": 14
1108      },
1109      "timestamp": {
1110        "family": "Zed Sans",
1111        "color": "#636363",
1112        "size": 14
1113      },
1114      "padding": {
1115        "bottom": 6
1116      },
1117      "sender": {
1118        "family": "Zed Sans",
1119        "color": "#2b2b2b",
1120        "weight": "bold",
1121        "size": 14,
1122        "margin": {
1123          "right": 8
1124        }
1125      }
1126    },
1127    "pending_message": {
1128      "body": {
1129        "family": "Zed Sans",
1130        "color": "#636363",
1131        "size": 14
1132      },
1133      "timestamp": {
1134        "family": "Zed Sans",
1135        "color": "#636363",
1136        "size": 14
1137      },
1138      "padding": {
1139        "bottom": 6
1140      },
1141      "sender": {
1142        "family": "Zed Sans",
1143        "color": "#636363",
1144        "weight": "bold",
1145        "size": 14,
1146        "margin": {
1147          "right": 8
1148        }
1149      }
1150    },
1151    "input_editor": {
1152      "background": "#ffffff",
1153      "corner_radius": 6,
1154      "text": {
1155        "family": "Zed Mono",
1156        "color": "#2b2b2b",
1157        "size": 14
1158      },
1159      "placeholder_text": {
1160        "family": "Zed Mono",
1161        "color": "#808080",
1162        "size": 14
1163      },
1164      "selection": {
1165        "cursor": "#2472f2",
1166        "selection": "#2472f23d"
1167      },
1168      "border": {
1169        "color": "#d5d5d5",
1170        "width": 1
1171      },
1172      "padding": {
1173        "bottom": 7,
1174        "left": 8,
1175        "right": 8,
1176        "top": 7
1177      }
1178    }
1179  },
1180  "contacts_panel": {
1181    "padding": {
1182      "top": 12,
1183      "left": 12,
1184      "bottom": 12,
1185      "right": 12
1186    },
1187    "host_row_height": 28,
1188    "tree_branch_color": "#e3e3e3",
1189    "tree_branch_width": 1,
1190    "host_avatar": {
1191      "corner_radius": 10,
1192      "width": 18
1193    },
1194    "host_username": {
1195      "family": "Zed Mono",
1196      "color": "#2b2b2b",
1197      "size": 14,
1198      "padding": {
1199        "left": 8
1200      }
1201    },
1202    "project": {
1203      "guest_avatar_spacing": 4,
1204      "height": 24,
1205      "guest_avatar": {
1206        "corner_radius": 8,
1207        "width": 14
1208      },
1209      "name": {
1210        "family": "Zed Mono",
1211        "color": "#808080",
1212        "size": 14,
1213        "margin": {
1214          "right": 6
1215        }
1216      },
1217      "padding": {
1218        "left": 8
1219      }
1220    },
1221    "shared_project": {
1222      "guest_avatar_spacing": 4,
1223      "height": 24,
1224      "guest_avatar": {
1225        "corner_radius": 8,
1226        "width": 14
1227      },
1228      "name": {
1229        "family": "Zed Mono",
1230        "color": "#474747",
1231        "size": 14,
1232        "margin": {
1233          "right": 6
1234        }
1235      },
1236      "padding": {
1237        "left": 8
1238      },
1239      "background": "#f8f8f8",
1240      "corner_radius": 6
1241    },
1242    "hovered_shared_project": {
1243      "guest_avatar_spacing": 4,
1244      "height": 24,
1245      "guest_avatar": {
1246        "corner_radius": 8,
1247        "width": 14
1248      },
1249      "name": {
1250        "family": "Zed Mono",
1251        "color": "#474747",
1252        "size": 14,
1253        "margin": {
1254          "right": 6
1255        }
1256      },
1257      "padding": {
1258        "left": 8
1259      },
1260      "background": "#eaeaea",
1261      "corner_radius": 6
1262    },
1263    "unshared_project": {
1264      "guest_avatar_spacing": 4,
1265      "height": 24,
1266      "guest_avatar": {
1267        "corner_radius": 8,
1268        "width": 14
1269      },
1270      "name": {
1271        "family": "Zed Mono",
1272        "color": "#808080",
1273        "size": 14,
1274        "margin": {
1275          "right": 6
1276        }
1277      },
1278      "padding": {
1279        "left": 8
1280      }
1281    },
1282    "hovered_unshared_project": {
1283      "guest_avatar_spacing": 4,
1284      "height": 24,
1285      "guest_avatar": {
1286        "corner_radius": 8,
1287        "width": 14
1288      },
1289      "name": {
1290        "family": "Zed Mono",
1291        "color": "#808080",
1292        "size": 14,
1293        "margin": {
1294          "right": 6
1295        }
1296      },
1297      "padding": {
1298        "left": 8
1299      },
1300      "corner_radius": 6
1301    }
1302  },
1303  "search": {
1304    "match_background": "#fce9b7",
1305    "tab_icon_spacing": 8,
1306    "tab_icon_width": 14,
1307    "option_button": {
1308      "family": "Zed Mono",
1309      "color": "#474747",
1310      "size": 14,
1311      "background": "#f1f1f1",
1312      "corner_radius": 4,
1313      "border": {
1314        "color": "#d5d5d5",
1315        "width": 1
1316      },
1317      "margin": {
1318        "left": 2,
1319        "right": 2
1320      },
1321      "padding": {
1322        "bottom": 3,
1323        "left": 8,
1324        "right": 8,
1325        "top": 3
1326      },
1327      "active": {
1328        "family": "Zed Mono",
1329        "color": "#000000",
1330        "size": 14,
1331        "background": "#ffffff",
1332        "border": {
1333          "color": "#e3e3e3",
1334          "width": 1
1335        }
1336      },
1337      "hover": {
1338        "family": "Zed Mono",
1339        "color": "#000000",
1340        "size": 14,
1341        "background": "#f8f8f8",
1342        "border": {
1343          "color": "#e3e3e3",
1344          "width": 1
1345        }
1346      }
1347    },
1348    "editor": {
1349      "background": "#ffffff",
1350      "corner_radius": 8,
1351      "min_width": 200,
1352      "max_width": 500,
1353      "placeholder_text": {
1354        "family": "Zed Mono",
1355        "color": "#808080",
1356        "size": 14
1357      },
1358      "selection": {
1359        "cursor": "#2472f2",
1360        "selection": "#2472f23d"
1361      },
1362      "text": {
1363        "family": "Zed Mono",
1364        "color": "#000000",
1365        "size": 14
1366      },
1367      "border": {
1368        "color": "#d5d5d5",
1369        "width": 1
1370      },
1371      "margin": {
1372        "right": 6
1373      },
1374      "padding": {
1375        "top": 3,
1376        "bottom": 3,
1377        "left": 12,
1378        "right": 8
1379      }
1380    },
1381    "invalid_editor": {
1382      "background": "#ffffff",
1383      "corner_radius": 8,
1384      "min_width": 200,
1385      "max_width": 500,
1386      "placeholder_text": {
1387        "family": "Zed Mono",
1388        "color": "#808080",
1389        "size": 14
1390      },
1391      "selection": {
1392        "cursor": "#2472f2",
1393        "selection": "#2472f23d"
1394      },
1395      "text": {
1396        "family": "Zed Mono",
1397        "color": "#000000",
1398        "size": 14
1399      },
1400      "border": {
1401        "color": "#eb2d2d26",
1402        "width": 1
1403      },
1404      "margin": {
1405        "right": 6
1406      },
1407      "padding": {
1408        "top": 3,
1409        "bottom": 3,
1410        "left": 12,
1411        "right": 8
1412      }
1413    },
1414    "match_index": {
1415      "family": "Zed Mono",
1416      "color": "#636363",
1417      "size": 14,
1418      "padding": 6
1419    },
1420    "option_button_group": {
1421      "padding": {
1422        "left": 4,
1423        "right": 4
1424      }
1425    },
1426    "results_status": {
1427      "family": "Zed Mono",
1428      "color": "#2b2b2b",
1429      "size": 18
1430    }
1431  },
1432  "breadcrumbs": {
1433    "family": "Zed Sans",
1434    "color": "#474747",
1435    "size": 14,
1436    "padding": {
1437      "left": 6
1438    }
1439  }
1440}