Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/visual-studio-code/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在VSCode中编辑HTML标记颜色_Html_Visual Studio Code_Themes_Syntax Highlighting - Fatal编程技术网

在VSCode中编辑HTML标记颜色

在VSCode中编辑HTML标记颜色,html,visual-studio-code,themes,syntax-highlighting,Html,Visual Studio Code,Themes,Syntax Highlighting,下面是my settings.json文件的外观: "editor.tokenColorCustomizations": { "textMateRules": [ { "scope": "entity.name.tag", "settings": { "foreground": "#7ea4df" }

下面是my settings.json文件的外观:

"editor.tokenColorCustomizations": {

        "textMateRules": [
            {
                "scope": "entity.name.tag",
                "settings": {
                    "foreground": "#7ea4df"
                }
            }
        ]
    },

{
    "workbench.colorTheme": "Visual Studio Light",
    "window.zoomLevel": 0,
    "editor.minimap.enabled": false,
    "breadcrumbs.enabled": true
}
问题是,当我保存这个文件时,我的主题会变为黑色。我怎样才能保留我的主题并且仍然编辑HTML标签的颜色