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

后端 未结 6 1715
北荒
北荒 2020-12-13 12:08

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

\"PHPStorm

And I like i

相关标签:
6条回答
  • 2020-12-13 12:22

    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.

    0 讨论(0)
  • 2020-12-13 12:29

    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:

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

    Enable this, close the registry and restart the IDE.

    0 讨论(0)
  • 2020-12-13 12:39

    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:

    0 讨论(0)
  • 2020-12-13 12:41

    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

    0 讨论(0)
  • 2020-12-13 12:41

    Use Material UI

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

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

    Link to Material Theme UI

    0 讨论(0)
  • 2020-12-13 12:44

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

    and Restart the IDEA if changes do not become apparent.

    0 讨论(0)
提交回复
热议问题