Sha256: 692f3c575b38edf2c558ea191a0937280e15c161e6bb7ad46d16c99ace5cae4c
Contents?: true
Size: 1.48 KB
Versions: 2
Compression:
Stored size: 1.48 KB
Contents
/* Tomorrow Night Blue Theme */ /* 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 */ .tomorrow-comment, pre .comment, pre .title { color: #7285b7; } .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: #ff9da4; } .tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant { color: #ffc58f; } .tomorrow-yellow, pre .ruby .class .title, pre .css .rules .attribute { color: #ffeead; } .tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata { color: #d1f1a9; } .tomorrow-aqua, pre .css .hexcolor { color: #99ffff; } .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: #bbdaff; } .tomorrow-purple, pre .keyword, pre .javascript .function { color: #ebbbff; } pre code { display: block; background: #002451; color: white; padding: 0.5em; } pre .coffeescript .javascript, pre .javascript .xml, pre .tex .formula, pre .xml .javascript, pre .xml .vbscript, pre .xml .css, pre .xml .cdata { opacity: 0.5; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
highlight_js-rails4-7.4.0.4 | vendor/assets/stylesheets/highlight_js/tomorrow-night-blue.css |
highlight_js-rails4-7.4.0.3 | vendor/assets/stylesheets/highlight_js/tomorrow-night-blue.css |