Do you want to code using dark mode but are unable to set a black background in Visual Studio? PHP editor Xiaoxin brings you detailed steps to help you easily customize the interface theme of Visual Studio to obtain a more comfortable coding experience. Continue reading below to learn how to set the background of Visual Studio to black.
First we open the vs2010 (Visual Studio) software
Open a project at will, we can see that vs2010 is black on a white background.
Then we find the [Tools] option in the toolbar of Visual Studio 2010.
Then click the [Tools] option and select [Options].
On the left side of the newly popped-up interface, select [Font and Color] under [Environment].
[Item foreground color] is the color of the code, we set it to white, [Item background color] is the background color, we set it to black. After setting up, we can see the expected effect. If satisfied, click [OK] to save.
At this time we reopen a new project and the black background is set.
The above is the detailed content of Detailed operation method of setting black background in vs2010 (Visual Studio). For more information, please follow other related articles on the PHP Chinese website!