如何更改元素的背景颜色?

时间:2018-02-08 21:45:01

标签: vs-color-theme-editor

我要离开thisthisthis

我有一个html文件:

<html>
    <myelm>
        this is my cool elm
    </myelm>
    <span>FOOOO</span>
</html>

我希望整个myelm元素的背景颜色(包括内部文本)为红色。我该怎么做?

这会将元素名称变为红色。这是件好事。但不是我想要的:

"editor.tokenColorCustomizations": {
    "textMateRules": [
        {
            "scope": "entity.name.tag",
            "settings": {
                "foreground": "#ff0000"
            }
        }
    ]
}

0 个答案:

没有答案