
// A code block {
"editor.fontSize": 16,
"editor.mouseWheelZoom": true,
"editor.tabSize": 2,
"workbench.colorCustomizations": {
// 写在 Atom One Light 里面则只对该主题有效
"[Atom One Light]": {
"editor.background": "#c5f3cb",
"sideBar.background": "#d9f1d1",
"activityBar.background": "#ddeedd",
// 终端前景背景色
"terminal.foreground" : "#141416",
"terminal.background" : "#a0ecd9"
},
"editorLineNumber.foreground": "#f19012",
},
"workbench.statusBar.feedback.visible": false,
"workbench.colorTheme": "Atom One Light",
}
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
