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

Cattleya Color Scheme

The Orchid theme for SublimeText

Labels color scheme

Details

Installs

  • Total 2K
  • Win 1K
  • Mac 366
  • Linux 391
Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 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
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 1 0 0 0 0 0 1 0 0
Mac 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2
Linux 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 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

Readme

Source
raw.​githubusercontent.​com

Cattleya (kăt′lē-ə) Color Scheme for Sublime Text

Cattleya (formerly orchid) is a color scheme for Sublime Text that aims to be one you can look at all day. It's contrasty, it's fun, it uses syntax grammars to their fullest (mostly JS and TS since that's what I spend the most time looking at). Note: I'm new Nova and this extension is still a work-in-progress.

Installation

$git clone git@github.com:patrickfatrick/cattleya-theme-sublime.git

Move the file into your Application Support/Sublime Text/Packages/User folder, restart the editor and select the color scheme.

Or use Package Control and search for “cattleya-theme-sublime”.

Theme Colors

Colors

#FF9A69 #B28773 #262626 #FFDAA5 #E84D49 #DA70D6 #63E87F #FFFAED #00B0FF #00FFFF

CSS/SCSS

Cattleya Theme in a CSS file

HTML

Cattleya Theme in an HTML file

JavaScript (with JavascriptNext)

Cattleya Theme in a JS file

Markdown (with Markdown Extended)

Cattleya Theme in a Markdown file

BracketHighlighter

I've also included styles that can be used to override BracketHighlighter's defaults for bracket matching. In your bh_core.sublime-settings file you'll want to specify the bracket styles pointing to the brackethighlighter.orchid and the brackethighlighter.orchidUnmatched scopes, like so:

"default": {
    "icon": "dot",
    "color": "brackethighlighter.orchid",
    "style": "solid"
},
"unmatched": {
    "icon": "question",
    "color": "brackethighlighter.orchidUnmatched",
    "style": "solid"
}

The final result will look something like this (assuming you set all of the bracket options to point to the brackethighlighter.orchid scope).

Matching Brackets

What's in a name?

Years ago I created a theme for Adobe's Brackets editor called “orchid”. The name was inspired by a gorgeous purple color used prominently within the theme (#DA70D6, aka “orchid”)). Since then, as I've moved to other code editors, I've adapted and improved on this theme for whichever editor I'm using at any given moment. I hadn't really given the name much thought since I originally created it. As I'm now working on bringing this theme to nova I'm now considering the name again, and I've landed on “cattleya” because it's an evocative name which harkens back to the original, cattleya being a genus within the orchid family.

cattleya