【问题标题】:Is there any way to change the color of the text in vs code terminal to white?有什么方法可以将 vs code 终端中的文本颜色更改为白色?
【发布时间】:2021-09-15 12:41:03
【问题描述】:

为什么我的 Visual Studio Code 终端的文本颜色,即 PowerShell 是黄色的,而其他颜色让我很烦有什么方法可以更改文本颜色

【问题讨论】:

标签: powershell visual-studio-code vscode-settings


【解决方案1】:

覆盖终端颜色

  • 文件 菜单中,导航到 Preferences 并选择 Settings
  • 搜索设置框中,输入workbench.colorCustomizations
  • 单击 在 settings.json 中编辑
  • 在 {…} 部分添加两个哈希值
"workbench.colorCustomizations": {
    "terminal.background": "#012456",
    "terminal.foreground": "#ececec"
}

【讨论】:

    猜你喜欢
    • 2023-02-25
    • 2022-01-21
    • 1970-01-01
    • 2014-10-24
    • 1970-01-01
    • 1970-01-01
    • 2017-06-25
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多