跳到主要内容

1 篇博文 含有标签「vscode」

查看所有标签

最近的VSCode主题配置

· 阅读需 1 分钟

主题

Shades of Purple

字体

拉丁文Maple Mono

中文霞鹜文楷 Mono

图标

Symbols Icon Theme

增加斜体

"editor.tokenColorCustomizations": {
"[Shades of Purple]": {
"textMateRules": [
{
"scope": [
"keyword.other.unit",
"support.type.property-name.css",
"support.type.vendored.property-name.css",
"support.constant.vendored.property-value.css",
"meta.import.ts meta.block.ts variable.other.readwrite.alias.ts",
"meta.import.tsx meta.block.tsx variable.other.readwrite.alias.tsx",
"meta.import.js variable.other",
"meta.export.ts meta.block.ts variable.other.readwrite.alias.ts",
"meta.export.tsx meta.block.tsx variable.other.readwrite.alias.tsx",
"meta.export.js variable.other",
"entity.name.function.ts",
"entity.name.function.tsx",
"support.type.primitive",
"entity.name.tag.yaml",
"entity.other.attribute-name",
"meta.tag.sgml.doctype.html",
"entity.name.tag.doctype",
"meta.tag.sgml.doctype",
"entity.name.tag.custom",
"source.js.jsx keyword.control.flow.js",
"support.type.property.css",
"support.function.basic_functions",
"constant.other.color.rgb-value.hex.css",
"constant.other.rgb-value.css",
"variable.assignment.coffee",
"support.function.basic_functions",
"keyword.operator.expression.typeof",
"punctuation.section.embedded",
"keyword.operator.type.annotation",
"variable.object.property.ts",
"variable.object.property.js",
"variable.object.property.jsx",
"variable.object.property.tsx",
"assignment.coffee",
"entity.name.type.ts",
"support.constant.math",
"meta.object-literal.key",
"meta.var.expr storage.type",
"variable.scss",
"variable.sass",
"variable.other.less",
"variable.parameter.url.scss",
"variable.parameter.url.sass",
"parameter",
"string",
"italic",
"quote",
"keyword",
"storage",
"language",
"constant.language",
"variable.language",
"type .function",
"type.function",
"storage.type.class",
"type.var",
"meta.parameter",
"variable.parameter",
"meta.parameters",
"keyword.control",
"modifier",
"this",
"comment"
],
"settings": {
"fontStyle": "italic"
}
}
]
}
}