// Tomorrow Theme for highlight.js
// http://jmblog.github.com/color-themes-for-google-code-highlightjs
// Original theme - https://github.com/chriskempson/tomorrow-theme
// http://jmblog.github.com/color-themes-for-google-code-highlightjs

.hljs-comment
.hljs-title
    color #8e908c

.hljs-variable
.hljs-attribute
.hljs-tag
.hljs-regexp
.hljs-ruby .hljs-constant
.hljs-xml .hljs-tag .hljs-title
.hljs-xml .hljs-pi
.hljs-xml .hljs-doctype
.hljs-html .hljs-doctype
.hljs-css .hljs-id
.hljs-css .hljs-class
.hljs-css .hljs-pseudo
    color #c82829

.hljs-number
.hljs-preprocessor
.hljs-built_in
.hljs-literal
.hljs-params
.hljs-constant
    color #f5871f

.hljs-class
.hljs-ruby .hljs-class .hljs-title
.hljs-css .hljs-rules .hljs-attribute
    color #eab700

.hljs-string
.hljs-value
.hljs-inheritance
.hljs-header
.hljs-ruby .hljs-symbol
.hljs-xml .hljs-cdata
    color #718c00

.hljs-css .hljs-hexcolor
    color #3e999f

.hljs-function
.hljs-python .hljs-decorator
.hljs-python .hljs-title
.hljs-ruby .hljs-function .hljs-title
.hljs-ruby .hljs-title .hljs-keyword
.hljs-perl .hljs-sub
.hljs-javascript .hljs-title
.hljs-coffeescript .hljs-title
    color #4271ae

.hljs-keyword
.hljs-javascript .hljs-function
    color #8959a8

