Customizing the IDE
In general, it is common for software developers to have different tastes in writing code. This also applies in the configuration part of the tool you use to develop, such as whether you want to change the general color of the IDE or prefer to change the default font to one that suits you better. In this section, we’ll look at some of the customizations available in VS 2022.
Selecting a VS theme
The first time you start VS 2022, you will be presented with a dark window, as shown in Figure 1.17. This is because the default dark theme has been applied:
Figure 1.17 – VS default theme
Although the dark theme has been applied by default, there are several pre-installed themes, as shown in Figure 1.19:
- Blue
- Blue (Extra Contrast)
- Dark
- Light
- Use system setting
Each of these options has a set of pre-established colors that you will be able to preview using the same window.
Important note
...