Json

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

{

    "explorer.confirmDragAndDrop": false,

    "window.zoomLevel": 0,

    "editor.fontSize": 14,

    "editor.formatOnSave": true,

    "editor.formatOnPaste": true,"editor.tokenColorCustomizations": {

        "comments": "#229977"

    },

    "[html]": {

        "editor.defaultFormatter": "esbenp.prettier-vscode"

    },

    "workbench.colorCustomizations": {

        "activityBarBadge.background": "#FF7042",

        "activityBar.activeBorder": "#FF7042",

        "list.activeSelectionForeground": "#FF7042",

        "list.inactiveSelectionForeground": "#FF7042",

        "list.highlightForeground": "#FF7042",

        "scrollbarSlider.activeBackground": "#FF704250",

        "editorSuggestWidget.highlightForeground": "#FF7042",

        "textLink.foreground": "#FF7042",

        "progressBar.background": "#FF7042",

        "pickerGroup.foreground": "#FF7042",

        "tab.activeBorder": "#FF7042",

        "notificationLink.foreground": "#FF7042",
        "editorWidget.resizeBorder": "#FF7042",

        "editorWidget.border": "#FF7042",

        "settings.modifiedItemIndicator": "#FF7042",

        "settings.headerForeground": "#FF7042",

        "panelTitle.activeBorder": "#FF7042",

        "breadcrumb.activeSelectionForeground": "#FF7042",

        "menu.selectionForeground": "#FF7042",

        "menubar.selectionForeground": "#FF7042",

        "editor.findMatchBorder": "#FF7042",

        "selection.background": "#FF704240",

        "statusBarItem.remoteBackground": "#FF7042"

    },

    "materialTheme.accent": "Orange",

    "workbench.iconTheme": "material-icon-theme",

    "liveServer.settings.donotShowInfoMsg": true,

    "kite.showWelcomeNotificationOnStartup": false,

    "editor.tabSize": 1,

    "editor.wordWrap": "on",

    "prettier.jsxSingleQuote": true,

    "prettier.singleQuote": true,

    "emmet.includeLanguages": {

        "javascript": "javascriptreact"

    },

    "highlight-matching-tag.styles": {

        "opening": {
            "left": {

                "custom": {

                    "borderWidth": "0 0 0 3px",

                    "borderStyle": "solid",

                    "borderColor": "yellow",

                    "borderRadius": "5px",

                    "overviewRulerColor": "white"

                }

            },

            "right": {

                "custom": {

                    "borderWidth": "0 3px 0 0",

                    "borderStyle": "solid",

                    "borderColor": "yellow",

                    "borderRadius": "5px",

                    "overviewRulerColor": "white"

                }

            }

                }

    },

    "explorer.confirmDelete": false,

    "[javascript]": {

        "editor.defaultFormatter": "esbenp.prettier-vscode"

    },
    "files.autoSave": "off",

   "bracket-pair-colorizer-2.colors": [

       "Gold",

       "Orchid",

       "LightSkyBlue"

],

"editor.minimap.enabled": false

    

You might also like