Is there a way to import IntelliJ IDEA theme in Visual Studio?

Viewed 4422

I really like IntelliJ IDEA theme, especially text appearance in code editor - fonts, way of highlighting things, spacing, etc.

I've recently started to use Visual Studio and I've been wondering whether there is a way of importing that theme from IntelliJ into Visual Studio 2017? Even if it's just text appearance rather than how the whole IDE looks, that would be really nice. I've tried looking up online and searching VS extensions but I only found explanation on how to do it the other way round (making IntelliJ look like VS)

2 Answers

I know this is way too late but it can help others. In VSCode, press "ctrl + shift + x" ("cmd + shift + x" on mac). Then: If you want it for C++, search for "Intellij Theme C++" and install IF you want it for Java, search for "Familiar Java Themes", install and then select "Intellij Dark Theme".

There is a font called Voyager which is similar to Jetbrains IDEA theme you can install the extension from Visual Studio

Go to Extensions click Manage Extensions type "Voyager" in the search panel and install it

Related