summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHunt <lizhunt@amazon.com>2025-06-16 09:28:55 -0700
committerHunt <lizhunt@amazon.com>2025-06-16 09:28:55 -0700
commitcf84f3769156c45de460d93cfd4255ecac4b0e0d (patch)
treeecf7ea173efcd2d2f3fe531f937584aadc3ffbbd
parent9765e102ca24b428dcaefb1b4b58b706e2336cab (diff)
downloaddotfiles-cf84f3769156c45de460d93cfd4255ecac4b0e0d.tar.gz
dotfiles-cf84f3769156c45de460d93cfd4255ecac4b0e0d.zip
Minor zed updates
-rw-r--r--dots/zed/.config/zed/settings.json.j222
1 files 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"
+ },
// -- </theme> --
// -- <line_view> --
"relative_line_numbers": true,
"current_line_highlight": "all",
- "show_whitespaces": "selection",
+ "show_whitespaces": "boundary",
// -- </line_view> --
// -- <on_save> --
@@ -111,10 +127,10 @@
// -- </extensions> --
// -- <ai> --
- "show_completions_on_input": false,
+ "show_completions_on_input": true,
"features": {
"copilot": false,
- "edit_prediction_provider": "none",
+ "edit_prediction_provider": "none"
},
// -- </ai> --