单氰酸盐配色方案
Sublime Text:单氰酸盐是对Monokai Extended进行氰化处理后的版本:背景色更暗,前景色更亮。
详细信息
安装量
- 总计 13K
- Win 8K
- Mac 3K
- Linux 3K
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 | 2 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 2 | 3 | 1 | 2 | 0 | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 2 | 1 | 3 | 0 | 0 |
Mac | 2 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 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 | 2 | 1 | 0 |
Linux | 0 | 1 | 0 | 2 | 0 | 0 | 2 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 |
README
单氰酸盐颜色方案
针对 Sublime Text
扩展了 Monokai Extended,增加了更暗的背景色,以及略亮但饱和度稍高的颜色,还增加了函数、类名加粗以及旨在清晰区分文档块注释(如javadocs)的风格。
Cyanide 主题的配套方案。
入门指南
1. 安装
包管理器
如果您的Sublime Text中已安装包管理器
- 从命令面板中选择“安装包”
- Ctrl+Shift+P(在Windows和Linux上)
- ⇧⌘P(在OS X上)
- 搜索“单氰酸盐配色方案”,然后按 ENTER。
手动安装
转到“首选项 -> 浏览包”,然后可以选择将该插件下载并解压缩到该目录,或者
git clone https://github.com/centril/sublime-monocyanide-colorscheme.git "sublime-monocyanide-colorscheme"
2. 切换主题
然后在Sublime Text中,转到:“首选项 -> 颜色方案 -> 单氰酸盐配色方案
Here you can pick the variation that you like.
## Monokai Extended Enhancements
Adds scopes, support and/or improves styling for:
* JSON, syntax highlighting added.
* Keyword control: bold
* Primitives are differently colored.
* Comments are entirely desaturated.
* Documentation comments: lighter than normal comments.
* Documentation tags (@param, ...): bold
* {@link <ref>}, <ref> is now bold
* Method calls, bold
* Variations on the background
## Sneak peak
![screenshot: gruntfile.js]
> <div align="center">The gruntfile that builds the colorschemes.</div>
![screenshot: groovy]
> <div align="center">A groovy file.</div>
## Background variations
[Monocyanide ColorScheme] comes in 5 flavors where the background of each is different. The variations that are available are:
+ Default (the one with no suffix): `#0a0a0a`
+ Black: `#000000`
+ Contrasted: `#121212`
+ Contrasted Semi: `#191919`
+ Contrasted Light: `#282828`
When words are not enough:
![screenshot: bg-variations]
## [Monocyanide ColorScheme] Builder
*You must install the Monocyanide ColorScheme if you want to use the Monocyanide ColorScheme Builder.*
Create your own custom Monocyanide ColorScheme with the builder. If you don't have [grunt] installed, do that first.
Go to your Monocyanide ColorScheme Theme folder and run:
```shell
npm install
编辑 backgrounds.json
文件,添加您自己的自定义背景。
保存文件,然后运行
grunt build
生成您的新颜色方案。更新 Sublime Text 设置以使用它。
插件支持
Cyanide 主题当前支持以下Sublime Text插件
变更日志
查看 消息文件夹。
错误/问题/功能请求/贡献
想要贡献?太好了!请使用GitHub提供的 issue 系统来报告错误或问题,或请求改进。我们也非常欢迎 pull request。
作者
Mazdak Farrokhzad / Centril <[email protected]>
版权 & 许可
本软件依照 MIT 许可协议 许可。修改部分的版权归属 Mazdak Farrokhzad。原始部分:由 Jon Schlinkert 提供。
致谢
此主题基于由 Jon Schlinkert 开发的 Monokai Extended,并经过修改以适应 Cyanide 主题,该主题由 Lefoy 和我本人修改。使用的工具包括 Color Scheme Editor,由 Borislav Peev 开发,以及 Scope Hunter,由 facelessuser 开发。