Alex
Alex

Reputation: 312

Where can I download themes for Visual Studio 2019?

My understanding is that there are currently many ways to add new color themes in Visual Studio 2019, but none that really fits my needs:

So, what I am looking for is a way to easily find themes so I don't have to create or build one myself.

More specifically, I'd like to install an equivalent of the theme Winter is Coming Light found in the VS Code marketplace which I cannot use directly in Visual Studio 2019, since they use different theme formats (.vstheme is XML versus JSON for VSCode) and, by extension, any way to browse through a selection of themes as rich as the one we can find on VS Code.

Upvotes: 11

Views: 8470

Answers (2)

Alex
Alex

Reputation: 312

There is a themes converter that can take any Visual Studio Code theme and bring it to Visual Studio 2022:

It's not just click and install, you actually need to use it with Visual Studio to prepare a VSIX extension, but it's just a few minutes of work and it's well documented.

Upvotes: 0

wolf354
wolf354

Reputation: 167

In VS2019 go to Extensions -> Manage Extensions -> Online -> Visual Studio Market Place -> Tools -> Themes ... and you'll have plenty to choose and it includes a link to preview called "More information".

Oh! to use the downloaded theme you should go to Tools -> Options -> Environment -> General and inside it Color Theme.

Upvotes: 8

Related Questions