Advertisement
Guest User

Untitled

a guest
Oct 16th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.35 KB | None | 0 0
  1. {
  2.     "workbench.iconTheme": "material-icon-theme",
  3.     "workbench.colorCustomizations": {
  4.         "activityBarBadge.background": "#5C6BC0",
  5.         "list.activeSelectionForeground": "#5C6BC0",
  6.         "list.inactiveSelectionForeground": "#5C6BC0",
  7.         "list.highlightForeground": "#5C6BC0",
  8.         "scrollbarSlider.activeBackground": "#5C6BC050",
  9.         "editorSuggestWidget.highlightForeground": "#5C6BC0",
  10.         "textLink.foreground": "#5C6BC0",
  11.         "progressBar.background": "#5C6BC0",
  12.         "pickerGroup.foreground": "#5C6BC0",
  13.         "tab.activeBorder": "#5C6BC0"
  14.     },
  15.     "window.zoomLevel": 0,
  16.     "workbench.activityBar.visible": true,
  17.     "editor.matchBrackets": true,
  18.     "editor.occurrencesHighlight": false,
  19.     "editor.selectionHighlight": false,
  20.     "git.confirmSync": false,
  21.     "editor.fontSize": 13,
  22.     "editor.fontFamily": "monospace, 'Courier New', 'Droid Sans Mono', 'Droid Sans Fallback'",
  23.     "editor.mouseWheelZoom": true,
  24.     "editor.autoClosingBrackets": true,
  25.     "html.autoClosingTags": true,
  26.     "emmet.includeLanguages": {
  27.         "blade": "html,php"
  28.     },
  29.     "emmet.triggerExpansionOnTab": true,
  30.     "workbench.colorTheme": "Monokai",
  31.     "php.suggest.basic": true,
  32.     "php.executablePath": "/usr/bin/php",
  33.     "php.validate.executablePath": "/usr/bin/php",
  34.     "php.validate.run": "onType"
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement