Update list colors for our light theme to pass color contrast ratio

This commit is contained in:
Miguel Solorio
2018-09-12 15:29:23 -07:00
parent 0e6535353a
commit 7f41255769
2 changed files with 4 additions and 4 deletions

View File

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