这篇文章主要用于帮助大家解决怎么为webstorm换theme。
首先,到选择一个自己喜欢的皮肤,Webstorm皮肤网址:
然后,选中你喜欢的皮肤,现在theme xml文件, 这里要鼠标右键另存为:
将此xml文件下载后,根据不同的操作系统,将其copy到不同的webstorm安装目录中。
1.apple系统
复制下载的xml theme文件,使用shift+command+g键进入:
~/Library/Preferences/WebIDE10/colors/ Starting
如果为版本4,则为以下目录:
~/Library/Preferences/WebIde40/colors/
将xml文件复制到此文件夹。
2.windows系统
将xml theme文件复制到
C:/Users/USERNAME/.WebIde10/config/colors文件夹
3.linux
将xml theme文件复制到
~/.WebIde50/config/colors/
最后,重启你的webstorm,选择到以下菜单:
File > Settings > Editor > Colors & Fonts ,选择刚才xml文件名的Cheme name,点击apply即可,如下图所示。