added additional colour options for differing git staging statuses

This commit is contained in:
michaelwood@onetrail.com
2020-09-23 20:31:30 +02:00
parent da243dae47
commit 536652aab5
3 changed files with 33 additions and 0 deletions

View File

@@ -168,6 +168,9 @@
"submenu.stash": "Stash",
"colors.added": "Color for added resources.",
"colors.modified": "Color for modified resources.",
"colors.stageAdded": "Color for resources which have been staged.",
"colors.stageModified": "Color for resources which have been staged, but modified.",
"colors.stageDeleted": "Color for resources which have been staged, but deleted.",
"colors.deleted": "Color for deleted resources.",
"colors.untracked": "Color for untracked resources.",
"colors.ignored": "Color for ignored resources.",