个人常用配置
设置文件,包含字体样式,字体大小等相关配置
{
"editor.fontLigatures": true,
"editor.fontFamily": "'JetBrains Mono',Inconsolata, 'Courier New', monospace,",
"editor.accessibilityPageSize": 10,
"editor.insertSpaces": true,
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation":"on",
"editor.tokenColorCustomizations": {
"keywords": "#ffffff",
"variables": "#ffb5cf",
"functions": "#92f1fc",
"strings": "#e3d4ff",
"numbers": "#f8f559",
"comments": "#7ac47c",
"types": "#a4cfff"
},
"editor.semanticTokenColorCustomizations": {
"enabled": true, // enable for all themes
"rules": {
//"*.static": {
//"foreground": "#ff09f3",
//"fontStyle": "bold"
//},
"property": { //属性
"foreground": "#59822a",
"fontStyle": ""
},
"macro": { //宏
"foreground": "#b4b44b",
"fontStyle": ""
},
"function": { //函数
"foreground": "#92f1fc",
"fontStyle": ""
},
"variable.global": { //全局变量
"foreground": "#e74654",
"fontStyle": ""
},
"variable.local": { //局部变量
"foreground": "#ffb6cf",
"fontStyle": ""
},
}
},
"workbench.colorCustomizations": {
//编辑器
//"editor.background": "#000000",
//"sideBar.background": "#000000",
//"activityBar.background": "#000000",
//"editorIndentGuide.activeBackground1":"#9ba4af",
//"editorIndentGuide.activeBackground2": "#ebd39c",
//"editorBracketMatch.background": "#ffffff00",
"editorBracketMatch.border": "#69f047",
//"tab.activeBackground": "#c0d9f070",
"editor.selectionHighlightBorder": "#ff0037",
//"editor.selectionHighlightBackground": "#fcde8d81",
//"editor.selectionForeground": "#3b58ff",
"editor.lineHighlightBackground": "#a0baac35",//光标所在行
"editor.foldBackground": "#377affa0",//折叠背景色
},
"terminal.integrated.cursorBlinking": true,
"workbench.colorTheme": "One Dark Pro Darker",
"workbench.layoutControl.enabled": false,
"window.commandCenter": false,
"terminal.integrated.defaultProfile.windows": "PowerShell",
"editor.fontSize": 15,
}

浙公网安备 33010602011771号