summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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> --