// 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) { "vim_mode": true, "icon_theme": "Material Icon Theme", "base_keymap": "JetBrains", "ui_font_size": 16, "buffer_font_size": 15, "terminal": { "font_family": "MonaspiceNe Nerd Font Mono", "font_size": 15, "line_height": "standard" }, "theme": { "mode": "dark", "light": "One Light", "dark": "Zedokai Darker" } }