无法修改MACRO&变量颜色

时间:2018-02-02 03:52:28

标签: visual-studio-code

如何修改MACRO颜色?

如何修改变色?以下设置不起作用。 Vars总是白色的。

主要使用C lang。任何建议都表示赞赏..

    "editor.tokenColorCustomizations": {
    "variables": "#2b3590",
    "textMateRules": [
    {
        "name": "Function argument",
        "scope": "variable.parameter",
        "settings": {
            "fontStyle": "",
            "foreground": "#6089B4"
        }
    },
    {
        "name": "Function Call Variable",
        "scope": "variable.other.property",
        "settings": {
            "fontStyle": "",
            "foreground": "#9872A2"
        }
    },
    {
        "name": "Class Variable",
        "scope": "variable.other, variable.js, punctuation.separator.variable",
        "settings": {
            "fontStyle": "",
            "foreground": "#6089B4"
        }
    },
    {
        "name": "Normal Variable",
        "scope": "variable.other.php, variable.other.normal",
        "settings": {
            "fontStyle": "",
            "foreground": "#6089B4"
        }
    }
    ]
},

0 个答案:

没有答案