A small tool to change your light/dark theme based on time or system preference.
All the settings can be found in Settings > Extensions > Auto Light/Dark Theme Switch.
vscode-auto-light-dark-theme.autoToggle
: Whether to toggle theme automatically. Defaults totrue
.vscode-auto-light-dark-theme.lightTheme
: Light theme to use. Defaults toLight Modern
.vscode-auto-light-dark-theme.darkTheme
: Dark theme to use. Defaults toDark Modern
.vscode-auto-light-dark-theme.toggleSetting
: Toggle themes based on time or system preferences.vscode-auto-light-dark-theme.lightStartTime
: The time to use light theme.vscode-auto-light-dark-theme.darkStartTime
: The time to use dark theme.vscode-auto-light-dark-theme.showToggleButton
: Whether to show toggle button on the status bar.
vscode-auto-light-dark-theme.toggleTheme
: Toggle light/dark theme manually. TheautoToggle
will be turned off after using this command.
In case you want to try some new themes, or just want to turn on/off autoToggle
without going to the Settings page, here are two commands to do it.
vscode-auto-light-dark-theme.turnOnAutoToggle
: Used to turn onautoToggle
. Only shows up whenautoToggle
isfalse
.vscode-auto-light-dark-theme.turnOffAutoToggle
: Used to turn offautoToggle
. Only shows up whenautoToggle
istrue
.
A switch button is shown on the status bar by default. You can click it to toggle themes manually, and it behaves the same as the command toggleTheme
. If you don't need it, you can hide it via the Settings page.
Changelog can be found here.
If you found it useful somehow, I would be grateful if you could leave a star in the project's GitHub repository.
Bugs, feature requests and more are welcome here GitHub Issues.
Thank you.