diff --git a/.config/zed/settings.json b/.config/zed/settings.json new file mode 100644 index 0000000..a9654f6 --- /dev/null +++ b/.config/zed/settings.json @@ -0,0 +1,25 @@ +// 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" + } +}