标签:
https://www.sublimetext.com/
Preferences->最下面Package Control是否有?
如果没有:
1、Preferences->Browse Packages
2、返回上一级目录,查找并进入 installed package
3、下载Package Control.sublime-package,并复制到installed package目录里,然后重启sublime
主题分两块
color Scheme 和 theme
推荐主题:
https://github.com/itsthatguy/theme-itg-flat //内含安装说明,利用 Package Control 安装
Preferences->Setting-User->使用下面覆盖即可。 //Setting-Default是默认配置,不能改动
{ "color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme", "itg_small_tabs": true, "itg_sidebar_tree_medium": true, "font_size": 17, "highlight_line": true, "ignored_packages": [ "Vintage" ], "line_padding_bottom": 2, "line_padding_top": 2, "open_files_in_new_window": false, "show_encoding": true, "tab_size": 4, "theme": "itg.flat.light.orange.sublime-theme" }
相关链接:
http://colorsublime.com/?q=iTg //一个专门做sublime主题下载的网站
http://www.imooc.com/article/1356 //讲解sublime配置比较好的
标签:
原文地址:http://www.cnblogs.com/zhongyuan/p/5584910.html