DHAD Hackers VS Code Theme
Welcome to the official DHAD Hackers theme for Visual Studio Code. This theme is designed to provide a sleek, focused, and immersive coding environment for developers who value performance and a distinctive aesthetic.
Features
- Optimized Dark Mode: High-contrast color palette designed to reduce eye strain during long coding sessions.
- Custom Syntax Highlighting: Carefully curated color schemes to make your code structure stand out clearly.
- Modern Aesthetic: A minimalist, "hacker-inspired" interface that keeps the focus entirely on your work.
Installation
- Open Visual Studio Code.
- Go to the Extensions view by clicking the square icon on the sidebar or pressing
Ctrl+Shift+X (Cmd+Shift+X on macOS).
- Search for DHAD Hackers.
- Click Install.
- Once installed, go to
File > Preferences > Theme > Color Theme and select DHAD Hackers Theme from the list.
Recommended Settings
To get the absolute best experience and aesthetic out of this theme, we highly recommend using the JetBrains Mono font from Google Fonts.
Once the font is installed on your system, you can easily apply it and optimize your editor by adding the following configurations directly to your settings.json file:
{
"window.zoomLevel": 1.5,
"terminal.integrated.fontSize": 12,
"terminal.integrated.lineHeight": 2,
"terminal.integrated.fontFamily": "\"JetBrains Mono\"",
"debug.console.fontSize": 12,
"debug.console.fontFamily": "JetBrains Mono",
"editor.cursorSmoothCaretAnimation": "on",
"editor.fontFamily": "JetBrains Mono",
"editor.tabSize": 6,
"editor.fontSize": 12,
"editor.fontWeight": "400",
"editor.fontLigatures": true,
"editor.padding.top": 16,
"editor.padding.bottom": 16,
"editor.codeLensFontSize": 13,
"editor.lineNumbers": "on",
"editor.glyphMargin": true,
"editor.folding": true,
"editor.showFoldingControls": "mouseover",
"editor.renderWhitespace": "trailing",
"editor.renderLineHighlight": "none",
"editor.renderControlCharacters": false,
"editor.overviewRulerBorder": false,
"editor.hideCursorInOverviewRuler": true,
"editor.guides.indentation": false,
"editor.colorDecorators": false,
"editor.lightbulb.enabled": "off",
"editor.codeLens": false,
"editor.stickyScroll.enabled": false,
"editor.hover.enabled": "on",
"editor.hover.delay": 750,
"editor.linkedEditing": true,
"editor.quickSuggestions": {
"strings": "on"
},
"editor.tabCompletion": "on",
"editor.snippetSuggestions": "top",
"editor.inlineSuggest.suppressSuggestions": true,
"editor.suggest.insertMode": "replace",
"editor.suggestFontSize": 16,
"editor.suggestLineHeight": 30,
"editor.suggestSelection": "recentlyUsed",
"editor.suggest.showWords": false,
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.gotoLocation.multipleReferences": "goto",
"editor.gotoLocation.multipleDefinitions": "goto",
"editor.gotoLocation.multipleDeclarations": "goto",
"editor.gotoLocation.multipleImplementations": "goto",
"editor.gotoLocation.multipleTypeDefinitions": "goto",
"editor.mouseWheelScrollSensitivity": 1.5
}
## Contributing
We welcome contributions from the community! If you have suggestions for color adjustments or encounter any issues, please check out our repository:
[GitHub Repository](https://github.com/dhad-hackers/vscode-hackers-theme.git)
**Happy Coding!**