Where can I download IntelliJ IDEA Color Schemes?

Intellij Idea

Intellij Idea Problem Overview


I am an Eclipse user mainly and I find I must have a dark color scheme.

I cannot seem to find a dark color scheme as I search Google.

Where can I download IntelliJ IDEA Color Schemes? I am evaluating mainly for HTML/JavaScript.

Intellij Idea Solutions


Solution 1 - Intellij Idea

Since it is hard to find good themes for IntelliJ IDEA, I've created this site: https://github.com/sdvoynikov/color-themes (note: site archived to GitHub repo) where there is a large collection of themes. There are 270 themes for now and the site is growing.

Screenshot of the site

P.S.: Help me and other people — do not forget to upvote when you download themes from this site!

Solution 2 - Intellij Idea

If you're just looking for a dark color scheme for IntelliJ IDEA, this is the first link I get in a Google search:

Dark Pastels theme for IntelliJ IDEA

Dark Pastels theme for IntelliJ IDEA

Of course, you can tweak either of these two schemes to your satisfaction. Don't feel like you have to stick to the fonts and the colors that the original authors have chosen. We programmers don't get nearly enough chances to try our hand at interior decorating to pass up this opportunity.

Is there any reason these won't work in the version you have? As best I can tell, you can simply import any theme that you want.

Solution 3 - Intellij Idea

The Solarized color theme (both light and dark versions) for IntelliJ IDEA is available here.

Solarized color theme for IntelliJ IDEA

Solution 4 - Intellij Idea

I like ZenBurn theme, I think it is very mild and appealing for the eye. I had here my own theme's settings JAR file, but I stopped updating it. I still think that theme is very good so I updated this post to a suitable theme with similar colors which is already available on @Yarg's web site screenshot

Link towards the theme

Solution 5 - Intellij Idea

Blue forrest makes for a very good dark theme, because it has appealing blues with yellows and greens mixed in. Highly recommended.

http://www.decodified.com/misc/2011/06/15/blueforest-a-dark-color-scheme-for-intellij-idea.html

Solution 6 - Intellij Idea

Please note there are two very nice color schemes by default in IDEA 10.

The one that is included is named Railcasts. It is included with the Ruby plugin (free official plugin, install via plugin manager).

Railcasts IDEA 10 color scheme

Solution 7 - Intellij Idea

I love the Monokai Theme (known from Sublime Text):

enter image description here

Solution 8 - Intellij Idea

This is just a suggestion, but what I like to do while I'm coding sometimes is to Invert the colors of my Screen. On a Mac it's Ctrl-Cmd-Alt->8 and it inverts the colors.

Haven't personally tried these in Idea10, but it worked on Idea9. http://devnet.jetbrains.net/docs/DOC-1154

Solution 9 - Intellij Idea

Here is a theme I created which was inspired by GitHub's embedded source view. I love how elegant their color scheme is, but lately I prefer a darker theme. This is theme is only for Java. Sorry. Download it here: GitHubInspiredDark.xml

Inspired by GitHub

Solution 10 - Intellij Idea

I made some improvements to the Darcula theme so it's a bit more usable for rubyists. You can find the repo and installation instructions Here.

Solution 11 - Intellij Idea

Dark scheme for
idea 10 - https://dl.dropbox.com/u/26657232/dark_uptown.xml
idea 11 - https://dl.dropbox.com/u/26657232/dark_uptown_11.xml
Here you can find out how it looks.

Solution 12 - Intellij Idea

I know I'm late to the party but just wanted to mention that the Jumpout II theme really is amazing.. I have a lot of themes and this one really is great for a # of reasons..

  1. it handles glare very well (yes even pure black on matte screens can produce glare, unfortunately my new matte monitor - has a more "glary" coating than my old one).. this is a grayish-black background

  2. it has enough colors that you can easily see read even dense code - some themes that look nice at first use too much of one color and it makes dense code harder to digest

  3. the comments are all gray, this is even better than dark green which is my 2nd favorite choice.. it really helps the code pop out..

so basically this is a great anti-glare, anti-dense-code theme

honorable mentions (I think these all can be found on that same site, although I'm not sure I spelled all of them correctly)

  1. Dark Flash Builder (really great but at first the use of red can be confusing, but it is really one of its strengths. I had to modify it to make my error text highlighting different - I settled on some bright red underlined text)
  2. Gedit Original Oblivion
  3. Leone Dark II
  4. Visual Studio 2013
  5. Retta (very halloweeny)
and for white / beige / blue (in that order)
  1. Oughsumm (wow best white ever, possibly the most legible theme I've ever seen - however, white is too bright for me in my current office situation, although occasionally I do switch to this when I want to quickly review a lot of code before a commit), also it is comfortably legible at 1 point smaller than all dark themes I've used.
  2. humane-ist
  3. rubyblue

p.s. please note I change the font of all the themes I use to Consolas 11 or 12 depending on the monitor. Consolas I find to be the best programming font out there. It looks great, easy to read and very well suited to LCD anti-aliasing. I tried so many programming fonts but I always come back to this one quickly. And it is not too narrow.. I'm not in the narrow camp, I believe narrow font aficionados don't program with ultra wide monitors - maybe program on a macbook or something just as bad :)

p.p.s I know solarized is supposed to be some kind of ultimate, magical, life-enhancing nirvana-inducing theme but I just don't get it.. I tried but failed to find it anything but annoying

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAaron GreenleeView Question on Stackoverflow
Solution 1 - Intellij IdeaYargView Answer on Stackoverflow
Solution 2 - Intellij IdeaCody GrayView Answer on Stackoverflow
Solution 3 - Intellij IdeaJohan KavingView Answer on Stackoverflow
Solution 4 - Intellij IdeaMilan AleksićView Answer on Stackoverflow
Solution 5 - Intellij IdeaStevenView Answer on Stackoverflow
Solution 6 - Intellij IdealzapView Answer on Stackoverflow
Solution 7 - Intellij IdeaDarek KayView Answer on Stackoverflow
Solution 8 - Intellij IdeaLuis R.View Answer on Stackoverflow
Solution 9 - Intellij IdeaMichaelView Answer on Stackoverflow
Solution 10 - Intellij IdeathatmiddlewayView Answer on Stackoverflow
Solution 11 - Intellij IdeaIgor AzarnyView Answer on Stackoverflow
Solution 12 - Intellij IdeaycompView Answer on Stackoverflow