Skip to content

Instantly share code, notes, and snippets.

@yash-garg
Created April 30, 2026 11:19
Show Gist options
  • Select an option

  • Save yash-garg/7b2710191e6c2538dfe8b7945b5fa177 to your computer and use it in GitHub Desktop.

Select an option

Save yash-garg/7b2710191e6c2538dfe8b7945b5fa177 to your computer and use it in GitHub Desktop.
Zed Settings
{
"diff_view_style": "unified",
"project_panel": {
"hide_gitignore": true,
},
"selection_highlight": true,
"current_line_highlight": "all",
"soft_wrap": "editor_width",
"show_wrap_guides": false,
"relative_line_numbers": "wrapped",
"telemetry": {
"diagnostics": false,
"metrics": false,
},
"proxy": "",
"terminal": {
"font_weight": 500.0,
},
"ui_font_features": {
"calt": true,
"liga": true,
},
"buffer_font_features": {
"calt": true,
"liga": true,
},
"icon_theme": "Symbols Icon Theme",
"ui_font_weight": 450.0,
"ui_font_family": "Maple Mono NF",
"buffer_font_weight": 500.0,
"buffer_font_family": "Maple Mono NF",
"agent_servers": {
"opencode": {
"type": "registry",
},
},
"session": {
"trust_all_worktrees": true,
},
"ui_font_size": 15.0,
"buffer_font_size": 14.0,
"agent_buffer_font_size": 14.0,
"theme": {
"mode": "system",
"light": "Catppuccin Latte",
"dark": "Catppuccin Mocha",
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment