altercation / solarized

precision color scheme for multiple applications (terminal, vim, etc.) with both dark/light modes
http://ethanschoonover.com/solarized
MIT License
15.76k stars 3.52k forks source link

Subtree pull request: PhpStorm Solarized #227

Open braver opened 11 years ago

braver commented 11 years ago

I created a Solarized theme for the popular php/javascript IDE JetBrains PhpStorm. There have been others but they've not been maintained and are no longer compatible with current versions of this IDE. It is used by peope on my development team and thoroughly use-tested for PHP, JS, HTML and CSS. I'd love to have it included here:

https://github.com/braver/PhpStorm-Solarized

TrevorBramble commented 11 years ago

@braver Thanks! Could you provide screenshots of PhpStorm with each Solarized theme applied, in your README?

Once that's done I'll fork your repository to the Solarized organization and add it as a submodule here while we migrate everything to the new organization. =^)

braver commented 11 years ago

I've added screenshots to the readme. The colors don't always match the VIM screenshots, but PhpStorm is a bit restricted there so I opted to have it at least internally consistent.

robinmitra commented 11 years ago

@braver It doesn't seem to be working on PHPStorm 5.0.4. Getting the following error: Cannot read scheme Solarized Dark.xml from '$ROOT_CONFIG$/colors': Error on line 51: The element type "meta" must be terminated by the matching end-tag "".

Am I missing something?

braver commented 11 years ago

Just to be sure, did you try to import the theme from within PHPStorm, or did you follow the instructions in the readme?