文件名称:vscode-workcolor-setup
文件大小:67KB
文件格式:ZIP
更新时间:2024-06-18 03:29:46
JavaScript
vscode-workcolor-setup 通过 manifest.json 设置 VSCode 颜色 用法 npx vscode - workcolor - setup 所以生成 .vscode/settings.json { "workbench.colorCustomizations": { "titleBar.activeBackground": "#2B0065", "titleBar.activeForeground": "#ffffff", "activityBar.background": "#2B0065", "activityBar.foreground": "#ffffff" } } 执照 麻省理工学院 :copyright:
【文件预览】:
vscode-workcolor-setup-master
----package.json(693B)
----__tests__()
--------vscodeWorkcolorSetup.test.js(1KB)
--------public()
----.github()
--------workflows()
----LICENSE(1KB)
----.gitignore(12B)
----README.md(1KB)
----yarn.lock(155KB)
----.editorconfig(171B)
----.gitattributes(12B)
----cli.js(1KB)