Это, конечно, не очевидно, но попробуйте:
"workbench.colorCustomizations": {
"list.highlightForeground": "#0ee065", // suggestions letter highlight
// background color of the entire focused line in the suggestion box, thanks to Raphael
"editorSuggestWidget.selectedBackground": "#505200"
}