Sublime Text主题下载、安装与配置

从下面地址下载主题包,以下载第一个为例,解压缩并重命名为Theme – Flatland

备注:下载好的文件中  .sublime-theme后缀的表示界面主题(theme),.tmTheme表示颜色主题(color_scheme),有些只有主题,有些只有颜色主题,有些主题和颜色主题都有;重命名文件夹是为了设置时统一规范化好看

Flatland主题下地址:https://github.com/thinkpixellab/flatland

Soda主题下载地址:https://github.com/buymeasoda/soda-theme
Flatland 是一个基于 Soda 构建的 Sublime Text 主题,看起来不错。
Watson主题下载地址:https://github.com/dennistimmermann/watson-theme
Spacefunk主题下载地址:https://github.com/Twiebie/ST-Spacefunk
Spacegray主题下载地址:https://github.com/kkga/spacegray
一个最小化的设计可以帮你把注意力放在编写代码上,该主题在 UI 上没什么吸引人之处,但很适合编码。
Solarized主题下载地址:http://ethanschoonover.com/solarized
非常精确的颜色设置,这些颜色在不同的设备和不同的亮度环境下测试过。
Glacier主题下载地址::http://glaciertheme.com/
颜色很丰富,使用流行的扁平设计风格。
Predawn主题下载地址:http://jamiewilson.io/predawn/
Predawn 非常漂亮,特别适合编写代码。
Tron Legacy主题下载地址:https://github.com/daylerees/colour-schemes/blob/master/sublime/legacy.tmTheme
Tron 电影迷们可能会喜欢这一款主题,因为颜色相似。
Tomorrow Theme主题下载地址:https://github.com/chriskempson/tomorrow-theme
Tomorrow 主题颜色丰富,有着强烈的对比。
Brogrammar主题下载地址:https://github.com/kenwheeler/brogrammer-theme
扁平而且性感的设计。
Praxis主题下载地址:https://github.com/ascendancyy/praxis
Numix主题下载地址:https://github.com/alperenelhan/sublime-numix-theme
Piatto主题下载地址:https://github.com/samuelrafo/piatto
Minimal主题下载地址:http://minimaldev.com/minimal-sublime-text-theme
Ksix主题下载地址:https://github.com/matiasmoya/theme-ksix
itg.flat主题下载地址:https://github.com/itsthatguy/theme-itg-flat
另外一个扁平化设计风格主题。
Hero主题下载地址:https://github.com/nickbalestra/hero
Gravity主题下载地址:https://github.com/frankyonnetti/gravity-sublime-theme
Eightlime主题下载地址:https://github.com/hrsetyono/eightlime
Cola主题下载地址:https://github.com/nfour/Sublime-Theme-Cola
Argonaut主题下载地址:https://github.com/pwaleczek/Argonaut
Aprosopo主题下载地址:https://github.com/facelessuser/Aprosopo
am​Coder主题下载地址:http://amcoder.auiworks.com/
Afterglow主题下载地址:http://yabatadesign.github.io/afterglow-theme/
Predawn主题下载地址:http://jamiewilson.io/predawn
Devastate主题下载地址:https://github.com/vlakarados/devastate

复制文件

打开SublimeText,进入菜单 Preferences -> Browse Packages,将刚才改名后的皮肤文件夹复制过来。

配置主题1

重启Sublime Text

设置主题

进入菜单Preferences -> Settings – User中新增或者修改参数theme的值。如下:

配置主题2 

{
"theme": "Flatland Dark.sublime-theme",
"word_wrap": true,
"font_size": 14,
"hot_exit": false,
"remember_open_files": true
}

保存即可看到效果

设置颜色主题

从颜色主题中选择自己喜欢的且已经安装了的颜色主题,如下

原文地址:https://www.cnblogs.com/tufujie/p/5043454.html