Advertisement
Guest User

user-settings (bluish)

a guest
Dec 18th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 7.27 KB | None | 0 0
  1. {
  2.     "workbench.colorCustomizations": {
  3.         // "peekViewEditor.background": "#181818",
  4.         // "peekViewResult.background": "#1a1a1a",
  5.         // "peekViewTitle.background": "#232323",
  6.         // "peekView.border": "#181818",
  7.         // "foreground": "#757575",
  8.         "editor.background": "#05121F", // 1E1E1E // 05121F // 061423 // 1E1E1E
  9.         "editor.lineHighlightBorder": "#061423", // 1E1E1E // 061423
  10.         "terminal.background": "#0B1420", // 252526 // 0B1420
  11.         "editorIndentGuide.background": "#101c2f", // 1F1F1F // 0b1523
  12.         "editorIndentGuide.activeBackground": "#eb974e", //eb974e
  13.         // "editor.hoverHighlightBackground": "#262626",
  14.         // "editor.lineHighlightBackground": "#262626",
  15.         // "editorOverviewRuler.border": "#242424",
  16.         "sideBar.background": "#0B1420", // 252526 // 0B1420 //202020
  17.         "activityBar.background": "#101927", // 1F1F1F // 101927 //252526
  18.         // "statusBar.background": "#252526",
  19.         // "editorGroupHeader.tabsBackground": "#252526",
  20.         "tab.activeBackground": "#05101C", // 4B4B4C // 05101C //1E1E1E
  21.         "tab.inactiveBackground": "#101927", // 252526 // 101927
  22.         "panel.background": "#0B1420", // 737373 //0B1420 //252526
  23.         // "scrollbar.shadow": "#1E1E1E",
  24.         // "scrollbarSlider.activeBackground": "#4D4D4D",
  25.         // "scrollbarSlider.background": "#252526",
  26.         // "scrollbarSlider.hoverBackground": "#2D2D2D",
  27.         // "editorLineNumber.foreground": "#2f2f2f",
  28.         // "editorLineNumber.activeForeground": "#4d4d4d",
  29.         // "input.background": "#393939",
  30.         // "input.border": "#1E1E1E",
  31.         // "input.foreground": "#BBBBBB",
  32.         // "editorBracketMatch.border": "#1E1E1E",
  33.         // "editorBracketMatch.background": "#393939",
  34.         // "widget.shadow": "#1E1E1E",
  35.         // "editor.selectionBackground": "#393939",
  36.         // "editor.selectionHighlightBackground": "#393939",
  37.         // "panelTitle.activeBorder": "#636363",
  38.         // "dropdown.background": "#393939",
  39.         // "dropdown.border": "#252526",
  40.         // "sideBarSectionHeader.background": "#303031",
  41.         // "sideBar.foreground": "#696969",
  42.         // "tab.border": "#252526",
  43.         // "editorRuler.foreground": "#ffffff",
  44.         // "list.hoverBackground": "#2d2d2d",
  45.         // "list.focusBackground": "#2d2d2d",
  46.         // "list.activeSelectionBackground": "#303031",
  47.         // "list.inactiveSelectionBackground": "#202020",
  48.         // "tab.hoverBackground": "#393939",
  49.         // "focusBorder": "#252526",
  50.         // "editorWidget.background": "#252526",
  51.         // "editorHoverWidget.background": "#252526",
  52.         // "editorGroupHeader.noTabsBackground": "#1E1E1E",
  53.         // "editorGroup.border": "#1E1E1E",
  54.         // "editorSuggestWidget.background": "#252526",
  55.         // "editorSuggestWidget.selectedBackground": "#393939",
  56.         // "editor.findMatchBackground": "#393939",
  57.         // "editor.wordHighlightBackground": "#393939",
  58.         // "panel.border": "#131313",
  59.         // "notifications.background": "#393939",
  60.         // "notifications.border": "#393939",
  61.         // "titleBar.activeBackground": "#191919cc",
  62.         // "titleBar.inactiveForeground": "#696969"
  63.         // "titleBar.activeForeground":"#ffffff",
  64.     },
  65.     "editor.tokenColorCustomizations": {
  66.         "comments": "#494e50"
  67.     },
  68.     "zenMode.hideStatusBar": true,
  69.     "editor.mouseWheelZoom": true,
  70.     "files.autoSave": "afterDelay",
  71.     "code-runner.saveFileBeforeRun": true,
  72.     "code-runner.clearPreviousOutput": true,
  73.     "editor.minimap.renderCharacters": false,
  74.     "terminal.integrated.fontSize": 18,
  75.     "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
  76.     "liveServer.settings.CustomBrowser": "chrome",
  77.     "workbench.statusBar.visible": true,
  78.     "highlight-matching-tag.highlightSelfClosing": true,
  79.     "editor.fontSize": 18,
  80.     "editor.autoClosingQuotes": "always",
  81.     "editor.codeLens": false,
  82.     "terminal.integrated.cursorBlinking": true,
  83.     "breadcrumbs.enabled": true,
  84.     "editor.renderControlCharacters": true,
  85.     "editor.fontFamily": "Menlo, Monaco, Consolas, 'Courier New', monospace",
  86.     "mssql.logDebugInfo": true,
  87.     "editor.smoothScrolling": true,
  88.     "terminal.integrated.fontWeightBold": "normal",
  89.     "workbench.sideBar.location": "left",
  90.     "scss.lint.ieHack": "warning",
  91.     "window.autoDetectHighContrast": false,
  92.     "liveServer.settings.donotShowInfoMsg": true,
  93.     "terminal.integrated.copyOnSelection": true,
  94.     "terminal.integrated.rendererType": "dom",
  95.     "terminal.integrated.confirmOnExit": true,
  96.     "miramac.node.terminalMode": true,
  97.     "liveServer.settings.donotVerifyTags": true,
  98.     "explorer.confirmDelete": false,
  99.     "smoothtype.autoReload": true,
  100.     "workbench.iconTheme": "material-icon-theme",
  101.     "editor.formatOnSave": true,
  102.     "workbench.tree.horizontalScrolling": true,
  103.     "editor.fontLigatures": true,
  104.     "editor.renderWhitespace": "none",
  105.     "editor.lineHeight": 38,
  106.     "editor.letterSpacing": -0.07,
  107.     "html-css-class-completion.enableEmmetSupport": true,
  108.     "guides.active.color.dark": "rgba(235, 151, 78, 1)",
  109.     "guides.active.color.light": "rgba(235, 151, 78, 1)",
  110.     "git.enableSmartCommit": true,
  111.     "explorer.confirmDragAndDrop": false,
  112.     "workbench.startupEditor": "newUntitledFile",
  113.     "javascript.referencesCodeLens.enabled": true,
  114.     "javascript.implicitProjectConfig.experimentalDecorators": true,
  115.     "javascript.suggest.completeFunctionCalls": true,
  116.     "javascript.format.insertSpaceBeforeFunctionParenthesis": true,
  117.     "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true,
  118.     "typescript.implementationsCodeLens.enabled": true,
  119.     "javascript.format.placeOpenBraceOnNewLineForControlBlocks": true,
  120.     "typescript.format.placeOpenBraceOnNewLineForFunctions": true,
  121.     "javascript.format.placeOpenBraceOnNewLineForFunctions": true,
  122.     "javascript.implicitProjectConfig.checkJs": true,
  123.     "svgviewer.showzoominout": true,
  124.     "window.zoomLevel": 1,
  125.     "workbench.colorTheme": "ƒ - Gruvbox",
  126.     "zenMode.centerLayout": false,
  127.     "window.titleBarStyle": "custom",
  128.     "window.menuBarVisibility": "default",
  129.     "workbench.activityBar.visible": true,
  130.     "prettier.tabWidth": 4,
  131.     "prettier.useTabs": true,
  132.     "indentRainbow.errorColor": "rgba(128,32,32,0.12)",
  133.     "indentRainbow.colors": [
  134.         "rgba(127, 140, 141,0.07)",
  135.         "rgba(255, 175, 64,0.07)",
  136.         "rgba(39, 174, 96,0.07)",
  137.         "rgba(142, 68, 173,0.07)",
  138.         "rgba(41, 128, 185,0.07)",
  139.         "rgba(192, 57, 43,0.07)",
  140.         "rgba(192, 57, 43,0.07)",
  141.         "rgba(22, 160, 133,0.07)",
  142.         "rgba(243, 156, 18,0.07)"
  143.     ],
  144.     "phpserver.phpPath": "F:\\xampp\\php\\php.exe",
  145.     "php.validate.executablePath": "F:\\xampp\\php\\php.exe",
  146.     "phpcs.standard": "WordPress",
  147.     "editor.highlightActiveIndentGuide": false,
  148.     "html.format.indentInnerHtml": true,
  149.     "phpfmt.detect_indent": true,
  150.     "phpfmt.enable_auto_align": true,
  151.     "phpfmt.php_bin": "F:\\xampp\\php\\php.exe",
  152.     "phpfmt.cakephp": true,
  153.     "php-cs-fixer.allowRisky": true,
  154.     "php-cs-fixer.autoFixBySemicolon": true,
  155.     "php-cs-fixer.onsave": true,
  156.     "phpcs.autoConfigSearch": true,
  157.     "phpcs.enable": true,
  158.     "phpcbf.debug": true,
  159.     "phpcbf.onsave": true,
  160.     "phpcbf.executablePath": "C:\\Users\\nasir\\AppData\\Roaming\\Composer\\vendor\\bin\\phpcbf.bat",
  161.     "php-cs-fixer.executablePath": "php-cs-fixer.bat",
  162.     "php-cs-fixer.lastDownload": 1545147687057,
  163.     "files.trimFinalNewlines": true,
  164.     "html.format.preserveNewLines": false,
  165.     "files.eol": "\n",
  166.     "prettier.endOfLine": "lf",
  167.     "html.format.endWithNewline": true,
  168.     "bracketPairColorizer.consecutivePairColors": [
  169.         [ "<", "</" ],
  170.         [ "<", "/>" ],
  171.         [ "{", "}" ],
  172.         [ "[", "]" ],
  173.         [
  174.             "Gold",
  175.             "Orchid",
  176.             "LightSkyBlue"
  177.         ],
  178.         "Red"
  179.     ],
  180.     "php-cs-fixer.formatHtml": true,
  181.     "phpcs.showSources": true,
  182.     "editor.minimap.enabled": false,
  183. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement