主题 - 好奇心
:milky_way: 基于火星灵感的 Sublime Text 3 简单暗色主题
详细信息
安装次数
- 总数 8K
- Win 5K
- Mac 1K
- Linux 2K
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日 | 6月22日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | 2 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 2 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 |
Mac | 1 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
README
Curiosity
Curiosity 是一个简单的暗色主题,灵感来自火星。基本上是由两个流行的主题混合而成的: Predawn 和 Spacegray。
Predawn 的温暖,Spacegray 的态度。
代码中使用的字体: Pragmata Pro. UI 字体: Input Sans • 第一张图片 → 美国宇航局好奇号火星车拍摄的夏普山 © NASA/JPL-Caltech/MSSS (来源) · 第二张图片 → 水冰陨石坑的景象 © ESA/DLR/FU Berlin (G. Neukum) (来源)
功能
- 自定义 Base16 色彩方案 (默认暗色)
- 支持 Markdown,包含 YAML Front Matter 块 (说明)
- 文件夹和文件图标由 Jamie Wilson 设计,继承自 Predawn 主题
- “查找和替换”图标由 Gadzhi Kharkharov 设计,继承自 Spacegray 主题
- 通过自定义
CuriosityUI.Type
文件轻松更换 UI 字体 (说明) - 透明度和悬停细节 (已知问题)
- 支持 SublimeLinter (说明)
- 支持视网膜显示屏
你对 Spacegray 和 Predawn 之间的区别好奇吗?
如何安装
简单方式: Package Control
- 安装Package Control
- 使用菜单项
工具 → 命令面板...
(OS X → Cmd+Shift+P · Win/Linux → Ctrl+Shift+P)打开命令面板 - 输入并选择
Package Control: 安装包
- 查找
主题 - Curiosity
并按 Enter
“黑客”方式:Git
- 通过菜单项
首选项 → 浏览包...
打开Sublime Text的包
文件夹 - 使用以下命令克隆仓库
git clone https://github.com/dmnplb/curiosity/ "Theme - Curiosity"
“受虐者”方式:手动
- 从Github下载存档
- 解压缩并将文件夹重命名为
主题 - Curiosity
- 通过菜单项
首选项 → 浏览包...
打开Sublime Text的包
文件夹 - 将
主题 - Curiosity
复制到包
文件夹
如何激活
- 使用菜单项
Sublime Text → 首选项 → 设置 - 用户
打开您的“用户偏好”文件 - 添加或替换当前的主题设置,然后保存以下代码
{
"theme": "Curiosity.sublime-theme",
"color_scheme": "Packages/Theme - Curiosity/curiosity.base16.tmTheme"
}
您的Sublime Text是否有点失控?没关系。 现在必须重新启动Sublime Text以查看完整的主题效果。
配置
UI 字体
要开始自定义现有主题,请在使用主题的相关文件在同一目录中创建一个新文件。 [...] 从这一点开始,您将在这个文件中放置任何有效的主题规则,当相关主题处于活动状态时,Sublime Text将自动应用这些规则。
说明
- 下载CuriosityUI.Type文件(使用
另存为…
保存链接)。如果您遵循了“黑客”方式,请从克隆的仓库中获取。 - 将文件移动到
包/User
文件夹 - 如果您更喜欢自定义字体,请使用
查找和替换
或 Cmd+D(OSX)或 Ctrl+D(Win/Linux)选择所有实例来编辑所有字体引用(例如:源代码代替PragmataPro) - 将文件名更改为
Curiosity.sublime-theme
- 重新启动Sublime Text。这很 Block链快,不是吗?
- 您可以自由添加其他自定义主题规则
字体推荐
PragmataPro
PragmataPro™ 是一种优化屏幕显示的缩放等宽字体,非常适合编代码和工程使用。
由意大利字体设计师 Fabrizio Schiavi 设计,在过去几年中一直备受关注,它没有行间距,因此非常适合作为UI字体。它相当昂贵,但如果你考虑到工作的数量和质量,每一分钱都很值得。此外,别忘了看看这些流畅的开字体位
输入
输入是专为代码设计的灵活字体系统,由David Jonathan Ross 设计。它提供等宽和比例字体,所有字体都具有广泛的宽度、重量和样式,以提供更丰富的代码格式。
注意:如果您想将Input用作UI字体,您应该下载用作Yosemite Font Replacement的调整版。如果是使用OS X 10.10(Yosemite),请注意此字体替换了Helvetica作为系统字体:小心!
制表符高度
通过在您的首选项
文件中添加以下设置之一来更改标签的高度:“json "curiosity_tabs_small”: true,
```json
"curiosity_tabs_medium": true,
"curiosity_tabs_large": true,
侧边栏
通过在您的首选项
文件中添加以下设置之一来更改侧边栏的字体大小和垂直间距
字体大小
"curiosity_sidebar_font_small": true
"curiosity_sidebar_font_normal": true
"curiosity_sidebar_font_large": true
"curiosity_sidebar_font_xlarge": true
垂直间距
"curiosity_sidebar_xsmall": true
"curiosity_sidebar_small": true
"curiosity_sidebar_normal": true
"curiosity_sidebar_large": true
"curiosity_sidebar_xlarge": true
透明度
在您的首选项
文件中添加以下设置以禁用快速面板
和转到…
面板的透明度:“json "curiosity_notransparency": true
**Attention**: if you use `Quick Switch Project…` regularly, you should disable transparency to [avoid annoying glitches](https://github.com/dmnplb/curiosity/issues/1).
***
### SublimeLinter
![CuriositySublimeLinter](screenshots/sublimelinter.png)
<sub>[SCSS-Lint](https://github.com/brigade/scss-lint) in action</sub>
#### Color Scheme
From [SublimeLinter docs](http://www.sublimelinter.com/en/latest/usage.html):
> SublimeLinter checks to see if the color scheme contains its named colors. If not, it adds those colors to a copy of the color scheme, writes it to the `Packages/User/SublimeLinter` directory with a ` (SL)` suffix added to the filename, and switches to the modified color scheme.
`curiosity.base16.tmTheme` includes SublimeLinter named colors. That means you shouldn't have a generated color scheme in a generated `Packages/User/SublimeLinter` directory.
#### Gutter Theme
1. Go to `Preferences → Package Settings → SublimeLinter → Settings - User`
2. Add or replace your current theme with the following line:
```json
"gutter_theme": "Packages/Theme - Curiosity/linter/Curiosity.gutter-theme"
页脚图标着色,因此您可以在您的SublimeLinter.sublime-settings
文件中更改它们的颜色。
Markdown
当前使用的字体:[Pragmata Pro](http://www.fsd.it/fonts/pragmatapro.htm),由Fabrizio Schiavi设计
说明
- 关闭所有打开的
*.md
文件 - 安装最流行且功能全面的Sublime Text Markdown插件[MarkdownEditing](https://github.com/SublimeText-Markdown/MarkdownEditing)。如果遇到问题,请仔细阅读项目页面
- 打开任何Markdown文件
- 转到并点击
首选项 → 设置 - 更多 → 语法特定 - 用户
- 将当前Markdown设置替换为以下行
{
"color_scheme": "Packages/Theme - Curiosity/curiosity.base16.markdown.tmTheme",
"draw_centered": true,
"draw_indent_guides": false,
"trim_trailing_white_space_on_save": false,
"line_numbers": false,
"highlight_line": false,
"word_wrap": true,
"wrap_width": 80
}
请注意,[MarkdownEditing](https://github.com/SublimeText-Markdown/MarkdownEditing)尚不支持YAML Front Matter。Curiosity主题中包含的颜色方案支持它。
差异
与Predawn相比有哪些不同之处?
- 更暖色和更深色调的灰色
CuriosityUI.Type
允许您更改UI字体- 透明度和悬停细节
- 原始的“查找和替换”图标已被Spacegray的图标所取代,由Gadzhi Kharkharov设计
- 一些图形资源已被用文本样式声明替换,以提高可维护性
与Spacegray相比有哪些不同之处?
- 更暖色和更深色调的灰色
CuriosityUI.Type
允许您更改UI字体- 透明度和悬停细节
- 文件夹和文件图标来自Jamie Wilson,来自Predawn主题设计
- Markdown支持
致谢
如果没有Gadzhi Kharkharov(Spacegray主题作者)和Jamie Wilson(Predawn主题作者)的精彩工作,这不可能。衷心感谢两位! :)