diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index b029e6b..5ba9695 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -237,8 +237,15 @@ "peekViewResult.fileForeground": "#787c99", "peekViewResult.matchHighlightBackground": "#3d59a166", - "diffEditor.insertedTextBackground": "#41a6b515", + "diffEditor.insertedTextBackground": "#41a6b520", "diffEditor.removedTextBackground": "#db4b4b22", + "diffEditor.insertedLineBackground": "#41a6b520", + "diffEditor.removedLineBackground": "#db4b4b22", + "diffEditorGutter.insertedLineBackground": "#41a6b525", + "diffEditorGutter.removedLineBackground": "#db4b4b22", + "diffEditorOverview.insertedForeground": "#41a6b525", + "diffEditorOverview.removedForeground": "#db4b4b22", + "diffEditor.diagonalFill": "#292e42", "breadcrumb.background": "#16161e", "breadcrumbPicker.background": "#16161e", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index fe99c06..57939db 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -243,6 +243,13 @@ "diffEditor.insertedTextBackground": "#3f919e15", "diffEditor.removedTextBackground": "#e8686812", + "diffEditor.insertedLineBackground": "#3f919e15", + "diffEditor.removedLineBackground": "#e8686812", + "diffEditorGutter.insertedLineBackground": "#3f919e15", + "diffEditorGutter.removedLineBackground": "#e8686812", + "diffEditorOverview.insertedForeground": "#3f919e15", + "diffEditorOverview.removedForeground": "#e8686812", + "diffEditor.diagonalFill": "#cacbcf", "breadcrumb.background": "#cbccd1", "breadcrumbPicker.background": "#cbccd1", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 3861954..062c312 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -237,8 +237,15 @@ "peekViewResult.fileForeground": "#7982a9", "peekViewResult.matchHighlightBackground": "#3d59a166", - "diffEditor.insertedTextBackground": "#41a6b515", + "diffEditor.insertedTextBackground": "#41a6b520", "diffEditor.removedTextBackground": "#db4b4b22", + "diffEditor.insertedLineBackground": "#41a6b520", + "diffEditor.removedLineBackground": "#db4b4b22", + "diffEditorGutter.insertedLineBackground": "#41a6b525", + "diffEditorGutter.removedLineBackground": "#db4b4b22", + "diffEditorOverview.insertedForeground": "#41a6b525", + "diffEditorOverview.removedForeground": "#db4b4b22", + "diffEditor.diagonalFill": "#2c324a", "breadcrumb.background": "#1f2335", "breadcrumbPicker.background": "#1f2335",