【发布时间】:2022-11-01 13:32:41
【问题描述】:
最近,我正在编辑一个 VS Code 主题 .json 文件。
我想达到加粗斜体我的主题风格,但我在这部分感到困惑:
{
"name": "Keywords",
"scope": "keyword",
"settings": {
"foreground": "#8A31B9",
"fontStyle": "bold"
}
},
在"fontStyle": "bold" 中,它将采用"bold" 或"italic"。
我应该怎么办?
【问题讨论】: