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
.
- Open VS Code
- Go to the extensions tab (⌘ + ⇧ + X)
- Search for
Atomic revival
- 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: