We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b09ac commit af62ba9Copy full SHA for af62ba9
1 file changed
.configs/zed/settings.json
@@ -4,8 +4,8 @@
4
"relative_line_numbers": "enabled",
5
"vertical_scroll_margin": 10,
6
7
- "icon_theme": "Colored Zed Icons Theme Dark",
8
- "theme": "Tokyo Night",
+ "icon_theme": "Material Icon Theme",
+ "theme": "Modest Dark",
9
10
"buffer_font_family": "JetBrainsMonoNL Nerd Font Propo",
11
"buffer_font_weight": 500,
@@ -98,6 +98,8 @@
98
},
99
100
"git": { "inline_blame": { "enabled": false } },
101
+ "diff_view_style": "unified",
102
+
103
"edit_predictions": { "provider": "zed" },
104
"show_edit_predictions": true,
105
0 commit comments