VSCode Punk Dark Theme
A theme for you to focus 100% on source code
GitHub repository
Author
CHANGELOG.MD
Instructions
- 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"
}
| |