Merge pull request #2304 from zed-industries/bump-diff-width
Increase git diff gutter width slightly
This commit is contained in:
commit
4b39df4a6b
1 changed files with 2 additions and 2 deletions
|
@ -103,8 +103,8 @@ export default function editor(colorScheme: ColorScheme) {
|
||||||
modified: foreground(layer, "warning"),
|
modified: foreground(layer, "warning"),
|
||||||
inserted: foreground(layer, "positive"),
|
inserted: foreground(layer, "positive"),
|
||||||
removedWidthEm: 0.275,
|
removedWidthEm: 0.275,
|
||||||
widthEm: 0.16,
|
widthEm: 0.22,
|
||||||
cornerRadius: 0.05,
|
cornerRadius: 0.2,
|
||||||
},
|
},
|
||||||
/** Highlights matching occurences of what is under the cursor
|
/** Highlights matching occurences of what is under the cursor
|
||||||
* as well as matched brackets
|
* as well as matched brackets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue