diff options
Diffstat (limited to 'config/zed/settings.json')
| -rw-r--r-- | config/zed/settings.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/config/zed/settings.json b/config/zed/settings.json new file mode 100644 index 0000000..8460734 --- /dev/null +++ b/config/zed/settings.json @@ -0,0 +1,32 @@ +// 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) +{ + "telemetry": { + "metrics": false, + "diagnostics": false + }, + "base_keymap": "Atom", + "ui_font_size": 13, + "ui_font_family": ".SystemUIFont", + "buffer_font_size": 13, + "buffer_font_family": "Intel One Mono", + "buffer_line_height": "standard", + "indent_guides": { + "enabled": false + }, + "theme": { + "mode": "system", + "light": "One Light", + "dark": "Tokyo Night" + }, + "terminal": { + "font_size": 11, + "font_family": "Intel One Mono" + } +} |
