2.0
Add VS Code workbench colors.
This is the color setup I've been using for the past years. It's tailored to my personal preference, so if it doesn't suit your tastes you can just override each color value under the workbench.colorCustomizations
setting.
For example to get a pitch black Editor background:
"workbench.colorCustomizations": {
"editor.background": "#000000"
}