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 377
  • Linux 399
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8
Windows 1 1 0 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 1 0 0 0 0 0 1 0 0 0 0 0 0
Mac 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 0 0 0 0 0 0 0 0 0 0 0 0
Linux 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 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