VS Code Setup#
(a.k.a. Visual Studio Code)
Theme#
Default light
Highlight current line#
- workbench.colorCustomizations
- editor.lineHighlightBackground
- editor.lineHighlightBorder
Vertical guide at 120 characters#
"editor.rulers": [ { "color": "#ff000040", "column": 120 }, ]
Brace matching#
- workbench.colorCustomizations
- editorBracketMatch.background
- editorBackgroundMatch.border