Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>VSCODE DARKMODENew to Visual Studio Code? Get it now.
VSCODE DARKMODE

VSCODE DARKMODE

granddaleTech

|
349 installs
| (0) | Free
change vs code theme related to time
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCODE DARKMODE EXTENSION

vscode extension for change theme related to time. Cool Huh !

Options

Dark : "vscode_darkmode.dark" : "theme_name" > string

Light : "vscode_darkmode.light" : "theme_name" > string

Day Time : "vscode_darkmode.day" : time > number

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.

Author : Ahmet Enes Kececi

twitter

github

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft