diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index f365ba9..372c04d 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -327,6 +327,8 @@ "gitDecoration.modifiedResourceForeground": "#6183bb", "gitDecoration.ignoredResourceForeground": "#515670", "gitDecoration.deletedResourceForeground": "#914c54", + "gitDecoration.renamedResourceForeground": "#449dab", + "gitDecoration.addedResourceForeground": "#449dab", "gitDecoration.untrackedResourceForeground": "#449dab", "gitDecoration.conflictingResourceForeground": "#bb7a61", "gitDecoration.stageDeletedResourceForeground": "#914c54", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index d84737b..81fa5d6 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -331,6 +331,8 @@ "gitDecoration.modifiedResourceForeground": "#34548a", "gitDecoration.ignoredResourceForeground": "#828594", "gitDecoration.deletedResourceForeground": "#914c54", + "gitDecoration.renamedResourceForeground": "#166775", + "gitDecoration.addedResourceForeground": "#166775", "gitDecoration.untrackedResourceForeground": "#166775", "gitDecoration.conflictingResourceForeground": "#bb7a61", "gitDecoration.stageDeletedResourceForeground": "#914c54", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index e2fcc87..3d87498 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -326,6 +326,8 @@ "gitDecoration.modifiedResourceForeground": "#6183bb", "gitDecoration.ignoredResourceForeground": "#545c7e", "gitDecoration.deletedResourceForeground": "#914c54", + "gitDecoration.renamedResourceForeground": "#449dab", + "gitDecoration.addedResourceForeground": "#449dab", "gitDecoration.untrackedResourceForeground": "#449dab", "gitDecoration.conflictingResourceForeground": "#bb7a61", "gitDecoration.stageDeletedResourceForeground": "#914c54",