Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 838 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 838 Bytes

Hyper-Dark

HyperTerm inspired VSCode theme with vivid syntaxcolors and a pitch black UI. Drools on the floor..

React/JS (Details)

GitHub repository

CHANGELOG

CHANGELOG.MD

Docs & Contribute

  1. Install the theme
  2. Reload VSCode
  3. Press ctrl(⌘) + k, then press ctrl(⌘) + t, you will see a theme selection interface. Choose 'Hyper Term Black'.
  4. 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"
}