Intellij Pycharm skin for Visual Studio 2019 - visual-studio

I really hate the colors of Visual Studio. I am coming from PyCharm, and I loved it there.
Is there a way to set a theme similar to PyCharm's dark theme in Visual Studio 2019?

Related

How to change Javascript Font Color in Visual Studio 2022

I would like Visual Studio 2022 font colors for javascript files to look like the font colors in Visual Studio Code. This is an incredibly dificult question to search google for.
I would like this
(Visual Studio 2022)
to look like THIS
(Visual Studio Code)
You can use Theme converter for VS tool
Information about VS 2022 themes here: Introducing Collection of New Visual Studio Themes
How to: Change fonts, colors, and themes in Visual Studio

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?
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.
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.

Port color theme from visual studio code to visual studio

As part of the standard install Visual Studio Code comes with a color theme named "Monokai Dimmed".
Is there as way to port this to Visual Studio 2015? I've checked the community themes (http://studiostyl.es/schemes) and i can't find it listed there.
Thanks in advance
Themes are build very differently in Visual Studio and Visual Studio Code, so it will need to be manually converted. I'm not aware of an existing converter but Visual Studio Code uses the TextMate .tmTheme (.plist) format for themes.
Related: it's been requested for VSCode to import VS themes.

visual studio 2015 sublime theme

Is there Sublime theme for Visual Studio 2015?
For example for Visual Studio 2015 Color Theme Editor .
Themes from Studio Styles not correct working with Visual Studio 2015.
The default color scheme of Sublime Text is Monokai by Wimer Hazenberg and I bet there are several attempts of porting it to Visual Studio. I'm not sure whether there's a full theme, since Sublime Text has very little of a UI that could be ported.
Here are several that I found online:
You can build Monokai (and other) color schemes for Visual Studio using base16-builder
There's a Monokai port for download at Studio Styles
…and several others available on GitHub

Visual Studio 2010 theme for Visual Studio 2012?

Is there anyway to change VS2012 theme look like VS2010?
If you install the theme editor, you get a huge improvement. The Blue theme is like VS 2010.
http://visualstudiogallery.msdn.microsoft.com/366ad100-0003-4c9a-81a8-337d4e7ace05
In addition to the theme editor Andy mentioned, there is also a project in Codeplex that allows you to import VS 2010 icons into VS 2012
http://vsip.codeplex.com/

Resources