Night Time : "vscode_darkmode.day" : time > number
EXAMPLE USAGE
// settings.json
{
"vscode_darkmode.dark": "Visual Studio Dark",
"vscode_darkmode.light": "Visual Studio Light",
"vscode_darkmode.day": 12, // define day start time
"vscode_darkmode.night": 12 // define night start time
}
Commands
Command
Function
start darkmode
Start changing themes
stop darkmode
Stop changing themes
select dark theme
Select current theme as dark theme
select light theme
Select current theme as light theme
Important
If you will use select commands you must stop changing themes before. Once you selected all themes start again.