vscode改颜色

vscode默认主题的颜色是这样的,太单调了。当前行、当前选中单词高亮非常不明显:

如何修改:

  1. 打开配置文件:
  1. vscode官方文档查找你要的配置,例如
  1. 编辑配置
复制代码
{
    "editor.minimap.enabled": false,
    "C_Cpp.default.compilerPath": "",
    "security.workspace.trust.untrustedFiles": "open",
    "git.openRepositoryInParentFolders": "never",

    "workbench.colorCustomizations": {
        "editor.lineHighlightBackground": "#431455",  // 这将更改当前行的背景颜色
        "editor.lineHighlightBorder": "#2124dd",       // 这将更改当前行的边框颜色

        "editor.wordHighlightBackground": "#0a746fbb",  // 设置高亮边框颜色
        // "editor.wordHighlightBorder": "#2124dd",
    }
}

保存即见效

相关推荐
yinhezhanshen42 分钟前
使用VSCode编辑Markdown+PlantUml
ide·vscode·编辑器
kooboo china.4 小时前
在UI 原型设计中,交互规则有哪些核心要素?
ui·编辑器·交互
慢一点会很快4 小时前
【Tools】VScode使用CMake构建项目
ide·vscode·编辑器
Mckay886 小时前
android studio导入项目
android·ide·android studio
threelab6 小时前
05.three官方示例+编辑器+AI快速学习three.js webgl - animation - skinning - ik
人工智能·学习·编辑器
threelab6 小时前
04.three官方示例+编辑器+AI快速学习webgl_animation_skinning_additive_blending
人工智能·学习·编辑器
ONLYOFFICE7 小时前
集成 ONLYOFFICE 与 AI 插件,为您的服务带来智能文档编辑器
人工智能·ai·编辑器·onlyoffice·文档编辑器·文档预览·文档协作
心足7 小时前
我喜欢的vscode几个插件和主题
ide·vscode·编辑器
suoxiao7778 小时前
通过anaconda安装jupyter
ide·python·jupyter
程序员阿鹏8 小时前
Git的安装和配置(idea中配置Git)
java·开发语言·ide·git·intellij-idea·idea