编写颜色方案
用于在Sublime Text中使用LaTeX或Markdown编写文章的主题
标签 颜色方案
详细信息
安装量
- 总计 4K
- Win 2K
- Mac 2K
- Linux 737
8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
说明
为Sublime Text 2/3编写的颜色方案
针对LaTeX和Markdown编写的颜色方案进行了优化。功能
- 愉悦的背景/前景对比
- 红色方程式
- \cite和\ref不太分散注意力
入门
安装
Package Control
如果您已经在Sublime Text中安装了Package Control
- 从命令面板选择“安装包”:Windows和Linux上的Ctrl+Shift+P或Mac上的⇧⌘P
- 搜索“编写颜色方案”,然后点击enter。
手动安装
转到首选项 -> 浏览包
,然后将此插件下载解压到该目录,或者
git clone https://github.com/kmisiunas/sublime-writing-theme.git "sublime-writing-color-scheme"
切换颜色方案
然后在Sublime Text内部,转到首选项 -> 颜色方案 -> 编写颜色方案
。
推荐设置
为了获得最佳体验,我们建议修改您的语言特定设置。对于LaTeX,设置文件LaTeX.sublime-settings
应如下所示
{
// Add this file to Packages/User/ folder for effect
"extensions": [ "tex" ],
"color_scheme": "Packages/User/Writing Color Scheme/Writing Color Scheme Light.tmTheme",
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"auto_match_enabled": true,
// Layout
"draw_centered": true,
"word_wrap": true,
"wrap_width": 86,
"rulers": [],
// Line
"line_numbers": true,
"highlight_line": false,
"line_padding_top": 4,
"line_padding_bottom": 2,
// Caret
"caret_style": "solid", // blink with "smooth"
"caret_extra_width": 1,
"caret_extra_top": 3,
"caret_extra_bottom": 2
}
推荐包
此主题在“无干扰模式”或与DistractionFreeWindow结合使用时非常好
版本
- v2017-09-20 使其与Sublime Text v3兼容的更新。还使注释稍微柔和一些,主要文本略微更清晰。
- v2018-02-21 更新了标签和函数的颜色。在文本中现在它们不那么分散注意力。
作者
Karolis Misiunas
贡献者
Jon Schlinkert - 提供了初始的Monakai Extended主题 + http://github.com/jonschlinkert