vscode 在自动完成弹出窗口中为所选项目自定义主题颜色 [英] vscode customize theme color for selected item in autocomplete popup

查看:21
本文介绍了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

这篇关于vscode 在自动完成弹出窗口中为所选项目自定义主题颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆