ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

Twilightcyanide 颜色方案

Centril 全部

Sublime Text:Twilightcyanide 是烯氰的 Twilight:较暗的背景和较亮的文本。

详细信息

  • 3.0.0
  • github.​com
  • github.​com
  • 9年前
  • 2小时前
  • 10年前

安装次数

  • 总计 8K
  • Win 4K
  • Mac 2K
  • Linux 2K
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 1 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 1 2 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0
Mac 1 1 0 0 0 1 0 0 1 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 0 0 0 0 0 0
Linux 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1

说明文件

源代码
raw.​githubusercontent.​com

Twilightcyanide 颜色方案
适用于 Sublime Text

扩展了 Predawn Twilight 主题,增加了较暗的背景,以及较亮且略带饱和度的颜色,同时在函数、类名和文档块注释(例如:javadoc)上增加了粗体效果。

Cyanide 主题 的配套。

开始使用

1. 安装

包控制

如果您已经将 包控制 安装在 Sublime Text 中

  • 从命令面板选择“安装包”
    • Ctrl+Shift+P 在 Windows 和 Linux 上
    • ⇧⌘P 在 OS X 上
  • 搜索“Twilightcyanide 颜色方案”并按 ENTER

手动安装

转到 首选项 -> 浏览软件包,然后将此插件下载并解压缩到该目录中,或者

git clone https://github.com/centril/sublime-twilightcyanide-colorscheme.git "sublime-twilightcyanide-colorscheme"

2. 切换主题

然后在 Sublime Text 中,转到:“首选项 -> 颜色方案 -> Twilightcyanide 颜色方案

Here you can pick the variation that you like.

## Predawn Twilight Enhancements

Adds scopes, support and/or improves styling for:

* Markdown scopes.
* SublimeLinter scopes.
* 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

[Twilightcyanide 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]

## [Twilightcyanide ColorScheme] Builder

*You must install the Twilightcyanide ColorScheme if you want to use the Twilightcyanide ColorScheme Builder.*

Create your own custom Twilightcyanide ColorScheme with the builder. If you don't have [grunt] installed, do that first.

Go to your Twilightcyanide ColorScheme Theme folder and run:

```shell
npm install

编辑 backgrounds.json 文件以添加您自己的自定义背景。

保存文件,并运行

grunt build

您的新的颜色方案已生成。更新 Sublime Text 设置以使用它。

插件支持

以下 Sublime Text 插件目前由 Twilightcyanide 颜色方案 支持

更新日志

参见 消息文件夹

错误/问题/功能请求/贡献

想要贡献力量?太棒了!请使用GitHub提供的issue系统来报告错误/问题或请求增强功能。我们也非常欢迎pull请求。

作者

Mazdak Farrokhzad / Centril <[email protected]>

版权 & 许可证

基于以下许可证授权:MIT许可证。对修改部分有版权声明2014 Mazdak Farrokhzad。原始部分:由James Newell拥有。

致谢

这个主题是基于Predawn Twilight(由James Newell创作)并由Lefoy和我自己修改以适应Cyanide Theme的主题。使用的工具有由Borislav Peev开发的Color Scheme Editor和由facelessuser开发的Scope Hunter