Original Solarized color scheme developed by Ethan Schoonover es@ethanschoonover.com
Adapted for IntelliJ IDEA by:
Adam Vandenberg flangy@gmail.com
Johan Kaving johan@kaving.se
Visit the Solarized homepage
See the Solarized homepage for screenshots, details and colorscheme versions for Vim, Mutt, popular terminal emulators and other applications.
If you have come across this colorscheme via the IntelliJ-only repository on github see the link above to the Solarized homepage or visit the main Solarized repository.
The IntelliJ-only repository is kept in sync with the main Solarized repository. Issues, bug reports, changelogs are centralized at the main Solarized repository.
These color scheme files are primarily tested with IntelliJ IDEA 12 Community Edition. They might work with other versions of IntelliJ IDEA as well as other JetBrains tools (e.g. PhpStorm and PyCharm).
This table lists the languages (and other sections under Preferences | Editor | Colors & Fonts
)
for which the syntax highlighting has been adapted to the Solarized color scheme:
Language/Section | Supported |
---|---|
Android Logcat | Yes |
Apache Config | Yes |
BEMHTML | Yes |
Bash | Yes |
Buildout config | Yes |
CMD | Yes |
CSS | Yes |
Clojure Templates | Yes |
CoffeeScript | Yes |
Custom Templates | Yes |
Dart | Yes |
Debugger | Yes |
Diff | Yes |
Django/Jinja2 Template | Yes |
Erlang | Yes |
File Status | No |
General | Yes |
Gherkin (Cucumber) | Yes |
Google Go | Yes |
GQL | Yes |
Groovy | Yes |
HAML | Yes |
HTML | Yes |
Haskell | Yes |
JFlex | Yes |
Java | Yes |
JavaScript | Yes |
JSP | Yes |
Jodd props file | Yes |
Kotlin | Yes |
LESS | Yes |
Localization file | Yes |
Lua | Yes |
Mako Template | Yes |
Markdown | Yes |
Objective-C | Yes |
PHP | Yes |
Properties | Yes |
Python | Yes |
ReST file | Yes |
RegExp | Yes |
SASS | Yes |
SQL | Yes |
Scala | Yes |
Tea | Yes |
Twig | Yes |
XML | Yes |
XPath | Yes |
YAML | Yes |
-
Go to
File | Import Settings...
and specify theintellij-colors-solarized
directory. ClikOK
in the dialog that appears. -
Restart IntelliJ IDEA
-
Go to
Preferences | Editor | Colors & Fonts
and select one of the new color themes.
-
Copy
Solarized Dark.xml
andSolarized Light.xml
to your IntelliJ IDEA preferences color directory. The directory varies, depending on which JetBrains IDE you are using. It is typically in:Mac OS X
~/Library/Preferences/IntelliJIdea12/colors
(IntelliJ IDEA 12 Ultimate Edition)~/Library/Preferences/IdeaIC12/colors
(IntelliJ IDEA 12 Community Edition),~/Library/Preferences/WebIDE50/colors
(PHPStorm 5.0).
Windows
Documents and Settings/<user>/.IdeaIC12/config/colors
(IntelliJ IDEA 12 Community Edition)
-
Restart IntelliJ IDEA
-
Go to
Preferences | Editor | Colors & Fonts
and select one of the new color themes.
Unfortunately, font settings are included in the color settings files.
You should probably modify these in Preferences | Editor | Colors & Fonts | Font
after adding the color schemes to your IntelliJ IDEA installation.
If you want to commit updates to the XML color scheme files, make sure to run the buildjar.sh
or buildjar.bat
script before committing to generate
an updated settings.jar
file as well.
The scripts have been tested on OS X and Windows, on other operating systems you're on your own.