Skip to content

Instantly share code, notes, and snippets.

@igorbabko
Last active March 11, 2026 16:29
Show Gist options
  • Select an option

  • Save igorbabko/f28faf0881920a40d43df57b991d3929 to your computer and use it in GitHub Desktop.

Select an option

Save igorbabko/f28faf0881920a40d43df57b991d3929 to your computer and use it in GitHub Desktop.
Zed Config

🎨 Beautiful Minimal Zed Setup

thumb_wallpaper_blurred

🍿 Watch on YouTube

{
"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": "Dank Mono",
"ui_font_size": 20,
"buffer_font_family": "Dank Mono",
"buffer_font_size": 20,
"buffer_line_height": {
"custom": 2,
},
"agent_buffer_font_size": 20,
"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": false,
"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": "off",
"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,
},
"git": {
"git_gutter": "hide",
"inline_blame": {
"enabled": false,
},
},
"centered_layout": {
"right_padding": 0.15,
"left_padding": 0.15,
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment