设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 创业者 数据 手机
当前位置: 首页 > 服务器 > 安全 > 正文

VSCode自定义配色方案的实现(2)

发布时间:2020-05-10 20:07 所属栏目:53 来源:站长网
导读:{"name": "Comment","scope": ["comment","punctuation.definition.comment"],"settings": {"background": "#ffffff","fontStyle": "italic","foreground": "#000000"}} 参数名作用 name 规则描述,一段容易理解的

{ "name": "Comment", "scope": [ "comment", "punctuation.definition.comment" ], "settings": { "background": "#ffffff", "fontStyle": "italic", "foreground": "#000000" } }

参数名 作用
name   规则描述,一段容易理解的描述性文字  
scope   作用域,指定使用那些VSCode内部对象,其含义参看Scope Naming  
setting -> background   背景色,可选  
setting -> fontStyle   字体,可选,为bold、italic、underline  
setting -> foreground   前景色,可选  

以下列举文末的配置文件中几个name所指定的参数的作用:

(编辑:ASP站长网)

网友评论
推荐文章
    热点阅读