Skip to content

Commit af62ba9

Browse files
committed
make inline diff view style
1 parent 18b09ac commit af62ba9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.configs/zed/settings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"relative_line_numbers": "enabled",
55
"vertical_scroll_margin": 10,
66

7-
"icon_theme": "Colored Zed Icons Theme Dark",
8-
"theme": "Tokyo Night",
7+
"icon_theme": "Material Icon Theme",
8+
"theme": "Modest Dark",
99

1010
"buffer_font_family": "JetBrainsMonoNL Nerd Font Propo",
1111
"buffer_font_weight": 500,
@@ -98,6 +98,8 @@
9898
},
9999

100100
"git": { "inline_blame": { "enabled": false } },
101+
"diff_view_style": "unified",
102+
101103
"edit_predictions": { "provider": "zed" },
102104
"show_edit_predictions": true,
103105

0 commit comments

Comments
 (0)