Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Atomic RevivalNew to Visual Studio Code? Get it now.
Atomic Revival

Atomic Revival

codedbythiago

|
31 installs
| (0) | Free
A detailed and accurate Atom One Dark Theme (Atomic revival)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Atomic revival

Note: This theme is a combination/adaptation of the projects Atomize (by Emmanuel Roussel) and One Dark Pro (by Binaryify). Both original projects are under the MIT license and their authors are duly credited below.

The most faithful Visual Studio Code theme to the classic Atom One Dark.
It combines the interface from Atomize with the syntax highlighting from One Dark Pro, offering a nostalgic and modern experience at the same time.


✨ Why "Atomic revival"?

Visual Studio Code is fast and powerful, but many still miss the clean and precise aesthetics of the Atom editor. This theme was created to preserve that visual identity, offering:

  • Atom-inspired UI via Atomize
  • Authentic color scheme from One Dark Pro
  • Additional visual tweaks for greater fidelity

📦 Installation

This theme will be published on the Visual Studio Code Marketplace as Atomic revival.

  1. Open VS Code
  2. Go to the extensions tab (⌘ + ⇧ + X)
  3. Search for Atomic revival
  4. Click install and select the theme

⚙️ Recommended configuration

For an experience even closer to Atom:

{
  "editor.semanticHighlighting.enabled": false,
  "breadcrumbs.enabled": false,
  "editor.cursorBlinking": "blink",
  "editor.folding": false,
  "editor.hideCursorInOverviewRuler": true,
  "editor.minimap.enabled": false,
  "editor.occurrencesHighlight": false,
  "editor.renderIndentGuides": false,
  "editor.roundedSelection": false,
  "editor.selectionHighlight": false,
  "editor.scrollBeyondLastLine": false,
  "explorer.decorations.colors": false,
  "explorer.openEditors.visible": 0,
  "window.zoomLevel": 0,
  "workbench.activityBar.visible": false,
  "workbench.editor.showIcons": false,
  "workbench.startupEditor": "none",
  "workbench.tree.renderIndentGuides": "none"
}

Credits

  • UI and base structure: Atomize by emroussel
  • Color scheme (syntax highlighting): One Dark Pro by Binaryify

License

This project is licensed under the MIT License. See the LICENSE file for details.

The original themes used in this project are also licensed under the MIT License. Individual licenses can be found at:

  • LICENSE-ATOMIZE
  • LICENSE-ONEDARKPRO
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft