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

时间:2016-01-06 23:10:16   收藏:0   阅读:3559

这篇文章主要用于帮助大家解决怎么为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即可,如下图所示。

 

技术分享

评论(1
Melissa 2016-07-31 19:04:36
没有color文件夹啊
1
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!