Skip to content

Instantly share code, notes, and snippets.

@vdonoladev
Last active May 8, 2026 02:18
Show Gist options
  • Select an option

  • Save vdonoladev/8d97a35acf37483abea9fb7f12e4578c to your computer and use it in GitHub Desktop.

Select an option

Save vdonoladev/8d97a35acf37483abea9fb7f12e4578c to your computer and use it in GitHub Desktop.
Minhas configurações personalizadas do editor Zed
{
"icon_theme": "Warm Charmed Icons",
"theme": "Aura Dark",
"theme_overrides": {
"Aura Dark": {
"editor.document_highlight.read_background": "#00000000",
"editor.document_highlight.write_background": "#00000000",
"border.variant": "#15141C",
"border": "#15141C",
"title_bar.background": "#15141C",
"panel.background": "#15141C",
"panel.focused_border": "#4E466E",
"players": [
{
"cursor": "#BD9DFF",
},
],
"syntax": {
"comment": {
"font_style": "italic",
},
"comment.doc": {
"font_style": "italic",
},
},
},
},
"title_bar": {
"show_onboarding_banner": false,
"show_project_items": false,
"show_branch_name": false,
"show_user_menu": false,
},
"tab_bar": {
"show": false,
},
"toolbar": {
"quick_actions": false,
},
"status_bar": {
"experimental.show": false,
},
"project_panel": {
"dock": "right",
"default_width": 400,
"hide_root": true,
"auto_fold_dirs": false,
"starts_open": false,
"git_status": false,
"sticky_scroll": false,
"scrollbar": {
"show": "never",
},
"indent_guides": {
"show": "never",
},
},
"outline_panel": {
"default_width": 300,
"indent_guides": {
"show": "never",
},
},
"file_finder": {
"modal_max_width": "large",
},
"scrollbar": {
"show": "never",
},
"gutter": {
"min_line_number_digits": 0,
"folds": false,
"runnables": false,
},
"indent_guides": {
"enabled": false,
},
"ui_font_family": "Fira Code",
"ui_font_size": 15,
"buffer_font_family": "Fira Code",
"buffer_font_features": {
"calt": true,
},
"buffer_font_size": 15,
"buffer_line_height": {
"custom": 1.5,
},
"agent_ui_font_size": 15,
"agent_buffer_font_size": 15,
// "vim_mode": true,
"multi_cursor_modifier": "cmd_or_ctrl",
"cursor_shape": "block",
"cursor_blink": false,
"selection_highlight": false,
"drag_and_drop_selection": {
"enabled": false,
},
"seed_search_query_from_cursor": "never",
"current_line_highlight": "none",
"show_whitespaces": "none",
"tab_size": 2,
// "auto_indent": "none",
// "auto_indent_on_paste": false,
// "show_completions_on_input": false,
// "show_completion_documentation": false,
"inline_code_actions": false,
"lsp_document_colors": "none",
"hover_popover_enabled": false,
"format_on_save": "on",
/* "autosave": {
"after_delay": {
"milliseconds": 1000,
},
}, */
"auto_update": false,
"extend_comment_on_newline": false,
"horizontal_scroll_margin": 1,
"vertical_scroll_margin": 1,
"when_closing_with_no_tabs": "keep_window_open",
"close_on_file_delete": true,
"restore_on_file_reopen": false,
"restore_on_startup": "empty_tab",
"session": {
"restore_unsaved_buffers": false,
"trust_all_worktrees": true,
},
"git": {
"git_gutter": "hide",
/* "inline_blame": {
"enabled": false,
} */
},
"centered_layout": {
"left_padding": 0.15,
"right_padding": 0.15,
},
"agent": {
"default_model": {
"provider": "zed.dev",
"model": "claude-sonnet-4-6",
"enable_thinking": true,
"effort": "high",
},
"favorite_models": [],
"model_parameters": [],
},
"telemetry": {
"diagnostics": false,
"metrics": false,
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment