Advertisement
Lothering1

VSCode settings.json

Sep 16th, 2022 (edited)
956
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 9.18 KB | None | 0 0
  1. {
  2.   "editor.fontFamily": "'CaskaydiaCove Nerd Font Mono', 'Ubuntu Mono', 'JetBrainsMonoNL Nerd Font', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
  3.   "editor.tabSize": 2,
  4.   "editor.formatOnPaste": true,
  5.   "editor.multiCursorModifier": "ctrlCmd",
  6.   "editor.snippetSuggestions": "top",
  7.   "vim.easymotion": true,
  8.   "vim.normalModeKeyBindingsNonRecursive": [
  9.     {
  10.       "before": ["-"],
  11.       "after": ["leader", "leader", "s"]
  12.     }
  13.   ],
  14.   "editor.glyphMargin": false,
  15.   "editor.smoothScrolling": true,
  16.   "workbench.editor.tabSizing": "shrink",
  17.   "workbench.preferredDarkColorTheme": "Material Theme Darker High Contrast",
  18.   "workbench.preferredLightColorTheme": "Material Theme Lighter High Contrast",
  19.   "editor.lineHeight": 19,
  20.   "editor.renderLineHighlight": "all",
  21.   "workbench.list.smoothScrolling": true,
  22.   "editor.minimap.enabled": false,
  23.   "editor.folding": false,
  24.   "workbench.colorCustomizations": {
  25.     /* "[Monokai]": {
  26.         "sideBar.background": "#000323",
  27.         "sideBarSectionHeader.background": "#222635",
  28.         "panel.background": "#222635",
  29.         "editor.background": "#000323",
  30.         "tab.activeBackground": "#222635",
  31.         "tab.inactiveBackground": "#2d3244",
  32.         "tab.inactiveForeground": "#929ac9",
  33.       }, */
  34.     // "editorBracketHighlight.foreground1": "#09929e",
  35.     // "editorBracketHighlight.foreground2": "#821EB8",
  36.     // "editorBracketHighlight.foreground3": "#c98c1a",
  37.     // "editorBracketHighlight.unexpectedBracket.foreground": "#BBBBBB",
  38.     "editorBracketHighlight.foreground1": "#89ddff",
  39.     "editorBracketHighlight.foreground2": "#c792ea",
  40.     "editorBracketHighlight.foreground3": "#ffcb6b",
  41.     "editorBracketHighlight.unexpectedBracket.foreground": "#fff",
  42.     "editorRuler.foreground": "#222532",
  43.     "[Material Theme Darker High Contrast]": {
  44.       "activityBarBadge.background": "#80CBC4",
  45.       "activityBar.activeBorder": "#80CBC4",
  46.       "list.activeSelectionForeground": "#80CBC4",
  47.       "list.inactiveSelectionForeground": "#80CBC4",
  48.       "list.highlightForeground": "#80CBC4",
  49.       "scrollbarSlider.activeBackground": "#80CBC450",
  50.       "editorSuggestWidget.highlightForeground": "#80CBC4",
  51.       "textLink.foreground": "#80CBC4",
  52.       "progressBar.background": "#80CBC4",
  53.       "pickerGroup.foreground": "#80CBC4",
  54.       "tab.activeBorder": "#80CBC4",
  55.       "notificationLink.foreground": "#80CBC4",
  56.       "editorWidget.resizeBorder": "#80CBC4",
  57.       "editorWidget.border": "#80CBC4",
  58.       "settings.modifiedItemIndicator": "#80CBC4",
  59.       "settings.headerForeground": "#80CBC4",
  60.       "panelTitle.activeBorder": "#80CBC4",
  61.       "breadcrumb.activeSelectionForeground": "#80CBC4",
  62.       "menu.selectionForeground": "#80CBC4",
  63.       "menubar.selectionForeground": "#80CBC4",
  64.       "editor.findMatchBorder": "#80CBC4",
  65.       "selection.background": "#80CBC440",
  66.       "statusBarItem.remoteBackground": "#80CBC4"
  67.     },
  68.     "[Material Theme Ocean High Contrast]": {},
  69.     "[Horizon Extended Light]": {
  70.       "editorLineNumber.foreground": "#BBBBBB",
  71.       "editorLineNumber.dimmedForeground": "#CCCCCC",
  72.       "terminalCursor.foreground": "#FD647C"
  73.     },
  74.     "[One Dark Darker]": {
  75.       "editor.lineHighlightBackground": "#14151D",
  76.       "editorBracketMatch.background": "#14151D",
  77.       "editorBracketMatch.border": "#606060",
  78.       "tab.activeBorderTop": "#E5C07B"
  79.     }
  80.   },
  81.   "editor.tokenColorCustomizations": {
  82.     "[Horizon Extended], [Horizon Extended Light]": {
  83.       "textMateRules": [
  84.         {
  85.           "scope": "keyword.operator",
  86.           "settings": {
  87.             "fontStyle": ""
  88.           }
  89.         }
  90.       ]
  91.     },
  92.     "[Material Theme Darker High Contrast], [Material Theme Ocean High Contrast], [Material Theme Palenight], [Material Theme Palenight High Contrast], [Material Theme]": {
  93.       "textMateRules": [
  94.         {
  95.           "scope": "keyword.control",
  96.           "settings": {
  97.             "foreground": "#c792ea"
  98.           }
  99.         },
  100.         {
  101.           "scope": "support.variable.js",
  102.           "settings": {
  103.             "foreground": "#ffcb6b"
  104.           }
  105.         },
  106.         {
  107.           "scope": "support.variable",
  108.           "settings": {
  109.             "foreground": "#ffcb6b"
  110.           }
  111.         },
  112.         {
  113.           "scope": "meta.brace.round",
  114.           "settings": {
  115.             "foreground": "#89ddff"
  116.           }
  117.         },
  118.         {
  119.           "scope": "meta.brace.square",
  120.           "settings": {
  121.             "foreground": "#89ddff"
  122.           }
  123.         },
  124.         {
  125.           "scope": "variable.language.this, variable.parameter.function.language.special.self.python, variable.language.special.self.python",
  126.           "settings": {
  127.             "foreground": "#ff5370",
  128.             "fontStyle": "italic"
  129.           }
  130.         },
  131.         {
  132.           "scope": "variable.parameter, variable.parameter.ts",
  133.           "settings": {
  134.             "foreground": "#f78c6c"
  135.           }
  136.         },
  137.         {
  138.           "scope": "variable.language.super.js, meta.object-literal.key, entity.name.function, meta.definition.method entity.name.function",
  139.           "settings": {
  140.             "foreground": "#82aaff"
  141.           }
  142.         },
  143.         {
  144.           "scope": "variable.other.property, variable.object.property",
  145.           "settings": {
  146.             "foreground": "#717cb4"
  147.           }
  148.         },
  149.         /* {
  150.             "scope": "variable.other.property",
  151.             "settings": {
  152.               "foreground": "#82aaff",
  153.             }
  154.           }, */
  155.         {
  156.           "scope": "support.constant",
  157.           "settings": {
  158.             "foreground": "#f78c6c"
  159.           }
  160.         },
  161.         {
  162.           "scope": "meta.property-list.scss",
  163.           "settings": {
  164.             "foreground": "#89ddff"
  165.           }
  166.         },
  167.         {
  168.           "scope": "entity.name.tag.css",
  169.           "settings": {
  170.             "foreground": "#f07178"
  171.           }
  172.         },
  173.         {
  174.           "scope": "variable.scss",
  175.           "settings": {
  176.             "foreground": "#82aaff"
  177.           }
  178.         },
  179.         {
  180.           "scope": "keyword.other.unit, constant.language.json",
  181.           "settings": {
  182.             "foreground": "#f07178"
  183.           }
  184.         }
  185.       ]
  186.     }
  187.   },
  188.   "vetur.completion.tagCasing": "initial",
  189.   "emmet.includeLanguages": {
  190.     "vue-html": "html"
  191.   },
  192.   "emmet.excludeLanguages": ["markdown"],
  193.   "emmet.triggerExpansionOnTab": true,
  194.   "vim.cursorStylePerMode.normal": "block",
  195.   "vim.highlightedyank.enable": true,
  196.   "vim.startInInsertMode": true,
  197.   "editor.scrollbar.verticalScrollbarSize": 12,
  198.   "diffEditor.wordWrap": "on",
  199.   "editor.wordWrap": "on",
  200.   /* "bracketPairColorizer.consecutivePairColors": [
  201.       ["(", ")"],
  202.       ["{", "}"],
  203.       ["[", "]"],
  204.       [
  205.         "#89ddff",
  206.         // Orchid #c792ea #ff5370
  207.         "Orchid",
  208.         // Gold
  209.         "#ffcb6b"
  210.       ],
  211.       "White"
  212.     ],
  213.     "bracketPairColorizer.showHorizontalScopeLine": false, */
  214.   "terminal.integrated.cursorBlinking": true,
  215.   "explorer.confirmDelete": false,
  216.   "editor.bracketPairColorization.enabled": true,
  217.   "vetur.ignoreProjectWarning": true,
  218.   "js/ts.implicitProjectConfig.experimentalDecorators": true,
  219.   "vim.easymotionKeys": "htsgcrl/mwz',.py;qjkxaoeuid-",
  220.   "vim.matchpairs": "(:),{:},[:],<:>",
  221.   "window.menuBarVisibility": "toggle",
  222.   "editor.cursorSmoothCaretAnimation": "on",
  223.   "editor.cursorBlinking": "phase",
  224.   "material-icon-theme.hidesExplorerArrows": true,
  225.   "open-in-browser.default": "Mozilla Firefox",
  226.   "workbench.editor.untitled.hint": "hidden",
  227.   "editor.unicodeHighlight.allowedCharacters": {
  228.     "р": true
  229.   },
  230.   "editor.unicodeHighlight.ambiguousCharacters": false,
  231.   "audioCues.lineHasBreakpoint": "off",
  232.   "audioCues.lineHasError": "off",
  233.   "audioCues.lineHasFoldedArea": "off",
  234.   "audioCues.lineHasInlineSuggestion": "off",
  235.   "audioCues.noInlayHints": "off",
  236.   "audioCues.onDebugBreak": "off",
  237.   "editor.renderWhitespace": "all",
  238.   "editor.guides.bracketPairs": "active",
  239.   "editor.guides.bracketPairsHorizontal": false,
  240.   "html.autoCreateQuotes": false,
  241.   "editor.acceptSuggestionOnCommitCharacter": false,
  242.   "terminal.integrated.fontFamily": "'JetBrainsMonoNL Nerd Font', 'UbuntuMono Nerd Font Mono', 'Ubuntu Mono'",
  243.   "vim.surround": false,
  244.   "terminal.integrated.localEchoExcludePrograms": [
  245.     "nvim",
  246.     "vim",
  247.     "vi",
  248.     "nano",
  249.     "tmux"
  250.   ],
  251.   "workbench.startupEditor": "none",
  252.   "workbench.activityBar.visible": false,
  253.   "terminal.integrated.smoothScrolling": true,
  254.   "terminal.integrated.defaultProfile.linux": "zsh",
  255.   "workbench.iconTheme": "material-icon-theme",
  256.   "workbench.colorTheme": "Material Theme Ocean High Contrast",
  257.   "editor.suggest.preview": true,
  258.   "editor.rulers": [80],
  259.   "editor.fontSize": 14,
  260.   "editor.fontLigatures": true,
  261.   "breadcrumbs.filePath": "off",
  262.   "prettier.singleQuote": true,
  263.   "prettier.vueIndentScriptAndStyle": true,
  264.   "[typescript]": {
  265.     "editor.defaultFormatter": "esbenp.prettier-vscode"
  266.   },
  267.   "editor.formatOnSave": true,
  268.   "[vue]": {
  269.     "editor.defaultFormatter": "esbenp.prettier-vscode"
  270.   },
  271.   "terminal.integrated.cursorWidth": 2,
  272.   "[jsonc]": {
  273.     "editor.defaultFormatter": "esbenp.prettier-vscode"
  274.   }
  275. }
  276.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement