vscode 修改字体颜色
"editor.tokenColorCustomizations": {"editor.selectionForeground": "#00AC00","editor.foreground": "#00AC00",// "editor.foreground": "#4EC9B0""comments": "#EE00EE", // 注释//"keywords": "#0a0", // 关键字// .
·
"editor.tokenColorCustomizations": {
"editor.selectionForeground": "#00AC00",
"editor.foreground": "#00AC00",
// "editor.foreground": "#4EC9B0"
"comments": "#EE00EE", // 注释
// "keywords": "#0a0", // 关键字
// "variables": "#f00", // 变量名
// "strings": "#e2d75dbd", // 字符串
//"functions": "#5b99fcc9", // 函数名
// "numbers": "#AE81FF" // 数字
},
onedark dark+
更多推荐
已为社区贡献2条内容
所有评论(0)