From cf84f3769156c45de460d93cfd4255ecac4b0e0d Mon Sep 17 00:00:00 2001 From: Hunt Date: Mon, 16 Jun 2025 09:28:55 -0700 Subject: Minor zed updates --- dots/zed/.config/zed/settings.json.j2 | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/dots/zed/.config/zed/settings.json.j2 b/dots/zed/.config/zed/settings.json.j2 index e438a5f..cc0ae85 100644 --- a/dots/zed/.config/zed/settings.json.j2 +++ b/dots/zed/.config/zed/settings.json.j2 @@ -25,12 +25,28 @@ "light": "{{ theme.zed.light_theme }}", "dark": "{{ theme.zed.dark_theme }}" }, + // todo: read from theme + "experimental.theme_overrides": { + "background.appearance": "blurred", + "background": "#282828f0", + "editor.background": "#00000000", + "editor.gutter.background": "#00000010", + "tab_bar.background": "#00000030", + "terminal.background": "#00000030", + "toolbar.background": "#00000030", + "status_bar.background": "#282828a0", + "title_bar.background": "#282828a0", + "panel.background": "#00000030", + "border.variant": "#00000000", + "scrollbar.track.border": "#00000000", + "editor.active_line.background": "#00000007" + }, // -- -- // -- -- "relative_line_numbers": true, "current_line_highlight": "all", - "show_whitespaces": "selection", + "show_whitespaces": "boundary", // -- -- // -- -- @@ -111,10 +127,10 @@ // -- -- // -- -- - "show_completions_on_input": false, + "show_completions_on_input": true, "features": { "copilot": false, - "edit_prediction_provider": "none", + "edit_prediction_provider": "none" }, // -- -- -- cgit v1.2.3-70-g09d2