Changing theme on vs2022 affects vs2019

Viewed 192

I installed DarkTheme2019. When I switch to it, it changes my VS2019 theme to "Blue". In VS2019, I switch back to "Dark" and then in VS2022 it goes from "Dark(2019)" to "Dark".

VS2022 at least kept the font change from "Dark(2019).

Is there a way to have the two Visual Studio's not be affected by what the other does?

2 Answers

There now (Sept 2022) appears to be a fix for this.

In the current VS 2022 (Version 17.3.4), go to Options -> Tools -> Accounts and deselect the option to "Synchronize Visual Studio settings across devices and installs on this machine..."

Unchecking this option enabled me to have a theme for VS2022 different from the theme for VS2019.

Related