
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A sleek, minimalist dark theme for Visual Studio Code with a true black background.
Ctrl+Shift+X / ⌘+Shift+X)BLK ThemeCtrl+Shift+P / ⌘+Shift+P) and select Preferences: Color Theme

The standard variant includes subtle borders between UI elements for clear visual separation.
The borderless variant minimizes borders for a more seamless, distraction-free coding experience.
The BLK theme uses a carefully selected color palette:
| Scope | Color | Hex |
|---|---|---|
| Background | Black | #000000 |
| Foreground | White | #FFFFFF |
| Strings | Green | #98c379 |
| Keywords | Purple | #c678dd |
| Functions | Blue | #61afef |
| Variables | Red | #e06c75 |
| Types/Classes | Yellow | #e5c07b |
| Constants | Orange | #d19a66 |
| Comments | Gray | #7f848e |
| Operators | Cyan | #56b6c2 |
For the best experience with BLK Theme, consider these settings:
{
"editor.fontFamily": "'Comic Code Ligatures', 'JetBrains Mono', Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.lineHeight": 1.5,
"editor.cursorBlinking": "phase",
"editor.cursorSmoothCaretAnimation": "on",
"editor.renderLineHighlight": "all",
"workbench.colorCustomizations": {
"[BLK]": {
// Add your custom overrides here
}
}
}
Font Recommendation: Comic Code Ligatures is a fantastic coding font that combines readability with personality.
You can customize the BLK theme by adding overrides in your settings.json:
"workbench.colorCustomizations": {
"[BLK]": {
"editor.background": "#000000",
"editor.foreground": "#ffffff",
// Add more customizations as needed
}
}
Contributions are welcome! Feel free to submit issues or pull requests on the GitHub repository.
This theme is released under the MIT License.
BLK Theme was inspired by various dark themes in the VS Code ecosystem, with a focus on creating a true black background experience optimized for OLED displays and night-time coding with a rainbow effect (I like rainbows).
Enjoy coding in the dark!
FAQs
A sleek, pitch-black AMOLED-friendly theme for VS Code.
We found that blk-theme demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.