Visual studio code 如何在vscode中设置匹配的括号颜色?

Visual studio code 如何在vscode中设置匹配的括号颜色?,visual-studio-code,vscode-settings,Visual Studio Code,Vscode Settings,我希望vscode中匹配的括号是彩色的,而不是给定边框/背景。设置中它的正确属性是什么?目前我有: { "workbench.colorCustomizations": { "editorBracketMatch.border": "#000", "editorBracketMatch.background": "#000"

我希望vscode中匹配的括号是彩色的,而不是给定边框/背景。设置中它的正确属性是什么?目前我有:

    {
        "workbench.colorCustomizations": {

            "editorBracketMatch.border": "#000",
            "editorBracketMatch.background": "#000"
        }
    }

如何修改此选项以获得所需的结果?

使用扩展名
括号对着色程序
版本1或版本2