Advertisement
Guest User

VS Code Settings

a guest
Jul 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "workbench.colorTheme": "Material Theme Palenight High Contrast",
  3.     "materialTheme.fixIconsRunning": false,
  4.     "workbench.iconTheme": "eq-material-theme-icons-palenight",
  5.     "workbench.colorCustomizations": {
  6.         "activityBarBadge.background": "#AB47BC",
  7.         "list.activeSelectionForeground": "#AB47BC",
  8.         "list.inactiveSelectionForeground": "#AB47BC",
  9.         "list.highlightForeground": "#AB47BC",
  10.         "scrollbarSlider.activeBackground": "#AB47BC50",
  11.         "editorSuggestWidget.highlightForeground": "#AB47BC",
  12.         "textLink.foreground": "#AB47BC",
  13.         "progressBar.background": "#AB47BC",
  14.         "pickerGroup.foreground": "#AB47BC",
  15.         "tab.activeBorder": "#AB47BC",
  16.         "notificationLink.foreground": "#AB47BC",
  17.         "editor.findWidgetResizeBorder": "#84FFFF",
  18.         "editorWidget.border": "#AB47BC",
  19.         "editorWidget.resizeBorder": "#AB47BC",
  20.         "settings.modifiedItemForeground": "#AB47BC",
  21.         "panelTitle.activeBorder": "#AB47BC"
  22.     },
  23.     "materialTheme.accentPrevious": "Sky",
  24.     "editor.fontFamily": "Operator Mono",
  25.     "editor.fontSize": 14,
  26.     "workbench.fontAliasing": "auto",
  27.     "terminal.integrated.fontSize": 13,
  28.     "editor.lineHeight": 25,
  29.     "editor.letterSpacing": 0.5,
  30.     "files.trimTrailingWhitespace": true,
  31.     "editor.fontWeight": "400",
  32.     "editor.fontLigatures": true,
  33.     "editor.cursorStyle": "line",
  34.     "editor.cursorWidth": 5,
  35.     "editor.cursorBlinking": "solid",
  36.     "explorer.decorations.badges": false,
  37.     "explorer.openEditors.visible": 0,
  38.     "files.insertFinalNewline": true,
  39.     "materialTheme.accent": "Purple",
  40.     "editor.rulers": [80],
  41.     "[php]": {
  42.         "editor.rulers": [
  43.             120
  44.         ],
  45.         "editor.wordWrapColumn": 120,
  46.     },
  47.     "editor.wordWrap": "wordWrapColumn",
  48.     "editor.wordWrapColumn": 80,
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement