Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/sergeymakinen/jetbrains-github-theme
- Owner: sergeymakinen
- License: mit
- Created: 2016-08-24T17:23:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T16:04:11.000Z (almost 5 years ago)
- Last Synced: 2024-09-27T06:02:58.060Z (about 2 months ago)
- Topics: bash, color-scheme, color-theme, css, github, go, gogland, goland, golang, html, idea, ini, javascript, jetbrains, php, phpstorm, pycharm, python, theme, xml
- Homepage: https://plugins.jetbrains.com/plugin/12271-github-3-color-scheme
- Size: 6.75 MB
- Stars: 62
- Watchers: 4
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)