Sha256: ed2d0851be6ff79da027c98ebec5d37732dd9eea3a94214ad9375612343c8bac

Contents?: true

Size: 1.16 KB

Versions: 9

Compression:

Stored size: 1.16 KB

Contents

/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
.tomorrow-comment, pre .comment, pre .title {
  color: #8e908c;
}

.tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo {
  color: #c82829;
}

.tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant {
  color: #f5871f;
}

.tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute {
  color: #eab700;
}

.tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {
  color: #718c00;
}

.tomorrow-aqua, pre .css .hexcolor {
  color: #3e999f;
}

.tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title {
  color: #4271ae;
}

.tomorrow-purple, pre .keyword, pre .javascript .function {
  color: #8959a8;
}

pre code {
  display: block;
  background: white;
  color: #4d4d4c;
  padding: 0.5em;
}

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
trickster-1.4.0 css/themes-orig/tomorrow.css
trickster-1.3.1 css/themes-orig/tomorrow.css
trickster-1.3.0 css/themes-orig/tomorrow.css
trickster-1.2.0 css/themes-orig/tomorrow.css
trickster-1.1.0 css/themes-orig/tomorrow.css
trickster-1.0.0 css/themes-orig/tomorrow.css
trickster-0.0.6 css/themes-orig/tomorrow.css
trickster-0.0.5 css/themes-orig/tomorrow.css
highlight_js-rails-7.1.0 vendor/assets/stylesheets/highlight_js/tomorrow.css