今天放出如何安裝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.