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

Nocturne Theme

Joey Nguyen

|
954 installs
| (0) | Free
A combination of subdued colors that are easy on the eyes when typing at night (or anytime of the day)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Nocturne Theme for Visual Studio Code

A combination of colorful but subdued colors that are easier on the eyes when coding at night (or anytime of the day).

If you like the font in the screenshots, it's Inconsolata-dz - https://github.com/chrissimpkins/codeface/tree/master/fonts/inconsolata-dz

GitHub repository

CHANGELOG

CHANGELOG.MD

ScreenShots

JS JS Screenshot

JSX JSX Screenshot

JSON JSON ScreenShot

Markdown Markdown ScreenShot

Tweaks & Workbench theming

If you want to play around with new 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": "#282c34",
    "activityBar.background": "#282c34",
    "sideBar.background": "#282c34"
}

Please check the official documentation, Theme Color Reference, for more helpful information.

User definable syntax highlighting colors

You also can custom your syntax highlighting in "setting.json"

setting.json

custom

More info

Credits

This repo was forked from the awesome OneDark-Pro project. Credit goes to everyone who has contributed to that project and making it great.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft