├── settings.jar ├── README.md ├── Solarized Light.xml └── Solarized Dark.xml /settings.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/al3x/intellij-colors-solarized/master/settings.jar -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Solarized Colorscheme for IntelliJ IDEA 2 | ======================================= 3 | 4 | Original Solarized color scheme developed by Ethan Schoonover 5 | 6 | Adapted for IntelliJ IDEA by: 7 | Adam Vandenberg 8 | Johan Kaving 9 | 10 | Visit the [Solarized homepage] 11 | ------------------------------ 12 | 13 | See the [Solarized homepage] for screenshots, 14 | details and colorscheme versions for Vim, Mutt, popular terminal emulators and 15 | other applications. 16 | 17 | Downloads 18 | --------- 19 | 20 | If you have come across this colorscheme via the [IntelliJ-only repository] on 21 | github see the link above to the Solarized homepage or visit the main [Solarized repository]. 22 | 23 | The [IntelliJ-only repository] is kept in sync with the main [Solarized repository]. 24 | Issues, bug reports, changelogs are centralized at the main [Solarized repository]. 25 | 26 | [Solarized homepage]: http://ethanschoonover.com/solarized 27 | [Solarized repository]: https://github.com/altercation/solarized 28 | [IntelliJ-only repository]: https://github.com/jkaving/intellij-colors-solarized 29 | 30 | Installation 31 | ------------ 32 | 33 | ### Option 1: Install using "Import Settings..." 34 | 35 | 1. Go to `File | Import Settings...` and specify the `intellij-colors-solarized` directory. 36 | Clik `OK` in the dialog that appears. 37 | 38 | 2. Restart IntelliJ IDEA 39 | 40 | 3. Go to `Preferences | Editor | Colors & Fonts` and select one of the new 41 | color themes. 42 | 43 | ### Option 2: Manual installation 44 | 45 | 1. Copy `Solarized Dark.xml` and `Solarized Light.xml` to your IntelliJ IDEA preferences 46 | color directory. 47 | On Mac OS X this is typically located in `~/Library/Preferences/IntelliJIdea10/colors` or `~/Library/Preferences/IntelliJIdea10CE/colors` (for the Community Edition). 48 | On Windows it is in `Documents and Settings//.IntelliJIdea10/config/colors`. 49 | 50 | 2. Restart IntelliJ IDEA 51 | 52 | 3. Go to `Preferences | Editor | Colors & Fonts` and select one of the new 53 | color themes. 54 | 55 | Note About Fonts 56 | ----------------- 57 | Unfortunately, font settings are included in the color settings files. 58 | You should probably modify these in `Preferences | Editor | Colors & Fonts | Font` 59 | after adding the color schemes to your IntelliJ IDEA installation. 60 | 61 | Note About Committing Changes 62 | ----------------------------- 63 | If you want to commit updates to the XML color scheme files, make sure to run the `buildjar.sh` script before committing to generate 64 | an updated `settings.jar` file as well. 65 | *The script has been tested on OS X, on other operating systems you're on your own.* -------------------------------------------------------------------------------- /Solarized Light.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 619 | 620 | -------------------------------------------------------------------------------- /Solarized Dark.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1191 | 1192 | --------------------------------------------------------------------------------