Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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)

like image 634
Jacas Avatar asked Nov 18 '22 08:11

Jacas


1 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".

like image 181
Kleysley Avatar answered Jun 28 '23 06:06

Kleysley