Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>BLK ThemeNew to Visual Studio Code? Get it now.
BLK Theme

BLK Theme

leetdavid

|
17 installs
| (0) | Free
A sleek, pitch-black AMOLED-friendly theme for VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Open Extensions sidebar in VS Code (Ctrl+Shift+X / ⌘+Shift+X)
  2. Search for BLK Theme
  3. Click Install
  4. Click Reload to activate
  5. Open the Command Palette (Ctrl+Shift+P / ⌘+Shift+P) and select Preferences: Color Theme
  6. 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:

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

Recommended Settings

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!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft