// Zed settings // // For information on how to configure Zed, see the Zed // documentation: https://zed.dev/docs/configuring-zed // // To see all of Zed's default settings without changing your // custom settings, run `zed: open default settings` from the // command palette (cmd-shift-p / ctrl-shift-p) { "icon_theme": "Material Icon Theme", "telemetry": { "metrics": false, "diagnostics": false }, "ui_font_size": 12, "buffer_font_size": 12, "theme": { "mode": "system", "light": "One Dark", "dark": "One Dark" } }