mirror of
https://github.com/altercation/solarized
synced 2024-11-10 14:24:26 +00:00
Updated README
This commit is contained in:
parent
61d81e3524
commit
b4580a85bb
1 changed files with 40 additions and 10 deletions
50
README.md
50
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)
|
Original Solarized color scheme developed by Ethan Schoonover <es@ethanschoonover.com>
|
||||||
### [IntelliJ IDEA homepage](http://www.jetbrains.com/idea/)
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
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
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
These files were exported from IntelliJ IDEA 10 using `File | Export Settings...`.
|
1. Copy `Solarized Dark.xml` and `Solarized Light.xml` to your IntelliJ IDEA preferences
|
||||||
Presumably `File | Import Settings...` could be used to read them back in.
|
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/<user>/.IntelliJIdea10/config/colors`
|
||||||
|
|
||||||
|
2. Restart IntelliJ IDEA
|
||||||
|
|
||||||
Note that font settings come along with the color settings, unfortunately.
|
3. Go to `Preferences | Editor | Colors & Fonts` and select one of the new
|
||||||
|
color themes.
|
||||||
|
|
||||||
Only a Solarized Dark scheme is provided so far.
|
Note About Fonts
|
||||||
|
-----------------
|
||||||
Your color schemes are likely located in `~/Library/Preferences/IntelliJIdea10/colors`.
|
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
|
The Values
|
||||||
|
|
Loading…
Reference in a new issue