From 54e914669eef5982c3e455d729d6fe5082d45d6d Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Tue, 3 Sep 2024 05:20:16 -0400 Subject: refactor: `zed` config Adwaita colorscheme, disable line numbers, enable `current_line_highlight` --- .config/zed/settings.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to '.config/zed') 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 } -- cgit v1.2.3