【问题标题】:How can I change the color of the vertical guide line? [duplicate]如何更改垂直引导线的颜色? [复制]
【发布时间】:2021-01-30 05:29:33
【问题描述】:

我在 VS 代码中使用 Palenight 主题,我想对其进行修改。根据缩进,屏幕上出现一条垂直引导线,我希望我选择的缩进的垂直引导线变为红色。只有当我选择缩进时。我需要更改palenight.json 文件,所以请告诉我要修改的部分。

【问题讨论】:

    标签: visual-studio-code vscode-settings


    【解决方案1】:

    你应该去你的 settings.json 并粘贴:

    "editorIndentGuide.activeBackground": "#ff0000",
    

    别忘了粘贴进去

       "workbench.colorCustomizations": {
            "editorIndentGuide.activeBackground": "#ff0000",
            // "editorIndentGuide.background": "#ff00ff"
        },
    

    【讨论】:

    • @andyname 请接受我的回答(打勾)
    猜你喜欢
    • 2014-09-21
    • 1970-01-01
    • 2013-05-03
    • 2013-10-28
    • 1970-01-01
    • 2011-07-18
    • 1970-01-01
    • 2021-12-25
    • 1970-01-01
    相关资源
    最近更新 更多