Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

代码提示里的已经输入的字符蓝色高亮难以辨认 #11

Open
sihaixianyu opened this issue Jul 23, 2022 · 3 comments
Open

Comments

@sihaixianyu
Copy link

sihaixianyu commented Jul 23, 2022

这个蓝色能不能调一下,感觉不太看得清
image

@zjjxwhh
Copy link

zjjxwhh commented Sep 6, 2022

这个可以手动修改

  1. VS Code 设置右上角 ”打开设置(json)“
  2. 结尾添加下面的代码,具体的颜色可以自己按需修改,其中 focusHighlightForeground 就是这个选中高亮的颜色
    "workbench.colorCustomizations": {
        "editor.lineHighlightBackground": "#f0f0f0",
        "editor.lineHighlightBorder": "#eaeaea",
        "editorSuggestWidget.selectedBackground": "#dbdde0",
        "editorSuggestWidget.selectedForeground": "#101c32",
        "editorSuggestWidget.highlightForeground": "#386ac3",
        "editorSuggestWidget.focusHighlightForeground": "#386ac3"
    }

其他颜色设置可以参考这里:Theme Color | Visual Studio Code Extension API

@sihaixianyu
Copy link
Author

收到,希望大佬一直更新下去,很喜欢这个主题 👍

@zjjxwhh
Copy link

zjjxwhh commented Sep 6, 2022

并不是作者😂我也是感觉看不清然后自己研究了下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants