Hyper-Dark
HyperTerm inspired VSCode theme with vivid syntaxcolors and a pitch black UI. Drools on the floor..
GitHub repository
CHANGELOG
CHANGELOG.MD
Docs & Contribute
- Install the theme
- Reload VSCode
- Press ctrl(⌘) + k, then press ctrl(⌘) + t, you will see a theme selection interface. Choose 'Hyper Term Black'.
- Change the following user settings on VS Code:
{
"editor.fontFamily": "Menlo, 'DejaVu Sans Mono', Consolas, 'Lucida Console', monospace",
"workbench.colorTheme": "Hyper Term Black",
"editor.cursorStyle": "block",
"editor.minimap.enabled": false,
"editor.renderLineHighlight": "none"
}
| |