diff options
| author | kj-sh604 | 2024-09-03 05:20:16 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-09-03 05:20:16 -0400 |
| commit | 54e914669eef5982c3e455d729d6fe5082d45d6d (patch) | |
| tree | 1da455cb1f5bdd673638e710537a7a00963ce6ce /.config/zed | |
| parent | d834b067d09866b0c4f96a28dc71c878464afa5b (diff) | |
refactor: `zed` config
Adwaita colorscheme, disable line numbers, enable `current_line_highlight`
Diffstat (limited to '.config/zed')
| -rw-r--r-- | .config/zed/settings.json | 12 |
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 } |
