VScode 豆沙色护眼设置

原始配置,setting.json内容,主题是 united Ubuntu

{
"terminal.integrated.rendererType": "dom",
"workbench.colorCustomizations": {
    "[Default Light+]":{
        "editor.selectionHighlightBackground": "#f5f113",
        "editor.selectionBackground": "#f5f113",
        "editor.background": "#cce8cf",
        "editorGutter.background": "#cce8cf",
        "editorCursor.foreground": "#ff0000",
        "editor.lineHighlightBorder": "#d3d3d3",
    }
},
"editor.tokenColorCustomizations": {
    "[Default Light+]":{
        "comments": "#519657",
        "strings": "#7e3648",
        "functions": "#1c7887",
        "keywords": "#a207fc",
        "variables": "#0720fc",
        "numbers": "#e21d1d",
        "textMateRules":[
            {
                "name": "Operator",
                "scope": "keyword.operator",
                "settings":{
                    "foreground": "#e21d1d",
                    "fontStyle": "bold"
                }
            },
            {
                "name": "Punctuation",
                "scope": "punctuation",
                "settings":{
                    "foreground": "#a207fc",
                    "fontStyle": "bold"
                }
            }
        ]
    }
},
"editor.fontWeight": "500",
"editor.fontSize": 14.5,
"editor.fontFamily": "Consolas, '微软雅黑', monospace",
"window.zoomLevel": 0,
"workbench.activityBar.visible": false,
"http.proxySupport": "off",
"cmake.configureOnOpen": true,
"workbench.colorTheme": "United Ubuntu"}

护眼色配置,setting.json的内容

{
"terminal.integrated.rendererType": "dom",
"workbench.colorCustomizations": {
    "[Default Light+]":{
        "editor.selectionHighlightBackground": "#f5f113",
        "editor.selectionBackground": "#f5f113",
        "editor.background": "#cce8cf",
        "editorGutter.background": "#cce8cf",
        "editorCursor.foreground": "#ff0000",
        "editor.lineHighlightBorder": "#d3d3d3",
    }
},
"editor.tokenColorCustomizations": {
    "[Default Light+]":{
        "comments": "#519657",
        "strings": "#7e3648",
        "functions": "#1c7887",
        "keywords": "#a207fc",
        "variables": "#0720fc",
        "numbers": "#e21d1d",
        "textMateRules":[
            {
                "name": "Operator",
                "scope": "keyword.operator"
                "settings":{
                    "foreground": "#e21d1d",
                    "fontStyle": "bold"
                }
            },
            {
                "name": "Punctuation",
                "scope": "punctuation",
                "settings":{
                    "foreground": "#a207fc",
                    "fontStyle": "bold"
                }
            }
        ]
    }
},
"editor.fontWeight": "500",
"editor.fontSize": 14.5,
"workbench.colorTheme": "Default Light+",
"editor.fontFamily": "Consolas, '微软雅黑', monospace",
"window.zoomLevel": 0,
"workbench.activityBar.visible": false,
"http.proxySupport": "off",
"cmake.configureOnOpen": true

}

豆沙色 + 自定义字体颜色
{
"terminal.integrated.rendererType": "dom",
"workbench.colorCustomizations": {
"[Default Light+]":{
"editor.selectionHighlightBackground": "#f5f113",
"editor.selectionBackground": "#f5f113",
"editor.background": "#cce8cf",
"editorGutter.background": "#cce8cf",
"editorCursor.foreground": "#ff0000",
"editor.lineHighlightBorder": "#d3d3d3",
}
},
"editor.tokenColorCustomizations": {
"[Default Light+]":{
"comments": "#519657",
"strings": "#7e3648",
"functions": "#f80404",
"keywords": "#9700ee",
"variables": "#020202",
"numbers": "#e21d1d",
}
},
"editor.fontWeight": "520",
"editor.fontSize": 16,
"workbench.colorTheme": "Default Light+",
"editor.fontFamily": "Consolas, '微软雅黑', monospace",
"window.zoomLevel": 0,
"workbench.activityBar.visible": false,
"http.proxySupport": "off",
"cmake.configureOnOpen": true
}

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

  • ASR 文档 1. 环境搭建 (conda) 1)创建指定Python版本的conda虚拟环境:conda cre...
    yoyo君阅读 3,165评论 0 1
  • 4.5路人婷婷 应该是2008年夏天吧,我的生意逐渐踏上正轨,和省内几十个客户达成长期合作协议,开始有了稳定的收益...
    公子林阅读 4,410评论 1 15
  • 挑战 1 小时搞定年度总结 Challenge to complete the annual review in ...
    陈君3阅读 3,652评论 0 0
  • 12——15岁是个比较特殊的年龄段,家长、老师,和孩子自己,都要学习了解这个阶段有哪些特点。 最近看到类似的新闻。...
    归愿幸福阅读 1,436评论 0 0
  • 1:00-9:00 昨天: 1. 开发联调完成 周末在线礼包 2. 抽卡合并分支 3. 沟通内容,复盘9,10,1...
    Trankil阅读 1,297评论 0 0

友情链接更多精彩内容