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

Rails​Base​16 Color Schemes

by tompave ALL

A color scheme for Sublime Text and TextMate, based on Base16 and optimized for Ruby.

Details

Installs

  • Total 35K
  • Win 28K
  • Mac 4K
  • Linux 3K
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 Mar 10 Mar 9
Windows 0 0 0 0 0 1 5 1 0 1 1 0 1 1 1 1 2 1 2 18 16 11 13 6 15 12 10 11 9 11 11 12 6 10 8 16 10 7 11 6 11 18 18 14 12 16
Mac 0 0 0 0 0 1 0 2 2 1 0 0 1 0 3 0 0 0 0 0 2 1 1 0 1 2 1 2 0 0 0 0 1 2 3 1 1 0 0 1 2 1 2 2 2 0
Linux 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 2 1 0 0 2 1 2 2 1 1 3 1 3 2 2 1 1 2 1 3 1 3 1 2 0 1

Readme

Source
raw.​githubusercontent.​com

RailsBase16 Color Scheme for Sublime Text

This repository contains the color scheme tmTheme files, compatible with TextMate and Sublime Text.

The color scheme files have been generated with a fork of the original Base16 Builder, which aims to provide better syntax support for the Ruby programming language and for the Ruby on Rails framework.

Installation

The easiest way to install is via Package Control, the color schemes are available as RailsBase16 Color Schemes.

Alternatively, you can clone the repo inside the Packages directory of your Sublime Text data directory.

Improved syntax highlighting

  • Symbols
    • Symbols and Strings use different colors.
    • the colon uses the default punctuation color, like variable qualifiers (@, $).

  • ERB
    • <%= %> tags use a color more detectable in HTML files.
    • embedded ruby code has a specific background color (as seen in Railscasts and Sublime's default Cobalt color scheme).

  • Haml
    • separate colors for %tag, .class and #id declarations

  • String Interpolation
    • embedded ruby code uses appropriate source colors, not the String color.
    • embedded ruby code has a specific background color.

  • Operators
    • operators (=, +, &&, and, etc) use a specific color.

  • SCSS
    • separate colors for CSS selectors (., #), Sass directives (@), and units (px, em).
    • the color used for $variables doesn't clash with the color used for tag selectors (div, span, etc).
    • colors for recognized CSS values.

  • punctuation
    • improved handling of punctuation

  • module declarations
    • Module declarations now use the same color of class declarations, instead of the String color.

  • block variables
    • Block variables don't have the same relevance of @instance variables, and they should use a different color.

Other

  • comments use the italic style.
  • quotation marks use the String color.