Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change Visual Studio 2019 Theme time-controlled (Day/Night Mode for Theme)

During the day I find the bright standard theme of Visual Studio pleasant, while in the evening I often switch to the dark theme when the ambient light decreases. In Visual Studio Code there are plugins to switch between themes time-controlled.

Is there anything equivalent in Visual Studio 2019?

like image 838
MerklT Avatar asked Aug 14 '18 12:08

MerklT


People also ask

How do I change Visual Studio to night mode?

On the menu bar, select Tools > Options. In the options list, select Environment > General. In the Color theme list, choose between the default Dark theme, the Blue theme, the Blue (Extra Contrast) theme, and the Light theme.

How do I change my Dark theme to Light theme in Visual Studio?

Change the color themeOn the menu bar, choose Tools > Options. In the options list, choose Environment > General. In the Color theme list, choose either the default Dark theme, the Light theme, the Blue theme, or the Blue (Extra Contrast) theme.


1 Answers

There is an extension for Visual Studio 2019 called Auto Theme Switcher for Win10 Dark Mode (can be found in the extensions menu or @microsoft here).

Then you can configure your light and dark theme in the options.

Note: I'm not the author of this extension, just a user that was in the same situation and found that extension.

like image 144
Coupz Avatar answered Oct 19 '22 06:10

Coupz