Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Nightfall CoderNew to Visual Studio Code? Get it now.
Nightfall Coder

Nightfall Coder

Mugen

|
651 installs
| (1) | Free
A balanced dark theme made for both visual appeal and a productive coding environment.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

logo

Nightfall Coder

Preview in vscode.dev

This theme is designed to :
  • Provide excellent contrast and reduce eye strain during long coding sessions, especially in low-light conditions.
  • Ensure a balanced color scheme, offering a visually appealing coding experience.
  • Work with common languages like JavaScript_, Python, C++ and more.
  • Fully support VS Code's Bracket Pair Colorization feature, making it easy to visually distinguish nested code blocks.

Showcase ( Simple Snippet )

Screenshot

Font used in the snippet is JetBrains Mono.

Themes

This extension includes two themes:

  • Nightfall Coder

  • Nightfall Coder ( Borderless )

Installation

  1. Open VS Code.
  2. Go to Extensions (Ctrl+Shift+X or Cmd+Shift+X on macOS).
  3. Search for "Nightfall Coder".
  4. Click Install.
  5. Press Ctrl+K, Ctrl+T (or Cmd+K, Cmd+T on macOS) to open the theme selector.
  6. Select "Nightfall Coder".

Alternatively, you can install it directly from the VS Code Marketplace.

Disabling Italics

Paste this into your settings.json to disable italics.

"editor.tokenColorCustomizations": {
    "[Nightfall Coder]": { 
        "textMateRules": [{
            "scope": [
                "keyword.control",
                "keyword.other",
                "storage.type", 
                "storage.modifier", 
                "storage.control",
            ],
            "settings": {
                "fontStyle": ""
            }
        }]
    }
}

Basic Color Palette

Color Used for:
#E4B1F0 #E4B1F0 Strings
#6D6D6D #6D6D6D Comments
#AAA0FA #AAA0FA Functions
#DEC76E #DEC76E Numbers
#83D6C5 #83D6C5 Keywords
#68a9dd #68a9dd Operators
#db4b4b #db4b4b Error
#a9b1d6 #a9b1d6 Variables & Parameters

License

Apache 2.0 © 2025 Shaswata Roy

Try it out!

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