Visual Studio Code theme, based on Palenight, and Subliminal.
Pull requests are welcome.
Add this configuration to your VS Code settings.json file:
"editor.fontSize": 16,
"editor.folding": true,
"editor.hideCursorInOverviewRuler": true,
"editor.lineHeight": 26,
"editor.lineNumbers": "on",
"editor.minimap.enabled": false,
"editor.occurrencesHighlight": false,
"editor.overviewRulerBorder": false,
"editor.renderIndentGuides": false,
"explorer.openEditors.visible": 0,
"window.zoomLevel": 0,
"workbench.activityBar.visible": false,
"workbench.editor.showIcons": false,
"workbench.statusBar.visible": true,
"breadcrumbs.enabled": false,
"window.menuBarVisibility": "toggle",- Thanks to whizkydee for the beautiful Palenight Theme theme, which I used for the
tokenColors(font coloring). - Thanks to gaearon for the beautiful Subliminal theme, which I used for the base editor colors.

