Darked Visual Studio Code theme based on optimised for use with the Operator Mono font.
The theme is available on the Visual Studio Marketplace and can be installed in VS Code via Quick Open (⌘P | ⌃P) by running:
ext install afterdark
{
"editor.minimap.enabled": false,
"editor.fontSize": 15,
"editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace",
"workbench.colorTheme": "After Dark",
"workbench.activityBar.visible": true,
"workbench.iconTheme": "file-icons"
}
Note: Operator Mono is not included
You can also use the Extension search feature (⇧⌘X | ⌃⇧X), and search for afterdark.
- ariesbe (https://github.com/ariesb)
- AndrewUsher (https://github.com/AndrewUsher)
