Sta*_*ama 6 visual-studio-code vscode-extensions vscode-settings
为自己创建一个 VSCode 主题。我喜欢我目前的颜色配置,但是当我打开命令调色板时,它是“透明的”,很难阅读。设计主题时如何配置调色板?
V1.36 为命令面板/快速打开面板添加了这两个颜色自定义:
"quickInput.background": "#ff0000",
"quickInput.foreground": "#fff"
Run Code Online (Sandbox Code Playgroud)
感谢为快速打开面板 PR 添加颜色控件。
每个命令右侧显示的那些键绑定将在 v1.56 中成为主题(已经在 Insiders 中)。见https://github.com/microsoft/vscode/commit/a3444b121230a97f3ae07304780ea130ea092542
"workbench.colorCustomizations": {
"keybindingLabelBackground": "#f00",
"keybindingLabelForeground": "#f00",
"keybindingLabelBorder": "#f00",
"keybindingLabelBottomBorder": "#f00",
"keybindingLabelShadow": "#f00"
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1928 次 |
| 最近记录: |