0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Add added and rename git resource colors

This commit is contained in:
Kristi 2021-04-05 10:15:36 -04:00
parent f3f0361c4a
commit c9dc8e5eee
3 changed files with 6 additions and 0 deletions

View file

@ -327,6 +327,8 @@
"gitDecoration.modifiedResourceForeground": "#6183bb", "gitDecoration.modifiedResourceForeground": "#6183bb",
"gitDecoration.ignoredResourceForeground": "#515670", "gitDecoration.ignoredResourceForeground": "#515670",
"gitDecoration.deletedResourceForeground": "#914c54", "gitDecoration.deletedResourceForeground": "#914c54",
"gitDecoration.renamedResourceForeground": "#449dab",
"gitDecoration.addedResourceForeground": "#449dab",
"gitDecoration.untrackedResourceForeground": "#449dab", "gitDecoration.untrackedResourceForeground": "#449dab",
"gitDecoration.conflictingResourceForeground": "#bb7a61", "gitDecoration.conflictingResourceForeground": "#bb7a61",
"gitDecoration.stageDeletedResourceForeground": "#914c54", "gitDecoration.stageDeletedResourceForeground": "#914c54",

View file

@ -331,6 +331,8 @@
"gitDecoration.modifiedResourceForeground": "#34548a", "gitDecoration.modifiedResourceForeground": "#34548a",
"gitDecoration.ignoredResourceForeground": "#828594", "gitDecoration.ignoredResourceForeground": "#828594",
"gitDecoration.deletedResourceForeground": "#914c54", "gitDecoration.deletedResourceForeground": "#914c54",
"gitDecoration.renamedResourceForeground": "#166775",
"gitDecoration.addedResourceForeground": "#166775",
"gitDecoration.untrackedResourceForeground": "#166775", "gitDecoration.untrackedResourceForeground": "#166775",
"gitDecoration.conflictingResourceForeground": "#bb7a61", "gitDecoration.conflictingResourceForeground": "#bb7a61",
"gitDecoration.stageDeletedResourceForeground": "#914c54", "gitDecoration.stageDeletedResourceForeground": "#914c54",

View file

@ -326,6 +326,8 @@
"gitDecoration.modifiedResourceForeground": "#6183bb", "gitDecoration.modifiedResourceForeground": "#6183bb",
"gitDecoration.ignoredResourceForeground": "#545c7e", "gitDecoration.ignoredResourceForeground": "#545c7e",
"gitDecoration.deletedResourceForeground": "#914c54", "gitDecoration.deletedResourceForeground": "#914c54",
"gitDecoration.renamedResourceForeground": "#449dab",
"gitDecoration.addedResourceForeground": "#449dab",
"gitDecoration.untrackedResourceForeground": "#449dab", "gitDecoration.untrackedResourceForeground": "#449dab",
"gitDecoration.conflictingResourceForeground": "#bb7a61", "gitDecoration.conflictingResourceForeground": "#bb7a61",
"gitDecoration.stageDeletedResourceForeground": "#914c54", "gitDecoration.stageDeletedResourceForeground": "#914c54",