https://github.com/abhimanyu003/phpstorm-spacegray
phpStorm color scheme based on http://kkga.github.io/spacegray/
https://github.com/abhimanyu003/phpstorm-spacegray
phpstorm phpstorm-color-scheme phpstorm-spacegray spacegray-colors themes
Last synced: 18 days ago
JSON representation
phpStorm color scheme based on http://kkga.github.io/spacegray/
- Host: GitHub
- URL: https://github.com/abhimanyu003/phpstorm-spacegray
- Owner: abhimanyu003
- License: mit
- Created: 2013-12-28T10:41:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T17:48:51.000Z (about 9 years ago)
- Last Synced: 2025-11-02T15:04:24.865Z (5 months ago)
- Topics: phpstorm, phpstorm-color-scheme, phpstorm-spacegray, spacegray-colors, themes
- Size: 26.4 KB
- Stars: 221
- Watchers: 7
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
phpStorm SpaceGray color scheme
==================
phpStorm SpaceGray color is based on SpaceGray theme http://kkga.github.io/spacegray for Sublime Text
## Fonts
* From Screenshots: [Souce Code Pro](https://github.com/adobe-fonts/source-code-pro) alternate [Download link](http://www.fontsquirrel.com/fonts/source-code-pro)
* Other choice [Fira Mono](https://www.google.com/fonts/specimen/Fira+Mono), [Hack](http://sourcefoundry.org/hack/)
## SpaceGray Colors ##
### PHP Example ###

### HTML Example ###

----------
## Eighties Colors ##
### PHP Example ###

### HTML Example ###

## Installation ##
- Place the `Spacegray.icls` and `Eighties.icls` file in your phpStorm folder paths are given below.
- Then go to `File` -> `Settings` -> `Editor` -> `Colors & Fonts`
- Select the `Spacegray` or `Eighties` theme from the drop down list
- Restart the phpStorm
- Install color IDE plugin to change the color of sidebar.
### Ubuntu Linux ###
For phpstorm version 8.x
cd ~/.WebIde80/config/colors
For phpstorm version 9.x
cd ~/.WebIde90/config/colors
### Mac OS X ###
For phpstorm version 8.x
cd ~/Library/Preferences/WebIde80/colors/
For phpstorm version 9.x
cd ~/Library/Preferences/WebIde90/colors/
### Windows ###
For phpstorm version 8.x
c:/Users/USERNAME/.WebIde70/config/colors
For phpstorm version 9.x
c:/Users/USERNAME/.WebIde90/config/colors
# Contribute
Feel free to contribute