Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sergeymakinen/jetbrains-github-theme

JetBrains' IDEA/PhpStorm/PyCharm/DataGrip/GoLand/… theme inspired by the GitHub syntax highlighting style (version 3)
https://github.com/sergeymakinen/jetbrains-github-theme

bash color-scheme color-theme css github go gogland goland golang html idea ini javascript jetbrains php phpstorm pycharm python theme xml

Last synced: about 1 month ago
JSON representation

JetBrains' IDEA/PhpStorm/PyCharm/DataGrip/GoLand/… theme inspired by the GitHub syntax highlighting style (version 3)

Awesome Lists containing this project

README

        

# JetBrains GitHub 3 theme

JetBrains' IDEA/PhpStorm/PyCharm/DataGrip/GoLand/… theme inspired by the GitHub syntax highlighting style (version 3, early 2020).

Tested with:

* Bash
* CSS
* Go
* HTML
* INI
* JavaScript
* JSON
* PHP
* Python
* XML

## How to install

> Shameless rip-off from [this document](https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs).

1. Copy [GitHub 3.icls](GitHub%203.icls) to your preferences directory:

#### Windows Vista, 7, 8, 10:

```
\Users\\.\colors
```

#### Windows XP:

```
\Documents and Settings\\.\colors
```

#### Linux and other Unix systems

Product directory starting with dot can be found in your user home directory, the pattern is:

```
~/./colors
```

#### macOS

```
~/Library/Preferences//colors
```

#### `PRODUCT` values

* `IntelliJIdea` (IntelliJ IDEA Ultimate Edition)
* `IdeaIC` (IntelliJ IDEA Community Edition)
* `RubyMine`
* `WebIde` (PhpStorm versions before 2016.1 and WebStorm before 7.0 use this common directory)
* `PhpStorm` (PhpStorm starting from 2016.1 version)
* `WebStorm` (WebStorm starting from 7.0 version)
* `PyCharm`
* `AppCode`
* `CLion`
* `DataGrip`
* `AndroidStudio`

2. Restart your product.

3. Go to Preferences, choose Editor > Color Scheme and select `GitHub 3`.

## Screenshots

![Go example](screenshots/go.png)

![JavaScript example](screenshots/javascript.png)

![PHP example](screenshots/php.png)

![Python example](screenshots/python.png)