今天放出如何安装phpstorm 主题教程,教程如下:
-
下载主题
地址:phpstoorm-themes.com
-
安装主题
PhpStorm and WebStorm themes can be installed in two ways:
共两种文件格式一种XML和ICLS
-
Dropping an XML file into the colors folder.
-
Dropping the ICLS file into the colors folder
INSTALLING FROM AN XML/ICLS FILE
-
OSX下安装PHPStorm主题
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/<Product>/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下安装PHPStorm主题
On Windows Explorer, select the XML/ICLS file just downloaded and copy it.
Then navigate to the colors folder, located in: C:/Users/USERNAME/.<Product>/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.
将下载的文件放到c盘phpstorm 目录/config/colors下,重启phpstorm。
进入后选择主题即可,路径File > Settings > Editor > Colors & Fonts。
-
Linux下安装PHPStorm主题
On Linux, the color files are located in: ~/.<Product>/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.