Settings for indenting code in VSCode.
https://omarshishani.com
"settings.json" for my VSCode Theme:
// Set color for notes.
"editor.tokenColorCustomizations": {
"comments": "#d4922f",
},
"workbench.colorCustomizations": {
"editor.findMatchBackground": "#520036d2",
"scrollbarSlider.background": "#3e3e3e",
},