标签:mac
http://www.oschina.net/translate/making-sublime-text-2-beautiful
可惜,没有写操作。
https://github.com/mrappleton/aqua-theme
相同的项目还有:
https://github.com/buymeasoda/soda-theme (最后使用的是这个)
还好github上面有文档。
进入Sublime Text2 目录:
$ cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
下载文件
git clone https://github.com/buymeasoda/soda-theme/ "Theme - Soda"
修改配置文件:Sublime Text 2 -> Preferences -> Global Settings - User
设置:
{
"theme": "Soda Light.sublime-theme",
"soda_classic_tabs": true,
"soda_folder_icons": true
}
比之前好看点
总结,理论和实际还是有差距的。
标签:mac
原文地址:http://blog.csdn.net/freewebsys/article/details/40899801