An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# GitHubColors

PHPStorm color theme in GitHub's style.

* [Preview] (#preview)
* [Installation] (#installation)

## Preview

### PHP
![PHP](/demo/php.png)

### Twig
![Twig](/demo/twig.png)

### Yaml
![Yaml](/demo/yaml.png)

### Markdown
![Markdown](/demo/markdown.png)

## 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.