phpstorm 2016 主题和字体的安装

第一次用PHPstorm就安装了2016.1,之后,从http://phpstorm-themes.com/下载了一个主题night-nature.icls,是icls格式的,

然后进入C:\Documents and Settings\Administrator\.PhpStorm2016.1\config目录,发现没有colors目录,于是新建了一个colors目录,

并把night-nature.icls文件同时copy到config目录和其下的colors目录

参照的是这个教程[http://www.php230.com/recommend-a-phpstorm-themes-and-fonts.html]

主题下载地址:http://phpstorm-themes.com/theme/git-hub

顺便介绍一下phpstorm主题安装方法:

1、下载主题安装包:以icls结尾的文件,把安装包文件复制到config目录

C:\Users\dell--31\.WebIde70\config
注:这里以window系统为例。

2、重启phpstorm

3、File->Settings->Colors&Fonts,选择相应的主题包,即可。



【以及官方教程[http://www.phpstorm-themes.com/content/help]

PhpStorm and WebStorm themes can be installed in two ways:

  • Dropping an XML file into the colors folder.
  • Dropping the ICLS file into the colors folder

INSTALLING FROM AN XML/ICLS FILE

corresponds to the product you are using, it could be WebIde, WebStorm1, Webstorm2016.1, etc.

OSX

On Finder, navigate to the location where you downloaded the XML/ICLS and copy it.

Then press shift+command+g and go to:

~/Library/Preferences//colors/

Paste the .xml or .icls file in and restart your IDE. Then navigate to Settings > Editor > Colors & Fonts and select the color scheme you just added.

Windows

On Windows Explorer, select the XML/ICLS file just downloaded and copy it.

Then navigate to the colors folder, located in: C:/Users/USERNAME/./config/colors Paste the .xml file in and restart your IDE.

Then navigate to File > Settings > Editor > Colors & Fonts and select the color scheme you just added.

Linux

On Linux, the color files are located in: ~/./config/colors/ After you put your .xml files, restart your IDE. 

Then navigate to File > Settings > Editor > Colors & Fonts and select the color scheme you just added.


然后启动phpstorm,进入File->Settings->Colors&Fonts,看不到这个新增的主题包啊。

你可能感兴趣的:(开发工具)