【问题标题】:How can I change the color of the >< remote icon in the VS Code status bar?如何更改 VS Code 状态栏中 >< 远程图标的颜色?
【发布时间】:2019-09-21 07:31:20
【问题描述】:

我安装了 VS Code Remote Development extensions,但状态栏左侧的绿色 &gt;&lt; 图标与我喜欢的主题不匹配。如何改变它的颜色?

【问题讨论】:

    标签: visual-studio-code vscode-remote


    【解决方案1】:

    &gt;&lt; 图标是远程窗口指示器。 Color themes 可以使用statusBarItem.remoteBackgroundstatusBarItem.remoteForeground 主题颜色自定义其颜色

    您还可以在 VS Code 中使用 workbench.colorCustomizations setting 覆盖颜色:

    "workbench.colorCustomizations": {
        "statusBarItem.remoteBackground": "#5a34a0",
        "statusBarItem.remoteForeground": "#ccc"
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-02-18
      • 1970-01-01
      • 2017-08-16
      • 2016-03-08
      • 2021-10-13
      • 1970-01-01
      • 2021-11-05
      相关资源
      最近更新 更多