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

Theme - Cyanide

by lefoy ALL

Minimal dark theme for Sublime Text 3

Labels theme

Details

  • 3.0.1
  • lefoy.​net
  • github.​com
  • 8 years ago
  • 2 hours ago
  • 10 years ago

Installs

  • Total 92K
  • Win 54K
  • Mac 18K
  • Linux 20K
Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13
Windows 9 7 12 13 10 12 13 7 15 13 16 11 12 8 10 11 11 11 16 13 13 15 9 26 13 11 12 10 9 20 16 13 18 16 20 14 18 20 14 12 15 13 16 15 9 9
Mac 1 1 2 3 2 2 7 3 4 4 3 6 3 3 3 2 4 3 1 6 0 5 2 1 4 1 1 6 5 0 3 5 0 3 1 3 4 4 4 4 3 6 3 1 4 5
Linux 1 4 4 2 6 5 5 4 5 6 6 5 3 3 6 5 5 1 9 2 8 8 5 6 9 2 7 3 7 6 8 14 6 7 4 6 3 6 7 8 10 6 9 8 1 3

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).