Created
April 30, 2026 11:19
-
-
Save yash-garg/7b2710191e6c2538dfe8b7945b5fa177 to your computer and use it in GitHub Desktop.
Zed Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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