12

How do you install custom color schemes in PhpStorm 2016.1 on Mac OSX?

Previous versions you'd place an xml file in a directory like ~/user/webide900/colors and PhpStorm would pick it up and make it an option for you in the settings to switch to one of those themes.

This site where I used to get themes appears to still be up to date but their instructions for install are for old versions.

PhpStorm docs don't make any mention of installing custom scheme files.

4

4 回答 4

34

要安装自定义配色方案,您需要~/Library/Preferences/PhpStorm2016.1/. 在这里你放下.icls文件。希望这可以帮助。

于 2016-03-22T20:05:04.013 回答
12

Windows 上的 PhpStorm 2016.1 - 如何安装颜色主题

  1. 转到文件夹: C:\Users\USERNAME\.PhpStorm2016.1\config\

  2. 新建一个文件夹:colors

  3. 将您喜欢的主题颜色的 XML 文件复制到文件colors夹中。

  4. 打开 PhpStorm,转到:File->Settings然后选择Editor->Colors & Fonts,您的新主题颜色将出现在选择列表中。

于 2016-05-21T03:02:10.190 回答
3

首先,从https://github.com/sdvoynikov/color-themes下载一个主题

在 PHPStorm 中,选择 File > Import Settings 并选择下载的主题文件。IDE 重新启动后,主题应该会自动为您加载。

于 2017-02-11T23:51:19.537 回答
0

2020 年 Ubuntu/Linux 版本更新:

  1. 在 /home/ your user/.config/JetBrains/PhpStorm version number/中找到您的 PHPStorm 文件夹
  2. 创建一个名为colors.
  3. 将您的 .icls 文件拖到那里并重新加载 IDE
  4. 转到文件 > 设置 > 编辑器 > 颜色方案,然后从下拉框中选择您的主题。

例子:

我的在 /home/enigmapr0ject/.config/Jetbrains/PhpStorm2020.3 中,创建了一个名为 colors 的新文件夹并将我的主题放在那里。工作完美。

于 2020-12-13T19:53:51.280 回答