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.

  • 相关阅读:
    闲谈:价值、服务、时间、用户体验、美、过度开发
    笔记:Sublime Text 3
    快速切换目录命令go
    miniPy for CentOS 5/6
    用Fabric实现小批量的自动化上线
    异步多线程C/S框架gko_pool
    Reboot分享第三期(已结束)
    Reboot分享第二期(已结束)
    Reboot分享第一期(已结束)
    iptables从入门到精通
  • 原文地址:https://www.cnblogs.com/lovebing/p/6070111.html
Copyright © 2011-2022 走看看