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        "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  },
 475  "editor": {
 476    "text_color": "#1c1c1c",
 477    "background": "#ffffff",
 478    "active_line_background": "#0000000f",
 479    "code_actions_indicator": "#9c9c9c",
 480    "diff_background_deleted": "#c9181826",
 481    "diff_background_inserted": "#1b944726",
 482    "document_highlight_read_background": "#0000000f",
 483    "document_highlight_write_background": "#00000029",
 484    "error_color": "#eb2d2d",
 485    "gutter_background": "#ffffff",
 486    "gutter_padding_factor": 3.5,
 487    "highlighted_line_background": "#0000001f",
 488    "line_number": "#aaaaaa",
 489    "line_number_active": "#000000",
 490    "rename_fade": 0.6,
 491    "unnecessary_code_fade": 0.5,
 492    "selection": {
 493      "cursor": "#2472f2",
 494      "selection": "#2472f23d"
 495    },
 496    "guest_selections": [
 497      {
 498        "cursor": "#12d796",
 499        "selection": "#12d7963d"
 500      },
 501      {
 502        "cursor": "#de57e8",
 503        "selection": "#de57e83d"
 504      },
 505      {
 506        "cursor": "#f9812e",
 507        "selection": "#f9812e3d"
 508      },
 509      {
 510        "cursor": "#b066f8",
 511        "selection": "#b066f83d"
 512      },
 513      {
 514        "cursor": "#16d6c1",
 515        "selection": "#16d6c13d"
 516      },
 517      {
 518        "cursor": "#ef59a3",
 519        "selection": "#ef59a33d"
 520      },
 521      {
 522        "cursor": "#f7bf17",
 523        "selection": "#f7bf173d"
 524      }
 525    ],
 526    "autocomplete": {
 527      "background": "#ffffff",
 528      "corner_radius": 8,
 529      "padding": 4,
 530      "border": {
 531        "color": "#d5d5d5",
 532        "width": 1
 533      },
 534      "item": {
 535        "corner_radius": 6,
 536        "padding": {
 537          "bottom": 2,
 538          "left": 6,
 539          "right": 6,
 540          "top": 2
 541        }
 542      },
 543      "hovered_item": {
 544        "corner_radius": 6,
 545        "padding": {
 546          "bottom": 2,
 547          "left": 6,
 548          "right": 6,
 549          "top": 2
 550        },
 551        "background": "#00000008"
 552      },
 553      "margin": {
 554        "left": -14
 555      },
 556      "match_highlight": {
 557        "family": "Zed Mono",
 558        "color": "#484bed",
 559        "size": 14
 560      },
 561      "selected_item": {
 562        "corner_radius": 6,
 563        "padding": {
 564          "bottom": 2,
 565          "left": 6,
 566          "right": 6,
 567          "top": 2
 568        },
 569        "background": "#0000000f"
 570      }
 571    },
 572    "diagnostic_header": {
 573      "background": "#f8f8f8",
 574      "icon_width_factor": 1.5,
 575      "text_scale_factor": 0.857,
 576      "border": {
 577        "color": "#d5d5d5",
 578        "width": 1,
 579        "bottom": true,
 580        "top": true
 581      },
 582      "code": {
 583        "family": "Zed Mono",
 584        "color": "#636363",
 585        "size": 14,
 586        "margin": {
 587          "left": 10
 588        }
 589      },
 590      "message": {
 591        "highlight_text": {
 592          "family": "Zed Sans",
 593          "color": "#2b2b2b",
 594          "size": 14,
 595          "weight": "bold"
 596        },
 597        "text": {
 598          "family": "Zed Sans",
 599          "color": "#474747",
 600          "size": 14
 601        }
 602      }
 603    },
 604    "diagnostic_path_header": {
 605      "background": "#0000000f",
 606      "text_scale_factor": 0.857,
 607      "filename": {
 608        "family": "Zed Mono",
 609        "color": "#2b2b2b",
 610        "size": 14
 611      },
 612      "path": {
 613        "family": "Zed Mono",
 614        "color": "#636363",
 615        "size": 14,
 616        "margin": {
 617          "left": 12
 618        }
 619      }
 620    },
 621    "error_diagnostic": {
 622      "text_scale_factor": 0.857,
 623      "header": {
 624        "border": {
 625          "color": "#d5d5d5",
 626          "width": 1,
 627          "top": true
 628        }
 629      },
 630      "message": {
 631        "text": {
 632          "family": "Zed Sans",
 633          "color": "#eb2d2d",
 634          "size": 14
 635        },
 636        "highlight_text": {
 637          "family": "Zed Sans",
 638          "color": "#eb2d2d",
 639          "size": 14,
 640          "weight": "bold"
 641        }
 642      }
 643    },
 644    "warning_diagnostic": {
 645      "text_scale_factor": 0.857,
 646      "header": {
 647        "border": {
 648          "color": "#d5d5d5",
 649          "width": 1,
 650          "top": true
 651        }
 652      },
 653      "message": {
 654        "text": {
 655          "family": "Zed Sans",
 656          "color": "#d3a20b",
 657          "size": 14
 658        },
 659        "highlight_text": {
 660          "family": "Zed Sans",
 661          "color": "#d3a20b",
 662          "size": 14,
 663          "weight": "bold"
 664        }
 665      }
 666    },
 667    "information_diagnostic": {
 668      "text_scale_factor": 0.857,
 669      "header": {
 670        "border": {
 671          "color": "#d5d5d5",
 672          "width": 1,
 673          "top": true
 674        }
 675      },
 676      "message": {
 677        "text": {
 678          "family": "Zed Sans",
 679          "color": "#2472f2",
 680          "size": 14
 681        },
 682        "highlight_text": {
 683          "family": "Zed Sans",
 684          "color": "#2472f2",
 685          "size": 14,
 686          "weight": "bold"
 687        }
 688      }
 689    },
 690    "hint_diagnostic": {
 691      "text_scale_factor": 0.857,
 692      "header": {
 693        "border": {
 694          "color": "#d5d5d5",
 695          "width": 1,
 696          "top": true
 697        }
 698      },
 699      "message": {
 700        "text": {
 701          "family": "Zed Sans",
 702          "color": "#2472f2",
 703          "size": 14
 704        },
 705        "highlight_text": {
 706          "family": "Zed Sans",
 707          "color": "#2472f2",
 708          "size": 14,
 709          "weight": "bold"
 710        }
 711      }
 712    },
 713    "invalid_error_diagnostic": {
 714      "text_scale_factor": 0.857,
 715      "header": {
 716        "border": {
 717          "color": "#d5d5d5",
 718          "width": 1,
 719          "top": true
 720        }
 721      },
 722      "message": {
 723        "text": {
 724          "family": "Zed Sans",
 725          "color": "#636363",
 726          "size": 14
 727        },
 728        "highlight_text": {
 729          "family": "Zed Sans",
 730          "color": "#636363",
 731          "size": 14,
 732          "weight": "bold"
 733        }
 734      }
 735    },
 736    "invalid_hint_diagnostic": {
 737      "text_scale_factor": 0.857,
 738      "header": {
 739        "border": {
 740          "color": "#d5d5d5",
 741          "width": 1,
 742          "top": true
 743        }
 744      },
 745      "message": {
 746        "text": {
 747          "family": "Zed Sans",
 748          "color": "#636363",
 749          "size": 14
 750        },
 751        "highlight_text": {
 752          "family": "Zed Sans",
 753          "color": "#636363",
 754          "size": 14,
 755          "weight": "bold"
 756        }
 757      }
 758    },
 759    "invalid_information_diagnostic": {
 760      "text_scale_factor": 0.857,
 761      "header": {
 762        "border": {
 763          "color": "#d5d5d5",
 764          "width": 1,
 765          "top": true
 766        }
 767      },
 768      "message": {
 769        "text": {
 770          "family": "Zed Sans",
 771          "color": "#636363",
 772          "size": 14
 773        },
 774        "highlight_text": {
 775          "family": "Zed Sans",
 776          "color": "#636363",
 777          "size": 14,
 778          "weight": "bold"
 779        }
 780      }
 781    },
 782    "invalid_warning_diagnostic": {
 783      "text_scale_factor": 0.857,
 784      "header": {
 785        "border": {
 786          "color": "#d5d5d5",
 787          "width": 1,
 788          "top": true
 789        }
 790      },
 791      "message": {
 792        "text": {
 793          "family": "Zed Sans",
 794          "color": "#636363",
 795          "size": 14
 796        },
 797        "highlight_text": {
 798          "family": "Zed Sans",
 799          "color": "#636363",
 800          "size": 14,
 801          "weight": "bold"
 802        }
 803      }
 804    },
 805    "syntax": {
 806      "primary": {
 807        "color": "#1c1c1c",
 808        "weight": "normal"
 809      },
 810      "comment": {
 811        "color": "#717171",
 812        "weight": "normal"
 813      },
 814      "punctuation": {
 815        "color": "#555555",
 816        "weight": "normal"
 817      },
 818      "constant": {
 819        "color": "#1c1c1c",
 820        "weight": "normal"
 821      },
 822      "keyword": {
 823        "color": "#1819a1",
 824        "weight": "normal"
 825      },
 826      "function": {
 827        "color": "#bb550e",
 828        "weight": "normal"
 829      },
 830      "type": {
 831        "color": "#a8820e",
 832        "weight": "normal"
 833      },
 834      "variant": {
 835        "color": "#97142a",
 836        "weight": "normal"
 837      },
 838      "property": {
 839        "color": "#106c4e",
 840        "weight": "normal"
 841      },
 842      "enum": {
 843        "color": "#eb2d2d",
 844        "weight": "normal"
 845      },
 846      "operator": {
 847        "color": "#eb2d2d",
 848        "weight": "normal"
 849      },
 850      "string": {
 851        "color": "#eb2d2d",
 852        "weight": "normal"
 853      },
 854      "number": {
 855        "color": "#484bed",
 856        "weight": "normal"
 857      },
 858      "boolean": {
 859        "color": "#eb2d2d",
 860        "weight": "normal"
 861      },
 862      "predictive": {
 863        "color": "#808080",
 864        "weight": "normal"
 865      },
 866      "title": {
 867        "color": "#1096d3",
 868        "weight": "bold"
 869      },
 870      "emphasis": {
 871        "color": "#484bed",
 872        "weight": "normal"
 873      },
 874      "emphasis.strong": {
 875        "color": "#484bed",
 876        "weight": "bold"
 877      },
 878      "link_uri": {
 879        "color": "#79ba16",
 880        "weight": "normal",
 881        "underline": true
 882      },
 883      "link_text": {
 884        "color": "#eb2d2d",
 885        "weight": "normal",
 886        "italic": true
 887      }
 888    }
 889  },
 890  "project_diagnostics": {
 891    "background": "#ffffff",
 892    "tab_icon_spacing": 4,
 893    "tab_icon_width": 13,
 894    "tab_summary_spacing": 10,
 895    "empty_message": {
 896      "family": "Zed Sans",
 897      "color": "#474747",
 898      "size": 16
 899    }
 900  },
 901  "command_palette": {
 902    "keystroke_spacing": 8,
 903    "key": {
 904      "text": {
 905        "family": "Zed Mono",
 906        "color": "#474747",
 907        "size": 12
 908      },
 909      "corner_radius": 4,
 910      "background": "#f1f1f1",
 911      "border": {
 912        "color": "#d5d5d5",
 913        "width": 1
 914      },
 915      "padding": {
 916        "top": 2,
 917        "bottom": 2,
 918        "left": 8,
 919        "right": 8
 920      },
 921      "margin": {
 922        "left": 2
 923      },
 924      "active": {
 925        "text": {
 926          "family": "Zed Mono",
 927          "color": "#000000",
 928          "size": 12
 929        }
 930      }
 931    }
 932  },
 933  "project_panel": {
 934    "padding": {
 935      "left": 12,
 936      "right": 12,
 937      "top": 6,
 938      "bottom": 6
 939    },
 940    "entry": {
 941      "height": 24,
 942      "icon_color": "#9c9c9c",
 943      "icon_size": 8,
 944      "icon_spacing": 8,
 945      "text": {
 946        "family": "Zed Mono",
 947        "color": "#636363",
 948        "size": 14
 949      }
 950    },
 951    "hovered_entry": {
 952      "height": 24,
 953      "background": "#eaeaea",
 954      "icon_color": "#9c9c9c",
 955      "icon_size": 8,
 956      "icon_spacing": 8,
 957      "text": {
 958        "family": "Zed Mono",
 959        "color": "#2b2b2b",
 960        "size": 14
 961      }
 962    },
 963    "selected_entry": {
 964      "height": 24,
 965      "icon_color": "#9c9c9c",
 966      "icon_size": 8,
 967      "icon_spacing": 8,
 968      "text": {
 969        "family": "Zed Mono",
 970        "color": "#2b2b2b",
 971        "size": 14
 972      }
 973    },
 974    "hovered_selected_entry": {
 975      "height": 24,
 976      "background": "#eaeaea",
 977      "icon_color": "#9c9c9c",
 978      "icon_size": 8,
 979      "icon_spacing": 8,
 980      "text": {
 981        "family": "Zed Mono",
 982        "color": "#000000",
 983        "size": 14
 984      }
 985    }
 986  },
 987  "chat_panel": {
 988    "padding": {
 989      "top": 12,
 990      "left": 12,
 991      "bottom": 12,
 992      "right": 12
 993    },
 994    "channel_name": {
 995      "family": "Zed Sans",
 996      "color": "#2b2b2b",
 997      "weight": "bold",
 998      "size": 14
 999    },
1000    "channel_name_hash": {
1001      "family": "Zed Sans",
1002      "color": "#636363",
1003      "size": 14,
1004      "padding": {
1005        "right": 8
1006      }
1007    },
1008    "channel_select": {
1009      "header": {
1010        "name": {
1011          "family": "Zed Sans",
1012          "color": "#2b2b2b",
1013          "size": 14
1014        },
1015        "padding": {
1016          "bottom": 4,
1017          "left": 0
1018        },
1019        "hash": {
1020          "family": "Zed Sans",
1021          "color": "#636363",
1022          "size": 14,
1023          "margin": {
1024            "right": 8
1025          }
1026        },
1027        "corner_radius": 0
1028      },
1029      "item": {
1030        "name": {
1031          "family": "Zed Sans",
1032          "color": "#474747",
1033          "size": 14
1034        },
1035        "padding": 4,
1036        "hash": {
1037          "family": "Zed Sans",
1038          "color": "#636363",
1039          "size": 14,
1040          "margin": {
1041            "right": 8
1042          }
1043        },
1044        "corner_radius": 0
1045      },
1046      "hovered_item": {
1047        "name": {
1048          "family": "Zed Sans",
1049          "color": "#474747",
1050          "size": 14
1051        },
1052        "padding": 4,
1053        "hash": {
1054          "family": "Zed Sans",
1055          "color": "#636363",
1056          "size": 14,
1057          "margin": {
1058            "right": 8
1059          }
1060        },
1061        "background": "#eaeaea",
1062        "corner_radius": 6
1063      },
1064      "active_item": {
1065        "name": {
1066          "family": "Zed Sans",
1067          "color": "#2b2b2b",
1068          "size": 14
1069        },
1070        "padding": 4,
1071        "hash": {
1072          "family": "Zed Sans",
1073          "color": "#636363",
1074          "size": 14,
1075          "margin": {
1076            "right": 8
1077          }
1078        },
1079        "corner_radius": 0
1080      },
1081      "hovered_active_item": {
1082        "name": {
1083          "family": "Zed Sans",
1084          "color": "#2b2b2b",
1085          "size": 14
1086        },
1087        "padding": 4,
1088        "hash": {
1089          "family": "Zed Sans",
1090          "color": "#636363",
1091          "size": 14,
1092          "margin": {
1093            "right": 8
1094          }
1095        },
1096        "background": "#eaeaea",
1097        "corner_radius": 6
1098      },
1099      "menu": {
1100        "background": "#ffffff",
1101        "corner_radius": 6,
1102        "padding": 4,
1103        "border": {
1104          "color": "#d5d5d5",
1105          "width": 1
1106        },
1107        "shadow": {
1108          "blur": 16,
1109          "color": "#0000001f",
1110          "offset": [
1111            0,
1112            2
1113          ]
1114        }
1115      }
1116    },
1117    "sign_in_prompt": {
1118      "family": "Zed Sans",
1119      "color": "#474747",
1120      "underline": true,
1121      "size": 14
1122    },
1123    "hovered_sign_in_prompt": {
1124      "family": "Zed Sans",
1125      "color": "#2b2b2b",
1126      "underline": true,
1127      "size": 14
1128    },
1129    "message": {
1130      "body": {
1131        "family": "Zed Sans",
1132        "color": "#474747",
1133        "size": 14
1134      },
1135      "timestamp": {
1136        "family": "Zed Sans",
1137        "color": "#636363",
1138        "size": 14
1139      },
1140      "padding": {
1141        "bottom": 6
1142      },
1143      "sender": {
1144        "family": "Zed Sans",
1145        "color": "#2b2b2b",
1146        "weight": "bold",
1147        "size": 14,
1148        "margin": {
1149          "right": 8
1150        }
1151      }
1152    },
1153    "pending_message": {
1154      "body": {
1155        "family": "Zed Sans",
1156        "color": "#636363",
1157        "size": 14
1158      },
1159      "timestamp": {
1160        "family": "Zed Sans",
1161        "color": "#636363",
1162        "size": 14
1163      },
1164      "padding": {
1165        "bottom": 6
1166      },
1167      "sender": {
1168        "family": "Zed Sans",
1169        "color": "#636363",
1170        "weight": "bold",
1171        "size": 14,
1172        "margin": {
1173          "right": 8
1174        }
1175      }
1176    },
1177    "input_editor": {
1178      "background": "#ffffff",
1179      "corner_radius": 6,
1180      "text": {
1181        "family": "Zed Mono",
1182        "color": "#2b2b2b",
1183        "size": 14
1184      },
1185      "placeholder_text": {
1186        "family": "Zed Mono",
1187        "color": "#808080",
1188        "size": 14
1189      },
1190      "selection": {
1191        "cursor": "#2472f2",
1192        "selection": "#2472f23d"
1193      },
1194      "border": {
1195        "color": "#d5d5d5",
1196        "width": 1
1197      },
1198      "padding": {
1199        "bottom": 7,
1200        "left": 8,
1201        "right": 8,
1202        "top": 7
1203      }
1204    }
1205  },
1206  "contacts_panel": {
1207    "padding": {
1208      "top": 12,
1209      "left": 12,
1210      "bottom": 12,
1211      "right": 12
1212    },
1213    "host_row_height": 28,
1214    "tree_branch_color": "#e3e3e3",
1215    "tree_branch_width": 1,
1216    "host_avatar": {
1217      "corner_radius": 10,
1218      "width": 18
1219    },
1220    "host_username": {
1221      "family": "Zed Mono",
1222      "color": "#2b2b2b",
1223      "size": 14,
1224      "padding": {
1225        "left": 8
1226      }
1227    },
1228    "project": {
1229      "guest_avatar_spacing": 4,
1230      "height": 24,
1231      "guest_avatar": {
1232        "corner_radius": 8,
1233        "width": 14
1234      },
1235      "name": {
1236        "family": "Zed Mono",
1237        "color": "#808080",
1238        "size": 14,
1239        "margin": {
1240          "right": 6
1241        }
1242      },
1243      "padding": {
1244        "left": 8
1245      }
1246    },
1247    "shared_project": {
1248      "guest_avatar_spacing": 4,
1249      "height": 24,
1250      "guest_avatar": {
1251        "corner_radius": 8,
1252        "width": 14
1253      },
1254      "name": {
1255        "family": "Zed Mono",
1256        "color": "#474747",
1257        "size": 14,
1258        "margin": {
1259          "right": 6
1260        }
1261      },
1262      "padding": {
1263        "left": 8
1264      },
1265      "background": "#f8f8f8",
1266      "corner_radius": 6
1267    },
1268    "hovered_shared_project": {
1269      "guest_avatar_spacing": 4,
1270      "height": 24,
1271      "guest_avatar": {
1272        "corner_radius": 8,
1273        "width": 14
1274      },
1275      "name": {
1276        "family": "Zed Mono",
1277        "color": "#474747",
1278        "size": 14,
1279        "margin": {
1280          "right": 6
1281        }
1282      },
1283      "padding": {
1284        "left": 8
1285      },
1286      "background": "#eaeaea",
1287      "corner_radius": 6
1288    },
1289    "unshared_project": {
1290      "guest_avatar_spacing": 4,
1291      "height": 24,
1292      "guest_avatar": {
1293        "corner_radius": 8,
1294        "width": 14
1295      },
1296      "name": {
1297        "family": "Zed Mono",
1298        "color": "#808080",
1299        "size": 14,
1300        "margin": {
1301          "right": 6
1302        }
1303      },
1304      "padding": {
1305        "left": 8
1306      }
1307    },
1308    "hovered_unshared_project": {
1309      "guest_avatar_spacing": 4,
1310      "height": 24,
1311      "guest_avatar": {
1312        "corner_radius": 8,
1313        "width": 14
1314      },
1315      "name": {
1316        "family": "Zed Mono",
1317        "color": "#808080",
1318        "size": 14,
1319        "margin": {
1320          "right": 6
1321        }
1322      },
1323      "padding": {
1324        "left": 8
1325      },
1326      "corner_radius": 6
1327    }
1328  },
1329  "search": {
1330    "match_background": "#fce9b7",
1331    "tab_icon_spacing": 8,
1332    "tab_icon_width": 14,
1333    "option_button": {
1334      "family": "Zed Mono",
1335      "color": "#474747",
1336      "size": 14,
1337      "background": "#f1f1f1",
1338      "corner_radius": 6,
1339      "border": {
1340        "color": "#d5d5d5",
1341        "width": 1
1342      },
1343      "margin": {
1344        "right": 4
1345      },
1346      "padding": {
1347        "bottom": 2,
1348        "left": 10,
1349        "right": 10,
1350        "top": 2
1351      },
1352      "active": {
1353        "family": "Zed Mono",
1354        "color": "#000000",
1355        "size": 14,
1356        "background": "#ffffff",
1357        "border": {
1358          "color": "#e3e3e3",
1359          "width": 1
1360        }
1361      },
1362      "hover": {
1363        "family": "Zed Mono",
1364        "color": "#000000",
1365        "size": 14,
1366        "background": "#f8f8f8",
1367        "border": {
1368          "color": "#e3e3e3",
1369          "width": 1
1370        }
1371      }
1372    },
1373    "editor": {
1374      "background": "#ffffff",
1375      "corner_radius": 8,
1376      "min_width": 200,
1377      "max_width": 500,
1378      "placeholder_text": {
1379        "family": "Zed Mono",
1380        "color": "#808080",
1381        "size": 14
1382      },
1383      "selection": {
1384        "cursor": "#2472f2",
1385        "selection": "#2472f23d"
1386      },
1387      "text": {
1388        "family": "Zed Mono",
1389        "color": "#000000",
1390        "size": 14
1391      },
1392      "border": {
1393        "color": "#d5d5d5",
1394        "width": 1
1395      },
1396      "margin": {
1397        "right": 12
1398      },
1399      "padding": {
1400        "top": 3,
1401        "bottom": 3,
1402        "left": 12,
1403        "right": 8
1404      }
1405    },
1406    "invalid_editor": {
1407      "background": "#ffffff",
1408      "corner_radius": 8,
1409      "min_width": 200,
1410      "max_width": 500,
1411      "placeholder_text": {
1412        "family": "Zed Mono",
1413        "color": "#808080",
1414        "size": 14
1415      },
1416      "selection": {
1417        "cursor": "#2472f2",
1418        "selection": "#2472f23d"
1419      },
1420      "text": {
1421        "family": "Zed Mono",
1422        "color": "#000000",
1423        "size": 14
1424      },
1425      "border": {
1426        "color": "#eb2d2d26",
1427        "width": 1
1428      },
1429      "margin": {
1430        "right": 12
1431      },
1432      "padding": {
1433        "top": 3,
1434        "bottom": 3,
1435        "left": 12,
1436        "right": 8
1437      }
1438    },
1439    "match_index": {
1440      "family": "Zed Mono",
1441      "color": "#636363",
1442      "size": 14,
1443      "padding": 6
1444    },
1445    "option_button_group": {
1446      "padding": {
1447        "left": 12,
1448        "right": 12
1449      }
1450    },
1451    "results_status": {
1452      "family": "Zed Mono",
1453      "color": "#2b2b2b",
1454      "size": 18
1455    }
1456  },
1457  "breadcrumbs": {
1458    "family": "Zed Sans",
1459    "color": "#474747",
1460    "size": 14,
1461    "padding": {
1462      "left": 6
1463    }
1464  }
1465}