ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Theme - Cyanide

by lefoy ALL Trending

Minimal dark theme for Sublime Text 3

Labels theme

Details

Installs

  • Total 93K
  • Win 55K
  • Mac 18K
  • Linux 21K
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 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11
Windows 9 19 13 10 10 10 6 12 13 7 10 11 7 12 12 11 10 7 11 12 9 11 12 15 6 11 4 4 7 11 20 7 2 7 4 8 6 10 7 10 5 11 8 11 14 5
Mac 3 3 2 4 2 2 2 5 2 1 0 0 2 1 4 2 2 7 2 2 4 0 1 1 3 0 0 2 3 1 1 1 2 3 2 1 1 1 2 1 2 0 2 1 3 3
Linux 9 2 3 2 4 0 2 2 2 3 5 3 7 2 1 4 3 9 2 6 2 4 2 2 4 2 5 1 3 4 8 3 3 2 5 5 3 1 5 3 2 1 2 3 2 4

Readme

Source
raw.​githubusercontent.​com

Release License Semver

Cyanide Theme for Sublime Text

Join the chat at https://gitter.im/lefoy/cyanide-theme

A minimal dark theme for Sublime Text 3.

Installation

Package Manager

Install the theme with the Command Palette and update your Settings - User file:

"color_scheme": "Packages/Theme - Cyanide/Cyanide.tmTheme",
"theme": "Cyanide.sublime-theme"

Manual

Clone Cyanide Theme into your packages folder. Make sure the folder name is Theme - Cyanide:

cd ~/"Library/Application Support/Sublime Text 3/Packages/"
git clone git@github.com:lefoy/cyanide-theme.git 'Theme - Cyanide'

If you are on Windows, instead run:

cd %AppData%/Sublime Text 3/Packages/
git clone git@github.com:lefoy/cyanide-theme.git 'Theme - Cyanide'

Update your Settings - User file to activate the theme:

"color_scheme": "Packages/Theme - Cyanide/Cyanide.tmTheme",
"theme": "Cyanide.sublime-theme"

Themes

Monocyanide Colorscheme

If you like Monokai Extended, there's a colorscheme called Monocyanide that was developed specifically for Cyanide. It works with any of the themes.

"color_scheme": "Packages/Theme - Cyanide/Monocyanide.tmTheme",

Twilightcyanide Colorscheme

If you like Twilight, there's a colorscheme called Twilightcyanide that was developed specifically for Cyanide. It works with any of the themes.

"color_scheme": "Packages/Theme - Cyanide/Twilightcyanide.tmTheme",

Acid theme

"color_scheme": "Packages/Theme - Cyanide/Cyanide - Acid.tmTheme",
"theme": "Cyanide - Acid.sublime-theme"

Alert theme

"color_scheme": "Packages/Theme - Cyanide/Cyanide - Alert.tmTheme",
"theme": "Cyanide - Alert.sublime-theme"

Golden theme

"color_scheme": "Packages/Theme - Cyanide/Cyanide - Golden.tmTheme",
"theme": "Cyanide - Golden.sublime-theme"

Love theme

"color_scheme": "Packages/Theme - Cyanide/Cyanide - Love.tmTheme",
"theme": "Cyanide - Love.sublime-theme"

Mint theme

"color_scheme": "Packages/Theme - Cyanide/Cyanide - Mint.tmTheme",
"theme": "Cyanide - Mint.sublime-theme"

Purple theme

"color_scheme": "Packages/Theme - Cyanide/Cyanide - Purple.tmTheme",
"theme": "Cyanide - Purple.sublime-theme"

Salmon theme

"color_scheme": "Packages/Theme - Cyanide/Cyanide - Salmon.tmTheme",
"theme": "Cyanide - Salmon.sublime-theme"

Sky theme

"color_scheme": "Packages/Theme - Cyanide/Cyanide - Sky.tmTheme",
"theme": "Cyanide - Sky.sublime-theme"

Wood theme

"color_scheme": "Packages/Theme - Cyanide/Cyanide - Wood.tmTheme",
"theme": "Cyanide - Wood.sublime-theme"

ColorScheme Background Variations

All colorschemes provided come 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:

Settings

These settings go into Sublime Text -> Preferences -> Settings - User.

Sidebar file type icons

Sublime Text 3 added sidebar icons. Thanks to a great contribution by @Centril, now also supported in Cyanide!

"icon_file_type_enable": true

Centurion sidebar folder icons

Sidebar folder icons from the Centurion theme.

"centurion_folder_icons": true

Afterglow sidebar folder icons

Sidebar folder icons from the Afterglow theme.

"afterglow_folder_icons": true

Spacefunk sidebar folder icons

Sidebar folder icons from the Spacefunk theme.

"spacefunk_folder_icons": true

Tabs height

Vary tab height with either tabs_medium or tabs_large.

"tabs_medium": true

or

"tabs_large": true

Contrasted UI

Increased contrast for better legibility.

"contrasted_sidebar": true,
"contrasted_tabs": true,
"contrasted_quick_panel": true

Or use a lighter alternative:

"contrasted_light_sidebar": true,
"contrasted_light_tabs": true,
"contrasted_light_quick_panel": true

Custom UI font

Change the UI font:

"ubuntu_mono_ui": true // Ubuntu Mono UI font
"monaco_ui": true      // Monaco UI font
"inconsolata_ui": true // Inconsolata UI font

Large scrollbars

Increased scrollbars size for better control.

"large_scroll_bars": true

Cyanide Theme Builder

You must install the Cyanide Theme manually if you want to use the Cyanide Theme Builder.

Create your own custom Cyanide Theme with the Theme Builder. If you don't have grunt installed, do that first.

Go to your Cyanide Theme folder and run:

npm install

Edit the colors.json file to add your own custom color. Edit the languages.json file to add your own custom sidebar icon. Match every new entry with images named file_type_{icon}.png (dimensions: 16x16) and file_type_{icon}@2x.png (dimensions: 32x32) in the icons/ directory. Edit the external.json file to roll your own custom colorscheme to build. Take a look at the template of the Monocyanide colorscheme for how to accomplish this.

Save the file, and run:

grunt build

Your new theme is generated. Update the Sublime Text settings to use it.

The tasks that are available are:

grunt
    build       # Does all of the below.
    themes      # Builds the theme files, do this when colors.json is updated.
    languages   # Builds sidebar icon bindings and dummy syntax highlighting.
    external-colorschemes # Pulls the latest version of Monocyanide and Twilightcyanide from their repos and builds them.

Known issues

Ubuntu Mono UI cuts off the tabs font

Unfortunately, this is a Sublime Text bug. As a work-around, use the "small_ui_font": true setting. If this doesn't fix it, please file a new issue on GitHub.

Plugins support

The following Sublime Text plugins are currently supported by Cyanide Theme:

Acknowledgements

This theme is based on Centurion, Afterglow, Spacefunk and Seti_UI.

Thanks to @Centril, @pds2k12, @hraban, @renkun-ken and @wfalkwallace for helping me with bug reports and suggestions.

Like this theme? I'd love to hear! Contact me on Twitter (@louisetiennefoy).