From 26295334d2168ee0712cdf40d083b029878f6490 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Tue, 24 May 2022 14:30:14 +0200 Subject: [PATCH] Remove accidentally checked-in theme assets and scripts --- assets/themes/cave-dark.json | 1734 -------------------------- assets/themes/cave-light.json | 1734 -------------------------- assets/themes/solarized-dark.json | 1734 -------------------------- assets/themes/solarized-light.json | 1734 -------------------------- assets/themes/sulphurpool-dark.json | 1734 -------------------------- assets/themes/sulphurpool-light.json | 1734 -------------------------- script/watch-themes | 7 - 7 files changed, 10411 deletions(-) delete mode 100644 assets/themes/cave-dark.json delete mode 100644 assets/themes/cave-light.json delete mode 100644 assets/themes/solarized-dark.json delete mode 100644 assets/themes/solarized-light.json delete mode 100644 assets/themes/sulphurpool-dark.json delete mode 100644 assets/themes/sulphurpool-light.json delete mode 100755 script/watch-themes diff --git a/assets/themes/cave-dark.json b/assets/themes/cave-dark.json deleted file mode 100644 index 8d4824e452..0000000000 --- a/assets/themes/cave-dark.json +++ /dev/null @@ -1,1734 +0,0 @@ -{ - "picker": { - "background": "#26232a", - "corner_radius": 8, - "padding": 8, - "item": { - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 4 - }, - "corner_radius": 8, - "text": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#576ddb", - "weight": "bold", - "size": 14 - }, - "active": { - "background": "#3f3b45", - "text": { - "family": "Zed Sans", - "color": "#e2dfe7", - "size": 14 - } - }, - "hover": { - "background": "#332f38" - } - }, - "border": { - "color": "#19171c", - "width": 1 - }, - "empty": { - "text": { - "family": "Zed Sans", - "color": "#7e7887", - "size": 14 - }, - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 8 - } - }, - "input_editor": { - "background": "#19171c", - "corner_radius": 8, - "placeholder_text": { - "family": "Zed Sans", - "color": "#7e7887", - "size": 14 - }, - "selection": { - "cursor": "#576ddb", - "selection": "#576ddb3d" - }, - "text": { - "family": "Zed Mono", - "color": "#e2dfe7", - "size": 14 - }, - "border": { - "color": "#26232a", - "width": 1 - }, - "padding": { - "bottom": 7, - "left": 16, - "right": 16, - "top": 7 - } - }, - "shadow": { - "blur": 16, - "color": "#0000003d", - "offset": [ - 0, - 2 - ] - } - }, - "workspace": { - "background": "#26232a", - "joining_project_avatar": { - "corner_radius": 40, - "width": 80 - }, - "joining_project_message": { - "padding": 12, - "family": "Zed Sans", - "color": "#e2dfe7", - "size": 18 - }, - "leader_border_opacity": 0.7, - "leader_border_width": 2, - "tab": { - "height": 32, - "background": "#26232a", - "icon_close": "#8b8792", - "icon_close_active": "#efecf4", - "icon_conflict": "#a06e3b", - "icon_dirty": "#576ddb", - "icon_width": 8, - "spacing": 8, - "text": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14 - }, - "border": { - "color": "#19171c", - "width": 1, - "left": true, - "bottom": true, - "overlay": true - }, - "padding": { - "left": 8, - "right": 8 - } - }, - "active_tab": { - "height": 32, - "background": "#19171c", - "icon_close": "#8b8792", - "icon_close_active": "#efecf4", - "icon_conflict": "#a06e3b", - "icon_dirty": "#576ddb", - "icon_width": 8, - "spacing": 8, - "text": { - "family": "Zed Sans", - "color": "#efecf4", - "size": 14 - }, - "border": { - "color": "#19171c", - "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": "#19171c", - "padding": { - "left": 1 - } - }, - "pane_divider": { - "color": "#26232a", - "width": 1 - }, - "status_bar": { - "height": 30, - "item_spacing": 8, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "border": { - "color": "#19171c", - "width": 1, - "top": true, - "overlay": true - }, - "cursor_position": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14 - }, - "auto_update_progress_message": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14 - }, - "auto_update_done_message": { - "family": "Zed Sans", - "color": "#8b8792", - "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": "#8b8792", - "size": 14 - }, - "icon_color": "#8b8792", - "hover": { - "message": { - "family": "Zed Sans", - "color": "#e2dfe7", - "size": 14 - }, - "icon_color": "#e2dfe7", - "background": "#332f38" - } - }, - "diagnostic_message": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14, - "hover": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14 - } - }, - "diagnostic_summary": { - "height": 16, - "icon_width": 14, - "icon_spacing": 2, - "summary_spacing": 6, - "text": { - "family": "Zed Sans", - "color": "#e2dfe7", - "size": 14 - }, - "icon_color_ok": "#8b8792", - "icon_color_warning": "#a06e3b", - "icon_color_error": "#be4678", - "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": "#a06e3b26", - "border": { - "color": "#a06e3b26", - "width": 1 - } - }, - "container_error": { - "corner_radius": 6, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "background": "#be467826", - "border": { - "color": "#be467826", - "width": 1 - } - }, - "hover": { - "icon_color_ok": "#e2dfe7", - "container_ok": { - "corner_radius": 6, - "padding": { - "top": 3, - "bottom": 3, - "left": 7, - "right": 7 - }, - "background": "#332f38" - }, - "container_warning": { - "corner_radius": 6, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "background": "#a06e3b33", - "border": { - "color": "#a06e3b26", - "width": 1 - } - }, - "container_error": { - "corner_radius": 6, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "background": "#be467833", - "border": { - "color": "#be467826", - "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": "#8b8792", - "hover": { - "icon_color": "#e2dfe7", - "background": "#332f38" - }, - "active": { - "icon_color": "#efecf4", - "background": "#3f3b45" - } - }, - "badge": { - "corner_radius": 3, - "padding": 2, - "margin": { - "bottom": -1, - "right": -1 - }, - "border": { - "width": 1, - "color": "#26232a" - }, - "background": "#576ddb" - } - } - }, - "titlebar": { - "avatar_width": 18, - "avatar_margin": 8, - "height": 33, - "background": "#332f38", - "padding": { - "left": 80, - "right": 6 - }, - "title": { - "family": "Zed Sans", - "color": "#e2dfe7", - "size": 14 - }, - "avatar": { - "corner_radius": 10, - "border": { - "color": "#00000088", - "width": 1 - } - }, - "avatar_ribbon": { - "height": 3, - "width": 12 - }, - "border": { - "color": "#19171c", - "width": 1, - "bottom": true, - "overlay": true - }, - "sign_in_prompt": { - "border": { - "color": "#19171c", - "width": 1 - }, - "corner_radius": 6, - "margin": { - "top": 1 - }, - "padding": { - "left": 6, - "right": 6 - }, - "family": "Zed Sans", - "color": "#8b8792", - "size": 12, - "hover": { - "family": "Zed Sans", - "color": "#efecf4", - "size": 12 - } - }, - "offline_icon": { - "color": "#8b8792", - "width": 16, - "padding": { - "right": 4 - } - }, - "share_icon": { - "corner_radius": 6, - "margin": { - "top": 3, - "bottom": 2, - "left": 6 - }, - "color": "#8b8792", - "hover": { - "background": "#3f3b45", - "color": "#8b8792" - }, - "active": { - "background": "#4c4653", - "color": "#efecf4" - }, - "active_hover": { - "background": "#3f3b45", - "color": "#efecf4" - } - }, - "outdated_warning": { - "family": "Zed Sans", - "color": "#a06e3b", - "size": 12, - "background": "#a06e3b26", - "border": { - "color": "#a06e3b26", - "width": 1 - }, - "padding": { - "left": 6, - "right": 6 - }, - "corner_radius": 6 - } - }, - "toolbar": { - "height": 34, - "background": "#19171c", - "border": { - "color": "#26232a", - "width": 1, - "bottom": true - }, - "item_spacing": 8, - "padding": { - "left": 16, - "right": 8, - "top": 4, - "bottom": 4 - } - }, - "breadcrumbs": { - "family": "Zed Mono", - "color": "#8b8792", - "size": 14, - "padding": { - "left": 6 - } - }, - "disconnected_overlay": { - "family": "Zed Sans", - "color": "#efecf4", - "size": 14, - "background": "#000000aa" - }, - "notification": { - "margin": { - "top": 10 - }, - "background": "#26232a", - "corner_radius": 6, - "padding": 12, - "border": { - "color": "#19171c", - "width": 1 - }, - "shadow": { - "blur": 16, - "color": "#0000003d", - "offset": [ - 0, - 2 - ] - } - }, - "notifications": { - "width": 380, - "margin": { - "right": 10, - "bottom": 10 - } - } - }, - "editor": { - "text_color": "#efecf4", - "background": "#19171c", - "active_line_background": "#26232a", - "code_actions_indicator": "#8b8792", - "diff_background_deleted": "#be467826", - "diff_background_inserted": "#2a929226", - "document_highlight_read_background": "#5852603d", - "document_highlight_write_background": "#5852607a", - "error_color": "#be4678", - "gutter_background": "#19171c", - "gutter_padding_factor": 3.5, - "highlighted_line_background": "#332f38", - "line_number": "#7e7887", - "line_number_active": "#efecf4", - "rename_fade": 0.6, - "unnecessary_code_fade": 0.5, - "selection": { - "cursor": "#576ddb", - "selection": "#576ddb3d" - }, - "guest_selections": [ - { - "cursor": "#2a9292", - "selection": "#2a92923d" - }, - { - "cursor": "#bf40bf", - "selection": "#bf40bf3d" - }, - { - "cursor": "#aa573c", - "selection": "#aa573c3d" - }, - { - "cursor": "#955ae7", - "selection": "#955ae73d" - }, - { - "cursor": "#398bc6", - "selection": "#398bc63d" - }, - { - "cursor": "#be4678", - "selection": "#be46783d" - }, - { - "cursor": "#a06e3b", - "selection": "#a06e3b3d" - } - ], - "autocomplete": { - "background": "#19171c", - "corner_radius": 8, - "padding": 4, - "border": { - "color": "#26232a", - "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": "#1c1a20" - }, - "margin": { - "left": -14 - }, - "match_highlight": { - "family": "Zed Mono", - "color": "#576ddb", - "size": 14 - }, - "selected_item": { - "corner_radius": 6, - "padding": { - "bottom": 2, - "left": 6, - "right": 6, - "top": 2 - }, - "background": "#201d23" - } - }, - "diagnostic_header": { - "background": "#26232a", - "icon_width_factor": 1.5, - "text_scale_factor": 0.857, - "border": { - "color": "#26232a", - "width": 1, - "bottom": true, - "top": true - }, - "code": { - "family": "Zed Mono", - "color": "#8b8792", - "size": 14, - "margin": { - "left": 10 - } - }, - "message": { - "highlight_text": { - "family": "Zed Sans", - "color": "#e2dfe7", - "size": 14, - "weight": "bold" - }, - "text": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14 - } - } - }, - "diagnostic_path_header": { - "background": "#26232a", - "text_scale_factor": 0.857, - "filename": { - "family": "Zed Mono", - "color": "#e2dfe7", - "size": 14 - }, - "path": { - "family": "Zed Mono", - "color": "#8b8792", - "size": 14, - "margin": { - "left": 12 - } - } - }, - "error_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#19171c", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#be4678", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#be4678", - "size": 14, - "weight": "bold" - } - } - }, - "warning_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#19171c", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#a06e3b", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#a06e3b", - "size": 14, - "weight": "bold" - } - } - }, - "information_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#19171c", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#576ddb", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#576ddb", - "size": 14, - "weight": "bold" - } - } - }, - "hint_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#19171c", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#576ddb", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#576ddb", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_error_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#19171c", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_hint_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#19171c", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_information_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#19171c", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_warning_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#19171c", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14, - "weight": "bold" - } - } - }, - "syntax": { - "primary": { - "color": "#efecf4", - "weight": "normal" - }, - "comment": { - "color": "#8b8792", - "weight": "normal" - }, - "punctuation": { - "color": "#e2dfe7", - "weight": "normal" - }, - "constant": { - "color": "#7e7887", - "weight": "normal" - }, - "keyword": { - "color": "#576ddb", - "weight": "normal" - }, - "function": { - "color": "#a06e3b", - "weight": "normal" - }, - "type": { - "color": "#398bc6", - "weight": "normal" - }, - "variant": { - "color": "#576ddb", - "weight": "normal" - }, - "property": { - "color": "#576ddb", - "weight": "normal" - }, - "enum": { - "color": "#aa573c", - "weight": "normal" - }, - "operator": { - "color": "#aa573c", - "weight": "normal" - }, - "string": { - "color": "#aa573c", - "weight": "normal" - }, - "number": { - "color": "#2a9292", - "weight": "normal" - }, - "boolean": { - "color": "#2a9292", - "weight": "normal" - }, - "predictive": { - "color": "#8b8792", - "weight": "normal" - }, - "title": { - "color": "#a06e3b", - "weight": "bold" - }, - "emphasis": { - "color": "#576ddb", - "weight": "normal" - }, - "emphasis.strong": { - "color": "#576ddb", - "weight": "bold" - }, - "link_uri": { - "color": "#2a9292", - "weight": "normal", - "underline": true - }, - "link_text": { - "color": "#aa573c", - "weight": "normal", - "italic": true - } - } - }, - "project_diagnostics": { - "background": "#19171c", - "tab_icon_spacing": 4, - "tab_icon_width": 13, - "tab_summary_spacing": 10, - "empty_message": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 16 - } - }, - "command_palette": { - "keystroke_spacing": 8, - "key": { - "text": { - "family": "Zed Mono", - "color": "#8b8792", - "size": 12 - }, - "corner_radius": 4, - "background": "#19171c", - "border": { - "color": "#26232a", - "width": 1 - }, - "padding": { - "top": 2, - "bottom": 2, - "left": 8, - "right": 8 - }, - "margin": { - "left": 2 - }, - "active": { - "text": { - "family": "Zed Mono", - "color": "#efecf4", - "size": 12 - } - } - } - }, - "project_panel": { - "padding": { - "left": 12, - "right": 12, - "top": 6, - "bottom": 6 - }, - "indent_width": 20, - "entry": { - "height": 24, - "icon_color": "#8b8792", - "icon_size": 8, - "icon_spacing": 8, - "text": { - "family": "Zed Mono", - "color": "#8b8792", - "size": 14 - }, - "hover": { - "background": "#332f38", - "text": { - "family": "Zed Mono", - "color": "#e2dfe7", - "size": 14 - } - }, - "active": { - "background": "#3f3b45", - "text": { - "family": "Zed Mono", - "color": "#e2dfe7", - "size": 14 - } - }, - "active_hover": { - "background": "#332f38", - "text": { - "family": "Zed Mono", - "color": "#efecf4", - "size": 14 - } - } - }, - "filename_editor": { - "background": "#201d23", - "text": { - "family": "Zed Mono", - "color": "#e2dfe7", - "size": 14 - }, - "selection": { - "cursor": "#576ddb", - "selection": "#576ddb3d" - } - } - }, - "chat_panel": { - "padding": { - "top": 12, - "bottom": 12 - }, - "channel_name": { - "family": "Zed Sans", - "color": "#e2dfe7", - "weight": "bold", - "size": 14 - }, - "channel_name_hash": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14, - "padding": { - "right": 8 - } - }, - "channel_select": { - "header": { - "name": { - "family": "Zed Sans", - "color": "#e2dfe7", - "size": 14 - }, - "padding": { - "bottom": 4, - "left": 0 - }, - "hash": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14, - "margin": { - "right": 8 - } - }, - "corner_radius": 0 - }, - "item": { - "name": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14, - "margin": { - "right": 8 - } - }, - "corner_radius": 0 - }, - "hovered_item": { - "name": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14, - "margin": { - "right": 8 - } - }, - "background": "#332f38", - "corner_radius": 6 - }, - "active_item": { - "name": { - "family": "Zed Sans", - "color": "#e2dfe7", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14, - "margin": { - "right": 8 - } - }, - "corner_radius": 0 - }, - "hovered_active_item": { - "name": { - "family": "Zed Sans", - "color": "#e2dfe7", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14, - "margin": { - "right": 8 - } - }, - "background": "#332f38", - "corner_radius": 6 - }, - "menu": { - "background": "#19171c", - "corner_radius": 6, - "padding": 4, - "border": { - "color": "#19171c", - "width": 1 - }, - "shadow": { - "blur": 16, - "color": "#0000003d", - "offset": [ - 0, - 2 - ] - } - } - }, - "sign_in_prompt": { - "family": "Zed Sans", - "color": "#8b8792", - "underline": true, - "size": 14 - }, - "hovered_sign_in_prompt": { - "family": "Zed Sans", - "color": "#e2dfe7", - "underline": true, - "size": 14 - }, - "message": { - "body": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14 - }, - "timestamp": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14 - }, - "padding": { - "bottom": 6 - }, - "sender": { - "family": "Zed Sans", - "color": "#e2dfe7", - "weight": "bold", - "size": 14, - "margin": { - "right": 8 - } - } - }, - "pending_message": { - "body": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14 - }, - "timestamp": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14 - }, - "padding": { - "bottom": 6 - }, - "sender": { - "family": "Zed Sans", - "color": "#8b8792", - "weight": "bold", - "size": 14, - "margin": { - "right": 8 - } - } - }, - "input_editor": { - "background": "#19171c", - "corner_radius": 6, - "text": { - "family": "Zed Mono", - "color": "#e2dfe7", - "size": 14 - }, - "placeholder_text": { - "family": "Zed Mono", - "color": "#7e7887", - "size": 14 - }, - "selection": { - "cursor": "#576ddb", - "selection": "#576ddb3d" - }, - "border": { - "color": "#26232a", - "width": 1 - }, - "padding": { - "bottom": 7, - "left": 8, - "right": 8, - "top": 7 - } - } - }, - "contacts_panel": { - "padding": { - "top": 12, - "bottom": 0 - }, - "user_query_editor": { - "background": "#19171c", - "corner_radius": 6, - "text": { - "family": "Zed Mono", - "color": "#e2dfe7", - "size": 14 - }, - "placeholder_text": { - "family": "Zed Mono", - "color": "#7e7887", - "size": 14 - }, - "selection": { - "cursor": "#576ddb", - "selection": "#576ddb3d" - }, - "border": { - "color": "#26232a", - "width": 1 - }, - "padding": { - "bottom": 4, - "left": 8, - "right": 8, - "top": 4 - }, - "margin": { - "left": 12, - "right": 12 - } - }, - "user_query_editor_height": 32, - "add_contact_button": { - "margin": { - "left": 6, - "right": 12 - }, - "color": "#e2dfe7", - "button_width": 8, - "icon_width": 8 - }, - "row_height": 28, - "section_icon_size": 8, - "header_row": { - "family": "Zed Mono", - "color": "#8b8792", - "size": 14, - "margin": { - "top": 14 - }, - "padding": { - "left": 12, - "right": 12 - }, - "active": { - "family": "Zed Mono", - "color": "#e2dfe7", - "size": 14, - "background": "#4c4653" - } - }, - "contact_row": { - "padding": { - "left": 12, - "right": 12 - }, - "active": { - "background": "#4c4653" - } - }, - "tree_branch": { - "color": "#655f6d", - "width": 1, - "hover": { - "color": "#655f6d" - }, - "active": { - "color": "#655f6d" - } - }, - "contact_avatar": { - "corner_radius": 10, - "width": 18 - }, - "contact_username": { - "family": "Zed Mono", - "color": "#e2dfe7", - "size": 14, - "margin": { - "left": 8 - } - }, - "contact_button_spacing": 8, - "contact_button": { - "background": "#332f38", - "color": "#e2dfe7", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8, - "hover": { - "background": "#3f3b45" - } - }, - "disabled_contact_button": { - "background": "#332f38", - "color": "#8b8792", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8 - }, - "project_row": { - "guest_avatar_spacing": 4, - "height": 24, - "guest_avatar": { - "corner_radius": 8, - "width": 14 - }, - "name": { - "family": "Zed Mono", - "color": "#8b8792", - "size": 14, - "margin": { - "left": 8, - "right": 6 - } - }, - "guests": { - "margin": { - "left": 8, - "right": 8 - } - }, - "padding": { - "left": 12, - "right": 12 - }, - "background": "#26232a", - "hover": { - "background": "#332f38" - }, - "active": { - "background": "#3f3b45" - } - }, - "invite_row": { - "padding": { - "left": 12, - "right": 12 - }, - "border": { - "top": true, - "width": 1, - "color": "#19171c" - }, - "text": { - "family": "Zed Sans", - "color": "#e2dfe7", - "size": 14 - }, - "hover": { - "text": { - "family": "Zed Sans", - "color": "#e2dfe7", - "size": 14, - "underline": true - } - } - } - }, - "contact_finder": { - "background": "#26232a", - "corner_radius": 8, - "padding": 8, - "item": { - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 4 - }, - "corner_radius": 8, - "text": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#576ddb", - "weight": "bold", - "size": 14 - }, - "active": { - "background": "#3f3b45", - "text": { - "family": "Zed Sans", - "color": "#e2dfe7", - "size": 14 - } - }, - "hover": { - "background": "#332f38" - } - }, - "border": { - "color": "#19171c", - "width": 1 - }, - "empty": { - "text": { - "family": "Zed Sans", - "color": "#7e7887", - "size": 14 - }, - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 8 - } - }, - "input_editor": { - "background": "#19171c", - "corner_radius": 8, - "placeholder_text": { - "family": "Zed Sans", - "color": "#7e7887", - "size": 14 - }, - "selection": { - "cursor": "#576ddb", - "selection": "#576ddb3d" - }, - "text": { - "family": "Zed Mono", - "color": "#e2dfe7", - "size": 14 - }, - "border": { - "color": "#26232a", - "width": 1 - }, - "padding": { - "bottom": 7, - "left": 16, - "right": 16, - "top": 7 - } - }, - "shadow": { - "blur": 16, - "color": "#0000003d", - "offset": [ - 0, - 2 - ] - }, - "row_height": 28, - "contact_avatar": { - "corner_radius": 10, - "width": 18 - }, - "contact_username": { - "padding": { - "left": 8 - } - }, - "contact_button": { - "background": "#332f38", - "color": "#e2dfe7", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8, - "hover": { - "background": "#3f3b45" - } - }, - "disabled_contact_button": { - "background": "#332f38", - "color": "#8b8792", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8 - } - }, - "search": { - "match_background": "#3d1576", - "tab_icon_spacing": 8, - "tab_icon_width": 14, - "option_button": { - "family": "Zed Mono", - "color": "#8b8792", - "size": 14, - "background": "#332f38", - "corner_radius": 6, - "border": { - "color": "#26232a", - "width": 1 - }, - "margin": { - "right": 4 - }, - "padding": { - "bottom": 2, - "left": 10, - "right": 10, - "top": 2 - }, - "active": { - "family": "Zed Mono", - "color": "#efecf4", - "size": 14, - "background": "#4c4653", - "border": { - "color": "#655f6d", - "width": 1 - } - }, - "hover": { - "family": "Zed Mono", - "color": "#efecf4", - "size": 14, - "background": "#3f3b45", - "border": { - "color": "#655f6d", - "width": 1 - } - } - }, - "editor": { - "background": "#19171c", - "corner_radius": 8, - "min_width": 200, - "max_width": 500, - "placeholder_text": { - "family": "Zed Mono", - "color": "#7e7887", - "size": 14 - }, - "selection": { - "cursor": "#576ddb", - "selection": "#576ddb3d" - }, - "text": { - "family": "Zed Mono", - "color": "#efecf4", - "size": 14 - }, - "border": { - "color": "#26232a", - "width": 1 - }, - "margin": { - "right": 12 - }, - "padding": { - "top": 3, - "bottom": 3, - "left": 12, - "right": 8 - } - }, - "invalid_editor": { - "background": "#19171c", - "corner_radius": 8, - "min_width": 200, - "max_width": 500, - "placeholder_text": { - "family": "Zed Mono", - "color": "#7e7887", - "size": 14 - }, - "selection": { - "cursor": "#576ddb", - "selection": "#576ddb3d" - }, - "text": { - "family": "Zed Mono", - "color": "#efecf4", - "size": 14 - }, - "border": { - "color": "#be467826", - "width": 1 - }, - "margin": { - "right": 12 - }, - "padding": { - "top": 3, - "bottom": 3, - "left": 12, - "right": 8 - } - }, - "match_index": { - "family": "Zed Mono", - "color": "#8b8792", - "size": 14, - "padding": 6 - }, - "option_button_group": { - "padding": { - "left": 12, - "right": 12 - } - }, - "results_status": { - "family": "Zed Mono", - "color": "#e2dfe7", - "size": 18 - } - }, - "breadcrumbs": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 14, - "padding": { - "left": 6 - } - }, - "contact_notification": { - "header_avatar": { - "height": 12, - "width": 12, - "corner_radius": 6 - }, - "header_message": { - "family": "Zed Sans", - "color": "#e2dfe7", - "size": 12, - "margin": { - "left": 8, - "right": 8 - } - }, - "header_height": 18, - "body_message": { - "family": "Zed Sans", - "color": "#8b8792", - "size": 12, - "margin": { - "left": 20, - "top": 6, - "bottom": 6 - } - }, - "button": { - "family": "Zed Sans", - "color": "#e2dfe7", - "size": 12, - "background": "#19171c", - "padding": 4, - "corner_radius": 6, - "margin": { - "left": 6 - }, - "hover": { - "background": "#1c1a20" - } - }, - "dismiss_button": { - "color": "#8b8792", - "icon_width": 8, - "icon_height": 8, - "button_width": 8, - "button_height": 8, - "hover": { - "color": "#e2dfe7" - } - } - } -} \ No newline at end of file diff --git a/assets/themes/cave-light.json b/assets/themes/cave-light.json deleted file mode 100644 index 227109be3d..0000000000 --- a/assets/themes/cave-light.json +++ /dev/null @@ -1,1734 +0,0 @@ -{ - "picker": { - "background": "#e2dfe7", - "corner_radius": 8, - "padding": 8, - "item": { - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 4 - }, - "corner_radius": 8, - "text": { - "family": "Zed Sans", - "color": "#585260", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#576ddb", - "weight": "bold", - "size": 14 - }, - "active": { - "background": "#b7b3bd", - "text": { - "family": "Zed Sans", - "color": "#26232a", - "size": 14 - } - }, - "hover": { - "background": "#ccc9d2" - } - }, - "border": { - "color": "#b7b3bd", - "width": 1 - }, - "empty": { - "text": { - "family": "Zed Sans", - "color": "#655f6d", - "size": 14 - }, - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 8 - } - }, - "input_editor": { - "background": "#efecf4", - "corner_radius": 8, - "placeholder_text": { - "family": "Zed Sans", - "color": "#655f6d", - "size": 14 - }, - "selection": { - "cursor": "#576ddb", - "selection": "#576ddb3d" - }, - "text": { - "family": "Zed Mono", - "color": "#26232a", - "size": 14 - }, - "border": { - "color": "#ccc9d2", - "width": 1 - }, - "padding": { - "bottom": 7, - "left": 16, - "right": 16, - "top": 7 - } - }, - "shadow": { - "blur": 16, - "color": "#0000001f", - "offset": [ - 0, - 2 - ] - } - }, - "workspace": { - "background": "#e2dfe7", - "joining_project_avatar": { - "corner_radius": 40, - "width": 80 - }, - "joining_project_message": { - "padding": 12, - "family": "Zed Sans", - "color": "#26232a", - "size": 18 - }, - "leader_border_opacity": 0.7, - "leader_border_width": 2, - "tab": { - "height": 32, - "background": "#e2dfe7", - "icon_close": "#585260", - "icon_close_active": "#19171c", - "icon_conflict": "#a06e3b", - "icon_dirty": "#576ddb", - "icon_width": 8, - "spacing": 8, - "text": { - "family": "Zed Sans", - "color": "#585260", - "size": 14 - }, - "border": { - "color": "#b7b3bd", - "width": 1, - "left": true, - "bottom": true, - "overlay": true - }, - "padding": { - "left": 8, - "right": 8 - } - }, - "active_tab": { - "height": 32, - "background": "#efecf4", - "icon_close": "#585260", - "icon_close_active": "#19171c", - "icon_conflict": "#a06e3b", - "icon_dirty": "#576ddb", - "icon_width": 8, - "spacing": 8, - "text": { - "family": "Zed Sans", - "color": "#19171c", - "size": 14 - }, - "border": { - "color": "#b7b3bd", - "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": "#b7b3bd", - "padding": { - "left": 1 - } - }, - "pane_divider": { - "color": "#ccc9d2", - "width": 1 - }, - "status_bar": { - "height": 30, - "item_spacing": 8, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "border": { - "color": "#b7b3bd", - "width": 1, - "top": true, - "overlay": true - }, - "cursor_position": { - "family": "Zed Sans", - "color": "#585260", - "size": 14 - }, - "auto_update_progress_message": { - "family": "Zed Sans", - "color": "#585260", - "size": 14 - }, - "auto_update_done_message": { - "family": "Zed Sans", - "color": "#585260", - "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": "#585260", - "size": 14 - }, - "icon_color": "#585260", - "hover": { - "message": { - "family": "Zed Sans", - "color": "#26232a", - "size": 14 - }, - "icon_color": "#26232a", - "background": "#ccc9d2" - } - }, - "diagnostic_message": { - "family": "Zed Sans", - "color": "#585260", - "size": 14, - "hover": { - "family": "Zed Sans", - "color": "#585260", - "size": 14 - } - }, - "diagnostic_summary": { - "height": 16, - "icon_width": 14, - "icon_spacing": 2, - "summary_spacing": 6, - "text": { - "family": "Zed Sans", - "color": "#26232a", - "size": 14 - }, - "icon_color_ok": "#585260", - "icon_color_warning": "#a06e3b", - "icon_color_error": "#be4678", - "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": "#a06e3b26", - "border": { - "color": "#a06e3b26", - "width": 1 - } - }, - "container_error": { - "corner_radius": 6, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "background": "#be467826", - "border": { - "color": "#be467826", - "width": 1 - } - }, - "hover": { - "icon_color_ok": "#26232a", - "container_ok": { - "corner_radius": 6, - "padding": { - "top": 3, - "bottom": 3, - "left": 7, - "right": 7 - }, - "background": "#ccc9d2" - }, - "container_warning": { - "corner_radius": 6, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "background": "#a06e3b33", - "border": { - "color": "#a06e3b26", - "width": 1 - } - }, - "container_error": { - "corner_radius": 6, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "background": "#be467833", - "border": { - "color": "#be467826", - "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": "#585260", - "hover": { - "icon_color": "#26232a", - "background": "#ccc9d2" - }, - "active": { - "icon_color": "#19171c", - "background": "#b7b3bd" - } - }, - "badge": { - "corner_radius": 3, - "padding": 2, - "margin": { - "bottom": -1, - "right": -1 - }, - "border": { - "width": 1, - "color": "#e2dfe7" - }, - "background": "#576ddb" - } - } - }, - "titlebar": { - "avatar_width": 18, - "avatar_margin": 8, - "height": 33, - "background": "#ccc9d2", - "padding": { - "left": 80, - "right": 6 - }, - "title": { - "family": "Zed Sans", - "color": "#26232a", - "size": 14 - }, - "avatar": { - "corner_radius": 10, - "border": { - "color": "#00000088", - "width": 1 - } - }, - "avatar_ribbon": { - "height": 3, - "width": 12 - }, - "border": { - "color": "#b7b3bd", - "width": 1, - "bottom": true, - "overlay": true - }, - "sign_in_prompt": { - "border": { - "color": "#b7b3bd", - "width": 1 - }, - "corner_radius": 6, - "margin": { - "top": 1 - }, - "padding": { - "left": 6, - "right": 6 - }, - "family": "Zed Sans", - "color": "#585260", - "size": 12, - "hover": { - "family": "Zed Sans", - "color": "#19171c", - "size": 12 - } - }, - "offline_icon": { - "color": "#585260", - "width": 16, - "padding": { - "right": 4 - } - }, - "share_icon": { - "corner_radius": 6, - "margin": { - "top": 3, - "bottom": 2, - "left": 6 - }, - "color": "#585260", - "hover": { - "background": "#b7b3bd", - "color": "#585260" - }, - "active": { - "background": "#a19da7", - "color": "#19171c" - }, - "active_hover": { - "background": "#b7b3bd", - "color": "#19171c" - } - }, - "outdated_warning": { - "family": "Zed Sans", - "color": "#a06e3b", - "size": 12, - "background": "#a06e3b26", - "border": { - "color": "#a06e3b26", - "width": 1 - }, - "padding": { - "left": 6, - "right": 6 - }, - "corner_radius": 6 - } - }, - "toolbar": { - "height": 34, - "background": "#efecf4", - "border": { - "color": "#ccc9d2", - "width": 1, - "bottom": true - }, - "item_spacing": 8, - "padding": { - "left": 16, - "right": 8, - "top": 4, - "bottom": 4 - } - }, - "breadcrumbs": { - "family": "Zed Mono", - "color": "#585260", - "size": 14, - "padding": { - "left": 6 - } - }, - "disconnected_overlay": { - "family": "Zed Sans", - "color": "#19171c", - "size": 14, - "background": "#000000aa" - }, - "notification": { - "margin": { - "top": 10 - }, - "background": "#e2dfe7", - "corner_radius": 6, - "padding": 12, - "border": { - "color": "#b7b3bd", - "width": 1 - }, - "shadow": { - "blur": 16, - "color": "#0000001f", - "offset": [ - 0, - 2 - ] - } - }, - "notifications": { - "width": 380, - "margin": { - "right": 10, - "bottom": 10 - } - } - }, - "editor": { - "text_color": "#19171c", - "background": "#efecf4", - "active_line_background": "#e2dfe7", - "code_actions_indicator": "#585260", - "diff_background_deleted": "#be467826", - "diff_background_inserted": "#2a929226", - "document_highlight_read_background": "#8b87921f", - "document_highlight_write_background": "#8b87923d", - "error_color": "#be4678", - "gutter_background": "#efecf4", - "gutter_padding_factor": 3.5, - "highlighted_line_background": "#ccc9d2", - "line_number": "#655f6d", - "line_number_active": "#19171c", - "rename_fade": 0.6, - "unnecessary_code_fade": 0.5, - "selection": { - "cursor": "#576ddb", - "selection": "#576ddb3d" - }, - "guest_selections": [ - { - "cursor": "#2a9292", - "selection": "#2a92923d" - }, - { - "cursor": "#bf40bf", - "selection": "#bf40bf3d" - }, - { - "cursor": "#aa573c", - "selection": "#aa573c3d" - }, - { - "cursor": "#955ae7", - "selection": "#955ae73d" - }, - { - "cursor": "#398bc6", - "selection": "#398bc63d" - }, - { - "cursor": "#be4678", - "selection": "#be46783d" - }, - { - "cursor": "#a06e3b", - "selection": "#a06e3b3d" - } - ], - "autocomplete": { - "background": "#efecf4", - "corner_radius": 8, - "padding": 4, - "border": { - "color": "#ccc9d2", - "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": "#ece9f1" - }, - "margin": { - "left": -14 - }, - "match_highlight": { - "family": "Zed Mono", - "color": "#576ddb", - "size": 14 - }, - "selected_item": { - "corner_radius": 6, - "padding": { - "bottom": 2, - "left": 6, - "right": 6, - "top": 2 - }, - "background": "#e9e6ee" - } - }, - "diagnostic_header": { - "background": "#e2dfe7", - "icon_width_factor": 1.5, - "text_scale_factor": 0.857, - "border": { - "color": "#ccc9d2", - "width": 1, - "bottom": true, - "top": true - }, - "code": { - "family": "Zed Mono", - "color": "#585260", - "size": 14, - "margin": { - "left": 10 - } - }, - "message": { - "highlight_text": { - "family": "Zed Sans", - "color": "#26232a", - "size": 14, - "weight": "bold" - }, - "text": { - "family": "Zed Sans", - "color": "#585260", - "size": 14 - } - } - }, - "diagnostic_path_header": { - "background": "#e2dfe7", - "text_scale_factor": 0.857, - "filename": { - "family": "Zed Mono", - "color": "#26232a", - "size": 14 - }, - "path": { - "family": "Zed Mono", - "color": "#585260", - "size": 14, - "margin": { - "left": 12 - } - } - }, - "error_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#b7b3bd", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#be4678", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#be4678", - "size": 14, - "weight": "bold" - } - } - }, - "warning_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#b7b3bd", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#a06e3b", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#a06e3b", - "size": 14, - "weight": "bold" - } - } - }, - "information_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#b7b3bd", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#576ddb", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#576ddb", - "size": 14, - "weight": "bold" - } - } - }, - "hint_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#b7b3bd", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#576ddb", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#576ddb", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_error_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#b7b3bd", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#585260", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#585260", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_hint_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#b7b3bd", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#585260", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#585260", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_information_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#b7b3bd", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#585260", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#585260", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_warning_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#b7b3bd", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#585260", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#585260", - "size": 14, - "weight": "bold" - } - } - }, - "syntax": { - "primary": { - "color": "#19171c", - "weight": "normal" - }, - "comment": { - "color": "#585260", - "weight": "normal" - }, - "punctuation": { - "color": "#26232a", - "weight": "normal" - }, - "constant": { - "color": "#655f6d", - "weight": "normal" - }, - "keyword": { - "color": "#576ddb", - "weight": "normal" - }, - "function": { - "color": "#a06e3b", - "weight": "normal" - }, - "type": { - "color": "#398bc6", - "weight": "normal" - }, - "variant": { - "color": "#576ddb", - "weight": "normal" - }, - "property": { - "color": "#576ddb", - "weight": "normal" - }, - "enum": { - "color": "#aa573c", - "weight": "normal" - }, - "operator": { - "color": "#aa573c", - "weight": "normal" - }, - "string": { - "color": "#aa573c", - "weight": "normal" - }, - "number": { - "color": "#2a9292", - "weight": "normal" - }, - "boolean": { - "color": "#2a9292", - "weight": "normal" - }, - "predictive": { - "color": "#585260", - "weight": "normal" - }, - "title": { - "color": "#a06e3b", - "weight": "bold" - }, - "emphasis": { - "color": "#576ddb", - "weight": "normal" - }, - "emphasis.strong": { - "color": "#576ddb", - "weight": "bold" - }, - "link_uri": { - "color": "#2a9292", - "weight": "normal", - "underline": true - }, - "link_text": { - "color": "#aa573c", - "weight": "normal", - "italic": true - } - } - }, - "project_diagnostics": { - "background": "#efecf4", - "tab_icon_spacing": 4, - "tab_icon_width": 13, - "tab_summary_spacing": 10, - "empty_message": { - "family": "Zed Sans", - "color": "#585260", - "size": 16 - } - }, - "command_palette": { - "keystroke_spacing": 8, - "key": { - "text": { - "family": "Zed Mono", - "color": "#585260", - "size": 12 - }, - "corner_radius": 4, - "background": "#efecf4", - "border": { - "color": "#ccc9d2", - "width": 1 - }, - "padding": { - "top": 2, - "bottom": 2, - "left": 8, - "right": 8 - }, - "margin": { - "left": 2 - }, - "active": { - "text": { - "family": "Zed Mono", - "color": "#19171c", - "size": 12 - } - } - } - }, - "project_panel": { - "padding": { - "left": 12, - "right": 12, - "top": 6, - "bottom": 6 - }, - "indent_width": 20, - "entry": { - "height": 24, - "icon_color": "#585260", - "icon_size": 8, - "icon_spacing": 8, - "text": { - "family": "Zed Mono", - "color": "#585260", - "size": 14 - }, - "hover": { - "background": "#ccc9d2", - "text": { - "family": "Zed Mono", - "color": "#26232a", - "size": 14 - } - }, - "active": { - "background": "#b7b3bd", - "text": { - "family": "Zed Mono", - "color": "#26232a", - "size": 14 - } - }, - "active_hover": { - "background": "#ccc9d2", - "text": { - "family": "Zed Mono", - "color": "#19171c", - "size": 14 - } - } - }, - "filename_editor": { - "background": "#e9e6ee", - "text": { - "family": "Zed Mono", - "color": "#26232a", - "size": 14 - }, - "selection": { - "cursor": "#576ddb", - "selection": "#576ddb3d" - } - } - }, - "chat_panel": { - "padding": { - "top": 12, - "bottom": 12 - }, - "channel_name": { - "family": "Zed Sans", - "color": "#26232a", - "weight": "bold", - "size": 14 - }, - "channel_name_hash": { - "family": "Zed Sans", - "color": "#585260", - "size": 14, - "padding": { - "right": 8 - } - }, - "channel_select": { - "header": { - "name": { - "family": "Zed Sans", - "color": "#26232a", - "size": 14 - }, - "padding": { - "bottom": 4, - "left": 0 - }, - "hash": { - "family": "Zed Sans", - "color": "#585260", - "size": 14, - "margin": { - "right": 8 - } - }, - "corner_radius": 0 - }, - "item": { - "name": { - "family": "Zed Sans", - "color": "#585260", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#585260", - "size": 14, - "margin": { - "right": 8 - } - }, - "corner_radius": 0 - }, - "hovered_item": { - "name": { - "family": "Zed Sans", - "color": "#585260", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#585260", - "size": 14, - "margin": { - "right": 8 - } - }, - "background": "#ccc9d2", - "corner_radius": 6 - }, - "active_item": { - "name": { - "family": "Zed Sans", - "color": "#26232a", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#585260", - "size": 14, - "margin": { - "right": 8 - } - }, - "corner_radius": 0 - }, - "hovered_active_item": { - "name": { - "family": "Zed Sans", - "color": "#26232a", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#585260", - "size": 14, - "margin": { - "right": 8 - } - }, - "background": "#ccc9d2", - "corner_radius": 6 - }, - "menu": { - "background": "#efecf4", - "corner_radius": 6, - "padding": 4, - "border": { - "color": "#b7b3bd", - "width": 1 - }, - "shadow": { - "blur": 16, - "color": "#0000001f", - "offset": [ - 0, - 2 - ] - } - } - }, - "sign_in_prompt": { - "family": "Zed Sans", - "color": "#585260", - "underline": true, - "size": 14 - }, - "hovered_sign_in_prompt": { - "family": "Zed Sans", - "color": "#26232a", - "underline": true, - "size": 14 - }, - "message": { - "body": { - "family": "Zed Sans", - "color": "#585260", - "size": 14 - }, - "timestamp": { - "family": "Zed Sans", - "color": "#585260", - "size": 14 - }, - "padding": { - "bottom": 6 - }, - "sender": { - "family": "Zed Sans", - "color": "#26232a", - "weight": "bold", - "size": 14, - "margin": { - "right": 8 - } - } - }, - "pending_message": { - "body": { - "family": "Zed Sans", - "color": "#585260", - "size": 14 - }, - "timestamp": { - "family": "Zed Sans", - "color": "#585260", - "size": 14 - }, - "padding": { - "bottom": 6 - }, - "sender": { - "family": "Zed Sans", - "color": "#585260", - "weight": "bold", - "size": 14, - "margin": { - "right": 8 - } - } - }, - "input_editor": { - "background": "#efecf4", - "corner_radius": 6, - "text": { - "family": "Zed Mono", - "color": "#26232a", - "size": 14 - }, - "placeholder_text": { - "family": "Zed Mono", - "color": "#655f6d", - "size": 14 - }, - "selection": { - "cursor": "#576ddb", - "selection": "#576ddb3d" - }, - "border": { - "color": "#ccc9d2", - "width": 1 - }, - "padding": { - "bottom": 7, - "left": 8, - "right": 8, - "top": 7 - } - } - }, - "contacts_panel": { - "padding": { - "top": 12, - "bottom": 0 - }, - "user_query_editor": { - "background": "#efecf4", - "corner_radius": 6, - "text": { - "family": "Zed Mono", - "color": "#26232a", - "size": 14 - }, - "placeholder_text": { - "family": "Zed Mono", - "color": "#655f6d", - "size": 14 - }, - "selection": { - "cursor": "#576ddb", - "selection": "#576ddb3d" - }, - "border": { - "color": "#ccc9d2", - "width": 1 - }, - "padding": { - "bottom": 4, - "left": 8, - "right": 8, - "top": 4 - }, - "margin": { - "left": 12, - "right": 12 - } - }, - "user_query_editor_height": 32, - "add_contact_button": { - "margin": { - "left": 6, - "right": 12 - }, - "color": "#26232a", - "button_width": 8, - "icon_width": 8 - }, - "row_height": 28, - "section_icon_size": 8, - "header_row": { - "family": "Zed Mono", - "color": "#585260", - "size": 14, - "margin": { - "top": 14 - }, - "padding": { - "left": 12, - "right": 12 - }, - "active": { - "family": "Zed Mono", - "color": "#26232a", - "size": 14, - "background": "#a19da7" - } - }, - "contact_row": { - "padding": { - "left": 12, - "right": 12 - }, - "active": { - "background": "#a19da7" - } - }, - "tree_branch": { - "color": "#655f6d", - "width": 1, - "hover": { - "color": "#655f6d" - }, - "active": { - "color": "#655f6d" - } - }, - "contact_avatar": { - "corner_radius": 10, - "width": 18 - }, - "contact_username": { - "family": "Zed Mono", - "color": "#26232a", - "size": 14, - "margin": { - "left": 8 - } - }, - "contact_button_spacing": 8, - "contact_button": { - "background": "#ccc9d2", - "color": "#26232a", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8, - "hover": { - "background": "#b7b3bd" - } - }, - "disabled_contact_button": { - "background": "#ccc9d2", - "color": "#585260", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8 - }, - "project_row": { - "guest_avatar_spacing": 4, - "height": 24, - "guest_avatar": { - "corner_radius": 8, - "width": 14 - }, - "name": { - "family": "Zed Mono", - "color": "#585260", - "size": 14, - "margin": { - "left": 8, - "right": 6 - } - }, - "guests": { - "margin": { - "left": 8, - "right": 8 - } - }, - "padding": { - "left": 12, - "right": 12 - }, - "background": "#e2dfe7", - "hover": { - "background": "#ccc9d2" - }, - "active": { - "background": "#b7b3bd" - } - }, - "invite_row": { - "padding": { - "left": 12, - "right": 12 - }, - "border": { - "top": true, - "width": 1, - "color": "#b7b3bd" - }, - "text": { - "family": "Zed Sans", - "color": "#26232a", - "size": 14 - }, - "hover": { - "text": { - "family": "Zed Sans", - "color": "#26232a", - "size": 14, - "underline": true - } - } - } - }, - "contact_finder": { - "background": "#e2dfe7", - "corner_radius": 8, - "padding": 8, - "item": { - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 4 - }, - "corner_radius": 8, - "text": { - "family": "Zed Sans", - "color": "#585260", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#576ddb", - "weight": "bold", - "size": 14 - }, - "active": { - "background": "#b7b3bd", - "text": { - "family": "Zed Sans", - "color": "#26232a", - "size": 14 - } - }, - "hover": { - "background": "#ccc9d2" - } - }, - "border": { - "color": "#b7b3bd", - "width": 1 - }, - "empty": { - "text": { - "family": "Zed Sans", - "color": "#655f6d", - "size": 14 - }, - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 8 - } - }, - "input_editor": { - "background": "#efecf4", - "corner_radius": 8, - "placeholder_text": { - "family": "Zed Sans", - "color": "#655f6d", - "size": 14 - }, - "selection": { - "cursor": "#576ddb", - "selection": "#576ddb3d" - }, - "text": { - "family": "Zed Mono", - "color": "#26232a", - "size": 14 - }, - "border": { - "color": "#ccc9d2", - "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": "#ccc9d2", - "color": "#26232a", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8, - "hover": { - "background": "#b7b3bd" - } - }, - "disabled_contact_button": { - "background": "#ccc9d2", - "color": "#585260", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8 - } - }, - "search": { - "match_background": "#d5bdfa", - "tab_icon_spacing": 8, - "tab_icon_width": 14, - "option_button": { - "family": "Zed Mono", - "color": "#585260", - "size": 14, - "background": "#ccc9d2", - "corner_radius": 6, - "border": { - "color": "#ccc9d2", - "width": 1 - }, - "margin": { - "right": 4 - }, - "padding": { - "bottom": 2, - "left": 10, - "right": 10, - "top": 2 - }, - "active": { - "family": "Zed Mono", - "color": "#19171c", - "size": 14, - "background": "#a19da7", - "border": { - "color": "#e2dfe7", - "width": 1 - } - }, - "hover": { - "family": "Zed Mono", - "color": "#19171c", - "size": 14, - "background": "#b7b3bd", - "border": { - "color": "#e2dfe7", - "width": 1 - } - } - }, - "editor": { - "background": "#efecf4", - "corner_radius": 8, - "min_width": 200, - "max_width": 500, - "placeholder_text": { - "family": "Zed Mono", - "color": "#655f6d", - "size": 14 - }, - "selection": { - "cursor": "#576ddb", - "selection": "#576ddb3d" - }, - "text": { - "family": "Zed Mono", - "color": "#19171c", - "size": 14 - }, - "border": { - "color": "#ccc9d2", - "width": 1 - }, - "margin": { - "right": 12 - }, - "padding": { - "top": 3, - "bottom": 3, - "left": 12, - "right": 8 - } - }, - "invalid_editor": { - "background": "#efecf4", - "corner_radius": 8, - "min_width": 200, - "max_width": 500, - "placeholder_text": { - "family": "Zed Mono", - "color": "#655f6d", - "size": 14 - }, - "selection": { - "cursor": "#576ddb", - "selection": "#576ddb3d" - }, - "text": { - "family": "Zed Mono", - "color": "#19171c", - "size": 14 - }, - "border": { - "color": "#be467826", - "width": 1 - }, - "margin": { - "right": 12 - }, - "padding": { - "top": 3, - "bottom": 3, - "left": 12, - "right": 8 - } - }, - "match_index": { - "family": "Zed Mono", - "color": "#585260", - "size": 14, - "padding": 6 - }, - "option_button_group": { - "padding": { - "left": 12, - "right": 12 - } - }, - "results_status": { - "family": "Zed Mono", - "color": "#26232a", - "size": 18 - } - }, - "breadcrumbs": { - "family": "Zed Sans", - "color": "#585260", - "size": 14, - "padding": { - "left": 6 - } - }, - "contact_notification": { - "header_avatar": { - "height": 12, - "width": 12, - "corner_radius": 6 - }, - "header_message": { - "family": "Zed Sans", - "color": "#26232a", - "size": 12, - "margin": { - "left": 8, - "right": 8 - } - }, - "header_height": 18, - "body_message": { - "family": "Zed Sans", - "color": "#585260", - "size": 12, - "margin": { - "left": 20, - "top": 6, - "bottom": 6 - } - }, - "button": { - "family": "Zed Sans", - "color": "#26232a", - "size": 12, - "background": "#efecf4", - "padding": 4, - "corner_radius": 6, - "margin": { - "left": 6 - }, - "hover": { - "background": "#ece9f1" - } - }, - "dismiss_button": { - "color": "#585260", - "icon_width": 8, - "icon_height": 8, - "button_width": 8, - "button_height": 8, - "hover": { - "color": "#26232a" - } - } - } -} \ No newline at end of file diff --git a/assets/themes/solarized-dark.json b/assets/themes/solarized-dark.json deleted file mode 100644 index 406787423f..0000000000 --- a/assets/themes/solarized-dark.json +++ /dev/null @@ -1,1734 +0,0 @@ -{ - "picker": { - "background": "#073642", - "corner_radius": 8, - "padding": 8, - "item": { - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 4 - }, - "corner_radius": 8, - "text": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#268bd2", - "weight": "bold", - "size": 14 - }, - "active": { - "background": "#30525c", - "text": { - "family": "Zed Sans", - "color": "#eee8d5", - "size": 14 - } - }, - "hover": { - "background": "#1b444f" - } - }, - "border": { - "color": "#002b36", - "width": 1 - }, - "empty": { - "text": { - "family": "Zed Sans", - "color": "#839496", - "size": 14 - }, - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 8 - } - }, - "input_editor": { - "background": "#002b36", - "corner_radius": 8, - "placeholder_text": { - "family": "Zed Sans", - "color": "#839496", - "size": 14 - }, - "selection": { - "cursor": "#268bd2", - "selection": "#268bd23d" - }, - "text": { - "family": "Zed Mono", - "color": "#eee8d5", - "size": 14 - }, - "border": { - "color": "#073642", - "width": 1 - }, - "padding": { - "bottom": 7, - "left": 16, - "right": 16, - "top": 7 - } - }, - "shadow": { - "blur": 16, - "color": "#0000003d", - "offset": [ - 0, - 2 - ] - } - }, - "workspace": { - "background": "#073642", - "joining_project_avatar": { - "corner_radius": 40, - "width": 80 - }, - "joining_project_message": { - "padding": 12, - "family": "Zed Sans", - "color": "#eee8d5", - "size": 18 - }, - "leader_border_opacity": 0.7, - "leader_border_width": 2, - "tab": { - "height": 32, - "background": "#073642", - "icon_close": "#93a1a1", - "icon_close_active": "#fdf6e3", - "icon_conflict": "#b58900", - "icon_dirty": "#268bd2", - "icon_width": 8, - "spacing": 8, - "text": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14 - }, - "border": { - "color": "#002b36", - "width": 1, - "left": true, - "bottom": true, - "overlay": true - }, - "padding": { - "left": 8, - "right": 8 - } - }, - "active_tab": { - "height": 32, - "background": "#002b36", - "icon_close": "#93a1a1", - "icon_close_active": "#fdf6e3", - "icon_conflict": "#b58900", - "icon_dirty": "#268bd2", - "icon_width": 8, - "spacing": 8, - "text": { - "family": "Zed Sans", - "color": "#fdf6e3", - "size": 14 - }, - "border": { - "color": "#002b36", - "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": "#002b36", - "padding": { - "left": 1 - } - }, - "pane_divider": { - "color": "#073642", - "width": 1 - }, - "status_bar": { - "height": 30, - "item_spacing": 8, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "border": { - "color": "#002b36", - "width": 1, - "top": true, - "overlay": true - }, - "cursor_position": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14 - }, - "auto_update_progress_message": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14 - }, - "auto_update_done_message": { - "family": "Zed Sans", - "color": "#93a1a1", - "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": "#93a1a1", - "size": 14 - }, - "icon_color": "#93a1a1", - "hover": { - "message": { - "family": "Zed Sans", - "color": "#eee8d5", - "size": 14 - }, - "icon_color": "#eee8d5", - "background": "#1b444f" - } - }, - "diagnostic_message": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14, - "hover": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14 - } - }, - "diagnostic_summary": { - "height": 16, - "icon_width": 14, - "icon_spacing": 2, - "summary_spacing": 6, - "text": { - "family": "Zed Sans", - "color": "#eee8d5", - "size": 14 - }, - "icon_color_ok": "#93a1a1", - "icon_color_warning": "#b58900", - "icon_color_error": "#dc322f", - "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": "#b5890026", - "border": { - "color": "#b5890026", - "width": 1 - } - }, - "container_error": { - "corner_radius": 6, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "background": "#dc322f26", - "border": { - "color": "#dc322f26", - "width": 1 - } - }, - "hover": { - "icon_color_ok": "#eee8d5", - "container_ok": { - "corner_radius": 6, - "padding": { - "top": 3, - "bottom": 3, - "left": 7, - "right": 7 - }, - "background": "#1b444f" - }, - "container_warning": { - "corner_radius": 6, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "background": "#b5890033", - "border": { - "color": "#b5890026", - "width": 1 - } - }, - "container_error": { - "corner_radius": 6, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "background": "#dc322f33", - "border": { - "color": "#dc322f26", - "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": "#93a1a1", - "hover": { - "icon_color": "#eee8d5", - "background": "#1b444f" - }, - "active": { - "icon_color": "#fdf6e3", - "background": "#30525c" - } - }, - "badge": { - "corner_radius": 3, - "padding": 2, - "margin": { - "bottom": -1, - "right": -1 - }, - "border": { - "width": 1, - "color": "#073642" - }, - "background": "#268bd2" - } - } - }, - "titlebar": { - "avatar_width": 18, - "avatar_margin": 8, - "height": 33, - "background": "#1b444f", - "padding": { - "left": 80, - "right": 6 - }, - "title": { - "family": "Zed Sans", - "color": "#eee8d5", - "size": 14 - }, - "avatar": { - "corner_radius": 10, - "border": { - "color": "#00000088", - "width": 1 - } - }, - "avatar_ribbon": { - "height": 3, - "width": 12 - }, - "border": { - "color": "#002b36", - "width": 1, - "bottom": true, - "overlay": true - }, - "sign_in_prompt": { - "border": { - "color": "#002b36", - "width": 1 - }, - "corner_radius": 6, - "margin": { - "top": 1 - }, - "padding": { - "left": 6, - "right": 6 - }, - "family": "Zed Sans", - "color": "#93a1a1", - "size": 12, - "hover": { - "family": "Zed Sans", - "color": "#fdf6e3", - "size": 12 - } - }, - "offline_icon": { - "color": "#93a1a1", - "width": 16, - "padding": { - "right": 4 - } - }, - "share_icon": { - "corner_radius": 6, - "margin": { - "top": 3, - "bottom": 2, - "left": 6 - }, - "color": "#93a1a1", - "hover": { - "background": "#30525c", - "color": "#93a1a1" - }, - "active": { - "background": "#446068", - "color": "#fdf6e3" - }, - "active_hover": { - "background": "#30525c", - "color": "#fdf6e3" - } - }, - "outdated_warning": { - "family": "Zed Sans", - "color": "#b58900", - "size": 12, - "background": "#b5890026", - "border": { - "color": "#b5890026", - "width": 1 - }, - "padding": { - "left": 6, - "right": 6 - }, - "corner_radius": 6 - } - }, - "toolbar": { - "height": 34, - "background": "#002b36", - "border": { - "color": "#073642", - "width": 1, - "bottom": true - }, - "item_spacing": 8, - "padding": { - "left": 16, - "right": 8, - "top": 4, - "bottom": 4 - } - }, - "breadcrumbs": { - "family": "Zed Mono", - "color": "#93a1a1", - "size": 14, - "padding": { - "left": 6 - } - }, - "disconnected_overlay": { - "family": "Zed Sans", - "color": "#fdf6e3", - "size": 14, - "background": "#000000aa" - }, - "notification": { - "margin": { - "top": 10 - }, - "background": "#073642", - "corner_radius": 6, - "padding": 12, - "border": { - "color": "#002b36", - "width": 1 - }, - "shadow": { - "blur": 16, - "color": "#0000003d", - "offset": [ - 0, - 2 - ] - } - }, - "notifications": { - "width": 380, - "margin": { - "right": 10, - "bottom": 10 - } - } - }, - "editor": { - "text_color": "#fdf6e3", - "background": "#002b36", - "active_line_background": "#073642", - "code_actions_indicator": "#93a1a1", - "diff_background_deleted": "#dc322f26", - "diff_background_inserted": "#85990026", - "document_highlight_read_background": "#586e753d", - "document_highlight_write_background": "#586e757a", - "error_color": "#dc322f", - "gutter_background": "#002b36", - "gutter_padding_factor": 3.5, - "highlighted_line_background": "#1b444f", - "line_number": "#839496", - "line_number_active": "#fdf6e3", - "rename_fade": 0.6, - "unnecessary_code_fade": 0.5, - "selection": { - "cursor": "#268bd2", - "selection": "#268bd23d" - }, - "guest_selections": [ - { - "cursor": "#859900", - "selection": "#8599003d" - }, - { - "cursor": "#d33682", - "selection": "#d336823d" - }, - { - "cursor": "#cb4b16", - "selection": "#cb4b163d" - }, - { - "cursor": "#6c71c4", - "selection": "#6c71c43d" - }, - { - "cursor": "#2aa198", - "selection": "#2aa1983d" - }, - { - "cursor": "#dc322f", - "selection": "#dc322f3d" - }, - { - "cursor": "#b58900", - "selection": "#b589003d" - } - ], - "autocomplete": { - "background": "#002b36", - "corner_radius": 8, - "padding": 4, - "border": { - "color": "#073642", - "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": "#022e39" - }, - "margin": { - "left": -14 - }, - "match_highlight": { - "family": "Zed Mono", - "color": "#268bd2", - "size": 14 - }, - "selected_item": { - "corner_radius": 6, - "padding": { - "bottom": 2, - "left": 6, - "right": 6, - "top": 2 - }, - "background": "#04313c" - } - }, - "diagnostic_header": { - "background": "#073642", - "icon_width_factor": 1.5, - "text_scale_factor": 0.857, - "border": { - "color": "#073642", - "width": 1, - "bottom": true, - "top": true - }, - "code": { - "family": "Zed Mono", - "color": "#93a1a1", - "size": 14, - "margin": { - "left": 10 - } - }, - "message": { - "highlight_text": { - "family": "Zed Sans", - "color": "#eee8d5", - "size": 14, - "weight": "bold" - }, - "text": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14 - } - } - }, - "diagnostic_path_header": { - "background": "#073642", - "text_scale_factor": 0.857, - "filename": { - "family": "Zed Mono", - "color": "#eee8d5", - "size": 14 - }, - "path": { - "family": "Zed Mono", - "color": "#93a1a1", - "size": 14, - "margin": { - "left": 12 - } - } - }, - "error_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#002b36", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#dc322f", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#dc322f", - "size": 14, - "weight": "bold" - } - } - }, - "warning_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#002b36", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#b58900", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#b58900", - "size": 14, - "weight": "bold" - } - } - }, - "information_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#002b36", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#268bd2", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#268bd2", - "size": 14, - "weight": "bold" - } - } - }, - "hint_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#002b36", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#268bd2", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#268bd2", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_error_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#002b36", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_hint_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#002b36", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_information_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#002b36", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_warning_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#002b36", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14, - "weight": "bold" - } - } - }, - "syntax": { - "primary": { - "color": "#fdf6e3", - "weight": "normal" - }, - "comment": { - "color": "#93a1a1", - "weight": "normal" - }, - "punctuation": { - "color": "#eee8d5", - "weight": "normal" - }, - "constant": { - "color": "#839496", - "weight": "normal" - }, - "keyword": { - "color": "#268bd2", - "weight": "normal" - }, - "function": { - "color": "#b58900", - "weight": "normal" - }, - "type": { - "color": "#2aa198", - "weight": "normal" - }, - "variant": { - "color": "#268bd2", - "weight": "normal" - }, - "property": { - "color": "#268bd2", - "weight": "normal" - }, - "enum": { - "color": "#cb4b16", - "weight": "normal" - }, - "operator": { - "color": "#cb4b16", - "weight": "normal" - }, - "string": { - "color": "#cb4b16", - "weight": "normal" - }, - "number": { - "color": "#859900", - "weight": "normal" - }, - "boolean": { - "color": "#859900", - "weight": "normal" - }, - "predictive": { - "color": "#93a1a1", - "weight": "normal" - }, - "title": { - "color": "#b58900", - "weight": "bold" - }, - "emphasis": { - "color": "#268bd2", - "weight": "normal" - }, - "emphasis.strong": { - "color": "#268bd2", - "weight": "bold" - }, - "link_uri": { - "color": "#859900", - "weight": "normal", - "underline": true - }, - "link_text": { - "color": "#cb4b16", - "weight": "normal", - "italic": true - } - } - }, - "project_diagnostics": { - "background": "#002b36", - "tab_icon_spacing": 4, - "tab_icon_width": 13, - "tab_summary_spacing": 10, - "empty_message": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 16 - } - }, - "command_palette": { - "keystroke_spacing": 8, - "key": { - "text": { - "family": "Zed Mono", - "color": "#93a1a1", - "size": 12 - }, - "corner_radius": 4, - "background": "#002b36", - "border": { - "color": "#073642", - "width": 1 - }, - "padding": { - "top": 2, - "bottom": 2, - "left": 8, - "right": 8 - }, - "margin": { - "left": 2 - }, - "active": { - "text": { - "family": "Zed Mono", - "color": "#fdf6e3", - "size": 12 - } - } - } - }, - "project_panel": { - "padding": { - "left": 12, - "right": 12, - "top": 6, - "bottom": 6 - }, - "indent_width": 20, - "entry": { - "height": 24, - "icon_color": "#93a1a1", - "icon_size": 8, - "icon_spacing": 8, - "text": { - "family": "Zed Mono", - "color": "#93a1a1", - "size": 14 - }, - "hover": { - "background": "#1b444f", - "text": { - "family": "Zed Mono", - "color": "#eee8d5", - "size": 14 - } - }, - "active": { - "background": "#30525c", - "text": { - "family": "Zed Mono", - "color": "#eee8d5", - "size": 14 - } - }, - "active_hover": { - "background": "#1b444f", - "text": { - "family": "Zed Mono", - "color": "#fdf6e3", - "size": 14 - } - } - }, - "filename_editor": { - "background": "#04313c", - "text": { - "family": "Zed Mono", - "color": "#eee8d5", - "size": 14 - }, - "selection": { - "cursor": "#268bd2", - "selection": "#268bd23d" - } - } - }, - "chat_panel": { - "padding": { - "top": 12, - "bottom": 12 - }, - "channel_name": { - "family": "Zed Sans", - "color": "#eee8d5", - "weight": "bold", - "size": 14 - }, - "channel_name_hash": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14, - "padding": { - "right": 8 - } - }, - "channel_select": { - "header": { - "name": { - "family": "Zed Sans", - "color": "#eee8d5", - "size": 14 - }, - "padding": { - "bottom": 4, - "left": 0 - }, - "hash": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14, - "margin": { - "right": 8 - } - }, - "corner_radius": 0 - }, - "item": { - "name": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14, - "margin": { - "right": 8 - } - }, - "corner_radius": 0 - }, - "hovered_item": { - "name": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14, - "margin": { - "right": 8 - } - }, - "background": "#1b444f", - "corner_radius": 6 - }, - "active_item": { - "name": { - "family": "Zed Sans", - "color": "#eee8d5", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14, - "margin": { - "right": 8 - } - }, - "corner_radius": 0 - }, - "hovered_active_item": { - "name": { - "family": "Zed Sans", - "color": "#eee8d5", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14, - "margin": { - "right": 8 - } - }, - "background": "#1b444f", - "corner_radius": 6 - }, - "menu": { - "background": "#002b36", - "corner_radius": 6, - "padding": 4, - "border": { - "color": "#002b36", - "width": 1 - }, - "shadow": { - "blur": 16, - "color": "#0000003d", - "offset": [ - 0, - 2 - ] - } - } - }, - "sign_in_prompt": { - "family": "Zed Sans", - "color": "#93a1a1", - "underline": true, - "size": 14 - }, - "hovered_sign_in_prompt": { - "family": "Zed Sans", - "color": "#eee8d5", - "underline": true, - "size": 14 - }, - "message": { - "body": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14 - }, - "timestamp": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14 - }, - "padding": { - "bottom": 6 - }, - "sender": { - "family": "Zed Sans", - "color": "#eee8d5", - "weight": "bold", - "size": 14, - "margin": { - "right": 8 - } - } - }, - "pending_message": { - "body": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14 - }, - "timestamp": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14 - }, - "padding": { - "bottom": 6 - }, - "sender": { - "family": "Zed Sans", - "color": "#93a1a1", - "weight": "bold", - "size": 14, - "margin": { - "right": 8 - } - } - }, - "input_editor": { - "background": "#002b36", - "corner_radius": 6, - "text": { - "family": "Zed Mono", - "color": "#eee8d5", - "size": 14 - }, - "placeholder_text": { - "family": "Zed Mono", - "color": "#839496", - "size": 14 - }, - "selection": { - "cursor": "#268bd2", - "selection": "#268bd23d" - }, - "border": { - "color": "#073642", - "width": 1 - }, - "padding": { - "bottom": 7, - "left": 8, - "right": 8, - "top": 7 - } - } - }, - "contacts_panel": { - "padding": { - "top": 12, - "bottom": 0 - }, - "user_query_editor": { - "background": "#002b36", - "corner_radius": 6, - "text": { - "family": "Zed Mono", - "color": "#eee8d5", - "size": 14 - }, - "placeholder_text": { - "family": "Zed Mono", - "color": "#839496", - "size": 14 - }, - "selection": { - "cursor": "#268bd2", - "selection": "#268bd23d" - }, - "border": { - "color": "#073642", - "width": 1 - }, - "padding": { - "bottom": 4, - "left": 8, - "right": 8, - "top": 4 - }, - "margin": { - "left": 12, - "right": 12 - } - }, - "user_query_editor_height": 32, - "add_contact_button": { - "margin": { - "left": 6, - "right": 12 - }, - "color": "#eee8d5", - "button_width": 8, - "icon_width": 8 - }, - "row_height": 28, - "section_icon_size": 8, - "header_row": { - "family": "Zed Mono", - "color": "#93a1a1", - "size": 14, - "margin": { - "top": 14 - }, - "padding": { - "left": 12, - "right": 12 - }, - "active": { - "family": "Zed Mono", - "color": "#eee8d5", - "size": 14, - "background": "#446068" - } - }, - "contact_row": { - "padding": { - "left": 12, - "right": 12 - }, - "active": { - "background": "#446068" - } - }, - "tree_branch": { - "color": "#657b83", - "width": 1, - "hover": { - "color": "#657b83" - }, - "active": { - "color": "#657b83" - } - }, - "contact_avatar": { - "corner_radius": 10, - "width": 18 - }, - "contact_username": { - "family": "Zed Mono", - "color": "#eee8d5", - "size": 14, - "margin": { - "left": 8 - } - }, - "contact_button_spacing": 8, - "contact_button": { - "background": "#1b444f", - "color": "#eee8d5", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8, - "hover": { - "background": "#30525c" - } - }, - "disabled_contact_button": { - "background": "#1b444f", - "color": "#93a1a1", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8 - }, - "project_row": { - "guest_avatar_spacing": 4, - "height": 24, - "guest_avatar": { - "corner_radius": 8, - "width": 14 - }, - "name": { - "family": "Zed Mono", - "color": "#93a1a1", - "size": 14, - "margin": { - "left": 8, - "right": 6 - } - }, - "guests": { - "margin": { - "left": 8, - "right": 8 - } - }, - "padding": { - "left": 12, - "right": 12 - }, - "background": "#073642", - "hover": { - "background": "#1b444f" - }, - "active": { - "background": "#30525c" - } - }, - "invite_row": { - "padding": { - "left": 12, - "right": 12 - }, - "border": { - "top": true, - "width": 1, - "color": "#002b36" - }, - "text": { - "family": "Zed Sans", - "color": "#eee8d5", - "size": 14 - }, - "hover": { - "text": { - "family": "Zed Sans", - "color": "#eee8d5", - "size": 14, - "underline": true - } - } - } - }, - "contact_finder": { - "background": "#073642", - "corner_radius": 8, - "padding": 8, - "item": { - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 4 - }, - "corner_radius": 8, - "text": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#268bd2", - "weight": "bold", - "size": 14 - }, - "active": { - "background": "#30525c", - "text": { - "family": "Zed Sans", - "color": "#eee8d5", - "size": 14 - } - }, - "hover": { - "background": "#1b444f" - } - }, - "border": { - "color": "#002b36", - "width": 1 - }, - "empty": { - "text": { - "family": "Zed Sans", - "color": "#839496", - "size": 14 - }, - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 8 - } - }, - "input_editor": { - "background": "#002b36", - "corner_radius": 8, - "placeholder_text": { - "family": "Zed Sans", - "color": "#839496", - "size": 14 - }, - "selection": { - "cursor": "#268bd2", - "selection": "#268bd23d" - }, - "text": { - "family": "Zed Mono", - "color": "#eee8d5", - "size": 14 - }, - "border": { - "color": "#073642", - "width": 1 - }, - "padding": { - "bottom": 7, - "left": 16, - "right": 16, - "top": 7 - } - }, - "shadow": { - "blur": 16, - "color": "#0000003d", - "offset": [ - 0, - 2 - ] - }, - "row_height": 28, - "contact_avatar": { - "corner_radius": 10, - "width": 18 - }, - "contact_username": { - "padding": { - "left": 8 - } - }, - "contact_button": { - "background": "#1b444f", - "color": "#eee8d5", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8, - "hover": { - "background": "#30525c" - } - }, - "disabled_contact_button": { - "background": "#1b444f", - "color": "#93a1a1", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8 - } - }, - "search": { - "match_background": "#1b1f6b", - "tab_icon_spacing": 8, - "tab_icon_width": 14, - "option_button": { - "family": "Zed Mono", - "color": "#93a1a1", - "size": 14, - "background": "#1b444f", - "corner_radius": 6, - "border": { - "color": "#073642", - "width": 1 - }, - "margin": { - "right": 4 - }, - "padding": { - "bottom": 2, - "left": 10, - "right": 10, - "top": 2 - }, - "active": { - "family": "Zed Mono", - "color": "#fdf6e3", - "size": 14, - "background": "#446068", - "border": { - "color": "#657b83", - "width": 1 - } - }, - "hover": { - "family": "Zed Mono", - "color": "#fdf6e3", - "size": 14, - "background": "#30525c", - "border": { - "color": "#657b83", - "width": 1 - } - } - }, - "editor": { - "background": "#002b36", - "corner_radius": 8, - "min_width": 200, - "max_width": 500, - "placeholder_text": { - "family": "Zed Mono", - "color": "#839496", - "size": 14 - }, - "selection": { - "cursor": "#268bd2", - "selection": "#268bd23d" - }, - "text": { - "family": "Zed Mono", - "color": "#fdf6e3", - "size": 14 - }, - "border": { - "color": "#073642", - "width": 1 - }, - "margin": { - "right": 12 - }, - "padding": { - "top": 3, - "bottom": 3, - "left": 12, - "right": 8 - } - }, - "invalid_editor": { - "background": "#002b36", - "corner_radius": 8, - "min_width": 200, - "max_width": 500, - "placeholder_text": { - "family": "Zed Mono", - "color": "#839496", - "size": 14 - }, - "selection": { - "cursor": "#268bd2", - "selection": "#268bd23d" - }, - "text": { - "family": "Zed Mono", - "color": "#fdf6e3", - "size": 14 - }, - "border": { - "color": "#dc322f26", - "width": 1 - }, - "margin": { - "right": 12 - }, - "padding": { - "top": 3, - "bottom": 3, - "left": 12, - "right": 8 - } - }, - "match_index": { - "family": "Zed Mono", - "color": "#93a1a1", - "size": 14, - "padding": 6 - }, - "option_button_group": { - "padding": { - "left": 12, - "right": 12 - } - }, - "results_status": { - "family": "Zed Mono", - "color": "#eee8d5", - "size": 18 - } - }, - "breadcrumbs": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 14, - "padding": { - "left": 6 - } - }, - "contact_notification": { - "header_avatar": { - "height": 12, - "width": 12, - "corner_radius": 6 - }, - "header_message": { - "family": "Zed Sans", - "color": "#eee8d5", - "size": 12, - "margin": { - "left": 8, - "right": 8 - } - }, - "header_height": 18, - "body_message": { - "family": "Zed Sans", - "color": "#93a1a1", - "size": 12, - "margin": { - "left": 20, - "top": 6, - "bottom": 6 - } - }, - "button": { - "family": "Zed Sans", - "color": "#eee8d5", - "size": 12, - "background": "#002b36", - "padding": 4, - "corner_radius": 6, - "margin": { - "left": 6 - }, - "hover": { - "background": "#022e39" - } - }, - "dismiss_button": { - "color": "#93a1a1", - "icon_width": 8, - "icon_height": 8, - "button_width": 8, - "button_height": 8, - "hover": { - "color": "#eee8d5" - } - } - } -} \ No newline at end of file diff --git a/assets/themes/solarized-light.json b/assets/themes/solarized-light.json deleted file mode 100644 index 60ea14702f..0000000000 --- a/assets/themes/solarized-light.json +++ /dev/null @@ -1,1734 +0,0 @@ -{ - "picker": { - "background": "#eee8d5", - "corner_radius": 8, - "padding": 8, - "item": { - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 4 - }, - "corner_radius": 8, - "text": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#268bd2", - "weight": "bold", - "size": 14 - }, - "active": { - "background": "#c1c5bb", - "text": { - "family": "Zed Sans", - "color": "#073642", - "size": 14 - } - }, - "hover": { - "background": "#d7d6c8" - } - }, - "border": { - "color": "#c1c5bb", - "width": 1 - }, - "empty": { - "text": { - "family": "Zed Sans", - "color": "#657b83", - "size": 14 - }, - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 8 - } - }, - "input_editor": { - "background": "#fdf6e3", - "corner_radius": 8, - "placeholder_text": { - "family": "Zed Sans", - "color": "#657b83", - "size": 14 - }, - "selection": { - "cursor": "#268bd2", - "selection": "#268bd23d" - }, - "text": { - "family": "Zed Mono", - "color": "#073642", - "size": 14 - }, - "border": { - "color": "#d7d6c8", - "width": 1 - }, - "padding": { - "bottom": 7, - "left": 16, - "right": 16, - "top": 7 - } - }, - "shadow": { - "blur": 16, - "color": "#0000001f", - "offset": [ - 0, - 2 - ] - } - }, - "workspace": { - "background": "#eee8d5", - "joining_project_avatar": { - "corner_radius": 40, - "width": 80 - }, - "joining_project_message": { - "padding": 12, - "family": "Zed Sans", - "color": "#073642", - "size": 18 - }, - "leader_border_opacity": 0.7, - "leader_border_width": 2, - "tab": { - "height": 32, - "background": "#eee8d5", - "icon_close": "#586e75", - "icon_close_active": "#002b36", - "icon_conflict": "#b58900", - "icon_dirty": "#268bd2", - "icon_width": 8, - "spacing": 8, - "text": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14 - }, - "border": { - "color": "#c1c5bb", - "width": 1, - "left": true, - "bottom": true, - "overlay": true - }, - "padding": { - "left": 8, - "right": 8 - } - }, - "active_tab": { - "height": 32, - "background": "#fdf6e3", - "icon_close": "#586e75", - "icon_close_active": "#002b36", - "icon_conflict": "#b58900", - "icon_dirty": "#268bd2", - "icon_width": 8, - "spacing": 8, - "text": { - "family": "Zed Sans", - "color": "#002b36", - "size": 14 - }, - "border": { - "color": "#c1c5bb", - "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": "#c1c5bb", - "padding": { - "left": 1 - } - }, - "pane_divider": { - "color": "#d7d6c8", - "width": 1 - }, - "status_bar": { - "height": 30, - "item_spacing": 8, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "border": { - "color": "#c1c5bb", - "width": 1, - "top": true, - "overlay": true - }, - "cursor_position": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14 - }, - "auto_update_progress_message": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14 - }, - "auto_update_done_message": { - "family": "Zed Sans", - "color": "#586e75", - "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": "#586e75", - "size": 14 - }, - "icon_color": "#586e75", - "hover": { - "message": { - "family": "Zed Sans", - "color": "#073642", - "size": 14 - }, - "icon_color": "#073642", - "background": "#d7d6c8" - } - }, - "diagnostic_message": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14, - "hover": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14 - } - }, - "diagnostic_summary": { - "height": 16, - "icon_width": 14, - "icon_spacing": 2, - "summary_spacing": 6, - "text": { - "family": "Zed Sans", - "color": "#073642", - "size": 14 - }, - "icon_color_ok": "#586e75", - "icon_color_warning": "#b58900", - "icon_color_error": "#dc322f", - "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": "#b5890026", - "border": { - "color": "#b5890026", - "width": 1 - } - }, - "container_error": { - "corner_radius": 6, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "background": "#dc322f26", - "border": { - "color": "#dc322f26", - "width": 1 - } - }, - "hover": { - "icon_color_ok": "#073642", - "container_ok": { - "corner_radius": 6, - "padding": { - "top": 3, - "bottom": 3, - "left": 7, - "right": 7 - }, - "background": "#d7d6c8" - }, - "container_warning": { - "corner_radius": 6, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "background": "#b5890033", - "border": { - "color": "#b5890026", - "width": 1 - } - }, - "container_error": { - "corner_radius": 6, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "background": "#dc322f33", - "border": { - "color": "#dc322f26", - "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": "#586e75", - "hover": { - "icon_color": "#073642", - "background": "#d7d6c8" - }, - "active": { - "icon_color": "#002b36", - "background": "#c1c5bb" - } - }, - "badge": { - "corner_radius": 3, - "padding": 2, - "margin": { - "bottom": -1, - "right": -1 - }, - "border": { - "width": 1, - "color": "#eee8d5" - }, - "background": "#268bd2" - } - } - }, - "titlebar": { - "avatar_width": 18, - "avatar_margin": 8, - "height": 33, - "background": "#d7d6c8", - "padding": { - "left": 80, - "right": 6 - }, - "title": { - "family": "Zed Sans", - "color": "#073642", - "size": 14 - }, - "avatar": { - "corner_radius": 10, - "border": { - "color": "#00000088", - "width": 1 - } - }, - "avatar_ribbon": { - "height": 3, - "width": 12 - }, - "border": { - "color": "#c1c5bb", - "width": 1, - "bottom": true, - "overlay": true - }, - "sign_in_prompt": { - "border": { - "color": "#c1c5bb", - "width": 1 - }, - "corner_radius": 6, - "margin": { - "top": 1 - }, - "padding": { - "left": 6, - "right": 6 - }, - "family": "Zed Sans", - "color": "#586e75", - "size": 12, - "hover": { - "family": "Zed Sans", - "color": "#002b36", - "size": 12 - } - }, - "offline_icon": { - "color": "#586e75", - "width": 16, - "padding": { - "right": 4 - } - }, - "share_icon": { - "corner_radius": 6, - "margin": { - "top": 3, - "bottom": 2, - "left": 6 - }, - "color": "#586e75", - "hover": { - "background": "#c1c5bb", - "color": "#586e75" - }, - "active": { - "background": "#aab3ae", - "color": "#002b36" - }, - "active_hover": { - "background": "#c1c5bb", - "color": "#002b36" - } - }, - "outdated_warning": { - "family": "Zed Sans", - "color": "#b58900", - "size": 12, - "background": "#b5890026", - "border": { - "color": "#b5890026", - "width": 1 - }, - "padding": { - "left": 6, - "right": 6 - }, - "corner_radius": 6 - } - }, - "toolbar": { - "height": 34, - "background": "#fdf6e3", - "border": { - "color": "#d7d6c8", - "width": 1, - "bottom": true - }, - "item_spacing": 8, - "padding": { - "left": 16, - "right": 8, - "top": 4, - "bottom": 4 - } - }, - "breadcrumbs": { - "family": "Zed Mono", - "color": "#586e75", - "size": 14, - "padding": { - "left": 6 - } - }, - "disconnected_overlay": { - "family": "Zed Sans", - "color": "#002b36", - "size": 14, - "background": "#000000aa" - }, - "notification": { - "margin": { - "top": 10 - }, - "background": "#eee8d5", - "corner_radius": 6, - "padding": 12, - "border": { - "color": "#c1c5bb", - "width": 1 - }, - "shadow": { - "blur": 16, - "color": "#0000001f", - "offset": [ - 0, - 2 - ] - } - }, - "notifications": { - "width": 380, - "margin": { - "right": 10, - "bottom": 10 - } - } - }, - "editor": { - "text_color": "#002b36", - "background": "#fdf6e3", - "active_line_background": "#eee8d5", - "code_actions_indicator": "#586e75", - "diff_background_deleted": "#dc322f26", - "diff_background_inserted": "#85990026", - "document_highlight_read_background": "#93a1a11f", - "document_highlight_write_background": "#93a1a13d", - "error_color": "#dc322f", - "gutter_background": "#fdf6e3", - "gutter_padding_factor": 3.5, - "highlighted_line_background": "#d7d6c8", - "line_number": "#657b83", - "line_number_active": "#002b36", - "rename_fade": 0.6, - "unnecessary_code_fade": 0.5, - "selection": { - "cursor": "#268bd2", - "selection": "#268bd23d" - }, - "guest_selections": [ - { - "cursor": "#859900", - "selection": "#8599003d" - }, - { - "cursor": "#d33682", - "selection": "#d336823d" - }, - { - "cursor": "#cb4b16", - "selection": "#cb4b163d" - }, - { - "cursor": "#6c71c4", - "selection": "#6c71c43d" - }, - { - "cursor": "#2aa198", - "selection": "#2aa1983d" - }, - { - "cursor": "#dc322f", - "selection": "#dc322f3d" - }, - { - "cursor": "#b58900", - "selection": "#b589003d" - } - ], - "autocomplete": { - "background": "#fdf6e3", - "corner_radius": 8, - "padding": 4, - "border": { - "color": "#d7d6c8", - "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": "#f9f3e0" - }, - "margin": { - "left": -14 - }, - "match_highlight": { - "family": "Zed Mono", - "color": "#268bd2", - "size": 14 - }, - "selected_item": { - "corner_radius": 6, - "padding": { - "bottom": 2, - "left": 6, - "right": 6, - "top": 2 - }, - "background": "#f6efdc" - } - }, - "diagnostic_header": { - "background": "#eee8d5", - "icon_width_factor": 1.5, - "text_scale_factor": 0.857, - "border": { - "color": "#d7d6c8", - "width": 1, - "bottom": true, - "top": true - }, - "code": { - "family": "Zed Mono", - "color": "#586e75", - "size": 14, - "margin": { - "left": 10 - } - }, - "message": { - "highlight_text": { - "family": "Zed Sans", - "color": "#073642", - "size": 14, - "weight": "bold" - }, - "text": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14 - } - } - }, - "diagnostic_path_header": { - "background": "#eee8d5", - "text_scale_factor": 0.857, - "filename": { - "family": "Zed Mono", - "color": "#073642", - "size": 14 - }, - "path": { - "family": "Zed Mono", - "color": "#586e75", - "size": 14, - "margin": { - "left": 12 - } - } - }, - "error_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#c1c5bb", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#dc322f", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#dc322f", - "size": 14, - "weight": "bold" - } - } - }, - "warning_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#c1c5bb", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#b58900", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#b58900", - "size": 14, - "weight": "bold" - } - } - }, - "information_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#c1c5bb", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#268bd2", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#268bd2", - "size": 14, - "weight": "bold" - } - } - }, - "hint_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#c1c5bb", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#268bd2", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#268bd2", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_error_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#c1c5bb", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_hint_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#c1c5bb", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_information_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#c1c5bb", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_warning_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#c1c5bb", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14, - "weight": "bold" - } - } - }, - "syntax": { - "primary": { - "color": "#002b36", - "weight": "normal" - }, - "comment": { - "color": "#586e75", - "weight": "normal" - }, - "punctuation": { - "color": "#073642", - "weight": "normal" - }, - "constant": { - "color": "#657b83", - "weight": "normal" - }, - "keyword": { - "color": "#268bd2", - "weight": "normal" - }, - "function": { - "color": "#b58900", - "weight": "normal" - }, - "type": { - "color": "#2aa198", - "weight": "normal" - }, - "variant": { - "color": "#268bd2", - "weight": "normal" - }, - "property": { - "color": "#268bd2", - "weight": "normal" - }, - "enum": { - "color": "#cb4b16", - "weight": "normal" - }, - "operator": { - "color": "#cb4b16", - "weight": "normal" - }, - "string": { - "color": "#cb4b16", - "weight": "normal" - }, - "number": { - "color": "#859900", - "weight": "normal" - }, - "boolean": { - "color": "#859900", - "weight": "normal" - }, - "predictive": { - "color": "#586e75", - "weight": "normal" - }, - "title": { - "color": "#b58900", - "weight": "bold" - }, - "emphasis": { - "color": "#268bd2", - "weight": "normal" - }, - "emphasis.strong": { - "color": "#268bd2", - "weight": "bold" - }, - "link_uri": { - "color": "#859900", - "weight": "normal", - "underline": true - }, - "link_text": { - "color": "#cb4b16", - "weight": "normal", - "italic": true - } - } - }, - "project_diagnostics": { - "background": "#fdf6e3", - "tab_icon_spacing": 4, - "tab_icon_width": 13, - "tab_summary_spacing": 10, - "empty_message": { - "family": "Zed Sans", - "color": "#586e75", - "size": 16 - } - }, - "command_palette": { - "keystroke_spacing": 8, - "key": { - "text": { - "family": "Zed Mono", - "color": "#586e75", - "size": 12 - }, - "corner_radius": 4, - "background": "#fdf6e3", - "border": { - "color": "#d7d6c8", - "width": 1 - }, - "padding": { - "top": 2, - "bottom": 2, - "left": 8, - "right": 8 - }, - "margin": { - "left": 2 - }, - "active": { - "text": { - "family": "Zed Mono", - "color": "#002b36", - "size": 12 - } - } - } - }, - "project_panel": { - "padding": { - "left": 12, - "right": 12, - "top": 6, - "bottom": 6 - }, - "indent_width": 20, - "entry": { - "height": 24, - "icon_color": "#586e75", - "icon_size": 8, - "icon_spacing": 8, - "text": { - "family": "Zed Mono", - "color": "#586e75", - "size": 14 - }, - "hover": { - "background": "#d7d6c8", - "text": { - "family": "Zed Mono", - "color": "#073642", - "size": 14 - } - }, - "active": { - "background": "#c1c5bb", - "text": { - "family": "Zed Mono", - "color": "#073642", - "size": 14 - } - }, - "active_hover": { - "background": "#d7d6c8", - "text": { - "family": "Zed Mono", - "color": "#002b36", - "size": 14 - } - } - }, - "filename_editor": { - "background": "#f6efdc", - "text": { - "family": "Zed Mono", - "color": "#073642", - "size": 14 - }, - "selection": { - "cursor": "#268bd2", - "selection": "#268bd23d" - } - } - }, - "chat_panel": { - "padding": { - "top": 12, - "bottom": 12 - }, - "channel_name": { - "family": "Zed Sans", - "color": "#073642", - "weight": "bold", - "size": 14 - }, - "channel_name_hash": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14, - "padding": { - "right": 8 - } - }, - "channel_select": { - "header": { - "name": { - "family": "Zed Sans", - "color": "#073642", - "size": 14 - }, - "padding": { - "bottom": 4, - "left": 0 - }, - "hash": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14, - "margin": { - "right": 8 - } - }, - "corner_radius": 0 - }, - "item": { - "name": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14, - "margin": { - "right": 8 - } - }, - "corner_radius": 0 - }, - "hovered_item": { - "name": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14, - "margin": { - "right": 8 - } - }, - "background": "#d7d6c8", - "corner_radius": 6 - }, - "active_item": { - "name": { - "family": "Zed Sans", - "color": "#073642", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14, - "margin": { - "right": 8 - } - }, - "corner_radius": 0 - }, - "hovered_active_item": { - "name": { - "family": "Zed Sans", - "color": "#073642", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14, - "margin": { - "right": 8 - } - }, - "background": "#d7d6c8", - "corner_radius": 6 - }, - "menu": { - "background": "#fdf6e3", - "corner_radius": 6, - "padding": 4, - "border": { - "color": "#c1c5bb", - "width": 1 - }, - "shadow": { - "blur": 16, - "color": "#0000001f", - "offset": [ - 0, - 2 - ] - } - } - }, - "sign_in_prompt": { - "family": "Zed Sans", - "color": "#586e75", - "underline": true, - "size": 14 - }, - "hovered_sign_in_prompt": { - "family": "Zed Sans", - "color": "#073642", - "underline": true, - "size": 14 - }, - "message": { - "body": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14 - }, - "timestamp": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14 - }, - "padding": { - "bottom": 6 - }, - "sender": { - "family": "Zed Sans", - "color": "#073642", - "weight": "bold", - "size": 14, - "margin": { - "right": 8 - } - } - }, - "pending_message": { - "body": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14 - }, - "timestamp": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14 - }, - "padding": { - "bottom": 6 - }, - "sender": { - "family": "Zed Sans", - "color": "#586e75", - "weight": "bold", - "size": 14, - "margin": { - "right": 8 - } - } - }, - "input_editor": { - "background": "#fdf6e3", - "corner_radius": 6, - "text": { - "family": "Zed Mono", - "color": "#073642", - "size": 14 - }, - "placeholder_text": { - "family": "Zed Mono", - "color": "#657b83", - "size": 14 - }, - "selection": { - "cursor": "#268bd2", - "selection": "#268bd23d" - }, - "border": { - "color": "#d7d6c8", - "width": 1 - }, - "padding": { - "bottom": 7, - "left": 8, - "right": 8, - "top": 7 - } - } - }, - "contacts_panel": { - "padding": { - "top": 12, - "bottom": 0 - }, - "user_query_editor": { - "background": "#fdf6e3", - "corner_radius": 6, - "text": { - "family": "Zed Mono", - "color": "#073642", - "size": 14 - }, - "placeholder_text": { - "family": "Zed Mono", - "color": "#657b83", - "size": 14 - }, - "selection": { - "cursor": "#268bd2", - "selection": "#268bd23d" - }, - "border": { - "color": "#d7d6c8", - "width": 1 - }, - "padding": { - "bottom": 4, - "left": 8, - "right": 8, - "top": 4 - }, - "margin": { - "left": 12, - "right": 12 - } - }, - "user_query_editor_height": 32, - "add_contact_button": { - "margin": { - "left": 6, - "right": 12 - }, - "color": "#073642", - "button_width": 8, - "icon_width": 8 - }, - "row_height": 28, - "section_icon_size": 8, - "header_row": { - "family": "Zed Mono", - "color": "#586e75", - "size": 14, - "margin": { - "top": 14 - }, - "padding": { - "left": 12, - "right": 12 - }, - "active": { - "family": "Zed Mono", - "color": "#073642", - "size": 14, - "background": "#aab3ae" - } - }, - "contact_row": { - "padding": { - "left": 12, - "right": 12 - }, - "active": { - "background": "#aab3ae" - } - }, - "tree_branch": { - "color": "#657b83", - "width": 1, - "hover": { - "color": "#657b83" - }, - "active": { - "color": "#657b83" - } - }, - "contact_avatar": { - "corner_radius": 10, - "width": 18 - }, - "contact_username": { - "family": "Zed Mono", - "color": "#073642", - "size": 14, - "margin": { - "left": 8 - } - }, - "contact_button_spacing": 8, - "contact_button": { - "background": "#d7d6c8", - "color": "#073642", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8, - "hover": { - "background": "#c1c5bb" - } - }, - "disabled_contact_button": { - "background": "#d7d6c8", - "color": "#586e75", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8 - }, - "project_row": { - "guest_avatar_spacing": 4, - "height": 24, - "guest_avatar": { - "corner_radius": 8, - "width": 14 - }, - "name": { - "family": "Zed Mono", - "color": "#586e75", - "size": 14, - "margin": { - "left": 8, - "right": 6 - } - }, - "guests": { - "margin": { - "left": 8, - "right": 8 - } - }, - "padding": { - "left": 12, - "right": 12 - }, - "background": "#eee8d5", - "hover": { - "background": "#d7d6c8" - }, - "active": { - "background": "#c1c5bb" - } - }, - "invite_row": { - "padding": { - "left": 12, - "right": 12 - }, - "border": { - "top": true, - "width": 1, - "color": "#c1c5bb" - }, - "text": { - "family": "Zed Sans", - "color": "#073642", - "size": 14 - }, - "hover": { - "text": { - "family": "Zed Sans", - "color": "#073642", - "size": 14, - "underline": true - } - } - } - }, - "contact_finder": { - "background": "#eee8d5", - "corner_radius": 8, - "padding": 8, - "item": { - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 4 - }, - "corner_radius": 8, - "text": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#268bd2", - "weight": "bold", - "size": 14 - }, - "active": { - "background": "#c1c5bb", - "text": { - "family": "Zed Sans", - "color": "#073642", - "size": 14 - } - }, - "hover": { - "background": "#d7d6c8" - } - }, - "border": { - "color": "#c1c5bb", - "width": 1 - }, - "empty": { - "text": { - "family": "Zed Sans", - "color": "#657b83", - "size": 14 - }, - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 8 - } - }, - "input_editor": { - "background": "#fdf6e3", - "corner_radius": 8, - "placeholder_text": { - "family": "Zed Sans", - "color": "#657b83", - "size": 14 - }, - "selection": { - "cursor": "#268bd2", - "selection": "#268bd23d" - }, - "text": { - "family": "Zed Mono", - "color": "#073642", - "size": 14 - }, - "border": { - "color": "#d7d6c8", - "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": "#d7d6c8", - "color": "#073642", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8, - "hover": { - "background": "#c1c5bb" - } - }, - "disabled_contact_button": { - "background": "#d7d6c8", - "color": "#586e75", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8 - } - }, - "search": { - "match_background": "#bcc0f6", - "tab_icon_spacing": 8, - "tab_icon_width": 14, - "option_button": { - "family": "Zed Mono", - "color": "#586e75", - "size": 14, - "background": "#d7d6c8", - "corner_radius": 6, - "border": { - "color": "#d7d6c8", - "width": 1 - }, - "margin": { - "right": 4 - }, - "padding": { - "bottom": 2, - "left": 10, - "right": 10, - "top": 2 - }, - "active": { - "family": "Zed Mono", - "color": "#002b36", - "size": 14, - "background": "#aab3ae", - "border": { - "color": "#eee8d5", - "width": 1 - } - }, - "hover": { - "family": "Zed Mono", - "color": "#002b36", - "size": 14, - "background": "#c1c5bb", - "border": { - "color": "#eee8d5", - "width": 1 - } - } - }, - "editor": { - "background": "#fdf6e3", - "corner_radius": 8, - "min_width": 200, - "max_width": 500, - "placeholder_text": { - "family": "Zed Mono", - "color": "#657b83", - "size": 14 - }, - "selection": { - "cursor": "#268bd2", - "selection": "#268bd23d" - }, - "text": { - "family": "Zed Mono", - "color": "#002b36", - "size": 14 - }, - "border": { - "color": "#d7d6c8", - "width": 1 - }, - "margin": { - "right": 12 - }, - "padding": { - "top": 3, - "bottom": 3, - "left": 12, - "right": 8 - } - }, - "invalid_editor": { - "background": "#fdf6e3", - "corner_radius": 8, - "min_width": 200, - "max_width": 500, - "placeholder_text": { - "family": "Zed Mono", - "color": "#657b83", - "size": 14 - }, - "selection": { - "cursor": "#268bd2", - "selection": "#268bd23d" - }, - "text": { - "family": "Zed Mono", - "color": "#002b36", - "size": 14 - }, - "border": { - "color": "#dc322f26", - "width": 1 - }, - "margin": { - "right": 12 - }, - "padding": { - "top": 3, - "bottom": 3, - "left": 12, - "right": 8 - } - }, - "match_index": { - "family": "Zed Mono", - "color": "#586e75", - "size": 14, - "padding": 6 - }, - "option_button_group": { - "padding": { - "left": 12, - "right": 12 - } - }, - "results_status": { - "family": "Zed Mono", - "color": "#073642", - "size": 18 - } - }, - "breadcrumbs": { - "family": "Zed Sans", - "color": "#586e75", - "size": 14, - "padding": { - "left": 6 - } - }, - "contact_notification": { - "header_avatar": { - "height": 12, - "width": 12, - "corner_radius": 6 - }, - "header_message": { - "family": "Zed Sans", - "color": "#073642", - "size": 12, - "margin": { - "left": 8, - "right": 8 - } - }, - "header_height": 18, - "body_message": { - "family": "Zed Sans", - "color": "#586e75", - "size": 12, - "margin": { - "left": 20, - "top": 6, - "bottom": 6 - } - }, - "button": { - "family": "Zed Sans", - "color": "#073642", - "size": 12, - "background": "#fdf6e3", - "padding": 4, - "corner_radius": 6, - "margin": { - "left": 6 - }, - "hover": { - "background": "#f9f3e0" - } - }, - "dismiss_button": { - "color": "#586e75", - "icon_width": 8, - "icon_height": 8, - "button_width": 8, - "button_height": 8, - "hover": { - "color": "#073642" - } - } - } -} \ No newline at end of file diff --git a/assets/themes/sulphurpool-dark.json b/assets/themes/sulphurpool-dark.json deleted file mode 100644 index 58f4a8da7b..0000000000 --- a/assets/themes/sulphurpool-dark.json +++ /dev/null @@ -1,1734 +0,0 @@ -{ - "picker": { - "background": "#293256", - "corner_radius": 8, - "padding": 8, - "item": { - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 4 - }, - "corner_radius": 8, - "text": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#3d8fd1", - "weight": "bold", - "size": 14 - }, - "active": { - "background": "#444c6f", - "text": { - "family": "Zed Sans", - "color": "#dfe2f1", - "size": 14 - } - }, - "hover": { - "background": "#363f62" - } - }, - "border": { - "color": "#202746", - "width": 1 - }, - "empty": { - "text": { - "family": "Zed Sans", - "color": "#898ea4", - "size": 14 - }, - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 8 - } - }, - "input_editor": { - "background": "#202746", - "corner_radius": 8, - "placeholder_text": { - "family": "Zed Sans", - "color": "#898ea4", - "size": 14 - }, - "selection": { - "cursor": "#3d8fd1", - "selection": "#3d8fd13d" - }, - "text": { - "family": "Zed Mono", - "color": "#dfe2f1", - "size": 14 - }, - "border": { - "color": "#293256", - "width": 1 - }, - "padding": { - "bottom": 7, - "left": 16, - "right": 16, - "top": 7 - } - }, - "shadow": { - "blur": 16, - "color": "#0000003d", - "offset": [ - 0, - 2 - ] - } - }, - "workspace": { - "background": "#293256", - "joining_project_avatar": { - "corner_radius": 40, - "width": 80 - }, - "joining_project_message": { - "padding": 12, - "family": "Zed Sans", - "color": "#dfe2f1", - "size": 18 - }, - "leader_border_opacity": 0.7, - "leader_border_width": 2, - "tab": { - "height": 32, - "background": "#293256", - "icon_close": "#979db4", - "icon_close_active": "#f5f7ff", - "icon_conflict": "#c08b30", - "icon_dirty": "#3d8fd1", - "icon_width": 8, - "spacing": 8, - "text": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14 - }, - "border": { - "color": "#202746", - "width": 1, - "left": true, - "bottom": true, - "overlay": true - }, - "padding": { - "left": 8, - "right": 8 - } - }, - "active_tab": { - "height": 32, - "background": "#202746", - "icon_close": "#979db4", - "icon_close_active": "#f5f7ff", - "icon_conflict": "#c08b30", - "icon_dirty": "#3d8fd1", - "icon_width": 8, - "spacing": 8, - "text": { - "family": "Zed Sans", - "color": "#f5f7ff", - "size": 14 - }, - "border": { - "color": "#202746", - "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": "#202746", - "padding": { - "left": 1 - } - }, - "pane_divider": { - "color": "#293256", - "width": 1 - }, - "status_bar": { - "height": 30, - "item_spacing": 8, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "border": { - "color": "#202746", - "width": 1, - "top": true, - "overlay": true - }, - "cursor_position": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14 - }, - "auto_update_progress_message": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14 - }, - "auto_update_done_message": { - "family": "Zed Sans", - "color": "#979db4", - "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": "#979db4", - "size": 14 - }, - "icon_color": "#979db4", - "hover": { - "message": { - "family": "Zed Sans", - "color": "#dfe2f1", - "size": 14 - }, - "icon_color": "#dfe2f1", - "background": "#363f62" - } - }, - "diagnostic_message": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14, - "hover": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14 - } - }, - "diagnostic_summary": { - "height": 16, - "icon_width": 14, - "icon_spacing": 2, - "summary_spacing": 6, - "text": { - "family": "Zed Sans", - "color": "#dfe2f1", - "size": 14 - }, - "icon_color_ok": "#979db4", - "icon_color_warning": "#c08b30", - "icon_color_error": "#c94922", - "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": "#c08b3026", - "border": { - "color": "#c08b3026", - "width": 1 - } - }, - "container_error": { - "corner_radius": 6, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "background": "#c9492226", - "border": { - "color": "#c9492226", - "width": 1 - } - }, - "hover": { - "icon_color_ok": "#dfe2f1", - "container_ok": { - "corner_radius": 6, - "padding": { - "top": 3, - "bottom": 3, - "left": 7, - "right": 7 - }, - "background": "#363f62" - }, - "container_warning": { - "corner_radius": 6, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "background": "#c08b3033", - "border": { - "color": "#c08b3026", - "width": 1 - } - }, - "container_error": { - "corner_radius": 6, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "background": "#c9492233", - "border": { - "color": "#c9492226", - "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": "#979db4", - "hover": { - "icon_color": "#dfe2f1", - "background": "#363f62" - }, - "active": { - "icon_color": "#f5f7ff", - "background": "#444c6f" - } - }, - "badge": { - "corner_radius": 3, - "padding": 2, - "margin": { - "bottom": -1, - "right": -1 - }, - "border": { - "width": 1, - "color": "#293256" - }, - "background": "#3d8fd1" - } - } - }, - "titlebar": { - "avatar_width": 18, - "avatar_margin": 8, - "height": 33, - "background": "#363f62", - "padding": { - "left": 80, - "right": 6 - }, - "title": { - "family": "Zed Sans", - "color": "#dfe2f1", - "size": 14 - }, - "avatar": { - "corner_radius": 10, - "border": { - "color": "#00000088", - "width": 1 - } - }, - "avatar_ribbon": { - "height": 3, - "width": 12 - }, - "border": { - "color": "#202746", - "width": 1, - "bottom": true, - "overlay": true - }, - "sign_in_prompt": { - "border": { - "color": "#202746", - "width": 1 - }, - "corner_radius": 6, - "margin": { - "top": 1 - }, - "padding": { - "left": 6, - "right": 6 - }, - "family": "Zed Sans", - "color": "#979db4", - "size": 12, - "hover": { - "family": "Zed Sans", - "color": "#f5f7ff", - "size": 12 - } - }, - "offline_icon": { - "color": "#979db4", - "width": 16, - "padding": { - "right": 4 - } - }, - "share_icon": { - "corner_radius": 6, - "margin": { - "top": 3, - "bottom": 2, - "left": 6 - }, - "color": "#979db4", - "hover": { - "background": "#444c6f", - "color": "#979db4" - }, - "active": { - "background": "#51597b", - "color": "#f5f7ff" - }, - "active_hover": { - "background": "#444c6f", - "color": "#f5f7ff" - } - }, - "outdated_warning": { - "family": "Zed Sans", - "color": "#c08b30", - "size": 12, - "background": "#c08b3026", - "border": { - "color": "#c08b3026", - "width": 1 - }, - "padding": { - "left": 6, - "right": 6 - }, - "corner_radius": 6 - } - }, - "toolbar": { - "height": 34, - "background": "#202746", - "border": { - "color": "#293256", - "width": 1, - "bottom": true - }, - "item_spacing": 8, - "padding": { - "left": 16, - "right": 8, - "top": 4, - "bottom": 4 - } - }, - "breadcrumbs": { - "family": "Zed Mono", - "color": "#979db4", - "size": 14, - "padding": { - "left": 6 - } - }, - "disconnected_overlay": { - "family": "Zed Sans", - "color": "#f5f7ff", - "size": 14, - "background": "#000000aa" - }, - "notification": { - "margin": { - "top": 10 - }, - "background": "#293256", - "corner_radius": 6, - "padding": 12, - "border": { - "color": "#202746", - "width": 1 - }, - "shadow": { - "blur": 16, - "color": "#0000003d", - "offset": [ - 0, - 2 - ] - } - }, - "notifications": { - "width": 380, - "margin": { - "right": 10, - "bottom": 10 - } - } - }, - "editor": { - "text_color": "#f5f7ff", - "background": "#202746", - "active_line_background": "#293256", - "code_actions_indicator": "#979db4", - "diff_background_deleted": "#c9492226", - "diff_background_inserted": "#ac973926", - "document_highlight_read_background": "#5e66873d", - "document_highlight_write_background": "#5e66877a", - "error_color": "#c94922", - "gutter_background": "#202746", - "gutter_padding_factor": 3.5, - "highlighted_line_background": "#363f62", - "line_number": "#898ea4", - "line_number_active": "#f5f7ff", - "rename_fade": 0.6, - "unnecessary_code_fade": 0.5, - "selection": { - "cursor": "#3d8fd1", - "selection": "#3d8fd13d" - }, - "guest_selections": [ - { - "cursor": "#ac9739", - "selection": "#ac97393d" - }, - { - "cursor": "#9c637a", - "selection": "#9c637a3d" - }, - { - "cursor": "#c76b29", - "selection": "#c76b293d" - }, - { - "cursor": "#6679cc", - "selection": "#6679cc3d" - }, - { - "cursor": "#22a2c9", - "selection": "#22a2c93d" - }, - { - "cursor": "#c94922", - "selection": "#c949223d" - }, - { - "cursor": "#c08b30", - "selection": "#c08b303d" - } - ], - "autocomplete": { - "background": "#202746", - "corner_radius": 8, - "padding": 4, - "border": { - "color": "#293256", - "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": "#222a4a" - }, - "margin": { - "left": -14 - }, - "match_highlight": { - "family": "Zed Mono", - "color": "#3d8fd1", - "size": 14 - }, - "selected_item": { - "corner_radius": 6, - "padding": { - "bottom": 2, - "left": 6, - "right": 6, - "top": 2 - }, - "background": "#252d4e" - } - }, - "diagnostic_header": { - "background": "#293256", - "icon_width_factor": 1.5, - "text_scale_factor": 0.857, - "border": { - "color": "#293256", - "width": 1, - "bottom": true, - "top": true - }, - "code": { - "family": "Zed Mono", - "color": "#979db4", - "size": 14, - "margin": { - "left": 10 - } - }, - "message": { - "highlight_text": { - "family": "Zed Sans", - "color": "#dfe2f1", - "size": 14, - "weight": "bold" - }, - "text": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14 - } - } - }, - "diagnostic_path_header": { - "background": "#293256", - "text_scale_factor": 0.857, - "filename": { - "family": "Zed Mono", - "color": "#dfe2f1", - "size": 14 - }, - "path": { - "family": "Zed Mono", - "color": "#979db4", - "size": 14, - "margin": { - "left": 12 - } - } - }, - "error_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#202746", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#c94922", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#c94922", - "size": 14, - "weight": "bold" - } - } - }, - "warning_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#202746", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#c08b30", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#c08b30", - "size": 14, - "weight": "bold" - } - } - }, - "information_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#202746", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#3d8fd1", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#3d8fd1", - "size": 14, - "weight": "bold" - } - } - }, - "hint_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#202746", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#3d8fd1", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#3d8fd1", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_error_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#202746", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_hint_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#202746", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_information_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#202746", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_warning_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#202746", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14, - "weight": "bold" - } - } - }, - "syntax": { - "primary": { - "color": "#f5f7ff", - "weight": "normal" - }, - "comment": { - "color": "#979db4", - "weight": "normal" - }, - "punctuation": { - "color": "#dfe2f1", - "weight": "normal" - }, - "constant": { - "color": "#898ea4", - "weight": "normal" - }, - "keyword": { - "color": "#3d8fd1", - "weight": "normal" - }, - "function": { - "color": "#c08b30", - "weight": "normal" - }, - "type": { - "color": "#22a2c9", - "weight": "normal" - }, - "variant": { - "color": "#3d8fd1", - "weight": "normal" - }, - "property": { - "color": "#3d8fd1", - "weight": "normal" - }, - "enum": { - "color": "#c76b29", - "weight": "normal" - }, - "operator": { - "color": "#c76b29", - "weight": "normal" - }, - "string": { - "color": "#c76b29", - "weight": "normal" - }, - "number": { - "color": "#ac9739", - "weight": "normal" - }, - "boolean": { - "color": "#ac9739", - "weight": "normal" - }, - "predictive": { - "color": "#979db4", - "weight": "normal" - }, - "title": { - "color": "#c08b30", - "weight": "bold" - }, - "emphasis": { - "color": "#3d8fd1", - "weight": "normal" - }, - "emphasis.strong": { - "color": "#3d8fd1", - "weight": "bold" - }, - "link_uri": { - "color": "#ac9739", - "weight": "normal", - "underline": true - }, - "link_text": { - "color": "#c76b29", - "weight": "normal", - "italic": true - } - } - }, - "project_diagnostics": { - "background": "#202746", - "tab_icon_spacing": 4, - "tab_icon_width": 13, - "tab_summary_spacing": 10, - "empty_message": { - "family": "Zed Sans", - "color": "#979db4", - "size": 16 - } - }, - "command_palette": { - "keystroke_spacing": 8, - "key": { - "text": { - "family": "Zed Mono", - "color": "#979db4", - "size": 12 - }, - "corner_radius": 4, - "background": "#202746", - "border": { - "color": "#293256", - "width": 1 - }, - "padding": { - "top": 2, - "bottom": 2, - "left": 8, - "right": 8 - }, - "margin": { - "left": 2 - }, - "active": { - "text": { - "family": "Zed Mono", - "color": "#f5f7ff", - "size": 12 - } - } - } - }, - "project_panel": { - "padding": { - "left": 12, - "right": 12, - "top": 6, - "bottom": 6 - }, - "indent_width": 20, - "entry": { - "height": 24, - "icon_color": "#979db4", - "icon_size": 8, - "icon_spacing": 8, - "text": { - "family": "Zed Mono", - "color": "#979db4", - "size": 14 - }, - "hover": { - "background": "#363f62", - "text": { - "family": "Zed Mono", - "color": "#dfe2f1", - "size": 14 - } - }, - "active": { - "background": "#444c6f", - "text": { - "family": "Zed Mono", - "color": "#dfe2f1", - "size": 14 - } - }, - "active_hover": { - "background": "#363f62", - "text": { - "family": "Zed Mono", - "color": "#f5f7ff", - "size": 14 - } - } - }, - "filename_editor": { - "background": "#252d4e", - "text": { - "family": "Zed Mono", - "color": "#dfe2f1", - "size": 14 - }, - "selection": { - "cursor": "#3d8fd1", - "selection": "#3d8fd13d" - } - } - }, - "chat_panel": { - "padding": { - "top": 12, - "bottom": 12 - }, - "channel_name": { - "family": "Zed Sans", - "color": "#dfe2f1", - "weight": "bold", - "size": 14 - }, - "channel_name_hash": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14, - "padding": { - "right": 8 - } - }, - "channel_select": { - "header": { - "name": { - "family": "Zed Sans", - "color": "#dfe2f1", - "size": 14 - }, - "padding": { - "bottom": 4, - "left": 0 - }, - "hash": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14, - "margin": { - "right": 8 - } - }, - "corner_radius": 0 - }, - "item": { - "name": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14, - "margin": { - "right": 8 - } - }, - "corner_radius": 0 - }, - "hovered_item": { - "name": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14, - "margin": { - "right": 8 - } - }, - "background": "#363f62", - "corner_radius": 6 - }, - "active_item": { - "name": { - "family": "Zed Sans", - "color": "#dfe2f1", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14, - "margin": { - "right": 8 - } - }, - "corner_radius": 0 - }, - "hovered_active_item": { - "name": { - "family": "Zed Sans", - "color": "#dfe2f1", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14, - "margin": { - "right": 8 - } - }, - "background": "#363f62", - "corner_radius": 6 - }, - "menu": { - "background": "#202746", - "corner_radius": 6, - "padding": 4, - "border": { - "color": "#202746", - "width": 1 - }, - "shadow": { - "blur": 16, - "color": "#0000003d", - "offset": [ - 0, - 2 - ] - } - } - }, - "sign_in_prompt": { - "family": "Zed Sans", - "color": "#979db4", - "underline": true, - "size": 14 - }, - "hovered_sign_in_prompt": { - "family": "Zed Sans", - "color": "#dfe2f1", - "underline": true, - "size": 14 - }, - "message": { - "body": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14 - }, - "timestamp": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14 - }, - "padding": { - "bottom": 6 - }, - "sender": { - "family": "Zed Sans", - "color": "#dfe2f1", - "weight": "bold", - "size": 14, - "margin": { - "right": 8 - } - } - }, - "pending_message": { - "body": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14 - }, - "timestamp": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14 - }, - "padding": { - "bottom": 6 - }, - "sender": { - "family": "Zed Sans", - "color": "#979db4", - "weight": "bold", - "size": 14, - "margin": { - "right": 8 - } - } - }, - "input_editor": { - "background": "#202746", - "corner_radius": 6, - "text": { - "family": "Zed Mono", - "color": "#dfe2f1", - "size": 14 - }, - "placeholder_text": { - "family": "Zed Mono", - "color": "#898ea4", - "size": 14 - }, - "selection": { - "cursor": "#3d8fd1", - "selection": "#3d8fd13d" - }, - "border": { - "color": "#293256", - "width": 1 - }, - "padding": { - "bottom": 7, - "left": 8, - "right": 8, - "top": 7 - } - } - }, - "contacts_panel": { - "padding": { - "top": 12, - "bottom": 0 - }, - "user_query_editor": { - "background": "#202746", - "corner_radius": 6, - "text": { - "family": "Zed Mono", - "color": "#dfe2f1", - "size": 14 - }, - "placeholder_text": { - "family": "Zed Mono", - "color": "#898ea4", - "size": 14 - }, - "selection": { - "cursor": "#3d8fd1", - "selection": "#3d8fd13d" - }, - "border": { - "color": "#293256", - "width": 1 - }, - "padding": { - "bottom": 4, - "left": 8, - "right": 8, - "top": 4 - }, - "margin": { - "left": 12, - "right": 12 - } - }, - "user_query_editor_height": 32, - "add_contact_button": { - "margin": { - "left": 6, - "right": 12 - }, - "color": "#dfe2f1", - "button_width": 8, - "icon_width": 8 - }, - "row_height": 28, - "section_icon_size": 8, - "header_row": { - "family": "Zed Mono", - "color": "#979db4", - "size": 14, - "margin": { - "top": 14 - }, - "padding": { - "left": 12, - "right": 12 - }, - "active": { - "family": "Zed Mono", - "color": "#dfe2f1", - "size": 14, - "background": "#51597b" - } - }, - "contact_row": { - "padding": { - "left": 12, - "right": 12 - }, - "active": { - "background": "#51597b" - } - }, - "tree_branch": { - "color": "#6b7394", - "width": 1, - "hover": { - "color": "#6b7394" - }, - "active": { - "color": "#6b7394" - } - }, - "contact_avatar": { - "corner_radius": 10, - "width": 18 - }, - "contact_username": { - "family": "Zed Mono", - "color": "#dfe2f1", - "size": 14, - "margin": { - "left": 8 - } - }, - "contact_button_spacing": 8, - "contact_button": { - "background": "#363f62", - "color": "#dfe2f1", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8, - "hover": { - "background": "#444c6f" - } - }, - "disabled_contact_button": { - "background": "#363f62", - "color": "#979db4", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8 - }, - "project_row": { - "guest_avatar_spacing": 4, - "height": 24, - "guest_avatar": { - "corner_radius": 8, - "width": 14 - }, - "name": { - "family": "Zed Mono", - "color": "#979db4", - "size": 14, - "margin": { - "left": 8, - "right": 6 - } - }, - "guests": { - "margin": { - "left": 8, - "right": 8 - } - }, - "padding": { - "left": 12, - "right": 12 - }, - "background": "#293256", - "hover": { - "background": "#363f62" - }, - "active": { - "background": "#444c6f" - } - }, - "invite_row": { - "padding": { - "left": 12, - "right": 12 - }, - "border": { - "top": true, - "width": 1, - "color": "#202746" - }, - "text": { - "family": "Zed Sans", - "color": "#dfe2f1", - "size": 14 - }, - "hover": { - "text": { - "family": "Zed Sans", - "color": "#dfe2f1", - "size": 14, - "underline": true - } - } - } - }, - "contact_finder": { - "background": "#293256", - "corner_radius": 8, - "padding": 8, - "item": { - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 4 - }, - "corner_radius": 8, - "text": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#3d8fd1", - "weight": "bold", - "size": 14 - }, - "active": { - "background": "#444c6f", - "text": { - "family": "Zed Sans", - "color": "#dfe2f1", - "size": 14 - } - }, - "hover": { - "background": "#363f62" - } - }, - "border": { - "color": "#202746", - "width": 1 - }, - "empty": { - "text": { - "family": "Zed Sans", - "color": "#898ea4", - "size": 14 - }, - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 8 - } - }, - "input_editor": { - "background": "#202746", - "corner_radius": 8, - "placeholder_text": { - "family": "Zed Sans", - "color": "#898ea4", - "size": 14 - }, - "selection": { - "cursor": "#3d8fd1", - "selection": "#3d8fd13d" - }, - "text": { - "family": "Zed Mono", - "color": "#dfe2f1", - "size": 14 - }, - "border": { - "color": "#293256", - "width": 1 - }, - "padding": { - "bottom": 7, - "left": 16, - "right": 16, - "top": 7 - } - }, - "shadow": { - "blur": 16, - "color": "#0000003d", - "offset": [ - 0, - 2 - ] - }, - "row_height": 28, - "contact_avatar": { - "corner_radius": 10, - "width": 18 - }, - "contact_username": { - "padding": { - "left": 8 - } - }, - "contact_button": { - "background": "#363f62", - "color": "#dfe2f1", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8, - "hover": { - "background": "#444c6f" - } - }, - "disabled_contact_button": { - "background": "#363f62", - "color": "#979db4", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8 - } - }, - "search": { - "match_background": "#1a2a6d", - "tab_icon_spacing": 8, - "tab_icon_width": 14, - "option_button": { - "family": "Zed Mono", - "color": "#979db4", - "size": 14, - "background": "#363f62", - "corner_radius": 6, - "border": { - "color": "#293256", - "width": 1 - }, - "margin": { - "right": 4 - }, - "padding": { - "bottom": 2, - "left": 10, - "right": 10, - "top": 2 - }, - "active": { - "family": "Zed Mono", - "color": "#f5f7ff", - "size": 14, - "background": "#51597b", - "border": { - "color": "#6b7394", - "width": 1 - } - }, - "hover": { - "family": "Zed Mono", - "color": "#f5f7ff", - "size": 14, - "background": "#444c6f", - "border": { - "color": "#6b7394", - "width": 1 - } - } - }, - "editor": { - "background": "#202746", - "corner_radius": 8, - "min_width": 200, - "max_width": 500, - "placeholder_text": { - "family": "Zed Mono", - "color": "#898ea4", - "size": 14 - }, - "selection": { - "cursor": "#3d8fd1", - "selection": "#3d8fd13d" - }, - "text": { - "family": "Zed Mono", - "color": "#f5f7ff", - "size": 14 - }, - "border": { - "color": "#293256", - "width": 1 - }, - "margin": { - "right": 12 - }, - "padding": { - "top": 3, - "bottom": 3, - "left": 12, - "right": 8 - } - }, - "invalid_editor": { - "background": "#202746", - "corner_radius": 8, - "min_width": 200, - "max_width": 500, - "placeholder_text": { - "family": "Zed Mono", - "color": "#898ea4", - "size": 14 - }, - "selection": { - "cursor": "#3d8fd1", - "selection": "#3d8fd13d" - }, - "text": { - "family": "Zed Mono", - "color": "#f5f7ff", - "size": 14 - }, - "border": { - "color": "#c9492226", - "width": 1 - }, - "margin": { - "right": 12 - }, - "padding": { - "top": 3, - "bottom": 3, - "left": 12, - "right": 8 - } - }, - "match_index": { - "family": "Zed Mono", - "color": "#979db4", - "size": 14, - "padding": 6 - }, - "option_button_group": { - "padding": { - "left": 12, - "right": 12 - } - }, - "results_status": { - "family": "Zed Mono", - "color": "#dfe2f1", - "size": 18 - } - }, - "breadcrumbs": { - "family": "Zed Sans", - "color": "#979db4", - "size": 14, - "padding": { - "left": 6 - } - }, - "contact_notification": { - "header_avatar": { - "height": 12, - "width": 12, - "corner_radius": 6 - }, - "header_message": { - "family": "Zed Sans", - "color": "#dfe2f1", - "size": 12, - "margin": { - "left": 8, - "right": 8 - } - }, - "header_height": 18, - "body_message": { - "family": "Zed Sans", - "color": "#979db4", - "size": 12, - "margin": { - "left": 20, - "top": 6, - "bottom": 6 - } - }, - "button": { - "family": "Zed Sans", - "color": "#dfe2f1", - "size": 12, - "background": "#202746", - "padding": 4, - "corner_radius": 6, - "margin": { - "left": 6 - }, - "hover": { - "background": "#222a4a" - } - }, - "dismiss_button": { - "color": "#979db4", - "icon_width": 8, - "icon_height": 8, - "button_width": 8, - "button_height": 8, - "hover": { - "color": "#dfe2f1" - } - } - } -} \ No newline at end of file diff --git a/assets/themes/sulphurpool-light.json b/assets/themes/sulphurpool-light.json deleted file mode 100644 index f14526f840..0000000000 --- a/assets/themes/sulphurpool-light.json +++ /dev/null @@ -1,1734 +0,0 @@ -{ - "picker": { - "background": "#dfe2f1", - "corner_radius": 8, - "padding": 8, - "item": { - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 4 - }, - "corner_radius": 8, - "text": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#3d8fd1", - "weight": "bold", - "size": 14 - }, - "active": { - "background": "#bbc0d3", - "text": { - "family": "Zed Sans", - "color": "#293256", - "size": 14 - } - }, - "hover": { - "background": "#cdd1e2" - } - }, - "border": { - "color": "#bbc0d3", - "width": 1 - }, - "empty": { - "text": { - "family": "Zed Sans", - "color": "#6b7394", - "size": 14 - }, - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 8 - } - }, - "input_editor": { - "background": "#f5f7ff", - "corner_radius": 8, - "placeholder_text": { - "family": "Zed Sans", - "color": "#6b7394", - "size": 14 - }, - "selection": { - "cursor": "#3d8fd1", - "selection": "#3d8fd13d" - }, - "text": { - "family": "Zed Mono", - "color": "#293256", - "size": 14 - }, - "border": { - "color": "#cdd1e2", - "width": 1 - }, - "padding": { - "bottom": 7, - "left": 16, - "right": 16, - "top": 7 - } - }, - "shadow": { - "blur": 16, - "color": "#0000001f", - "offset": [ - 0, - 2 - ] - } - }, - "workspace": { - "background": "#dfe2f1", - "joining_project_avatar": { - "corner_radius": 40, - "width": 80 - }, - "joining_project_message": { - "padding": 12, - "family": "Zed Sans", - "color": "#293256", - "size": 18 - }, - "leader_border_opacity": 0.7, - "leader_border_width": 2, - "tab": { - "height": 32, - "background": "#dfe2f1", - "icon_close": "#5e6687", - "icon_close_active": "#202746", - "icon_conflict": "#c08b30", - "icon_dirty": "#3d8fd1", - "icon_width": 8, - "spacing": 8, - "text": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14 - }, - "border": { - "color": "#bbc0d3", - "width": 1, - "left": true, - "bottom": true, - "overlay": true - }, - "padding": { - "left": 8, - "right": 8 - } - }, - "active_tab": { - "height": 32, - "background": "#f5f7ff", - "icon_close": "#5e6687", - "icon_close_active": "#202746", - "icon_conflict": "#c08b30", - "icon_dirty": "#3d8fd1", - "icon_width": 8, - "spacing": 8, - "text": { - "family": "Zed Sans", - "color": "#202746", - "size": 14 - }, - "border": { - "color": "#bbc0d3", - "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": "#bbc0d3", - "padding": { - "left": 1 - } - }, - "pane_divider": { - "color": "#cdd1e2", - "width": 1 - }, - "status_bar": { - "height": 30, - "item_spacing": 8, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "border": { - "color": "#bbc0d3", - "width": 1, - "top": true, - "overlay": true - }, - "cursor_position": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14 - }, - "auto_update_progress_message": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14 - }, - "auto_update_done_message": { - "family": "Zed Sans", - "color": "#5e6687", - "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": "#5e6687", - "size": 14 - }, - "icon_color": "#5e6687", - "hover": { - "message": { - "family": "Zed Sans", - "color": "#293256", - "size": 14 - }, - "icon_color": "#293256", - "background": "#cdd1e2" - } - }, - "diagnostic_message": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14, - "hover": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14 - } - }, - "diagnostic_summary": { - "height": 16, - "icon_width": 14, - "icon_spacing": 2, - "summary_spacing": 6, - "text": { - "family": "Zed Sans", - "color": "#293256", - "size": 14 - }, - "icon_color_ok": "#5e6687", - "icon_color_warning": "#c08b30", - "icon_color_error": "#c94922", - "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": "#c08b3026", - "border": { - "color": "#c08b3026", - "width": 1 - } - }, - "container_error": { - "corner_radius": 6, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "background": "#c9492226", - "border": { - "color": "#c9492226", - "width": 1 - } - }, - "hover": { - "icon_color_ok": "#293256", - "container_ok": { - "corner_radius": 6, - "padding": { - "top": 3, - "bottom": 3, - "left": 7, - "right": 7 - }, - "background": "#cdd1e2" - }, - "container_warning": { - "corner_radius": 6, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "background": "#c08b3033", - "border": { - "color": "#c08b3026", - "width": 1 - } - }, - "container_error": { - "corner_radius": 6, - "padding": { - "top": 1, - "bottom": 1, - "left": 6, - "right": 6 - }, - "background": "#c9492233", - "border": { - "color": "#c9492226", - "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": "#5e6687", - "hover": { - "icon_color": "#293256", - "background": "#cdd1e2" - }, - "active": { - "icon_color": "#202746", - "background": "#bbc0d3" - } - }, - "badge": { - "corner_radius": 3, - "padding": 2, - "margin": { - "bottom": -1, - "right": -1 - }, - "border": { - "width": 1, - "color": "#dfe2f1" - }, - "background": "#3d8fd1" - } - } - }, - "titlebar": { - "avatar_width": 18, - "avatar_margin": 8, - "height": 33, - "background": "#cdd1e2", - "padding": { - "left": 80, - "right": 6 - }, - "title": { - "family": "Zed Sans", - "color": "#293256", - "size": 14 - }, - "avatar": { - "corner_radius": 10, - "border": { - "color": "#00000088", - "width": 1 - } - }, - "avatar_ribbon": { - "height": 3, - "width": 12 - }, - "border": { - "color": "#bbc0d3", - "width": 1, - "bottom": true, - "overlay": true - }, - "sign_in_prompt": { - "border": { - "color": "#bbc0d3", - "width": 1 - }, - "corner_radius": 6, - "margin": { - "top": 1 - }, - "padding": { - "left": 6, - "right": 6 - }, - "family": "Zed Sans", - "color": "#5e6687", - "size": 12, - "hover": { - "family": "Zed Sans", - "color": "#202746", - "size": 12 - } - }, - "offline_icon": { - "color": "#5e6687", - "width": 16, - "padding": { - "right": 4 - } - }, - "share_icon": { - "corner_radius": 6, - "margin": { - "top": 3, - "bottom": 2, - "left": 6 - }, - "color": "#5e6687", - "hover": { - "background": "#bbc0d3", - "color": "#5e6687" - }, - "active": { - "background": "#a9aec3", - "color": "#202746" - }, - "active_hover": { - "background": "#bbc0d3", - "color": "#202746" - } - }, - "outdated_warning": { - "family": "Zed Sans", - "color": "#c08b30", - "size": 12, - "background": "#c08b3026", - "border": { - "color": "#c08b3026", - "width": 1 - }, - "padding": { - "left": 6, - "right": 6 - }, - "corner_radius": 6 - } - }, - "toolbar": { - "height": 34, - "background": "#f5f7ff", - "border": { - "color": "#cdd1e2", - "width": 1, - "bottom": true - }, - "item_spacing": 8, - "padding": { - "left": 16, - "right": 8, - "top": 4, - "bottom": 4 - } - }, - "breadcrumbs": { - "family": "Zed Mono", - "color": "#5e6687", - "size": 14, - "padding": { - "left": 6 - } - }, - "disconnected_overlay": { - "family": "Zed Sans", - "color": "#202746", - "size": 14, - "background": "#000000aa" - }, - "notification": { - "margin": { - "top": 10 - }, - "background": "#dfe2f1", - "corner_radius": 6, - "padding": 12, - "border": { - "color": "#bbc0d3", - "width": 1 - }, - "shadow": { - "blur": 16, - "color": "#0000001f", - "offset": [ - 0, - 2 - ] - } - }, - "notifications": { - "width": 380, - "margin": { - "right": 10, - "bottom": 10 - } - } - }, - "editor": { - "text_color": "#202746", - "background": "#f5f7ff", - "active_line_background": "#dfe2f1", - "code_actions_indicator": "#5e6687", - "diff_background_deleted": "#c9492226", - "diff_background_inserted": "#ac973926", - "document_highlight_read_background": "#979db41f", - "document_highlight_write_background": "#979db43d", - "error_color": "#c94922", - "gutter_background": "#f5f7ff", - "gutter_padding_factor": 3.5, - "highlighted_line_background": "#cdd1e2", - "line_number": "#6b7394", - "line_number_active": "#202746", - "rename_fade": 0.6, - "unnecessary_code_fade": 0.5, - "selection": { - "cursor": "#3d8fd1", - "selection": "#3d8fd13d" - }, - "guest_selections": [ - { - "cursor": "#ac9739", - "selection": "#ac97393d" - }, - { - "cursor": "#9c637a", - "selection": "#9c637a3d" - }, - { - "cursor": "#c76b29", - "selection": "#c76b293d" - }, - { - "cursor": "#6679cc", - "selection": "#6679cc3d" - }, - { - "cursor": "#22a2c9", - "selection": "#22a2c93d" - }, - { - "cursor": "#c94922", - "selection": "#c949223d" - }, - { - "cursor": "#c08b30", - "selection": "#c08b303d" - } - ], - "autocomplete": { - "background": "#f5f7ff", - "corner_radius": 8, - "padding": 4, - "border": { - "color": "#cdd1e2", - "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": "#f0f2fc" - }, - "margin": { - "left": -14 - }, - "match_highlight": { - "family": "Zed Mono", - "color": "#3d8fd1", - "size": 14 - }, - "selected_item": { - "corner_radius": 6, - "padding": { - "bottom": 2, - "left": 6, - "right": 6, - "top": 2 - }, - "background": "#eaedf8" - } - }, - "diagnostic_header": { - "background": "#dfe2f1", - "icon_width_factor": 1.5, - "text_scale_factor": 0.857, - "border": { - "color": "#cdd1e2", - "width": 1, - "bottom": true, - "top": true - }, - "code": { - "family": "Zed Mono", - "color": "#5e6687", - "size": 14, - "margin": { - "left": 10 - } - }, - "message": { - "highlight_text": { - "family": "Zed Sans", - "color": "#293256", - "size": 14, - "weight": "bold" - }, - "text": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14 - } - } - }, - "diagnostic_path_header": { - "background": "#dfe2f1", - "text_scale_factor": 0.857, - "filename": { - "family": "Zed Mono", - "color": "#293256", - "size": 14 - }, - "path": { - "family": "Zed Mono", - "color": "#5e6687", - "size": 14, - "margin": { - "left": 12 - } - } - }, - "error_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#bbc0d3", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#c94922", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#c94922", - "size": 14, - "weight": "bold" - } - } - }, - "warning_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#bbc0d3", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#c08b30", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#c08b30", - "size": 14, - "weight": "bold" - } - } - }, - "information_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#bbc0d3", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#3d8fd1", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#3d8fd1", - "size": 14, - "weight": "bold" - } - } - }, - "hint_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#bbc0d3", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#3d8fd1", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#3d8fd1", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_error_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#bbc0d3", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_hint_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#bbc0d3", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_information_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#bbc0d3", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14, - "weight": "bold" - } - } - }, - "invalid_warning_diagnostic": { - "text_scale_factor": 0.857, - "header": { - "border": { - "color": "#bbc0d3", - "width": 1, - "top": true - } - }, - "message": { - "text": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14, - "weight": "bold" - } - } - }, - "syntax": { - "primary": { - "color": "#202746", - "weight": "normal" - }, - "comment": { - "color": "#5e6687", - "weight": "normal" - }, - "punctuation": { - "color": "#293256", - "weight": "normal" - }, - "constant": { - "color": "#6b7394", - "weight": "normal" - }, - "keyword": { - "color": "#3d8fd1", - "weight": "normal" - }, - "function": { - "color": "#c08b30", - "weight": "normal" - }, - "type": { - "color": "#22a2c9", - "weight": "normal" - }, - "variant": { - "color": "#3d8fd1", - "weight": "normal" - }, - "property": { - "color": "#3d8fd1", - "weight": "normal" - }, - "enum": { - "color": "#c76b29", - "weight": "normal" - }, - "operator": { - "color": "#c76b29", - "weight": "normal" - }, - "string": { - "color": "#c76b29", - "weight": "normal" - }, - "number": { - "color": "#ac9739", - "weight": "normal" - }, - "boolean": { - "color": "#ac9739", - "weight": "normal" - }, - "predictive": { - "color": "#5e6687", - "weight": "normal" - }, - "title": { - "color": "#c08b30", - "weight": "bold" - }, - "emphasis": { - "color": "#3d8fd1", - "weight": "normal" - }, - "emphasis.strong": { - "color": "#3d8fd1", - "weight": "bold" - }, - "link_uri": { - "color": "#ac9739", - "weight": "normal", - "underline": true - }, - "link_text": { - "color": "#c76b29", - "weight": "normal", - "italic": true - } - } - }, - "project_diagnostics": { - "background": "#f5f7ff", - "tab_icon_spacing": 4, - "tab_icon_width": 13, - "tab_summary_spacing": 10, - "empty_message": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 16 - } - }, - "command_palette": { - "keystroke_spacing": 8, - "key": { - "text": { - "family": "Zed Mono", - "color": "#5e6687", - "size": 12 - }, - "corner_radius": 4, - "background": "#f5f7ff", - "border": { - "color": "#cdd1e2", - "width": 1 - }, - "padding": { - "top": 2, - "bottom": 2, - "left": 8, - "right": 8 - }, - "margin": { - "left": 2 - }, - "active": { - "text": { - "family": "Zed Mono", - "color": "#202746", - "size": 12 - } - } - } - }, - "project_panel": { - "padding": { - "left": 12, - "right": 12, - "top": 6, - "bottom": 6 - }, - "indent_width": 20, - "entry": { - "height": 24, - "icon_color": "#5e6687", - "icon_size": 8, - "icon_spacing": 8, - "text": { - "family": "Zed Mono", - "color": "#5e6687", - "size": 14 - }, - "hover": { - "background": "#cdd1e2", - "text": { - "family": "Zed Mono", - "color": "#293256", - "size": 14 - } - }, - "active": { - "background": "#bbc0d3", - "text": { - "family": "Zed Mono", - "color": "#293256", - "size": 14 - } - }, - "active_hover": { - "background": "#cdd1e2", - "text": { - "family": "Zed Mono", - "color": "#202746", - "size": 14 - } - } - }, - "filename_editor": { - "background": "#eaedf8", - "text": { - "family": "Zed Mono", - "color": "#293256", - "size": 14 - }, - "selection": { - "cursor": "#3d8fd1", - "selection": "#3d8fd13d" - } - } - }, - "chat_panel": { - "padding": { - "top": 12, - "bottom": 12 - }, - "channel_name": { - "family": "Zed Sans", - "color": "#293256", - "weight": "bold", - "size": 14 - }, - "channel_name_hash": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14, - "padding": { - "right": 8 - } - }, - "channel_select": { - "header": { - "name": { - "family": "Zed Sans", - "color": "#293256", - "size": 14 - }, - "padding": { - "bottom": 4, - "left": 0 - }, - "hash": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14, - "margin": { - "right": 8 - } - }, - "corner_radius": 0 - }, - "item": { - "name": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14, - "margin": { - "right": 8 - } - }, - "corner_radius": 0 - }, - "hovered_item": { - "name": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14, - "margin": { - "right": 8 - } - }, - "background": "#cdd1e2", - "corner_radius": 6 - }, - "active_item": { - "name": { - "family": "Zed Sans", - "color": "#293256", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14, - "margin": { - "right": 8 - } - }, - "corner_radius": 0 - }, - "hovered_active_item": { - "name": { - "family": "Zed Sans", - "color": "#293256", - "size": 14 - }, - "padding": 4, - "hash": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14, - "margin": { - "right": 8 - } - }, - "background": "#cdd1e2", - "corner_radius": 6 - }, - "menu": { - "background": "#f5f7ff", - "corner_radius": 6, - "padding": 4, - "border": { - "color": "#bbc0d3", - "width": 1 - }, - "shadow": { - "blur": 16, - "color": "#0000001f", - "offset": [ - 0, - 2 - ] - } - } - }, - "sign_in_prompt": { - "family": "Zed Sans", - "color": "#5e6687", - "underline": true, - "size": 14 - }, - "hovered_sign_in_prompt": { - "family": "Zed Sans", - "color": "#293256", - "underline": true, - "size": 14 - }, - "message": { - "body": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14 - }, - "timestamp": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14 - }, - "padding": { - "bottom": 6 - }, - "sender": { - "family": "Zed Sans", - "color": "#293256", - "weight": "bold", - "size": 14, - "margin": { - "right": 8 - } - } - }, - "pending_message": { - "body": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14 - }, - "timestamp": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14 - }, - "padding": { - "bottom": 6 - }, - "sender": { - "family": "Zed Sans", - "color": "#5e6687", - "weight": "bold", - "size": 14, - "margin": { - "right": 8 - } - } - }, - "input_editor": { - "background": "#f5f7ff", - "corner_radius": 6, - "text": { - "family": "Zed Mono", - "color": "#293256", - "size": 14 - }, - "placeholder_text": { - "family": "Zed Mono", - "color": "#6b7394", - "size": 14 - }, - "selection": { - "cursor": "#3d8fd1", - "selection": "#3d8fd13d" - }, - "border": { - "color": "#cdd1e2", - "width": 1 - }, - "padding": { - "bottom": 7, - "left": 8, - "right": 8, - "top": 7 - } - } - }, - "contacts_panel": { - "padding": { - "top": 12, - "bottom": 0 - }, - "user_query_editor": { - "background": "#f5f7ff", - "corner_radius": 6, - "text": { - "family": "Zed Mono", - "color": "#293256", - "size": 14 - }, - "placeholder_text": { - "family": "Zed Mono", - "color": "#6b7394", - "size": 14 - }, - "selection": { - "cursor": "#3d8fd1", - "selection": "#3d8fd13d" - }, - "border": { - "color": "#cdd1e2", - "width": 1 - }, - "padding": { - "bottom": 4, - "left": 8, - "right": 8, - "top": 4 - }, - "margin": { - "left": 12, - "right": 12 - } - }, - "user_query_editor_height": 32, - "add_contact_button": { - "margin": { - "left": 6, - "right": 12 - }, - "color": "#293256", - "button_width": 8, - "icon_width": 8 - }, - "row_height": 28, - "section_icon_size": 8, - "header_row": { - "family": "Zed Mono", - "color": "#5e6687", - "size": 14, - "margin": { - "top": 14 - }, - "padding": { - "left": 12, - "right": 12 - }, - "active": { - "family": "Zed Mono", - "color": "#293256", - "size": 14, - "background": "#a9aec3" - } - }, - "contact_row": { - "padding": { - "left": 12, - "right": 12 - }, - "active": { - "background": "#a9aec3" - } - }, - "tree_branch": { - "color": "#6b7394", - "width": 1, - "hover": { - "color": "#6b7394" - }, - "active": { - "color": "#6b7394" - } - }, - "contact_avatar": { - "corner_radius": 10, - "width": 18 - }, - "contact_username": { - "family": "Zed Mono", - "color": "#293256", - "size": 14, - "margin": { - "left": 8 - } - }, - "contact_button_spacing": 8, - "contact_button": { - "background": "#cdd1e2", - "color": "#293256", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8, - "hover": { - "background": "#bbc0d3" - } - }, - "disabled_contact_button": { - "background": "#cdd1e2", - "color": "#5e6687", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8 - }, - "project_row": { - "guest_avatar_spacing": 4, - "height": 24, - "guest_avatar": { - "corner_radius": 8, - "width": 14 - }, - "name": { - "family": "Zed Mono", - "color": "#5e6687", - "size": 14, - "margin": { - "left": 8, - "right": 6 - } - }, - "guests": { - "margin": { - "left": 8, - "right": 8 - } - }, - "padding": { - "left": 12, - "right": 12 - }, - "background": "#dfe2f1", - "hover": { - "background": "#cdd1e2" - }, - "active": { - "background": "#bbc0d3" - } - }, - "invite_row": { - "padding": { - "left": 12, - "right": 12 - }, - "border": { - "top": true, - "width": 1, - "color": "#bbc0d3" - }, - "text": { - "family": "Zed Sans", - "color": "#293256", - "size": 14 - }, - "hover": { - "text": { - "family": "Zed Sans", - "color": "#293256", - "size": 14, - "underline": true - } - } - } - }, - "contact_finder": { - "background": "#dfe2f1", - "corner_radius": 8, - "padding": 8, - "item": { - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 4 - }, - "corner_radius": 8, - "text": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14 - }, - "highlight_text": { - "family": "Zed Sans", - "color": "#3d8fd1", - "weight": "bold", - "size": 14 - }, - "active": { - "background": "#bbc0d3", - "text": { - "family": "Zed Sans", - "color": "#293256", - "size": 14 - } - }, - "hover": { - "background": "#cdd1e2" - } - }, - "border": { - "color": "#bbc0d3", - "width": 1 - }, - "empty": { - "text": { - "family": "Zed Sans", - "color": "#6b7394", - "size": 14 - }, - "padding": { - "bottom": 4, - "left": 12, - "right": 12, - "top": 8 - } - }, - "input_editor": { - "background": "#f5f7ff", - "corner_radius": 8, - "placeholder_text": { - "family": "Zed Sans", - "color": "#6b7394", - "size": 14 - }, - "selection": { - "cursor": "#3d8fd1", - "selection": "#3d8fd13d" - }, - "text": { - "family": "Zed Mono", - "color": "#293256", - "size": 14 - }, - "border": { - "color": "#cdd1e2", - "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": "#cdd1e2", - "color": "#293256", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8, - "hover": { - "background": "#bbc0d3" - } - }, - "disabled_contact_button": { - "background": "#cdd1e2", - "color": "#5e6687", - "icon_width": 8, - "button_width": 16, - "corner_radius": 8 - } - }, - "search": { - "match_background": "#bcc6f7", - "tab_icon_spacing": 8, - "tab_icon_width": 14, - "option_button": { - "family": "Zed Mono", - "color": "#5e6687", - "size": 14, - "background": "#cdd1e2", - "corner_radius": 6, - "border": { - "color": "#cdd1e2", - "width": 1 - }, - "margin": { - "right": 4 - }, - "padding": { - "bottom": 2, - "left": 10, - "right": 10, - "top": 2 - }, - "active": { - "family": "Zed Mono", - "color": "#202746", - "size": 14, - "background": "#a9aec3", - "border": { - "color": "#dfe2f1", - "width": 1 - } - }, - "hover": { - "family": "Zed Mono", - "color": "#202746", - "size": 14, - "background": "#bbc0d3", - "border": { - "color": "#dfe2f1", - "width": 1 - } - } - }, - "editor": { - "background": "#f5f7ff", - "corner_radius": 8, - "min_width": 200, - "max_width": 500, - "placeholder_text": { - "family": "Zed Mono", - "color": "#6b7394", - "size": 14 - }, - "selection": { - "cursor": "#3d8fd1", - "selection": "#3d8fd13d" - }, - "text": { - "family": "Zed Mono", - "color": "#202746", - "size": 14 - }, - "border": { - "color": "#cdd1e2", - "width": 1 - }, - "margin": { - "right": 12 - }, - "padding": { - "top": 3, - "bottom": 3, - "left": 12, - "right": 8 - } - }, - "invalid_editor": { - "background": "#f5f7ff", - "corner_radius": 8, - "min_width": 200, - "max_width": 500, - "placeholder_text": { - "family": "Zed Mono", - "color": "#6b7394", - "size": 14 - }, - "selection": { - "cursor": "#3d8fd1", - "selection": "#3d8fd13d" - }, - "text": { - "family": "Zed Mono", - "color": "#202746", - "size": 14 - }, - "border": { - "color": "#c9492226", - "width": 1 - }, - "margin": { - "right": 12 - }, - "padding": { - "top": 3, - "bottom": 3, - "left": 12, - "right": 8 - } - }, - "match_index": { - "family": "Zed Mono", - "color": "#5e6687", - "size": 14, - "padding": 6 - }, - "option_button_group": { - "padding": { - "left": 12, - "right": 12 - } - }, - "results_status": { - "family": "Zed Mono", - "color": "#293256", - "size": 18 - } - }, - "breadcrumbs": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 14, - "padding": { - "left": 6 - } - }, - "contact_notification": { - "header_avatar": { - "height": 12, - "width": 12, - "corner_radius": 6 - }, - "header_message": { - "family": "Zed Sans", - "color": "#293256", - "size": 12, - "margin": { - "left": 8, - "right": 8 - } - }, - "header_height": 18, - "body_message": { - "family": "Zed Sans", - "color": "#5e6687", - "size": 12, - "margin": { - "left": 20, - "top": 6, - "bottom": 6 - } - }, - "button": { - "family": "Zed Sans", - "color": "#293256", - "size": 12, - "background": "#f5f7ff", - "padding": 4, - "corner_radius": 6, - "margin": { - "left": 6 - }, - "hover": { - "background": "#f0f2fc" - } - }, - "dismiss_button": { - "color": "#5e6687", - "icon_width": 8, - "icon_height": 8, - "button_width": 8, - "button_height": 8, - "hover": { - "color": "#293256" - } - } - } -} \ No newline at end of file diff --git a/script/watch-themes b/script/watch-themes deleted file mode 100755 index a3663962f7..0000000000 --- a/script/watch-themes +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -set -e - -cd styles -npm install -npm run watch