怎么为WebStorm更换主题 修改字体样式

这篇文章主要用于帮助大家解决怎么为webstorm换theme。

 

首先,到选择一个自己喜欢的皮肤,Webstorm皮肤网址:

http://phpstorm-themes.com/

 

然后,选中你喜欢的皮肤,现在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即可,如下图所示。

 

posted @ 2016-01-06 21:40  名字不能缺  阅读(1160)  评论(0编辑  收藏  举报