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

@@ -10,6 +10,7 @@
"editor.selectionHighlightBackground": "#ADD6FF26",
"list.dropBackground": "#383B3D",
"activityBarBadge.background": "#007ACC",
"sideBarTitle.foreground": "#BBBBBB"
"sideBarTitle.foreground": "#BBBBBB",
"input.placeholderForeground": "#A6A6A6"
}
}