From 368a6405a146169c7f895beb941d8fc8bf67a4de Mon Sep 17 00:00:00 2001 From: Julia Date: Fri, 17 Mar 2023 15:28:38 -0400 Subject: [PATCH] Increase git diff gutter width slightly --- styles/src/styleTree/editor.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/src/styleTree/editor.ts b/styles/src/styleTree/editor.ts index 4a7aae4c1bf0936da11034c34629ad01256ec727..5577343d18d222f853b41e510a3ca7b9431a1b66 100644 --- a/styles/src/styleTree/editor.ts +++ b/styles/src/styleTree/editor.ts @@ -99,8 +99,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