/vscode-night-mode

VS Code Extension to change custom theme in evening & revert to previous in morning

Primary LanguageJavaScriptMIT LicenseMIT

vscode-night-mode

A flux extension for vscode editor. Change custom theme at custom time (sunrise & sunset).

Quick Start

  • Install the extension with below using + p or search for vscode-night-mode and install.
ext install vscode-night-mode

Before Activating Extension

In your workspace.json or settings.json, give your choice of theme name to change.

// Custom theme
"nightMode.colorTheme": "Monokai" // Default - Default High Contrast

// Sunrise, Sunset in 24hrs format
"nightMode.sunRise": "5" // Morning 5 AM - Default 6 AM 
"nightMode.sunSet": "19" // Evening 7PM - Default 6 PM

Activate or Switch back to your previous theme

  • Shortcut - cmd or ctrl + .

Deactivate the extension

  • Shortcut - cmd or ctrl + shift + .

Contributions

If you find a bug or want to a new feature, please file an issue. PR's are most welcome ;)

License

MIT © Gokulakrishnan