add back untracked color, remove suffix for now

This commit is contained in:
Johannes Rieken
2017-10-09 18:42:13 +02:00
parent 3c68560ed8
commit e73da33e4f
3 changed files with 11 additions and 2 deletions

View File

@@ -813,6 +813,15 @@
"dark": "#cf9425",
"highContrast": "#cf9425"
}
},
{
"id": "git.color.untracked",
"description": "Color for modified resources",
"defaults": {
"light": "#49805b",
"dark": "#73c990",
"highContrast": "#73c990"
}
}
]
},