Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhushan/github-theme-for-jetbrains
GitHub Theme for Jetbrains is heavily inspired by GitHub 3 Color Scheme and github-vscode-theme.The focus of the development of this theme plugin is to restore the official GitHub theme as much as possible, keeping the colors easy to distinguish, proper contrast, and pleasant.
https://github.com/bhushan/github-theme-for-jetbrains
dark dark-dimmed hacktoberfest jetbrains jetbrains-plugin jetbrains-theme light theme
Last synced: 17 days ago
JSON representation
GitHub Theme for Jetbrains is heavily inspired by GitHub 3 Color Scheme and github-vscode-theme.The focus of the development of this theme plugin is to restore the official GitHub theme as much as possible, keeping the colors easy to distinguish, proper contrast, and pleasant.
- Host: GitHub
- URL: https://github.com/bhushan/github-theme-for-jetbrains
- Owner: bhushan
- License: apache-2.0
- Created: 2020-11-20T04:35:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T22:38:36.000Z (about 1 month ago)
- Last Synced: 2024-10-11T09:14:23.351Z (about 1 month ago)
- Topics: dark, dark-dimmed, hacktoberfest, jetbrains, jetbrains-plugin, jetbrains-theme, light, theme
- Homepage: https://plugins.jetbrains.com/plugin/15418-github3-theme
- Size: 8.51 MB
- Stars: 43
- Watchers: 0
- Forks: 10
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
GitHub Theme for JetBrains
Looking for Maintainer/s
![Build](https://github.com/bhushan/github-theme-for-jetbrains/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/15418-github-theme.svg)](https://plugins.jetbrains.com/plugin/15418-github-theme)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/15418-github-theme.svg)](https://plugins.jetbrains.com/plugin/15418-github-theme)[GitHub Theme for Jetbrains](https://plugins.jetbrains.com/plugin/15418-github-theme) is heavily inspired
by [GitHub 3 Color Scheme](https://plugins.jetbrains.com/plugin/12271-github-3-color-scheme)
and [github-vscode-theme](https://github.com/primer/github-vscode-theme).The focus of the development of this theme plugin is to restore the official GitHub theme as much as possible, keeping
the colors easy to distinguish, proper contrast, and pleasant.Thanks to [Jiyuan Su](https://github.com/jiyuan0125) for building such a nice looking theme and outstanding contributions to the project.
## Light
![screenshot](readme/img/light/javascript.png)
## Dark
![screenshot](readme/img/dark/javascript.png)
## Dark Dimmed
![screenshot](readme/img/dark_dimmed/javascript.png)
More [screenshots](readme/screenshot.md)
## Installation
- If you just need to install this plugin then you could install it from official Jetbrains Plugin Store
from [here](https://plugins.jetbrains.com/plugin/15418-github3-theme)- Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "GitHub Theme" >
Install Plugin- Manually:
Download the [latest release](https://github.com/bhushan/github-theme-for-jetbrains/releases/latest) and install it
manually using
Settings/Preferences > Plugins > βοΈ > Install plugin from disk...## Build from Source
### Prerequisites
Gradle runs on all major operating systems and requires only a [Java Development](https://jdk.java.net/) Kit version 8
or higher to run. To check, run java -version. You should see something like this:```bash
$java -version
java version "1.8.0_151"
Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
```### Build
```bash
$./gradlew build
```The generated target files are located in build/libs.
## Our valuable Contributorsπ©βπ»π¨βπ» :
## Enjoy Beautiful IDE and Happy Coding !!