Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Ace DarkNew to Visual Studio Code? Get it now.
Ace Dark

Ace Dark

Aleksandar Stojanoski

|
2,307 installs
| (1) | Free
Color theme for VS Code, based on Oceanic Next and Subliminal.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ace Dark

Version Downloads

Ace Dark is a color theme for VS Code based on Oceanic Next and Subliminal. Please see the Credits section.

Content

  • Screenshots
  • settings.json
  • Credits
  • Changelog
  • Licence

Screenshots

Screenshot

Screenshot

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.

CHANGELOG

Licence

MIT

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft