Skip to content

freetonik/vscode-dnts

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Day Night Theme Switcher

Define daytime and nighttime themes and quickly switch between them from the command palette.

Features

A darker, calmer color theme is better for your eyes during the night. But it's not always convenient during the day. This extension allows you to define daytime and nighttime themes and quickly switch between them.

Extension Settings

This extension contributes the following settings:

  • dayNightThemeSwitcher.dayTheme: day theme (default is "Visual Studio Light")
  • dayNightThemeSwitcher.nightTheme: night theme (default is "Visual Studio Dark")
  • dayNightThemeSwitcher.dayThemeCustomizations: day theme color customizations (default is {})
  • dayNightThemeSwitcher.nightThemeCustomizations: night theme color customizations (default is {})

Release Notes

0.0.4

Made toggle switch to day or night theme even when neither is the current theme

0.0.3

Added a keybinding to toggle theme (ctrl+alt+t on Windows and Linux, cmd+alt+t on macOS).

0.0.2

Added color customizations to settings.

0.0.1

Define themes in the user settings file, switch between them from the command palette.

Credits

Night and day by Aaron K. Kim from the Noun Project.

About

dayNightThemeSwitcher: VS Code extension for quick switching between two themes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published