Tweaked default Dark+ theme.
If you are new to VS Code and want to make your editor look cooler, you can start with adding rules I provided below to your user settings file
to open user settings file, use the keyboard shortcut ctrl+,
or cmd+,
on mac
{
"editor.fontSize": 15,
"editor.lineHeight": 24,
"editor.minimap.enabled": false,
"terminal.integrated.fontSize": 15,
"window.menuBarVisibility": "toggle",
"explorer.openEditors.visible": 0,
"workbench.editor.tabSizing": "shrink",
"workbench.editor.labelFormat": "short",
"workbench.colorTheme": "Bneli"
}
for more advanced rules check out my gist or visit VS Code documentation page