diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 5482e8c..137e392 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -302,6 +302,9 @@ "gitDecoration.deletedResourceForeground": "#914c54", "gitDecoration.untrackedResourceForeground": "#449dab", "gitDecoration.conflictingResourceForeground": "#bb7a61", + "gitDecoration.stageDeletedResourceForeground": "#914c54", + "gitDecoration.stageModifiedResourceForeground": "#6183bb", + "merge.currentHeaderBackground": "#007a75aa", "merge.currentContentBackground": "#007a7544", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index f136196..d8ddfe2 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -306,6 +306,8 @@ "gitDecoration.deletedResourceForeground": "#914c54", "gitDecoration.untrackedResourceForeground": "#166775", "gitDecoration.conflictingResourceForeground": "#bb7a61", + "gitDecoration.stageDeletedResourceForeground": "#914c54", + "gitDecoration.stageModifiedResourceForeground": "#34548a", "merge.currentHeaderBackground": "#007a75aa", "merge.currentContentBackground": "#007a7544", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index f23ccd5..d31cc8e 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -301,6 +301,8 @@ "gitDecoration.deletedResourceForeground": "#914c54", "gitDecoration.untrackedResourceForeground": "#449dab", "gitDecoration.conflictingResourceForeground": "#bb7a61", + "gitDecoration.stageDeletedResourceForeground": "#914c54", + "gitDecoration.stageModifiedResourceForeground": "#6183bb", "merge.currentHeaderBackground": "#007a75aa", "merge.currentContentBackground": "#007a7544",