主题 - Centurion
Sublime Text的一个简洁的UI主题。
标签 主题
详细信息
安装量
- 总计 68K
- Win 39K
- Mac 16K
- Linux 13K
Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | Jul 13 | Jul 12 | Jul 11 | Jul 10 | Jul 9 | Jul 8 | Jul 7 | Jul 6 | Jul 5 | Jul 4 | Jul 3 | Jul 2 | Jul 1 | Jun 30 | Jun 29 | Jun 28 | Jun 27 | Jun 26 | Jun 25 | Jun 24 | Jun 23 | Jun 22 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 2 | 0 | 0 | 2 | 2 | 1 | 2 | 1 | 0 | 2 | 2 | 2 | 5 | 0 | 0 | 2 | 0 | 2 | 0 | 1 | 0 | 1 | 1 | 0 | 2 | 2 | 4 | 2 | 1 | 1 | 1 | 1 | 1 | 0 | 1 | 0 | 0 | 2 | 2 | 0 | 0 | 1 | 1 | 1 |
Mac | 2 | 1 | 2 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 |
Linux | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 |
README
Centurion
从Soda的源代码中提炼出来的Sublime Text 2的简洁UI主题。
Centurion是基于减少UI、增加代码的需求而制作的。它非常简洁,几乎看不到。
安装
通过Package Control进行安装,并确保在您的设置 - 用户
文件中更新主题:
"theme": "Centurion.sublime-theme"
或
"theme": "CenturionLight.sublime-theme"
要更新语法高亮,使用Galea,请确保在您的设置 - 用户
文件中添加以下行:
"color_scheme": "Packages/Theme - Centurion/Galea.tmTheme"
或
"color_scheme": "Packages/Theme - Centurion/GaleaLight.tmTheme"
自定义
Centurion有一些设置可以选择,您可以通过设置 - 用户
文件应用它们。以下是您可以激活的所有属性列表。只需将它们添加到您的设置文件中,并随意切换。
// Colors
"centurion_color_blue": false,
"centurion_color_red": false,
"centurion_color_yellow": false,
"centurion_color_orange": false,
"centurion_color_grey": false,
// UI
"centurion_tab_close_buttons": false,
"centurion_tab_scrolling": false,
Galea
Centurion现在包含了自带的语法高亮。Galea是一个简单的设计,旨在减少在冲突位置使用颜色的主题。只有五种颜色,每种颜色都与一个高级Textmate范围相关。
颜色 | 范围 |
---|---|
黄色 | 实体/标签 |
红色 | 支持/关键字 |
橙色 | 存储 |
绿色 | 字符串 |
蓝色 | 常量 |
此外,每个文件的背景都会根据其类型着色。前端保持灰色,后端是蓝色,数据文件是绿色。
错误
如果您喜欢这个主题并发现一些错误,请告诉我。我只在我的当前管道中进行测试,因此很可能有一些文件类型未包括。只需报错,我会尽力修复它们。