Visual Studio代码状态栏颜色 [英] Visual Studio Code status bar color

查看:136
本文介绍了Visual Studio代码状态栏颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Visual Studio Code的默认状态栏颜色为蓝色,我觉得这很分散注意力.我使用了扩展名来更改颜色,但是它已停止工作在 1.10.2 更新之后.

Visual Studio Code's default status bar color is blue and I find it quite distracting. I used this extension to change the color but it has stopped working after the 1.10.2 update.

推荐答案

您可以通过在状态栏中添加以下代码行来编辑用户设置来更改状态栏的颜色:

You can change the colour of the statusbar by editing the user settings by adding these lines of code in it:

"workbench.colorCustomizations": {
    "statusBar.background" : "#1A1A1A",
    "statusBar.noFolderBackground" : "#212121",
    "statusBar.debuggingBackground": "#263238"
}

这篇关于Visual Studio代码状态栏颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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