aboutsummaryrefslogtreecommitdiff
path: root/.config/zed/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.config/zed/settings.json')
-rw-r--r--.config/zed/settings.json12
1 files changed, 2 insertions, 10 deletions
diff --git a/.config/zed/settings.json b/.config/zed/settings.json
index ff50f40..c78ccf8 100644
--- a/.config/zed/settings.json
+++ b/.config/zed/settings.json
@@ -1,17 +1,9 @@
-// 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.
{
"buffer_font_family": "JetBrains Mono",
"buffer_font_size": 16,
+ "current_line_highlight": "gutter",
"cursor_blink": false,
- "relative_line_numbers": true,
- "theme": "Ayu Dark",
+ "theme": "Adwaita Pastel Dark",
"ui_font_family": "JetBrains Mono",
"ui_font_size": 16
}