zoukankan      html  css  js  c++  java
  • PHPStorm2016如何安装主题

    今天放出如何安装phpstorm 主题教程,教程如下:

    1. 下载主题

    地址:phpstoorm-themes.com

    1. 安装主题

    PhpStorm and WebStorm themes can be installed in two ways:

    共两种文件格式一种XMLICLS

    1. Dropping an XML file into the colors folder.
    2. Dropping the ICLS file into the colors folder

     

    INSTALLING FROM AN XML/ICLS FILE

     

    1. 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.

     

    1. 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.

    将下载的文件放到cphpstorm 目录/config/colors下,重启phpstorm

    进入后选择主题即可,路径File > Settings > Editor > Colors & Fonts

     

    1. 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.

  • 相关阅读:
    1066 Bash 游戏
    1070 Bash 游戏 V4
    codevs 2928 你缺什么
    分块、线段树练习
    Father Christmas flymouse
    codevs 2494 Vani和Cl2捉迷藏
    codevs 2144 砝码称重2
    国王游戏
    codevs 1664 清凉冷水
    2015ACM/ICPC亚洲区沈阳站 Pagodas
  • 原文地址:https://www.cnblogs.com/lovebing/p/6070111.html
Copyright © 2011-2022 走看看