Git Product home page Git Product logo

cyanide-theme's Introduction

Cyanide Theme for Sublime Text

A minimal dark theme for Sublime Text 3.

Default Theme Screenshot

Acid Theme Screenshot

Contrasted UI Screenshot

Installation

Package Control

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 the theme inside your packages folder. Be sure that the name of the folder is Theme - Cyanide.

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
git clone [email protected]: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

Acid Theme

Acid Screenshot

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

Golden Theme

Golden Screenshot

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

Purple Theme

Purple Screenshot

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

Salmon Theme

Salmon Screenshot

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

Wood Theme

Wood Screenshot

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

Settings

Centurion sidebar folder icons

Sidebar folder icons

You can change the sidebar folder icons to use the one from the Centurion theme. Just add the setting inside your setting file Sublime Text -> Preferences -> Settings - User.

"centurion_folder_icons": true

Afterglow sidebar folder icons

Sidebar folder icons

You can change the sidebar folder icons to use the one from the Afterglow theme. Just add the setting inside your setting file Sublime Text -> Preferences -> Settings - User.

"afterglow_folder_icons": true

Spacefunk sidebar folder icons

Sidebar folder icons

You can change the sidebar folder icons to use the one from the Spacefunk theme. Just add the setting inside your setting file Sublime Text -> Preferences -> Settings - User.

"spacefunk_folder_icons": true

Tabs height

Tabs height

You can change tabs height with tabs_medium and tabs_large settings. Just add the setting inside your setting file Sublime Text -> Preferences -> Settings - User.

"tabs_medium": true

or

"tabs_large": true

Contrasted UI

Contrasted UI

You can change the color of the sidebar and tabs to contrast the editor. Just add the setting inside your setting file Sublime Text -> Preferences -> Settings - User.

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

You can also use these settings to make the UI even much lighter.

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

Custom UI font

You can change the UI font with these settings:

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

Known issues

Ubuntu Mono UI cuts off the tabs font

Screenshot - Ubuntu Mono UI cuts off the tabs font

Unfortunatly, this a Sublime Text bug and it hasn't been fixed yet. To temporarely fix this issue, you can add the setting "small_ui_font": true inside your setting file. If this setting doesn't fix the bug, please fill a new issue on GitHub.

Plugins support

This theme currently support these Sublime Text plugins:

Custom themes

If you want a custom color, please create a new issue and I will be happy to create one for you. I'm working on a grunt task to create custom color theme from the command line.

Credit

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

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

You like this theme? I'd be glad to hear! Contact me on Twitter.

cyanide-theme's People

Contributors

lefoy avatar mgmeyers avatar patrickgtr avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.