Visual Studio Code Settings

Edit Visual Studio Code users settings.json settings by pressing Ctrl + Shift + p and selecting Preferences: Open User Settings (JSON).

Bracket Colors

1
2
3
4
5
6
  "editor.guides.bracketPairs": "active",
  "editor.guides.bracketPairsHorizontal": true,
  "editor.bracketPairColorization.enabled": true,
  "workbench.colorCustomizations": {
    "editorIndentGuide.background1": "#666666"
  },

Color Theme

Community Material Theme High Contrast

File Icon Theme

Material Icon Theme