New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

blk-theme

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blk-theme

A sleek, pitch-black AMOLED-friendly theme for VS Code.

latest
Source
npmnpm
Version
0.1.9
Version published
Maintainers
1
Created
Source

BLK Theme

BLK Theme Logo

A sleek, minimalist dark theme for Visual Studio Code with a true black background.

Visual Studio Marketplace Version Visual Studio Marketplace Downloads Visual Studio Marketplace Rating

Features

  • True Black Background: Perfect for OLED displays and dark environment coding
  • High Contrast Syntax Highlighting: Carefully selected colors for optimal readability
  • Semantic Highlighting: Enhanced code understanding with semantic token coloring
  • Two Variants: Standard and Borderless options to suit your preference
  • Optimized for Long Sessions: Reduced eye strain during extended coding sessions
  • Language Support: Extensive language-specific syntax highlighting

Installation

  • Open Extensions sidebar in VS Code (Ctrl+Shift+X / ⌘+Shift+X)
  • Search for BLK Theme
  • Click Install
  • Click Reload to activate
  • Open the Command Palette (Ctrl+Shift+P / ⌘+Shift+P) and select Preferences: Color Theme
  • Select either BLK or BLK Borderless

Screenshots

Python

Python Example

Next.js/TSX/Typescript/Javascript

HTML/CSS Example

Theme Variants

BLK (Standard)

The standard variant includes subtle borders between UI elements for clear visual separation.

BLK Borderless (Work in Progress)

The borderless variant minimizes borders for a more seamless, distraction-free coding experience.

Color Palette

The BLK theme uses a carefully selected color palette:

ScopeColorHex
BackgroundBlack#000000
ForegroundWhite#FFFFFF
StringsGreen#98c379
KeywordsPurple#c678dd
FunctionsBlue#61afef
VariablesRed#e06c75
Types/ClassesYellow#e5c07b
ConstantsOrange#d19a66
CommentsGray#7f848e
OperatorsCyan#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.

Customization

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
  }
}

Contributing

Contributions are welcome! Feel free to submit issues or pull requests on the GitHub repository.

License

This theme is released under the MIT License.

Acknowledgements

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

Package last updated on 15 Jun 2025

Did you know?

Socket

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.

Install

Related posts