├── README.md ├── Solarized Dark.xml ├── Solarized Light.xml └── phpstorm-solarized.png /README.md: -------------------------------------------------------------------------------- 1 | # About 2 | 3 | These color schemes are for PHPStorm 2.x. They are (to my knowledge) 4 | complete for every language PHPStorm supports. The original 5 | documentation about the Solarized color schemes can be found here: 6 | http://ethanschoonover.com/solarized 7 | 8 | I recommend using the font "Inconsolata" with this color scheme. 9 | 10 | # Installation 11 | 12 | Go to Preferences -> Editor -> Colors and Fonts. Create a new color 13 | scheme called "Solarized Light" and another called "Solarized Dark". 14 | 15 | Click Apply. 16 | 17 | Search your hard drive for a file called "Solarized Light.xml" 18 | 19 | Replace that file and the one called "Solarized Dark.xml" with the ones 20 | in my github repository. 21 | 22 | On a Mac, you'll find that file at 23 | `~/Library/Preferences/WebIDE10/colors/Solarized Dark.xml` 24 | 25 | On Linux the file is located at 26 | `~/.WebIde10/config/colors/Solarized Dark.xml` 27 | 28 | On Windows, the files are located in 29 | `C:\Documents and Settings\\.WebIde10\config\colors` 30 | 31 | # Why not package as a .jar? 32 | 33 | Because frankly, I think that's a really crappy way of packaging things 34 | and I won't support it. Sorry. 35 | 36 | -------------------------------------------------------------------------------- /Solarized Dark.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1363 | 1364 | -------------------------------------------------------------------------------- /Solarized Light.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1322 | 1323 | -------------------------------------------------------------------------------- /phpstorm-solarized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweagans/phpstorm-solarized/e47552cd367f3537056039cf2ec8d78dd05a3088/phpstorm-solarized.png --------------------------------------------------------------------------------