Fix #62446, increase opacity of selection highlight bg

This commit is contained in:
Miguel Solorio 2018-11-05 14:23:38 -08:00
parent 170077d533
commit b4b3f75deb

View file

@ -7,7 +7,7 @@
"editor.inactiveSelectionBackground": "#E5EBF1", "editor.inactiveSelectionBackground": "#E5EBF1",
"editorIndentGuide.background": "#D3D3D3", "editorIndentGuide.background": "#D3D3D3",
"editorIndentGuide.activeBackground": "#939393", "editorIndentGuide.activeBackground": "#939393",
"editor.selectionHighlightBackground": "#ADD6FF4D", "editor.selectionHighlightBackground": "#ADD6FF80",
"editorSuggestWidget.background": "#F3F3F3", "editorSuggestWidget.background": "#F3F3F3",
"activityBarBadge.background": "#007ACC", "activityBarBadge.background": "#007ACC",
"sideBarTitle.foreground": "#6F6F6F", "sideBarTitle.foreground": "#6F6F6F",