add custom color for files added to index

This commit is contained in:
DAVID DRUKER
2018-03-18 14:06:12 -07:00
parent d5bded0904
commit ab19d7b43d
3 changed files with 12 additions and 1 deletions

View File

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