vscode配置
{
"editor.fontFamily": "'MonoLisa'",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"terminal.integrated.fontFamily": "'MonoLisa'",
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": [
"comment",
"comment.block",
"comment.block.documentation",
"comment.line",
"constant",
"constant.character",
"constant.character.escape",
"constant.numeric",
"constant.other",
"constant.regexp",
"constant.rgb-value",
"emphasis",
"entity",
"entity.name",
"entity.name.class",
"entity.name.function",
"entity.name.method",
"entity.name.section",
"entity.name.selector",
"entity.name.tag",
"entity.name.type",
"entity.other",
"entity.other.attribute-name",
"entity.other.inherited-class",
"invalid",
"invalid.deprecated",
"invalid.illegal",
"keyword",
"keyword.control",
"keyword.operator",
"keyword.other",
"markup.bold",
"markup.changed",
"markup.deleted",
"markup.heading",
"markup.inline.raw",
"markup.inserted",
"markup.italic",
"markup.list",
"markup.other",
"markup.quote",
"markup.raw",
"markup.underline",
"markup.underline.link",
"meta.class",
"meta.function",
"meta.function-call",
"meta.preprocessor",
"meta.selector",
"meta.tag",
"punctuation.definition.comment",
"punctuation.definition.string",
"punctuation.section",
"source",
"storage",
"storage.modifier",
"storage.type",
"string",
"string.interpolated",
"string.quoted",
"string.regexp",
"string.unquoted",
"support",
"support.class",
"support.constant",
"support.function",
"support.module",
"support.type",
"support.variable",
"variable",
"variable.language",
"variable.name",
"variable.other",
"variable.parameter"
],
"settings": {
"fontStyle": ""
}
}
]
}
}
本文来自博客园,作者:GreeneGe,转载请注明原文链接:https://www.cnblogs.com/greene/p/17026048.html