“ VSCODE”-如何更改功能标签的颜色? --

问题描述

我想将Monokai模板更新为“lazy eye”综合症。为此,我需要更改一些标签颜色。一种是功能,但是当我添加到setting.json

"workbench.colorCustomizations": {
    "[Monokai]": {
      "textMateRules": [
        {
          "scope": "entity.name.function","settings": { "fontStyle": "","foreground": "#000000" }
        }
      ]
    }
  }

我收到消息Property textMateRules is not allowed. 我该如何更改? 我在Mac上

解决方法

需要更改的设置为"editor.tokenColorCustomizations"