How to Make PHPStorm / Intellij IDEA Dark (Whole IDE, not just color scheme)
Asked Answered
W

6

71

I've just downloaded the new PHPStorm EAP, and noticed this screenshot:

PHPStorm Dark

And I like it very much. Thing is, I can't find any option to make my install looks like this. I know about color scheme, but AFAIK it only change the text editor's color. How can I make my install to look like that? (The screenshot is taken from the EAP site).

Wicks answered 22/11, 2012 at 1:16 Comment(1)
Pro programmers use dark IDEs. :)Shir
O
144

Settings (Preferences on Mac) | Appearance | Theme = Darcula

P.S. Since IntelliJ IDEA v14 / WebStorm v9 / PhpStorm v8.0.2 (and any other IDEs on branch 139.xxx or newer) the settings path is a bit different:

Settings (Preferences on Mac) | Appearance & Behaviour | Appearance | Theme = Darcula

enter image description here

Overweight answered 22/11, 2012 at 2:32 Comment(2)
This option is gone in WebStorm 7 EAP (but may come back later on official release?). The answer below works in EAP though.Seer
@WilsonHaw Nope -- it is still there (checked in PhpStorm though, build 130.1481): postimg.org/image/fla5w2d49Overweight
C
49

View -> Quick Switch Theme -> Switch Look And Feel -> Darcula

and Restart the IDEA if changes do not become apparent.

Cursed answered 16/5, 2013 at 11:57 Comment(3)
On PHPStorm 8.0.2 Mac the 'Switch Look and Feel' can be done without a restart. ;)Gaiety
IT's actually called darcula, not draculaDefensive
There are only two options?Debenture
L
12

Download and enable ColorIDE.

Preferences > Plugins > "Browse repositories..." button > search for "ColorIde"

Instead of being limited to the standard 4 themes that come with the IDE, ColorIDE plugin will give your IDE the same look and feel as your current color scheme.

Livraison answered 11/8, 2015 at 1:38 Comment(2)
Been wanting this forever, didn't know it even existed. Thank you.Probationer
Nice. I also just discovered that if you want your code background to be different from the tree background, you can control the latter with this plugin by setting the Editor->Colors & Fonts->General->Text->Default Text (which may require a restart to take effect), and change your code background color on a per-language basis.Pancake
C
6

Use Material UI

If Darcula isn't darker enough, you can use a plugin called Material UI.

A screenshot of Material UI

They also have many other colors like deep blue, marine blue, etc.

Link to Material Theme UI

Crossbeam answered 19/8, 2017 at 16:11 Comment(0)
M
4

On Mac the title bar of every window (both main and popup dialoges) will remain the typical Mac grayish color, even using the Darcula theme. But you can actually make it dark as well.

Using any Jetbrain IDE (including DataGrip), press Shift + Ctrl + A (PC) or Shift + Cmd + A (Mac). This will open the command palette where you can find Registry:

enter image description here

Open the registry and find the key ide.mac.allowDarkDindowDecorations:

enter image description here

Enable this, close the registry and restart the IDE.

Monopetalous answered 4/6, 2018 at 12:53 Comment(0)
C
1

In Preferences > Editor > Colors & Fonts, pick a dark scheme and the IDE will ask you if you want to switch the whole IDE to a dark scheme:

dialog

Coadjutant answered 27/10, 2016 at 14:1 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.