Added solarized theme for PhpStorm
58
PhpStorm-Solarized/README.md
Normal 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)
|
2747
PhpStorm-Solarized/Solarized Dark.xml
Normal file
2747
PhpStorm-Solarized/Solarized Light.xml
Normal file
11
PhpStorm-Solarized/buildjar.sh
Executable 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
|
BIN
PhpStorm-Solarized/img/dark-html.png
Normal file
After Width: | Height: | Size: 77 KiB |
BIN
PhpStorm-Solarized/img/dark-js.png
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
PhpStorm-Solarized/img/dark-php-small.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
PhpStorm-Solarized/img/dark-php.png
Normal file
After Width: | Height: | Size: 101 KiB |
BIN
PhpStorm-Solarized/img/light-html.png
Normal file
After Width: | Height: | Size: 77 KiB |
BIN
PhpStorm-Solarized/img/light-js.png
Normal file
After Width: | Height: | Size: 74 KiB |
BIN
PhpStorm-Solarized/img/light-php-small.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
PhpStorm-Solarized/img/light-php.png
Normal file
After Width: | Height: | Size: 102 KiB |