@
poorcai "editor.tokenColorCustomizations": {
"[Better Solarized Light]": {
"textMateRules": [
{ "scope": "strong", "settings": { "fontStyle": "bold" } },
{ "scope": "constant.language", "settings": { "fontStyle": "bold" } },
{ "scope": "storage.type", "settings": { "fontStyle": "bold" } },
{ "scope": "storage.modifier", "settings": { "fontStyle": "bold" } },
{ "scope": "keyword", "settings": { "fontStyle": "bold" } },
{ "scope": "keyword.control", "settings": { "fontStyle": "bold" } },
{ "scope": "variable.language", "settings": { "fontStyle": "bold" } },
// { "scope": "functions.language", "settings": { "fontStyle": "bold" } },
]
},
// 函数名
// "functions": {
// // 设置字体样式 bold 加粗 italic 斜体 underline 下划线
// "fontStyle": "bold"
// },
"comments": {
// 设置字体样式 bold 加粗 italic 斜体 underline 下划线
"fontStyle": "italic bold"
},
},