zoukankan      html  css  js  c++  java
  • phpstorm的主题相关

    下载地址: 
    http://phpstorm-themes.com/ 

    安装方法 

    JAR文件 
    导航->file->Import Settings->然后选择你刚才下载的JAR文件->点击确认->在导入页面只将“Color Schemes”打钩->点击“ok” 
    (JAR文件可以包含多个配色方案) 

    XML文件 
    MAC OSX系统: 
    在Finder中,浏览到下载的XML的文件,command+c 复制。 
    然后按Shift +指令+ G转到: 
    版本4之前的路径 
    ~/Library/Preferences/WebIDE10/colors/ 
    从版本4开始路径为: 
    ~/Library/Preferences/WebIde50/colors/ 
    从版本5开始路径为: 
    ~/Library/Preferences/WebIde50/colors/ 
    粘贴xml文件,然后重新启phpsotrm 
    导航到Settings > Editor > Colors & Fonts 并选择刚添加的配色方案。 

    win平台 
    在Windows资源管理器中,选择刚刚下载的XML文件,并将其复制到 
    C :/ Users/USERNAME/.WebIde10/config/colors 
    然后重新启phpsotrm 
    导航到Settings > Editor > Colors & Fonts 并选择刚添加的配色方案。

  • 相关阅读:
    HDU 1333 基础数论 暴力
    HDU 1299 基础数论 分解
    HDU 1211 EXGCD
    HDU 3507 单调队列 斜率优化
    博弈
    std:ios::sync_with_stdio(false);
    NBUT[1220] SPY
    nbut1217 Dinner
    poj2236Wireless Network
    ZOJ Problem Set
  • 原文地址:https://www.cnblogs.com/wicub/p/4929429.html
Copyright © 2011-2022 走看看