文件->首選項->設置,找到settings.json,添加如下代碼:
1 "workbench.colorCustomizations": 2 { 3 4 "editor.background": "#fdf6e3", 5 // "sideBar.background": "#d9f1d1", 6 // "activityBar.background": "#ddeedd", 7 // 終端前景背景色 8 "terminal.foreground" : "#141416", 9 "terminal.background" : "#a0ecd9" 10 11 // "editorLineNumber.foreground": "#f19012", 12 },
可以根據需要調整