Videos
Is there any way to install themes from VScode into visual studio for mac 2022? Like a converter or anything?
I originally assumed just make a vsix package similar to windows, but apparently vsix doesn't work on mac...
Menu Visual Studio Preferences



I use Visual Studio Code. If you go to the Code menu item and click on preferences. When the preferences open the menu's show the items in the figure below.
At the bottom of the preferences menu panal is a option for 'Color Theme'. Click on Color Theme and select a dark theme from the collection of themes shown..
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.
There is a themes converter that can take any Visual Studio Code theme and bring it to Visual Studio 2022:
- https://github.com/microsoft/theme-converter-for-vs
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.