gpt4 book ai didi

visual-studio-code - 如何更改 VS Code 状态栏中 >< 远程图标的颜色?

转载 作者:行者123 更新时间:2023-12-03 15:30:53 28 4
gpt4 key购买 nike

我安装了 VS Code Remote Development extensions,但状态栏左侧的绿色 >< 图标与我喜欢的主题看起来不太好。我如何改变它的颜色?

The green >< icon in the status bar

最佳答案

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

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

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

Purple remote indicator

关于visual-studio-code - 如何更改 VS Code 状态栏中 >< 远程图标的颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55958171/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com