• 周二. 4 月 21st, 2026

物嫩软件资讯网

软件资讯来物嫩

最喜欢的vscode 主题插件SLab Theme

admin@wunen

6 月 23, 2025

这个插件的里面主题比较多比较漂亮

"editor.tokenColorCustomizations": {
        "textMateRules": [
            {
                "scope": [
                    //following will be in italic
                    "function",
                    "entity.name.type.class", //class names
                    "constant", //String, Number, Boolean…, this, super
                    "keyword",
                    "storage"
                ],
                "settings": {
                    "fontStyle": "bold",
                    // "foreground": "#240ab4"
                }
            },
            {
                "scope": "comment",
                "settings": {
                    "fontStyle": "bold"
                }
            },
            {
                "scope":[
                    "entity.name.type.class"
                ],"settings": {
                    "foreground": "#03A1FE",
                    "fontStyle": "bold"
                },
            }
        ]
    },

解释一下上面的东西

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注