Ace Dark
Ace Dark is a color theme for VS Code based on Oceanic Next and Subliminal. Please see the Credits section.
Content
Screenshots
settings.json
Add this configuration to you VS Code settings.json
file:
{
...
"workbench.colorTheme": "Ace Dark",
"editor.fontSize": 16,
"editor.folding": false,
"editor.hideCursorInOverviewRuler": true,
"editor.lineHeight": 26,
"editor.lineNumbers": "on",
"editor.matchBrackets": true,
"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.iconTheme": null,
"workbench.editor.showIcons": false,
"workbench.statusBar.visible": false,
"breadcrumbs.enabled": false,
"window.menuBarVisibility": "toggle"
...
}
Credits
I forked Oceanic Next and Subliminal which are based on other themes, and combined them to create a theme to fit my own needs. All credits goes to Dan Abramov and Mike Hartington for creating these beautiful themes.
Licence
MIT
Enjoy!