Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added solarized theme for PhpStorm #333

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
*.iml
.idea/
*.ipr
*.iws
.idea_modules/
58 changes: 58 additions & 0 deletions PhpStorm-Solarized/README.md
Original file line number Diff line number Diff line change
@@ -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)
Loading