A plugin for Visual Studio to change theme colors—theme Editor

Let’s talk about some digressions first. Everyone is familiar with Visual Studio. It is the most mainstream integrated development environment under the Windows platform, but why is Visual Studio called this name? The literal translation of the word means "visual workstation\picture workstation", this is because before VisualStudio.Net, most user interface designs needed to be implemented in code, but the emergence of Visual Studio has changed this situation, developers only need to drag Move the control, the code will be changed automatically. Although I don't use Visual Studio as an interface program, that's where its name comes from, and I've always loved Visual Studio. In addition to the powerful interface programming function, Visual Studio has many other admirable features. The following is one of the rich plug-in functions to be introduced.

theme Editor

In Visual Studio 2010, there is only one light blue theme to choose from. Although we can set the background color, there is only one theme. Later, Visual Studio 2015 was added to 3 types, namely dark blue, light blue and black, but they are still a little less, and they are not good-looking.
Just imagine how much fun it would be if we had to stare at the screen every day to read code and write code, if we could customize our own integrated development environment. The theme Editor plugin provides richer options and customization options, allowing us to play with Visual Studio themes.

how to install

Installing Theme Editor is very simple, just search for "Extensions and Updates" in VS, it is in the tool options:
write picture description here
search for "theme Editor" in "Visual Studio Library", the first result is "Visual Studio 2015" Theme Editor", download and install it.

Default theme

After the installation is complete, restart VS2015 to see the installed plugin, which provides 11 default theme colors:
write picture description here
We can also modify the theme in the "Tools" - "Change Color Theme" option: for
write picture description here
example, choose a seductive green background , the effect is this:
write picture description here

custom theme

In addition to using the default theme, we can also customize the theme colors according to our preferences, select "Customize Colors" in "Tools", and select the "Create Copy of Theme" option on a default theme:
write picture description here
under the default theme, we will appear just now. Copy the theme, rename it to "myTheme", this theme supports editing:
write picture description here
after selecting "Edit Theme", the editing interface will pop up, and the color of each module in it can be modified:
write picture description here
Finally, go back to selecting the theme , you will find an additional "myTheme":
write picture description here

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324462405&siteId=291194637