VScode 配置豆沙绿背景色

打工settings.json 添加下面代码。颜色按照自己的需求取
  1. {
  2.     "workbench.colorCustomizations": {
  3.    
  4.     "editor.background": "#C7EDCC"
  5.     }
  6. }
复制代码

自己使用中的一套配色【放在上面版块 才不会出现报错】
QQ截图20220707143740.png

  1.   "workbench.colorCustomizations": {
  2.     "editor.background": "#d8e1b0",
  3.     "activityBar.background": "#0c0c0c",
  4.     "terminal.foreground": "#408849",
  5.     "terminal.background": "#1fb888",
  6.     "editor.selectionBackground": "#b6b9b9",
  7.     "sideBar.background": "#f2f2f2",
  8.     "tab.activeBackground": "#e6e3e3",
  9.     "editorLineNumber.foreground": "#727272"
  10.   },
复制代码












上一篇:js代码 禁止右键和屏蔽ctrl+u,F12键
如无回复请发邮件