Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I install a color theme for IntelliJ IDEA 7.0.x

I prefer dark backgrounds for coding, and I've downloaded a jar file containing an IntelliJ IDEA color theme that has a dark background. How do I tell IntelliJ about it?

like image 526
Hank Gay Avatar asked Sep 02 '08 10:09

Hank Gay


People also ask

How do I import a Theme into IntelliJ?

Open up your IntelliJ IDE, and at the top, click File > Manage IDE Settings > Import Settings.

How do I reset my IntelliJ color scheme?

Go to Preferences => Editor => Color Scheme. Pick any scheme but IntelliJ Light. Click OK or Apply/OK.


2 Answers

Go to File->Import Settings... and select the jar settings file

Update as of IntelliJ 2020:

Go to File -> Manage IDE Settings -> Import Settings...

like image 91
nevster Avatar answered Sep 28 '22 03:09

nevster


Step 1: Do File -> Import Settings... and select the settings jar file

Step 2: Go to Settings -> Editor -> Colors and Fonts to choose the theme you just installed.

like image 24
Alexander Suraphel Avatar answered Sep 28 '22 01:09

Alexander Suraphel