|
打工settings.json 添加下面代码。颜色按照自己的需求取
- {
- "workbench.colorCustomizations": {
-
- "editor.background": "#C7EDCC"
- }
- }
复制代码
自己使用中的一套配色【放在上面版块 才不会出现报错】
- "workbench.colorCustomizations": {
- "editor.background": "#d8e1b0",
- "activityBar.background": "#0c0c0c",
- "terminal.foreground": "#408849",
- "terminal.background": "#1fb888",
- "editor.selectionBackground": "#b6b9b9",
- "sideBar.background": "#f2f2f2",
- "tab.activeBackground": "#e6e3e3",
- "editorLineNumber.foreground": "#727272"
- },
复制代码
|
上一篇:js代码 禁止右键和屏蔽ctrl+u,F12键
|