Sha256: 7dce27200210b872c1103853e53c2a55290dc6a3c79b258378f69de2e9099ebd
Contents?: true
Size: 1.93 KB
Versions: 8
Compression:
Stored size: 1.93 KB
Contents
/* Tomorrow Night 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: #969896; } .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: #cc6666; } .tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant { color: #de935f; } .tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute { color: #f0c674; } .tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata { color: #b5bd68; } .tomorrow-aqua, pre .css .hexcolor { color: #8abeb7; } .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: #81a2be; } .tomorrow-purple, pre .keyword, pre .javascript .function { color: #b294bb; } pre code { display: block; background: #1d1f21; color: #c5c8c6; padding: 0.5em; } pre { counter-reset: lines; } pre .line { counter-increment: lines; } pre .line::before { content: counter(lines); text-align: right; display: inline-block; width: 2em; padding-right: 0.5em; margin-right: 0.5em; color: #eee8d5; } pre .line-callout::before { content: '\2192'; text-align: right; display: inline-block; width: 2em; padding-right: 0.5em; margin-right: 0.5em; color: #002b36; } .lines-callout { border-radius: 0.25em; padding-top: 0.15em; padding-bottom: 0.15em; } .lines-callout { padding-top: 0.1em; padding-bottom: 0.1em; /* Could not determine background for callouts */ }
Version data entries
8 entries across 8 versions & 1 rubygems