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

Night Hacker Dark Theme

Dharam Dhurandhar

|
32,998 installs
| (3) | Free
A Dark theme for VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Night Hacker Dark Theme

Version Rating Installs Downloads Issues

A dark theme for Visual Studio Code.

Default Theme

Screenshott

Screenshot

Tweaks and theming

If you want to change some colors, use the setting workbench.colorCustomizations to customize the currently selected theme. For example, you can add this snippet in your "settings.json" file:

"workbench.colorCustomizations": {
  "tab.activeBackground": "#12071c",
  "activityBar.background": "#12071c",
  "sideBar.background": "#12071c"
}

or use the setting editor.tokenColorCustomizations

"editor.tokenColorCustomizations": {
  "[Night Hacker]": {
    "textMateRules": [
      {
        "scope": ["source.python"],
        "settings": {
          "foreground": "#e06c75"
        }
      }
    ]
  }
}

Usage

Select the theme and go!

Installation

  1. Open Extensions sidebar panel in Visual Studio Code. View → Extensions
  2. Search for Night Hacker Dark Theme
  3. Click Install
  4. Click Reload
  5. File > Preferences > Color Theme > Night Hacker Dark Theme

Further Customization

If you want to set up the panel to the right side of the screen as shown, then launch Preferences:Open Settings (JSON) using "⇧⌘P" or "Ctrl+Shift+P" and add these lines, depending on your comfort.

    "workbench.sideBar.location": "right",    
    "terminal.integrated.fontFamily": "MesloLGS NF",
    "terminal.integrated.fontSize": 15,
    "workbench.iconTheme": "material-icon-theme",
    "workbench.colorTheme": "Night Hacker",
    "window.zoomLevel": -1

Feedback

If you have suggestions, please open an issue or better yet, a pull request.

Be nice.

Team

This theme is maintained by the following person(s) and a bunch of awesome contributors.

Dharam D.
Dharam D.

Enjoy!

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