aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/zed/settings.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/zed/settings.json b/.config/zed/settings.json
new file mode 100644
index 0000000..1fb3a4d
--- /dev/null
+++ b/.config/zed/settings.json
@@ -0,0 +1,16 @@
+// 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 the `open default settings` command
+// from the command palette or from `Zed` application menu.
+{
+ "theme": "Ayu Dark",
+ "ui_font_size": 16,
+ "ui_font_family": "JetBrains Mono",
+ "buffer_font_size": 16,
+ "buffer_font_family": "JetBrains Mono",
+ "vim_mode": true
+}