diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 9a5f95a..48b7fe4 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -251,6 +251,10 @@ "diffEditorOverview.insertedForeground": "#41a6b525", "diffEditorOverview.removedForeground": "#db4b4b22", "diffEditor.diagonalFill": "#292e42", + "diffEditor.unchangedCodeBackground": "#282a3b66", + + "multiDiffEditor.headerBackground": "#1a1b26", + "multiDiffEditor.border": "#1a1b26", "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 be7088c..75a559a 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -255,6 +255,10 @@ "diffEditorOverview.insertedForeground": "#3f919e15", "diffEditorOverview.removedForeground": "#e8686812", "diffEditor.diagonalFill": "#cacbcf", + "diffEditor.unchangedCodeBackground": "#e7e8ed66", + + "multiDiffEditor.headerBackground": "#d5d6db", + "multiDiffEditor.border": "#d5d6db", "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 a8d54c6..64225a0 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -251,6 +251,10 @@ "diffEditorOverview.insertedForeground": "#41a6b525", "diffEditorOverview.removedForeground": "#db4b4b22", "diffEditor.diagonalFill": "#2c324a", + "diffEditor.unchangedCodeBackground": "#2f344d66", + + "multiDiffEditor.headerBackground": "#24283b", + "multiDiffEditor.border": "#24283b", "breadcrumb.background": "#1f2335", "breadcrumbPicker.background": "#1f2335",