C:\Users\[username]\AppData\Roaming\Code\User\settings.json

{
    "editor.fontFamily": "Consolas, 'Courier New', monospace",
    "editor.fontSize": 14,
    "editor.largeFileOptimizations": false,
    "editor.foldingMaximumRegions": 65000,
    "security.workspace.trust.untrustedFiles": "open",
    "editor.renderWhitespace": "all",
    "workbench.colorTheme": "Visual Studio Dark - C++",
    "window.title": "${dirty}${activeEditorMedium}${separator}${rootName}${separator}${appName}",
    "iar.enabled": true,
    "editor.rulers": [48],
    "editor.mouseWheelZoom": true,

    "search.searchEditor.defaultNumberOfContextLines": 0,
    "search.searchOnType": true,
    "editor.matchBrackets":"never",
    "explorer.copyRelativePathSeparator": "/",
    // "files.autoSave": "onFocusChange",
    "background.enabled": true,
    "background.fullscreen": {
        "images": ["file:///Users/somepath/a.jpg"], // urls of your images
        "opacity": 0.91, // 0.85 ~ 0.95 recommended
        "size": "cover", // also css, `cover` to self-adaption (recommended),or `contain`、`200px 200px`
        "position": "center", // alias to `background-position`, default `center`
        "interval": 0 // seconds of interval for carousel, default `0` to disabled.
    }
        // /** 编辑器背景 */
        // "window.titleBarStyle": "custom", //首先把标题栏改为非原生的
        // "background.enabled": true,
        // "background.useDefault": false,
        // "background.customImages": [
        //     //  这个是图片地址 注意这个是左斜杠
        //     "C:/Users/tianjia.hou/Downloads/purple.jpg"
        // ],
        // //这些都像css那样可以改样式的
        // "background.style": {
        //     "content": "''",
        //     "pointer-events": "none",
        //     "position": "absolute",
        //     "z-index": "99999",
        //     "width": "100%",
        //     "height": "100%",
        //     "background-position": "cover",
        //     "background-repeat": "no-repeat",
        //     "background-size": "cover",  
        //     "opacity": 1  //这个是设置透明度
        // },
    "workbench.colorCustomizations": {
        "toolbar.hoverBackground": "#ae00ff",
        "button.background": "#ae00ff",
        "button.foreground": "#ffffff",
        "button.border": "#000000",
        "button.separator":"#ffffff",
        // "button.secondaryForeground":"#000000",
        // "button.secondaryBackground":"#000000",
        // "button.secondaryHoverBackground":"#000000",
        // "checkbox.background": "#ff0000",
        // "button.hoverBackground":"#d06aff",
        // "list.deemphasizedForeground": "#ff0000",
        // "diffEditor.border": "#eeff00",
        // "diffEditor.insertedLineBackground": "#ff0000",
        "diffEditor.insertedLineBackground": "#2bff0021",
        "diffEditor.insertedTextBorder": "#2bff0021",
        "diffEditor.insertedTextBackground": "#2bff0021",
        "diffEditor.diagonalFill": "#006888",
        // "diffEditor.unchangedRegionForeground": "#ff0000",
        // "diffEditor.unchangedCodeBackground": "#ff0000",
        "diffEditor.removedLineBackground": "#ff00005d",
        "diffEditor.removedTextBackground": "#ff00005d",
        // "diffEditor.removedTextBorder": "#ffffff5d",
        "progressBar.background": "#fbff00",
        //"contrastActiveBorder": "#1e1f1e",
        //"window.activeBorder": "#9900ff",
        "scrollbarSlider.background": "#7700ff79",
        "scrollbarSlider.activeBackground": "#8c00ff",
        "scrollbarSlider.hoverBackground": "#8c00ff9f",
        "titleBar.activeBackground": "#540099",
        "titleBar.activeForeground": "#ffffff",
        "titleBar.border": "#540099",
        "editorCursor.background": "#ff0000",
        "editorCursor.foreground": "#fffb00",
        "menu.background": "#000000",
        "menu.foreground": "#ffffff",
        "menubar.selectionForeground": "#000000",
        "menubar.selectionBackground": "#bbff00",
        "menubar.selectionBorder": "#bbff00",
        "menu.border": "#bbff00",
        "menu.selectionForeground": "#000000",
        "menu.selectionBackground": "#bbff00",
        
        "editor.background": "#000000",
        "editor.hoverHighlightBackground": "#33006d",
        //"editor.selectionHighlightBackground": "#010366",
        "editor.selectionHighlightBorder": "#ff9900",
        "editor.selectionBackground": "#00179c",
        "editor.selectionForeground": "#002fff",
        "editor.inactiveSelectionBackground": "#010366",
        //"editor.lineHighlightBackground": "#0059ff7c",
        "editor.lineHighlightBorder": "#00ff408c",
        //"editor.wordHighlightStrongBorder": "#ff0000"
        "editor.findMatchBackground": "#1a83007e",
        "editor.findMatchBorder": "#d9ff00",
        "editor.findMatchHighlightBorder": "#88ff00",
        "editor.findMatchHighlightBackground": "#08007786",
        "editor.findRangeHighlightBackground": "#2d0346",
        "editor.findRangeHighlightBorder": "#ffffff",
        "editorLineNumber.activeForeground":"#d0ff00",
        "editorLineNumber.foreground": "#664d77",

        "editorIndentGuide.activeBackground": "#bbff00",
        "editorIndentGuide.background": "#664d77",
        
        "editorGutter.background": "#200033",
        "editorGutter.modifiedBackground":"#00fff2",
        "editorGutter.deletedBackground":"#ff0000",
        "editorGutter.addedBackground": "#66ff00",
        "editorGutter.commentRangeForeground": "#ff0000",
        "terminal.background": "#1d0052",
        //"minimap.findMatchHighlight": "#ffffff", 
        //"minimap.selectionHighlight": "#ff0000", 
        //"minimap.errorHighlight": "#ff0000", 
        //"minimap.warningHighlight": "#ff0000", 
        "minimap.background": "#160020", 
        "minimapSlider.background": "#4400ff54", 
        "minimapSlider.hoverBackground": "#e5ff007c", 
        "minimapSlider.activeBackground": "#ffe6006c", 
        //"minimapGutter.addedBackground": "#ff0000", 
        //"minimapGutter.modifiedBackground": "#ff0000", 
        //"minimapGutter.deletedBackground": "#ff0000", 
        "editorGroup.border":"#a200ff", 
        "editorGroup.dropBackground":"#8c00ff59", 
        //"editorGroupHeader.noTabsBackground":"#ff0000", 
        "editorGroupHeader.tabsBackground":"#000000", 
        "editorGroupHeader.tabsBorder":"#4e007a", 
        //"editorGroup.emptyBackground":"#ff0000", 
        //"editorGroup.focusedEmptyBorder":"#ff0000", 
        "tab.activeBackground":"#000000", 
        "tab.unfocusedActiveBackground":"#1d0030", 
        "tab.activeForeground":"#00ffdd", 
        "tab.border":"#000000", 
        "tab.activeBorder":"#000000", 
        "tab.unfocusedActiveBorder":"#ffffff", 
        "tab.activeBorderTop":"#ffee00", 
        "tab.unfocusedActiveBorderTop":"#7700ff", 
        "tab.inactiveBackground":"#5f5f5f", 
        "tab.inactiveForeground":"#ffffff", 
        //"tab.unfocusedActiveForeground":"#ff0000", 
        //"tab.unfocusedInactiveForeground":"#ff0000", 
        "tab.hoverBackground":"#00137e", 
        //"tab.unfocusedHoverBackground":"#001691", 
        "tab.hoverBorder":"#ff0000", 
        //"tab.unfocusedHoverBorder":"#ff0000", 
        //"tab.activeModifiedBorder":"#ff0000", 
        //"tab.inactiveModifiedBorder":"#ff0000", 
        //"tab.unfocusedActivevModifiedBorder":"#ff0000", 
        //"tab.unfocusedInactiveModifiedBorder":"#ff0000", 
        //"editorPane.background":"#ff0000", 
        "list.activeSelectionBackground": "#b700ff",
        "list.activeSelectionForeground": "#ffffff",
        "list.activeSelectionIconForeground": "#ffffff",
        "list.focusAndSelectionOutline": "#000000",
        "list.dropBackground": "#5e8000",
        "list.focusBackground": "#fbff00",
        "list.focusForeground": "#bbff00",
        // "list.highlightForeground": "#006eff",
        "list.hoverBackground": "#370080",
        // "list.hoverForeground": "#ff0000",
        "list.inactiveSelectionBackground": "#5e8000",
        "list.inactiveSelectionForeground": "#ffffff",
        "list.inactiveFocusBackground": "#7eac00",
        // "list.inactiveFocusOutline": "#ff0000",
        // "list.invalidItemForeground": "#ff0000",
        // "list.errorForeground": "#ff0000",
        // "list.warningForeground": "#ff0000",
        // "listFilterWidget.background": "#ff0000",
        // "listFilterWidget.outline": "#ff0000",
        // "listFilterWidget.noMatchesOutline": "#ff0000",
        // "list.filterMatchBackground": "#2a004d",
        // "list.focusHighlightForeground": "#2a004d",
        "list.filterMatchBorder": "#bbff00",
        "tree.indentGuidesStroke": "#bbff00",

        "scm.providerBorder": "#ffffff",
        // "searchEditor.findMatchBackground": "#9dff00",
        "searchEditor.findMatchBorder": "#bbff00",

        //"terminal.background":"#000000",
        // "terminal.foreground": "#26e045",
        // "terminalCursor.background": "#D8D8D8",
        // "terminalCursor.foreground": "#D8D8D8",
        // "terminal.ansiBlack": "#181818",
        // "terminal.ansiBlue": "#7CAFC2",
        // "terminal.ansiBrightBlack": "#585858",
        // "terminal.ansiBrightBlue": "#7CAFC2",
        // "terminal.ansiBrightCyan": "#86C1B9",
        // "terminal.ansiBrightGreen": "#A1B56C",
        // "terminal.ansiBrightMagenta": "#BA8BAF",
        // "terminal.ansiBrightRed": "#AB4642",
        // "terminal.ansiBrightWhite": "#F8F8F8",
        // "terminal.ansiBrightYellow": "#F7CA88",
        // "terminal.ansiCyan": "#86C1B9",
        // "terminal.ansiGreen": "#A1B56C",
        // "terminal.ansiMagenta": "#BA8BAF",
        // "terminal.ansiRed": "#AB4642",
        // "terminal.ansiWhite": "#D8D8D8",
        // "terminal.ansiYellow": "#F7CA88",
        // "terminal.integrated.cursorBlinking": true,
        // "terminal.integrated.lineHeight": 1.6,
        // "terminal.integrated.letterSpacing": 0.1,

        // "toolbar.activeBackground": "#ff0000",
        
        "dropdown.background": "#ff0000",
        "scrollbar.shadow":"#d493ff",
        "badge.background": "#ae00ff",
        "badge.foreground": "#ffffff",
        "widget.shadow": "#ffffff",
        "icon.foreground": "#ffffff",
        "sash.hoverBorder": "#ffffff",
        "inputOption.activeForeground": "#ffffff",
        "inputOption.activeBorder":"#000000",
        "inputOption.activeBackground":"#ae00ff",
        // "input.placeholderForeground":"#ae00ff",
        "input.border": "#000000",
        // "menu.selectionBorder": "#ff0000"
        // "tree.tableOddRowsBackground":"#ff0000"
        "activityBar.background":"#000000",
        "activityBar.border":"#540099",
        "activityBarBadge.background":"#ae00ff",
        "activityBarBadge.foreground":"#ffffff",
        "activityBar.activeBorder": "#ffffff",
        "sideBar.background":"#000000",
        "sideBar.border": "#540099",
        "sideBarSectionHeader.border": "#540099",
        "sideBarTitle.foreground": "#ffffff",
        "window.inactiveBorder": "#000000",
        // "widget.border": "#ff0000"
        // "list.focusOutline": "#ff0000"
        // "list.inactiveFocusOutline": "#ff0000"
        // "activityBar.dropBorder": "#ff0000"
        


    },
    "editor.tokenColorCustomizations": {
        "[Visual Studio Dark - C++]": {
            "comments": "#00791a",
            //"functions": "#00f7ff",
            "keywords": "#00aeff",
            //"numbers": "#FF0000",
            //"strings": "#bd0000",
            //"types": "#00ffc8",
            //"variables": "#b8c5ff",
            "textMateRules": [
                {
                    "scope": [
                        "entity.name.function", 
                        "keyword.operator.sizeof" 
                    ],
                    "settings": {
                        "foreground": "#00d9ff",
                        "fontStyle": "italic bold",
                    }
                },
                {
                    "scope": [
                        "storage.type", 
                    ],
                    "settings": {
                        "foreground": "#c4aaff",
                        "fontStyle": "italic"
                    }
                },
                {
                    "scope": [
                        "entity.name.type", 
                    ],
                    "settings": {
                        "foreground": "#9899ff",
                        "fontStyle": "bold"
                    }
                },
                {
                    "scope": [
                        "storage.type.built-in.primitive.c", 
                    ],
                    "settings": {
                        "foreground": "#9899ff",
                        "fontStyle": ""
                    }
                },
                {
                    "scope": [
                        "entity.name.function.preprocessor", 
                    ],
                    "settings": {
                        "foreground": "#ff0000",
                        "fontStyle": "bold underline"
                    }
                },
                {
                    "scope": [
                        "variable.other.global", 
                    ],
                    "settings": {
                        "foreground": "#d2ff69",
                        "fontStyle": "bold"
                    }
                },
                {
                    "scope": [
                        "variable.other.local", 
                    ],
                    "settings": {
                        "foreground": "#d2ff69",
                        "fontStyle": "italic bold"
                    }
                },
                {
                    "scope": [
                        "variable.parameter", 
                    ],
                    "settings": {
                        "foreground": "#d2ff69",
                        "fontStyle": "italic underline"
                    }
                },
                {
                    "scope": [
                        "variable.other.property", 
                    ],
                    "settings": {
                        "foreground": "#d2ff69",
                        "fontStyle": ""
                    }
                },
                {
                    "scope": [
                        "meta.preprocessor", 
                    ],
                    "settings": {
                        "foreground": "#ff6f6f",
                        "fontStyle": "bold"
                    }
                },
                {
                    "scope": [
                        "keyword.control.directive", 
                    ],
                    "settings": {
                        "foreground": "#ff6f6f",
                        "fontStyle": "bold"
                    }
                },
                {
                    "scope": [
                        "keyword.control", 
                    ],
                    "settings": {
                        "foreground": "#c884ff",
                        "fontStyle": "italic"
                    }
                },
                {
                    "scope": [
                        "storage.modifier", 
                    ],
                    "settings": {
                        "foreground": "#c884ff",
                        "fontStyle": "bold"
                    }
                },
                {
                    "scope": [
                        "constant.numeric" 
                    ],
                    "settings": {
                        "foreground": "#ff0000",
                        "fontStyle": ""
                    }
                },
                {
                    "scope": [
                        "variable.other.enummember" 
                    ],
                    "settings": {
                        "foreground": "#da0000",
                        "fontStyle": "bold"
                    }
                },
                {
                    "scope": [
                        "string.quoted.double.include" 
                    ],
                    "settings": {
                        "foreground": "#da0000",
                        "fontStyle": "bold"
                    }
                },
                {
                    "scope": [
                        "string.quoted.double.include" 
                    ],
                    "settings": {
                        "foreground": "#da0000",
                        "fontStyle": "bold"
                    }
                },
                {
                    "scope": [
                        "comment.block.documentation",
                    ],
                    "settings": {
                        "foreground": "#00b82e",
                        "fontStyle": "bold"
                    }
                },
                {
                    "scope": [
                        "punctuation.definition.comment.begin.documentation",
                        "punctuation.definition.comment.end.documentation" 
                    ],
                    "settings": {
                        "foreground": "#00b82e",
                        "fontStyle": "bold"
                    }
                },
                {
                    "scope": [
                        "comment.block" 
                    ],
                    "settings": {
                        "foreground": "#00b85c",
                        "fontStyle": ""
                    }
                },
                {
                    "scope": [
                        "punctuation.definition.comment.begin",
                        "punctuation.definition.comment.end" 
                    ],
                    "settings": {
                        "foreground": "#00b85c",
                        "fontStyle": ""
                    }
                },
                {
                    "scope": [
                        "comment.line.double-slash" 
                    ],
                    "settings": {
                        "foreground": "#48c400",
                        "fontStyle": "bold"
                    }
                },
                {
                    "scope": [
                        "meta.resultLinePrefix.matchLinePrefix.search"
                    ],
                    "settings": {
                        "foreground": "#4b7a00",
                        "fontStyle": "bold"
                    }
                }
                
                {
                    "scope": [
                        "meta.resultLinePrefix.lineNumber.search",
                        "punctuation.separator"
                    ],
                    "settings": {
                        "foreground": "#9dff00",
                        "fontStyle": "bold"
                    }
                }
            ],

        }
    },
    "files.associations": {
        "bootloader_client_inc.h": "c",
        "*.log.*": "log"
    },
    "logFileHighlighter.customPatterns": [
        {
            "pattern": "<0> ",
            "background": "#00ffaa",
            "border": "1px solid black",
        },
        {
            "pattern": "<1> ",
            "background": "#5e01d8",
            "border": "1px solid black"
        },
        {
            "pattern": "<2> ",
            "background": "#ffee00",
            "border": "1px solid black"
        },
        {
            "pattern": "<3> ",
            "background": "#ff00c8",
            "border": "1px solid black"
        },
        {
            "pattern": "<4> ",
            "background": "#0077ff",
            "border": "1px solid black"
        },
        {
            "pattern": "<5> ",
            "background": "#464646",
            "border": "1px solid black"
        },
        {
            "pattern": "<6> ",
            "background": "#00b11dc4",
            "border": "1px solid black"
        },
        {
            "pattern": "<7> ",
            "background": "#3d0061",
            "border": "1px solid black"
        },
        {
            "pattern": "<8> ",
            "background": "#ff0055",
            "border": "1px solid black"
        },
        {
            "pattern": "<9> ",
            "background": "#f56da6",
            "border": "1px solid black"
        },
        {
            "pattern": "<10> ",
            "background": "#7ac501",
            "border": "1px solid black"
        },
        {
            "pattern": "<11> ",
            "background": "#ff8800",
            "border": "1px solid black"
        },
        {
            "pattern": "<12> ",
            "background": "#00ffaa",
            "border": "1px solid black"
        },
        {
            "pattern": "<13> ",
            "background": "#5e01d8",
            "border": "1px solid black"
        },
        {
            "pattern": "<14> ",
            "background": "#ffee00",
            "border": "1px solid black"
        },
        {
            "pattern": "<15> ",
            "background": "#ff00c8",
            "border": "1px solid black"
        },
        {
            "pattern": "<16> ",
            "background": "#0077ff",
            "border": "1px solid black"
        },
        {
            "pattern": "<17> ",
            "background": "#ae00ff",
            "border": "1px solid black"
        },
        {
            "pattern": "<255> ",
            "foreground": "#000000",
            "background": "#ffffff"
        },
    ]
    /*GXT-Doxygen Documentation Generator插件使用-Begin*/
    //"doxdocgen.generic.authorName": "thou",
    //"doxdocgen.generic.authorEmail": "tianjia@jiduauto.com",
    //"doxdocgen.generic.authorTag": "@Author : {author} email:{email}",
    //"doxdocgen.generic.dateFormat": "YYYY-MM-DD",
    //"doxdocgen.generic.dateTemplate": "@Creat Date : {date}",
    //"doxdocgen.generic.briefTemplate": "@brief{indent:8}{text}",
    //"doxdocgen.file.fileTemplate": "@File Name: {name}",
    //"doxdocgen.file.versionTag": "@Version : 1.0",
    //"doxdocgen.file.copyrightTag": [
    //    "@copyright Copyright (c) {year} XXXX技术有限公司"
    //],
    //"doxdocgen.file.customTag": [
    //    "modification history :",
    //    "Date:       Version:      Author:     ",
    //    "Changes: ",
    //],
    //"doxdocgen.file.fileOrder": [
    //    "file",
    //    "brief",
    //    "author",
    //    "version",
    //    "date",
    //    "empty",
    //],
    "doxdocgen.generic.includeTypeAtReturn": true,
    "doxdocgen.generic.paramTemplate": "@param{indent:8}{param}: ",
    "doxdocgen.generic.returnTemplate": "@return{indent:8}{type}: ",
    "doxdocgen.generic.order": [
        "brief",
        "tparam",
        "param",
        "return"
    ],
    
    
    "doxdocgen.generic.splitCasingSmartText": true,

    // "subtleBrackets.style": {
    //     // https://vshaxe.github.io/vscode-extern/vscode/DecorationRenderOptions.html
    //     // rounded border:
    //     "borderWidth": "2px",
    //     "borderStyle": "solid",//"dotted",
    //     "borderColor": "#bbff00",// "#99999977",
        
    //     "borderRadius": "8px",
    //     // "fontWeight": "bold",
    //     // "backgroundColor": "#99999922",
    //     // "letterSpacing": "3px",
        
    //     },

    "workbench.iconTheme": "material-icon-theme",
    "diffEditor.ignoreTrimWhitespace": false,


}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值