Update color to meet color contrast ratiom, fixes #52580

This commit is contained in:
Miguel Solorio
2018-07-19 12:58:45 -07:00
parent 851092b3cd
commit 3c37960bd8
2 changed files with 2 additions and 2 deletions

View File

@@ -1022,7 +1022,7 @@
"id": "gitDecoration.untrackedResourceForeground",
"description": "%colors.untracked%",
"defaults": {
"light": "#019001",
"light": "#018101",
"dark": "#73C991",
"highContrast": "#73C991"
}