Update colors to meet color contrast ratio, fixes #51831

This commit is contained in:
misolori
2018-07-05 16:52:53 -07:00
parent 467836e19f
commit 479855f9cd
4 changed files with 8 additions and 7 deletions

View File

@@ -12,6 +12,6 @@
"activityBarBadge.background": "#007ACC",
"sideBarTitle.foreground": "#6F6F6F",
"list.hoverBackground": "#E8E8E8",
"input.placeholderForeground": "#ADADAD"
"input.placeholderForeground": "#767676"
}
}