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

@@ -70,6 +70,7 @@
"config.showInlineOpenFileAction": "Controls whether to show an inline Open File action in the Git changes view.",
"config.inputValidation": "Controls when to show commit message input validation.",
"config.detectSubmodules": "Controls whether to automatically detect git submodules.",
"colors.added": "Color for added resources.",
"colors.modified": "Color for modified resources.",
"colors.deleted": "Color for deleted resources.",
"colors.untracked": "Color for untracked resources.",