mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Merge pull request #2304 from zed-industries/bump-diff-width
Increase git diff gutter width slightly
This commit is contained in:
commit
4b39df4a6b
@ -103,8 +103,8 @@ export default function editor(colorScheme: ColorScheme) {
|
||||
modified: foreground(layer, "warning"),
|
||||
inserted: foreground(layer, "positive"),
|
||||
removedWidthEm: 0.275,
|
||||
widthEm: 0.16,
|
||||
cornerRadius: 0.05,
|
||||
widthEm: 0.22,
|
||||
cornerRadius: 0.2,
|
||||
},
|
||||
/** Highlights matching occurences of what is under the cursor
|
||||
* as well as matched brackets
|
||||
|
Loading…
Reference in New Issue
Block a user