From 14cba00989fbc2ad6fe407086bc61f886b62b8b5 Mon Sep 17 00:00:00 2001 From: Johan Kaving Date: Thu, 14 Apr 2011 11:52:30 +0200 Subject: [PATCH 1/9] Added Solarized Light --- Solarized Light.xml | 619 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 619 insertions(+) create mode 100644 Solarized Light.xml diff --git a/Solarized Light.xml b/Solarized Light.xml new file mode 100644 index 00000000..94bae219 --- /dev/null +++ b/Solarized Light.xml @@ -0,0 +1,619 @@ + + + + From 4f0ec5d96bb379b5ca6566da567376886c0eba8f Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 11 Apr 2011 20:18:21 -0700 Subject: [PATCH 2/9] IntelliJ color scheme Add Solarized Dark color scheme for IntelliJ IDEA. --- idea-colors-solarized/README.md | 43 ++ idea-colors-solarized/Solarized Dark.xml | 579 +++++++++++++++++++++++ 2 files changed, 622 insertions(+) create mode 100644 idea-colors-solarized/README.md create mode 100644 idea-colors-solarized/Solarized Dark.xml diff --git a/idea-colors-solarized/README.md b/idea-colors-solarized/README.md new file mode 100644 index 00000000..6d2a1749 --- /dev/null +++ b/idea-colors-solarized/README.md @@ -0,0 +1,43 @@ +Solarized Colorscheme for IDEA +============================== + +### [See official homepage for full content](http://ethanschoonover.com/solarized) +### [IntelliJ IDEA homepage](http://www.jetbrains.com/idea/) + +Installation +------------ + +These files were exported from IntelliJ IDEA 10 using `File | Export Settings...`. +Presumably `File | Import Settings...` could be used to read them back in. + +Note that font settings come along with the color settings, unfortunately. + +Only a Solarized Dark scheme is provided so far. + +Your color schemes are likely located in `~/Library/Preferences/IntelliJIdea10/colors`. + + +The Values +---------- + +L\*a\*b values are canonical (White D65, Reference D50), other values are +matched in sRGB space. + + SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B sRGB HSB + --------- ------- ---- ------- ----------- ---------- ----------- ----------- + base03 #002b36 8/4 brblack 234 #1c1c1c 15 -12 -12 0 43 54 193 100 21 + base02 #073642 0/4 black 235 #262626 20 -12 -12 7 54 66 192 90 26 + base01 #586e75 10/7 brgreen 240 #4e4e4e 45 -07 -07 88 110 117 194 25 46 + base00 #657b83 11/7 bryellow 241 #585858 50 -07 -07 101 123 131 195 23 51 + base0 #839496 12/6 brblue 244 #808080 60 -06 -03 131 148 150 186 13 59 + base1 #93a1a1 14/4 brcyan 245 #8a8a8a 65 -05 -02 147 161 161 180 9 63 + base2 #eee8d5 7/7 white 254 #d7d7af 92 -00 10 238 232 213 44 11 93 + base3 #fdf6e3 15/7 brwhite 230 #ffffd7 97 00 10 253 246 227 44 10 99 + yellow #b58900 3/3 yellow 136 #af8700 60 10 65 181 137 0 45 100 71 + orange #cb4b16 9/3 brred 166 #d75f00 50 50 55 203 75 22 18 89 80 + red #dc322f 1/1 red 160 #d70000 50 65 45 220 50 47 1 79 86 + magenta #d33682 5/5 magenta 125 #af005f 50 65 -05 211 54 130 331 74 83 + violet #6c71c4 13/5 brmagenta 61 #5f5faf 50 15 -45 108 113 196 237 45 77 + blue #268bd2 4/4 blue 33 #0087ff 55 -10 -45 38 139 210 205 82 82 + cyan #2aa198 6/6 cyan 37 #00afaf 60 -35 -05 42 161 152 175 74 63 + green #859900 2/2 green 64 #5f8700 60 -20 65 133 153 0 68 100 60 diff --git a/idea-colors-solarized/Solarized Dark.xml b/idea-colors-solarized/Solarized Dark.xml new file mode 100644 index 00000000..2eed716a --- /dev/null +++ b/idea-colors-solarized/Solarized Dark.xml @@ -0,0 +1,579 @@ + + + + From 61d81e3524193a546d58a7bd7c542c4491d5e575 Mon Sep 17 00:00:00 2001 From: Johan Kaving Date: Thu, 14 Apr 2011 12:27:14 +0200 Subject: [PATCH 3/9] Move files that were merged from adamv's repo --- idea-colors-solarized/README.md => README.md | 0 idea-colors-solarized/Solarized Dark.xml => Solarized Dark.xml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename idea-colors-solarized/README.md => README.md (100%) rename idea-colors-solarized/Solarized Dark.xml => Solarized Dark.xml (100%) diff --git a/idea-colors-solarized/README.md b/README.md similarity index 100% rename from idea-colors-solarized/README.md rename to README.md diff --git a/idea-colors-solarized/Solarized Dark.xml b/Solarized Dark.xml similarity index 100% rename from idea-colors-solarized/Solarized Dark.xml rename to Solarized Dark.xml From b4580a85bb7590fcb696e07419f1d5e95746f9f4 Mon Sep 17 00:00:00 2001 From: Johan Kaving Date: Thu, 14 Apr 2011 12:28:50 +0200 Subject: [PATCH 4/9] Updated README --- README.md | 50 ++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 40 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6d2a1749..b55053e4 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,50 @@ -Solarized Colorscheme for IDEA -============================== +Solarized Colorscheme for IntelliJ IDEA +======================================= -### [See official homepage for full content](http://ethanschoonover.com/solarized) -### [IntelliJ IDEA homepage](http://www.jetbrains.com/idea/) +Original Solarized color scheme developed by Ethan Schoonover + +Adapted for IntelliJ IDEA by: +Adam Vandenberg +Johan Kaving + +Visit the [Solarized homepage] +------------------------------ + +See the [Solarized homepage] for screenshots, +details and colorscheme versions for Vim, Mutt, popular terminal emulators and +other applications. + +Downloads +--------- + +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]. + +[Solarized homepage]: http://ethanschoonover.com/solarized +[Solarized repository]: https://github.com/altercation/solarized +[IntelliJ-only repository]: https://github.com/jkaving/intellij-colors-solarized Installation ------------ -These files were exported from IntelliJ IDEA 10 using `File | Export Settings...`. -Presumably `File | Import Settings...` could be used to read them back in. - -Note that font settings come along with the color settings, unfortunately. +1. Copy `Solarized Dark.xml` and `Solarized Light.xml` to your IntelliJ IDEA preferences +color directory. +On Mac OS X this is typically located in `~/Library/Preferences/IntelliJIdea10/colors` or `~/Library/Preferences/IntelliJIdea10CE/colors` (for the Community Edition). +On Windows it is in `Documents and Settings//.IntelliJIdea10/config/colors` + +2. Restart IntelliJ IDEA -Only a Solarized Dark scheme is provided so far. +3. Go to `Preferences | Editor | Colors & Fonts` and select one of the new +color themes. -Your color schemes are likely located in `~/Library/Preferences/IntelliJIdea10/colors`. +Note About Fonts +----------------- +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. The Values From 26786b912a8f64ba091b84e3037d2044ce872421 Mon Sep 17 00:00:00 2001 From: Johan Kaving Date: Thu, 14 Apr 2011 12:30:09 +0200 Subject: [PATCH 5/9] Updated Solarized Dark - Foreground color for VCS annotations - Breakpoint background color - Colors for identifier under caret --- Solarized Dark.xml | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/Solarized Dark.xml b/Solarized Dark.xml index 2eed716a..ce506682 100644 --- a/Solarized Dark.xml +++ b/Solarized Dark.xml @@ -5,7 +5,7 @@