Update Git modified color for contrast ratio, fixes #53140

This commit is contained in:
Miguel Solorio
2018-08-03 10:37:35 -07:00
parent 6bcabdeefe
commit e275a42448
2 changed files with 2 additions and 2 deletions

View File

@@ -1054,7 +1054,7 @@
"id": "gitDecoration.modifiedResourceForeground",
"description": "%colors.modified%",
"defaults": {
"light": "#a76e12",
"light": "#895503",
"dark": "#E2C08D",
"highContrast": "#E2C08D"
}