RailsBase16 Color Schemes
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
Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | Jul 13 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 2 | 1 | 1 | 0 | 2 | 1 | 2 | 0 | 2 | 1 | 0 | 1 | 0 | 3 | 1 | 0 | 0 | 1 | 0 | 1 | 1 | 2 | 0 | 1 | 0 | 0 | 1 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 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 | 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
- separate colors for
- 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.
- operators (
- 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.
- separate colors for CSS selectors (
- 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.
- Block variables don't have the same relevance of
Other
- comments use the italic style.
- quotation marks use the String color.