Merge pull request #46066 from ddruker/ddruker/differentiate-foreground-color-git

[GIT EXTENSION] Add Custom Foreground Color for Files Added to Index
This commit is contained in:
João Moreno
2018-06-04 17:21:14 +02:00
committed by GitHub
3 changed files with 12 additions and 1 deletions

View File

@@ -991,6 +991,15 @@
}
},
"colors": [
{
"id": "gitDecoration.addedResourceForeground",
"description": "%colors.added%",
"defaults": {
"light": "#587c0c",
"dark": "#81b88b",
"highContrast": "#1b5225"
}
},
{
"id": "gitDecoration.modifiedResourceForeground",
"description": "%colors.modified%",