https://github.com/florianv/githubcolors
PHPStorm GitHub color theme
https://github.com/florianv/githubcolors
Last synced: about 2 months ago
JSON representation
PHPStorm GitHub color theme
- Host: GitHub
- URL: https://github.com/florianv/githubcolors
- Owner: florianv
- Created: 2014-02-15T03:23:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-03T21:19:53.000Z (almost 11 years ago)
- Last Synced: 2025-03-24T16:58:27.722Z (3 months ago)
- Homepage:
- Size: 1000 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHubColors
PHPStorm color theme in GitHub's style.
* [Preview] (#preview)
* [Installation] (#installation)## Preview
### PHP
### Twig
### Yaml
### Markdown
## Installation
### 1) Clone this repository somewhere
```bash
git clone https://github.com/florianv/GitHubColors
```### 2) Copy the GitHub.xml file in the `colors` directory
Note: These instructions are taken from https://github.com/cordoval/Symfony2Colors.
#### Ubuntu Linux
##### PHPStorm versions prior to 4.0```bash
~/.WebIde10/config/colors
```##### PHPStorm version 4.0
```bash
~/.WebIde40/config/colors
```##### PHPStorm version 5.x
```bash
~/.WebIde50/config/colors
```##### PHPStorm version 6.x
```bash
~/.WebIde60/config/colors
```#### Mac OS X
##### PHPStorm versions prior to 4.0```bash
~/Library/Preferences/WebIDE10/colors/
```##### PHPStorm version 4.0
```bash
~/Library/Preferences/WebIde40/colors/
```##### PHPStorm version 5.x
```bash
~/Library/Preferences/WebIde50/colors/
```##### PHPStorm version 6.x
```bash
~/Library/Preferences/WebIde60/colors/
```##### PHPStorm version 7.x
```bash
~/Library/Preferences/WebIde70/colors/
```#### Windows Installation
##### PHPStorm versions prior to 4.0```bash
c:/Users/USERNAME/.WebIde10/config/colors
```##### PHPStorm version 4.0
```bash
c:/Users/USERNAME/.WebIde40/config/colors
```##### PHPStorm version 5.x
```bash
c:/Users/USERNAME/.WebIde50/config/colors
```##### PHPStorm version 6.x
```bash
c:/Users/USERNAME/.WebIde60/config/colors
```### 3) Restart PHPStorm
### 4) Enable the theme
Go to **Settings->Editor->Colors & Fonts**, select the **GitHub** scheme name, click OK.