Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Material Theme for Visual Studio 2019

For the last years, I have used Solarized Dark and VS Color Theme Editor themes in Visual Studio 2017 and after trying Material Theme in Visual Studio Code, I wanted to use this wonderful theme in Visual Studio 2019 as well. However, there is no compatible version of Material Theme for VS2019 unfortunately. I am wondering if there is a possibility to transform this theme i.e. with the help of an export tool as Extension Manager mentioned on Use your favorite extensions with Visual Studio 2019. Or is there any theme available similar to Material Theme for Visual Studio 2019?

like image 251
Murat Yıldız Avatar asked May 09 '19 10:05

Murat Yıldız


People also ask

How do I get more themes for Visual Studio?

Color Themes from the Marketplace# There are several out-of-the-box color themes in VS Code for you to try. Many more themes have been uploaded to the VS Code Extension Marketplace by the community. If you find one you want to use, install it and restart VS Code and the new theme will be available.

How do you set a material theme?

You can do so by selecting Custom Theme in the theme list, then customize the theme colors in the settings page at Settings → Appearance → Material Custom Theme Settings . Once you set these colors, simply select the Custom Theme in the Material Theme Chooser and see your colors take effect.


2 Answers

You can install the Color Themes for Visual Studio extension, from Microsoft DevLabs.

As of the date of this post, the extension includes a Material Dark theme, among others (refer to the GiHub Repository for more information).

NOTE: You can also customise an existing theme, using the Color Theme Editor, for VS 2017 and VS 2019.

like image 181
dmcquiggin Avatar answered Oct 03 '22 06:10

dmcquiggin


Check out the colour themes from Dainty for Visual Studio.

https://dainty.site/vs

You will need Node and Yarn installed to build the theme(s) you want. Not all the themes work perfectly with VS2019 but they do have a couple of Material Themes.

like image 29
JRS Avatar answered Oct 03 '22 08:10

JRS