vscode外观配色

vscode配色code

    "editor.tokenColorCustomizations": {
        "comments": "#55aa7f",
        "keywords": "#ff55ff",
        "variables": "#81effd",
        "strings": "#00ff7f",
        "functions": "#ffff00",
        "numbers": "#00eeff",
        "types": "#8ccdf8",
        "textMateRules": [
            // 系统内置函数名称print len
            {
                "scope": "keyword.function",
                "settings": {
                    "foreground": "#ffbb00",
                }
            },
            {
                "scope": "entity.name.type", //函数和类的名称颜色
                "settings": {
                    "foreground": "#FF0000"
                }
            },
            // 类的名称颜色 如class abc() 中的abc
            {
                "scope": "storage.type", //void int char
                "settings": {
                    "foreground": "#ff00c8"
                }
            },
            // 类和行数定义单词颜色 def class
            {
                "scope": "storage.modifier", //static const
                "settings": {
                    "foreground": "#FF0000"
                }
            },
            // 不知道是什么
            {
                "scope": "keyword.operator",
                "settings": {
                    "foreground": "#ff55ff",
                }
            },
            // 运算符号,如+-*/=
            {
                "scope": "keyword.control",
                "settings": {
                    "foreground": "#ffe600de"
                }
            },
            // and or &&
            {
                "scope": "keyword.operator.logical",
                "settings": {
                    "foreground": "#ff00c8",
                    "fontStyle": ""
                }
            },
            // \r\n
            {
                "scope": "constant.character.escape",
                "settings": {
                    "foreground": "#ee5050"
                }
            },
            {
                "scope": "variable.other",
                "settings": {
                    "foreground": "#bbaee9"
                }
            },
            // 函数的参数名称
            {
                "scope": "variable.parameter",
                "settings": {
                    "foreground": "#5eccf8",
                    "fontStyle": ""
                }
            },
            //函数的参数名称
            {
                "scope": "entity.name.section",
                "settings": {
                    "foreground": "#ff0000"
                }
            },
            { //左单双引号
                "scope": "punctuation.definition.string.begin",
                "settings": {
                    "foreground": "#00ff7f",
                    "fontStyle": "bold"
                }
            },
            { // 右单引号
                "scope": "punctuation.definition.string.end",
                "settings": {
                    "foreground": "#00ff7f",
                    "fontStyle": "bold"
                }
            },
            {
                "scope": [
                    "constant.other.symbol"
                ],
                "settings": {
                    "foreground": "#ff0000"
                }
            },
            {
                "scope": [
                    "entity.name.tag"
                ],
                "settings": {
                    "foreground": "#ff0055"
                }
            }
        ]
    },
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值