{
  "picker": {
    "background": "#f8f8f8",
    "corner_radius": 8,
    "padding": 8,
    "item": {
      "padding": {
        "bottom": 4,
        "left": 12,
        "right": 12,
        "top": 4
      },
      "corner_radius": 8,
      "text": {
        "family": "Zed Sans",
        "color": "#474747",
        "size": 14
      },
      "highlight_text": {
        "family": "Zed Sans",
        "color": "#484bed",
        "weight": "bold",
        "size": 14
      },
      "active": {
        "background": "#e3e3e3",
        "text": {
          "family": "Zed Sans",
          "color": "#2b2b2b",
          "size": 14
        }
      },
      "hover": {
        "background": "#eaeaea"
      }
    },
    "border": {
      "color": "#d5d5d5",
      "width": 1
    },
    "empty": {
      "text": {
        "family": "Zed Sans",
        "color": "#808080",
        "size": 14
      },
      "padding": {
        "bottom": 4,
        "left": 12,
        "right": 12,
        "top": 8
      }
    },
    "input_editor": {
      "background": "#ffffff",
      "corner_radius": 8,
      "placeholder_text": {
        "family": "Zed Sans",
        "color": "#808080",
        "size": 14
      },
      "selection": {
        "cursor": "#2472f2",
        "selection": "#2472f23d"
      },
      "text": {
        "family": "Zed Mono",
        "color": "#2b2b2b",
        "size": 14
      },
      "border": {
        "color": "#d5d5d5",
        "width": 1
      },
      "padding": {
        "bottom": 7,
        "left": 16,
        "right": 16,
        "top": 7
      }
    },
    "shadow": {
      "blur": 16,
      "color": "#0000001f",
      "offset": [
        0,
        2
      ]
    }
  },
  "workspace": {
    "background": "#f8f8f8",
    "leader_border_opacity": 0.7,
    "leader_border_width": 2,
    "tab": {
      "height": 32,
      "background": "#f8f8f8",
      "icon_close": "#9c9c9c",
      "icon_close_active": "#000000",
      "icon_conflict": "#f7bf17",
      "icon_dirty": "#135acd",
      "icon_width": 8,
      "spacing": 8,
      "text": {
        "family": "Zed Sans",
        "color": "#474747",
        "size": 14
      },
      "border": {
        "color": "#d5d5d5",
        "width": 1,
        "left": true,
        "bottom": true,
        "overlay": true
      },
      "padding": {
        "left": 8,
        "right": 8
      }
    },
    "active_tab": {
      "height": 32,
      "background": "#ffffff",
      "icon_close": "#9c9c9c",
      "icon_close_active": "#000000",
      "icon_conflict": "#f7bf17",
      "icon_dirty": "#135acd",
      "icon_width": 8,
      "spacing": 8,
      "text": {
        "family": "Zed Sans",
        "color": "#000000",
        "size": 14
      },
      "border": {
        "color": "#d5d5d5",
        "width": 1,
        "left": true,
        "bottom": false,
        "overlay": true
      },
      "padding": {
        "left": 8,
        "right": 8
      }
    },
    "modal": {
      "margin": {
        "bottom": 52,
        "top": 52
      },
      "cursor": "Arrow"
    },
    "sidebar_resize_handle": {
      "background": "#d5d5d5",
      "padding": {
        "left": 1
      }
    },
    "pane_divider": {
      "color": "#d5d5d5",
      "width": 1
    },
    "status_bar": {
      "height": 30,
      "item_spacing": 8,
      "padding": {
        "top": 1,
        "bottom": 1,
        "left": 6,
        "right": 6
      },
      "border": {
        "color": "#d5d5d5",
        "width": 1,
        "top": true,
        "overlay": true
      },
      "cursor_position": {
        "family": "Zed Sans",
        "color": "#636363",
        "size": 14
      },
      "auto_update_progress_message": {
        "family": "Zed Sans",
        "color": "#636363",
        "size": 14
      },
      "auto_update_done_message": {
        "family": "Zed Sans",
        "color": "#636363",
        "size": 14
      },
      "lsp_status": {
        "corner_radius": 6,
        "padding": {
          "top": 1,
          "bottom": 1,
          "left": 6,
          "right": 6
        },
        "icon_spacing": 4,
        "icon_width": 14,
        "height": 18,
        "message": {
          "family": "Zed Sans",
          "color": "#636363",
          "size": 14
        },
        "icon_color": "#9c9c9c",
        "hover": {
          "message": {
            "family": "Zed Sans",
            "color": "#2b2b2b",
            "size": 14
          },
          "icon_color": "#393939",
          "background": "#eaeaea"
        }
      },
      "diagnostic_message": {
        "family": "Zed Sans",
        "color": "#636363",
        "size": 14,
        "hover": {
          "family": "Zed Sans",
          "color": "#474747",
          "size": 14
        }
      },
      "diagnostic_summary": {
        "height": 16,
        "icon_width": 14,
        "icon_spacing": 2,
        "summary_spacing": 6,
        "text": {
          "family": "Zed Sans",
          "color": "#2b2b2b",
          "size": 14
        },
        "icon_color_ok": "#717171",
        "icon_color_warning": "#f7bf17",
        "icon_color_error": "#c91818",
        "container_ok": {
          "corner_radius": 6,
          "padding": {
            "top": 3,
            "bottom": 3,
            "left": 7,
            "right": 7
          }
        },
        "container_warning": {
          "corner_radius": 6,
          "padding": {
            "top": 1,
            "bottom": 1,
            "left": 6,
            "right": 6
          },
          "background": "#f6a72426",
          "border": {
            "color": "#f6a72426",
            "width": 1
          }
        },
        "container_error": {
          "corner_radius": 6,
          "padding": {
            "top": 1,
            "bottom": 1,
            "left": 6,
            "right": 6
          },
          "background": "#c9181826",
          "border": {
            "color": "#eb2d2d26",
            "width": 1
          }
        },
        "hover": {
          "icon_color_ok": "#393939",
          "container_ok": {
            "corner_radius": 6,
            "padding": {
              "top": 3,
              "bottom": 3,
              "left": 7,
              "right": 7
            },
            "background": "#eaeaea"
          },
          "container_warning": {
            "corner_radius": 6,
            "padding": {
              "top": 1,
              "bottom": 1,
              "left": 6,
              "right": 6
            },
            "background": "#f6a72433",
            "border": {
              "color": "#f6a72426",
              "width": 1
            }
          },
          "container_error": {
            "corner_radius": 6,
            "padding": {
              "top": 1,
              "bottom": 1,
              "left": 6,
              "right": 6
            },
            "background": "#c9181833",
            "border": {
              "color": "#eb2d2d26",
              "width": 1
            }
          }
        }
      },
      "sidebar_buttons": {
        "group_left": {},
        "group_right": {},
        "item": {
          "corner_radius": 6,
          "padding": {
            "top": 3,
            "bottom": 3,
            "left": 6,
            "right": 6
          },
          "icon_size": 14,
          "icon_color": "#717171",
          "hover": {
            "icon_color": "#393939",
            "background": "#eaeaea"
          },
          "active": {
            "icon_color": "#000000",
            "background": "#e3e3e3"
          }
        }
      }
    },
    "titlebar": {
      "avatar_width": 18,
      "avatar_margin": 8,
      "height": 33,
      "background": "#eaeaea",
      "padding": {
        "left": 80,
        "right": 6
      },
      "title": {
        "family": "Zed Sans",
        "color": "#2b2b2b",
        "size": 14
      },
      "avatar": {
        "corner_radius": 10,
        "border": {
          "color": "#00000088",
          "width": 1
        }
      },
      "avatar_ribbon": {
        "height": 3,
        "width": 12
      },
      "border": {
        "color": "#d5d5d5",
        "width": 1,
        "bottom": true,
        "overlay": true
      },
      "sign_in_prompt": {
        "border": {
          "color": "#d5d5d5",
          "width": 1
        },
        "corner_radius": 6,
        "margin": {
          "top": 1
        },
        "padding": {
          "left": 6,
          "right": 6
        },
        "family": "Zed Sans",
        "color": "#474747",
        "size": 12,
        "hover": {
          "family": "Zed Sans",
          "color": "#000000",
          "size": 12
        }
      },
      "offline_icon": {
        "color": "#717171",
        "width": 16,
        "padding": {
          "right": 4
        }
      },
      "share_icon": {
        "corner_radius": 6,
        "margin": {
          "top": 3,
          "bottom": 2,
          "left": 6
        },
        "color": "#717171",
        "hover": {
          "background": "#e3e3e3",
          "color": "#717171"
        },
        "active": {
          "background": "#d5d5d5",
          "color": "#000000"
        },
        "active_hover": {
          "background": "#e3e3e3",
          "color": "#000000"
        }
      },
      "outdated_warning": {
        "family": "Zed Sans",
        "color": "#d3a20b",
        "size": 12,
        "background": "#f6a72426",
        "border": {
          "color": "#f6a72426",
          "width": 1
        },
        "padding": {
          "left": 6,
          "right": 6
        },
        "corner_radius": 6
      }
    },
    "toolbar": {
      "height": 34,
      "background": "#ffffff",
      "border": {
        "color": "#d5d5d5",
        "width": 1,
        "bottom": true
      },
      "item_spacing": 8,
      "padding": {
        "left": 16,
        "right": 8,
        "top": 4,
        "bottom": 4
      }
    },
    "breadcrumbs": {
      "family": "Zed Mono",
      "color": "#474747",
      "size": 14,
      "padding": {
        "left": 6
      }
    },
    "disconnected_overlay": {
      "family": "Zed Sans",
      "color": "#000000",
      "size": 14,
      "background": "#000000aa"
    },
    "notification": {
      "margin": {
        "top": 10
      },
      "background": "#f8f8f8",
      "corner_radius": 6,
      "padding": 12,
      "border": {
        "color": "#d5d5d5",
        "width": 1
      },
      "shadow": {
        "blur": 16,
        "color": "#0000001f",
        "offset": [
          0,
          2
        ]
      }
    },
    "notifications": {
      "width": 256,
      "margin": {
        "right": 10,
        "bottom": 10
      }
    }
  },
  "editor": {
    "text_color": "#1c1c1c",
    "background": "#ffffff",
    "active_line_background": "#0000000f",
    "code_actions_indicator": "#9c9c9c",
    "diff_background_deleted": "#c9181826",
    "diff_background_inserted": "#1b944726",
    "document_highlight_read_background": "#0000000f",
    "document_highlight_write_background": "#00000029",
    "error_color": "#eb2d2d",
    "gutter_background": "#ffffff",
    "gutter_padding_factor": 3.5,
    "highlighted_line_background": "#0000001f",
    "line_number": "#aaaaaa",
    "line_number_active": "#000000",
    "rename_fade": 0.6,
    "unnecessary_code_fade": 0.5,
    "selection": {
      "cursor": "#2472f2",
      "selection": "#2472f23d"
    },
    "guest_selections": [
      {
        "cursor": "#12d796",
        "selection": "#12d7963d"
      },
      {
        "cursor": "#de57e8",
        "selection": "#de57e83d"
      },
      {
        "cursor": "#f9812e",
        "selection": "#f9812e3d"
      },
      {
        "cursor": "#b066f8",
        "selection": "#b066f83d"
      },
      {
        "cursor": "#16d6c1",
        "selection": "#16d6c13d"
      },
      {
        "cursor": "#ef59a3",
        "selection": "#ef59a33d"
      },
      {
        "cursor": "#f7bf17",
        "selection": "#f7bf173d"
      }
    ],
    "autocomplete": {
      "background": "#ffffff",
      "corner_radius": 8,
      "padding": 4,
      "border": {
        "color": "#d5d5d5",
        "width": 1
      },
      "item": {
        "corner_radius": 6,
        "padding": {
          "bottom": 2,
          "left": 6,
          "right": 6,
          "top": 2
        }
      },
      "hovered_item": {
        "corner_radius": 6,
        "padding": {
          "bottom": 2,
          "left": 6,
          "right": 6,
          "top": 2
        },
        "background": "#00000008"
      },
      "margin": {
        "left": -14
      },
      "match_highlight": {
        "family": "Zed Mono",
        "color": "#484bed",
        "size": 14
      },
      "selected_item": {
        "corner_radius": 6,
        "padding": {
          "bottom": 2,
          "left": 6,
          "right": 6,
          "top": 2
        },
        "background": "#0000000f"
      }
    },
    "diagnostic_header": {
      "background": "#f8f8f8",
      "icon_width_factor": 1.5,
      "text_scale_factor": 0.857,
      "border": {
        "color": "#d5d5d5",
        "width": 1,
        "bottom": true,
        "top": true
      },
      "code": {
        "family": "Zed Mono",
        "color": "#636363",
        "size": 14,
        "margin": {
          "left": 10
        }
      },
      "message": {
        "highlight_text": {
          "family": "Zed Sans",
          "color": "#2b2b2b",
          "size": 14,
          "weight": "bold"
        },
        "text": {
          "family": "Zed Sans",
          "color": "#474747",
          "size": 14
        }
      }
    },
    "diagnostic_path_header": {
      "background": "#0000000f",
      "text_scale_factor": 0.857,
      "filename": {
        "family": "Zed Mono",
        "color": "#2b2b2b",
        "size": 14
      },
      "path": {
        "family": "Zed Mono",
        "color": "#636363",
        "size": 14,
        "margin": {
          "left": 12
        }
      }
    },
    "error_diagnostic": {
      "text_scale_factor": 0.857,
      "header": {
        "border": {
          "color": "#d5d5d5",
          "width": 1,
          "top": true
        }
      },
      "message": {
        "text": {
          "family": "Zed Sans",
          "color": "#eb2d2d",
          "size": 14
        },
        "highlight_text": {
          "family": "Zed Sans",
          "color": "#eb2d2d",
          "size": 14,
          "weight": "bold"
        }
      }
    },
    "warning_diagnostic": {
      "text_scale_factor": 0.857,
      "header": {
        "border": {
          "color": "#d5d5d5",
          "width": 1,
          "top": true
        }
      },
      "message": {
        "text": {
          "family": "Zed Sans",
          "color": "#d3a20b",
          "size": 14
        },
        "highlight_text": {
          "family": "Zed Sans",
          "color": "#d3a20b",
          "size": 14,
          "weight": "bold"
        }
      }
    },
    "information_diagnostic": {
      "text_scale_factor": 0.857,
      "header": {
        "border": {
          "color": "#d5d5d5",
          "width": 1,
          "top": true
        }
      },
      "message": {
        "text": {
          "family": "Zed Sans",
          "color": "#2472f2",
          "size": 14
        },
        "highlight_text": {
          "family": "Zed Sans",
          "color": "#2472f2",
          "size": 14,
          "weight": "bold"
        }
      }
    },
    "hint_diagnostic": {
      "text_scale_factor": 0.857,
      "header": {
        "border": {
          "color": "#d5d5d5",
          "width": 1,
          "top": true
        }
      },
      "message": {
        "text": {
          "family": "Zed Sans",
          "color": "#2472f2",
          "size": 14
        },
        "highlight_text": {
          "family": "Zed Sans",
          "color": "#2472f2",
          "size": 14,
          "weight": "bold"
        }
      }
    },
    "invalid_error_diagnostic": {
      "text_scale_factor": 0.857,
      "header": {
        "border": {
          "color": "#d5d5d5",
          "width": 1,
          "top": true
        }
      },
      "message": {
        "text": {
          "family": "Zed Sans",
          "color": "#636363",
          "size": 14
        },
        "highlight_text": {
          "family": "Zed Sans",
          "color": "#636363",
          "size": 14,
          "weight": "bold"
        }
      }
    },
    "invalid_hint_diagnostic": {
      "text_scale_factor": 0.857,
      "header": {
        "border": {
          "color": "#d5d5d5",
          "width": 1,
          "top": true
        }
      },
      "message": {
        "text": {
          "family": "Zed Sans",
          "color": "#636363",
          "size": 14
        },
        "highlight_text": {
          "family": "Zed Sans",
          "color": "#636363",
          "size": 14,
          "weight": "bold"
        }
      }
    },
    "invalid_information_diagnostic": {
      "text_scale_factor": 0.857,
      "header": {
        "border": {
          "color": "#d5d5d5",
          "width": 1,
          "top": true
        }
      },
      "message": {
        "text": {
          "family": "Zed Sans",
          "color": "#636363",
          "size": 14
        },
        "highlight_text": {
          "family": "Zed Sans",
          "color": "#636363",
          "size": 14,
          "weight": "bold"
        }
      }
    },
    "invalid_warning_diagnostic": {
      "text_scale_factor": 0.857,
      "header": {
        "border": {
          "color": "#d5d5d5",
          "width": 1,
          "top": true
        }
      },
      "message": {
        "text": {
          "family": "Zed Sans",
          "color": "#636363",
          "size": 14
        },
        "highlight_text": {
          "family": "Zed Sans",
          "color": "#636363",
          "size": 14,
          "weight": "bold"
        }
      }
    },
    "syntax": {
      "primary": {
        "color": "#1c1c1c",
        "weight": "normal"
      },
      "comment": {
        "color": "#717171",
        "weight": "normal"
      },
      "punctuation": {
        "color": "#555555",
        "weight": "normal"
      },
      "constant": {
        "color": "#1c1c1c",
        "weight": "normal"
      },
      "keyword": {
        "color": "#1819a1",
        "weight": "normal"
      },
      "function": {
        "color": "#bb550e",
        "weight": "normal"
      },
      "type": {
        "color": "#a8820e",
        "weight": "normal"
      },
      "variant": {
        "color": "#97142a",
        "weight": "normal"
      },
      "property": {
        "color": "#106c4e",
        "weight": "normal"
      },
      "enum": {
        "color": "#eb2d2d",
        "weight": "normal"
      },
      "operator": {
        "color": "#eb2d2d",
        "weight": "normal"
      },
      "string": {
        "color": "#eb2d2d",
        "weight": "normal"
      },
      "number": {
        "color": "#484bed",
        "weight": "normal"
      },
      "boolean": {
        "color": "#eb2d2d",
        "weight": "normal"
      },
      "predictive": {
        "color": "#808080",
        "weight": "normal"
      },
      "title": {
        "color": "#1096d3",
        "weight": "bold"
      },
      "emphasis": {
        "color": "#484bed",
        "weight": "normal"
      },
      "emphasis.strong": {
        "color": "#484bed",
        "weight": "bold"
      },
      "link_uri": {
        "color": "#79ba16",
        "weight": "normal",
        "underline": true
      },
      "link_text": {
        "color": "#eb2d2d",
        "weight": "normal",
        "italic": true
      }
    }
  },
  "project_diagnostics": {
    "background": "#ffffff",
    "tab_icon_spacing": 4,
    "tab_icon_width": 13,
    "tab_summary_spacing": 10,
    "empty_message": {
      "family": "Zed Sans",
      "color": "#474747",
      "size": 16
    }
  },
  "command_palette": {
    "keystroke_spacing": 8,
    "key": {
      "text": {
        "family": "Zed Mono",
        "color": "#474747",
        "size": 12
      },
      "corner_radius": 4,
      "background": "#f1f1f1",
      "border": {
        "color": "#d5d5d5",
        "width": 1
      },
      "padding": {
        "top": 2,
        "bottom": 2,
        "left": 8,
        "right": 8
      },
      "margin": {
        "left": 2
      },
      "active": {
        "text": {
          "family": "Zed Mono",
          "color": "#000000",
          "size": 12
        }
      }
    }
  },
  "project_panel": {
    "padding": {
      "left": 12,
      "right": 12,
      "top": 6,
      "bottom": 6
    },
    "indent_width": 20,
    "entry": {
      "height": 24,
      "icon_color": "#9c9c9c",
      "icon_size": 8,
      "icon_spacing": 8,
      "text": {
        "family": "Zed Mono",
        "color": "#636363",
        "size": 14
      },
      "hover": {
        "background": "#eaeaea",
        "text": {
          "family": "Zed Mono",
          "color": "#2b2b2b",
          "size": 14
        }
      },
      "active": {
        "background": "#e3e3e3",
        "text": {
          "family": "Zed Mono",
          "color": "#2b2b2b",
          "size": 14
        }
      },
      "active_hover": {
        "background": "#eaeaea",
        "text": {
          "family": "Zed Mono",
          "color": "#000000",
          "size": 14
        }
      }
    },
    "filename_editor": {
      "background": "#0000000f",
      "text": {
        "family": "Zed Mono",
        "color": "#2b2b2b",
        "size": 14
      },
      "selection": {
        "cursor": "#2472f2",
        "selection": "#2472f23d"
      }
    }
  },
  "chat_panel": {
    "padding": {
      "top": 12,
      "left": 12,
      "bottom": 12,
      "right": 12
    },
    "channel_name": {
      "family": "Zed Sans",
      "color": "#2b2b2b",
      "weight": "bold",
      "size": 14
    },
    "channel_name_hash": {
      "family": "Zed Sans",
      "color": "#636363",
      "size": 14,
      "padding": {
        "right": 8
      }
    },
    "channel_select": {
      "header": {
        "name": {
          "family": "Zed Sans",
          "color": "#2b2b2b",
          "size": 14
        },
        "padding": {
          "bottom": 4,
          "left": 0
        },
        "hash": {
          "family": "Zed Sans",
          "color": "#636363",
          "size": 14,
          "margin": {
            "right": 8
          }
        },
        "corner_radius": 0
      },
      "item": {
        "name": {
          "family": "Zed Sans",
          "color": "#474747",
          "size": 14
        },
        "padding": 4,
        "hash": {
          "family": "Zed Sans",
          "color": "#636363",
          "size": 14,
          "margin": {
            "right": 8
          }
        },
        "corner_radius": 0
      },
      "hovered_item": {
        "name": {
          "family": "Zed Sans",
          "color": "#474747",
          "size": 14
        },
        "padding": 4,
        "hash": {
          "family": "Zed Sans",
          "color": "#636363",
          "size": 14,
          "margin": {
            "right": 8
          }
        },
        "background": "#eaeaea",
        "corner_radius": 6
      },
      "active_item": {
        "name": {
          "family": "Zed Sans",
          "color": "#2b2b2b",
          "size": 14
        },
        "padding": 4,
        "hash": {
          "family": "Zed Sans",
          "color": "#636363",
          "size": 14,
          "margin": {
            "right": 8
          }
        },
        "corner_radius": 0
      },
      "hovered_active_item": {
        "name": {
          "family": "Zed Sans",
          "color": "#2b2b2b",
          "size": 14
        },
        "padding": 4,
        "hash": {
          "family": "Zed Sans",
          "color": "#636363",
          "size": 14,
          "margin": {
            "right": 8
          }
        },
        "background": "#eaeaea",
        "corner_radius": 6
      },
      "menu": {
        "background": "#ffffff",
        "corner_radius": 6,
        "padding": 4,
        "border": {
          "color": "#d5d5d5",
          "width": 1
        },
        "shadow": {
          "blur": 16,
          "color": "#0000001f",
          "offset": [
            0,
            2
          ]
        }
      }
    },
    "sign_in_prompt": {
      "family": "Zed Sans",
      "color": "#474747",
      "underline": true,
      "size": 14
    },
    "hovered_sign_in_prompt": {
      "family": "Zed Sans",
      "color": "#2b2b2b",
      "underline": true,
      "size": 14
    },
    "message": {
      "body": {
        "family": "Zed Sans",
        "color": "#474747",
        "size": 14
      },
      "timestamp": {
        "family": "Zed Sans",
        "color": "#636363",
        "size": 14
      },
      "padding": {
        "bottom": 6
      },
      "sender": {
        "family": "Zed Sans",
        "color": "#2b2b2b",
        "weight": "bold",
        "size": 14,
        "margin": {
          "right": 8
        }
      }
    },
    "pending_message": {
      "body": {
        "family": "Zed Sans",
        "color": "#636363",
        "size": 14
      },
      "timestamp": {
        "family": "Zed Sans",
        "color": "#636363",
        "size": 14
      },
      "padding": {
        "bottom": 6
      },
      "sender": {
        "family": "Zed Sans",
        "color": "#636363",
        "weight": "bold",
        "size": 14,
        "margin": {
          "right": 8
        }
      }
    },
    "input_editor": {
      "background": "#ffffff",
      "corner_radius": 6,
      "text": {
        "family": "Zed Mono",
        "color": "#2b2b2b",
        "size": 14
      },
      "placeholder_text": {
        "family": "Zed Mono",
        "color": "#808080",
        "size": 14
      },
      "selection": {
        "cursor": "#2472f2",
        "selection": "#2472f23d"
      },
      "border": {
        "color": "#d5d5d5",
        "width": 1
      },
      "padding": {
        "bottom": 7,
        "left": 8,
        "right": 8,
        "top": 7
      }
    }
  },
  "contacts_panel": {
    "padding": {
      "top": 12,
      "left": 12,
      "bottom": 12,
      "right": 12
    },
    "user_query_editor": {
      "background": "#ffffff",
      "corner_radius": 6,
      "text": {
        "family": "Zed Mono",
        "color": "#2b2b2b",
        "size": 14
      },
      "placeholder_text": {
        "family": "Zed Mono",
        "color": "#808080",
        "size": 14
      },
      "selection": {
        "cursor": "#2472f2",
        "selection": "#2472f23d"
      },
      "border": {
        "color": "#d5d5d5",
        "width": 1
      },
      "padding": {
        "bottom": 4,
        "left": 8,
        "right": 8,
        "top": 4
      }
    },
    "user_query_editor_height": 32,
    "add_contact_button": {
      "margin": {
        "left": 6
      },
      "color": "#393939",
      "button_width": 8,
      "icon_width": 8
    },
    "row": {
      "padding": {
        "left": 8
      }
    },
    "row_height": 28,
    "header": {
      "family": "Zed Mono",
      "color": "#474747",
      "size": 14,
      "margin": {
        "top": 8
      }
    },
    "tree_branch_color": "#e3e3e3",
    "tree_branch_width": 1,
    "contact_avatar": {
      "corner_radius": 10,
      "width": 18
    },
    "contact_username": {
      "family": "Zed Mono",
      "color": "#2b2b2b",
      "size": 14,
      "padding": {
        "left": 8
      }
    },
    "contact_button": {
      "background": "#eaeaea",
      "color": "#393939",
      "icon_width": 8,
      "button_width": 16,
      "corner_radius": 8,
      "hover": {
        "background": "#e3e3e3"
      }
    },
    "disabled_contact_button": {
      "background": "#eaeaea",
      "color": "#9c9c9c",
      "icon_width": 8,
      "button_width": 16,
      "corner_radius": 8
    },
    "project": {
      "guest_avatar_spacing": 4,
      "height": 24,
      "guest_avatar": {
        "corner_radius": 8,
        "width": 14
      },
      "name": {
        "family": "Zed Mono",
        "color": "#808080",
        "size": 14,
        "margin": {
          "right": 6
        }
      },
      "padding": {
        "left": 8
      }
    },
    "shared_project": {
      "guest_avatar_spacing": 4,
      "height": 24,
      "guest_avatar": {
        "corner_radius": 8,
        "width": 14
      },
      "name": {
        "family": "Zed Mono",
        "color": "#474747",
        "size": 14,
        "margin": {
          "right": 6
        }
      },
      "padding": {
        "left": 8
      },
      "background": "#f8f8f8",
      "corner_radius": 6
    },
    "hovered_shared_project": {
      "guest_avatar_spacing": 4,
      "height": 24,
      "guest_avatar": {
        "corner_radius": 8,
        "width": 14
      },
      "name": {
        "family": "Zed Mono",
        "color": "#474747",
        "size": 14,
        "margin": {
          "right": 6
        }
      },
      "padding": {
        "left": 8
      },
      "background": "#eaeaea",
      "corner_radius": 6
    },
    "unshared_project": {
      "guest_avatar_spacing": 4,
      "height": 24,
      "guest_avatar": {
        "corner_radius": 8,
        "width": 14
      },
      "name": {
        "family": "Zed Mono",
        "color": "#808080",
        "size": 14,
        "margin": {
          "right": 6
        }
      },
      "padding": {
        "left": 8
      }
    },
    "hovered_unshared_project": {
      "guest_avatar_spacing": 4,
      "height": 24,
      "guest_avatar": {
        "corner_radius": 8,
        "width": 14
      },
      "name": {
        "family": "Zed Mono",
        "color": "#808080",
        "size": 14,
        "margin": {
          "right": 6
        }
      },
      "padding": {
        "left": 8
      },
      "corner_radius": 6
    }
  },
  "contact_finder": {
    "background": "#f8f8f8",
    "corner_radius": 8,
    "padding": 8,
    "item": {
      "padding": {
        "bottom": 4,
        "left": 12,
        "right": 12,
        "top": 4
      },
      "corner_radius": 8,
      "text": {
        "family": "Zed Sans",
        "color": "#474747",
        "size": 14
      },
      "highlight_text": {
        "family": "Zed Sans",
        "color": "#484bed",
        "weight": "bold",
        "size": 14
      },
      "active": {
        "background": "#e3e3e3",
        "text": {
          "family": "Zed Sans",
          "color": "#2b2b2b",
          "size": 14
        }
      },
      "hover": {
        "background": "#eaeaea"
      }
    },
    "border": {
      "color": "#d5d5d5",
      "width": 1
    },
    "empty": {
      "text": {
        "family": "Zed Sans",
        "color": "#808080",
        "size": 14
      },
      "padding": {
        "bottom": 4,
        "left": 12,
        "right": 12,
        "top": 8
      }
    },
    "input_editor": {
      "background": "#ffffff",
      "corner_radius": 8,
      "placeholder_text": {
        "family": "Zed Sans",
        "color": "#808080",
        "size": 14
      },
      "selection": {
        "cursor": "#2472f2",
        "selection": "#2472f23d"
      },
      "text": {
        "family": "Zed Mono",
        "color": "#2b2b2b",
        "size": 14
      },
      "border": {
        "color": "#d5d5d5",
        "width": 1
      },
      "padding": {
        "bottom": 7,
        "left": 16,
        "right": 16,
        "top": 7
      }
    },
    "shadow": {
      "blur": 16,
      "color": "#0000001f",
      "offset": [
        0,
        2
      ]
    },
    "row_height": 28,
    "contact_avatar": {
      "corner_radius": 10,
      "width": 18
    },
    "contact_username": {
      "padding": {
        "left": 8
      }
    },
    "contact_button": {
      "background": "#eaeaea",
      "color": "#393939",
      "icon_width": 8,
      "button_width": 16,
      "corner_radius": 8,
      "hover": {
        "background": "#e3e3e3"
      }
    },
    "disabled_contact_button": {
      "background": "#eaeaea",
      "color": "#9c9c9c",
      "icon_width": 8,
      "button_width": 16,
      "corner_radius": 8
    }
  },
  "search": {
    "match_background": "#fce9b7",
    "tab_icon_spacing": 8,
    "tab_icon_width": 14,
    "option_button": {
      "family": "Zed Mono",
      "color": "#474747",
      "size": 14,
      "background": "#f1f1f1",
      "corner_radius": 6,
      "border": {
        "color": "#d5d5d5",
        "width": 1
      },
      "margin": {
        "right": 4
      },
      "padding": {
        "bottom": 2,
        "left": 10,
        "right": 10,
        "top": 2
      },
      "active": {
        "family": "Zed Mono",
        "color": "#000000",
        "size": 14,
        "background": "#ffffff",
        "border": {
          "color": "#e3e3e3",
          "width": 1
        }
      },
      "hover": {
        "family": "Zed Mono",
        "color": "#000000",
        "size": 14,
        "background": "#f8f8f8",
        "border": {
          "color": "#e3e3e3",
          "width": 1
        }
      }
    },
    "editor": {
      "background": "#ffffff",
      "corner_radius": 8,
      "min_width": 200,
      "max_width": 500,
      "placeholder_text": {
        "family": "Zed Mono",
        "color": "#808080",
        "size": 14
      },
      "selection": {
        "cursor": "#2472f2",
        "selection": "#2472f23d"
      },
      "text": {
        "family": "Zed Mono",
        "color": "#000000",
        "size": 14
      },
      "border": {
        "color": "#d5d5d5",
        "width": 1
      },
      "margin": {
        "right": 12
      },
      "padding": {
        "top": 3,
        "bottom": 3,
        "left": 12,
        "right": 8
      }
    },
    "invalid_editor": {
      "background": "#ffffff",
      "corner_radius": 8,
      "min_width": 200,
      "max_width": 500,
      "placeholder_text": {
        "family": "Zed Mono",
        "color": "#808080",
        "size": 14
      },
      "selection": {
        "cursor": "#2472f2",
        "selection": "#2472f23d"
      },
      "text": {
        "family": "Zed Mono",
        "color": "#000000",
        "size": 14
      },
      "border": {
        "color": "#eb2d2d26",
        "width": 1
      },
      "margin": {
        "right": 12
      },
      "padding": {
        "top": 3,
        "bottom": 3,
        "left": 12,
        "right": 8
      }
    },
    "match_index": {
      "family": "Zed Mono",
      "color": "#636363",
      "size": 14,
      "padding": 6
    },
    "option_button_group": {
      "padding": {
        "left": 12,
        "right": 12
      }
    },
    "results_status": {
      "family": "Zed Mono",
      "color": "#2b2b2b",
      "size": 18
    }
  },
  "breadcrumbs": {
    "family": "Zed Sans",
    "color": "#474747",
    "size": 14,
    "padding": {
      "left": 6
    }
  },
  "incoming_request_notification": {
    "header_avatar": {
      "height": 12,
      "width": 12,
      "corner_radius": 6
    },
    "header_message": {
      "family": "Zed Sans",
      "color": "#2b2b2b",
      "size": 12,
      "margin": {
        "left": 4
      }
    },
    "header_height": 18,
    "body_message": {
      "family": "Zed Sans",
      "color": "#474747",
      "size": 12,
      "margin": {
        "top": 6,
        "bottom": 6
      }
    },
    "button": {
      "family": "Zed Sans",
      "color": "#2b2b2b",
      "size": 12,
      "background": "#f1f1f1",
      "padding": 4,
      "corner_radius": 6,
      "margin": {
        "left": 6
      }
    },
    "dismiss_button": {
      "color": "#717171",
      "icon_width": 8,
      "icon_height": 8,
      "button_width": 8,
      "button_height": 8
    }
  }
}