Added solarized theme for PhpStorm

This commit is contained in:
Roman Allenstein 2015-11-06 14:34:46 +01:00
parent e40cd4130e
commit 4a799a1931
13 changed files with 5563 additions and 0 deletions

View file

@ -0,0 +1,58 @@
PhpStorm-Solarized
====================
Solarized Colorscheme for Jetbrains PhpStorm 5.0
***
Original Solarized color scheme developed by Ethan Schoonover <es@ethanschoonover.com>
Adapted for Jetbrains PhpStorm by:
Koen Lageveen <info@koenlageveen.nl>
See the [Solarized homepage](http://ethanschoonover.com/solarized) for screenshots,
details and colorscheme versions for Vim, Mutt, popular terminal emulators and
other applications.
Installation
------------
### Option 1: Manual installation
1. Copy `Solarized Dark.xml` and `Solarized Light.xml` to your PhpStorm preferences:
- On Linux it is in `/home/<username>/.WebIde<version>0/config/colors`.
- On Mac it is in `~/Library/Preferences/WebIde<version>0/colors`.
- On Windows it is in `C:\Users\<username>\.WebIde<version>0\config\colors`.
Replace `WebIde<version>0` with the Version of PhpStorm you use, e.g. WebIde70 for PhpStorm 7
2. Restart PhpStorm
3. Go to `Preferences | Editor | Colors & Fonts` and select one of the new color themes.
### Option 2: Import settings
1. Clone (or download) this repository.
2. Go to `File | Import Settings` select the directory and click `Choose`.
3. Check `Color schemes` and press `Ok`.
4. Restart PhpStorm.
5. Go to `Preferences | Editor | Colors & Fonts` and select one of the new color themes.
Note About Fonts
-----------------
Unfortunately, font settings are included in the color settings files. It is currently set to Consolas.
You should probably modify these in `Preferences | Editor | Colors & Fonts | Font` after adding the color schemes.
Screenshots
-----------------
Screenshots of PhpStorm Solarized in action:
![Dark](https://raw.github.com/braver/PhpStorm-Solarized/master/img/dark-php-small.png)
![Light](https://raw.github.com/braver/PhpStorm-Solarized/master/img/light-php-small.png)
* [Dark - HTML](https://raw.github.com/braver/PhpStorm-Solarized/master/img/dark-html.png)
* [Dark - JS](https://raw.github.com/braver/PhpStorm-Solarized/master/img/dark-js.png)
* [Dark - PHP](https://raw.github.com/braver/PhpStorm-Solarized/master/img/dark-php.png)
* [Light - HTML](https://raw.github.com/braver/PhpStorm-Solarized/master/img/light-html.png)
* [Light - JS](https://raw.github.com/braver/PhpStorm-Solarized/master/img/light-js.png)
* [Light - PHP](https://raw.github.com/braver/PhpStorm-Solarized/master/img/light-php.png)

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

11
PhpStorm-Solarized/buildjar.sh Executable file
View file

@ -0,0 +1,11 @@
#!/bin/sh
mkdir colors
cp Solarized\ Light.xml colors
cp Solarized\ Dark.xml colors
touch IntelliJ\ IDEA\ Global\ Settings
jar cfM settings.jar IntelliJ\ IDEA\ Global\ Settings colors
rm -r colors
rm IntelliJ\ IDEA\ Global\ Settings

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.