vscode 在自动完成弹出窗口中为所选项目自定义主题颜色
问题描述:
我知道有实验设置workbench.experimental.colorCustomizations",但我找不到任何子设置来更改自动完成弹出窗口中当前所选项目的背景颜色.
有没有其他方法可以改变这种颜色?
I know there's the experimental setting "workbench.experimental.colorCustomizations" but I can't find any subsetting to change the background color of the currently selected item in the autocomplete popup.
Is there any other way to change this color?
答
"editorSuggestWidget.background": "#424d66",// widget bg
"editorSuggestWidget.selectedBackground": "#29b6f6",// <-- this one -->
"editorSuggestWidget.highlightForeground": "#ff6a00",// typed(matching) symbols color