Skip to content
Bhushan Gaikwad edited this page Aug 8, 2021 · 2 revisions

Github3 Theme for JetBrains

Light

screenshot

Dark Dimmed

screenshot

Installation

  • If you just need to install this plugin then you could install it from official Jetbrains Plugin Store from here

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "PHPStorm-Theme" > Install Plugin

  • Manually:

    Download the latest release 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 Kit version 8 or higher to run. To check, run java -version. You should see something like this:

$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

$./gradlew build

The generated target files are located in build/libs.

Enjoy Beautiful IDE and Happy Coding !!