Static mdbook::theme::TOMORROW_NIGHT_CSS [] [src]

pub static TOMORROW_NIGHT_CSS: &'static [u8] = b"/* Tomorrow Night Theme */\r\n/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */\r\n/* Original theme - https://github.com/chriskempson/tomorrow-theme */\r\n/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */\r\n\r\n/* Tomorrow Comment */\r\n.hljs-comment {\r\n  color: #969896;\r\n}\r\n\r\n/* Tomorrow Red */\r\n.hljs-variable,\r\n.hljs-attribute,\r\n.hljs-tag,\r\n.hljs-regexp,\r\n.ruby .hljs-constant,\r\n.xml .hljs-tag .hljs-title,\r\n.xml .hljs-pi,\r\n.xml .hljs-doctype,\r\n.html .hljs-doctype,\r\n.css .hljs-id,\r\n.css .hljs-class,\r\n.css .hljs-pseudo {\r\n  color: #cc6666;\r\n}\r\n\r\n/* Tomorrow Orange */\r\n.hljs-number,\r\n.hljs-preprocessor,\r\n.hljs-pragma,\r\n.hljs-built_in,\r\n.hljs-literal,\r\n.hljs-params,\r\n.hljs-constant {\r\n  color: #de935f;\r\n}\r\n\r\n/* Tomorrow Yellow */\r\n.ruby .hljs-class .hljs-title,\r\n.css .hljs-rule .hljs-attribute {\r\n  color: #f0c674;\r\n}\r\n\r\n/* Tomorrow Green */\r\n.hljs-string,\r\n.hljs-value,\r\n.hljs-inheritance,\r\n.hljs-header,\r\n.hljs-name,\r\n.ruby .hljs-symbol,\r\n.xml .hljs-cdata {\r\n  color: #b5bd68;\r\n}\r\n\r\n/* Tomorrow Aqua */\r\n.hljs-title,\r\n.css .hljs-hexcolor {\r\n  color: #8abeb7;\r\n}\r\n\r\n/* Tomorrow Blue */\r\n.hljs-function,\r\n.python .hljs-decorator,\r\n.python .hljs-title,\r\n.ruby .hljs-function .hljs-title,\r\n.ruby .hljs-title .hljs-keyword,\r\n.perl .hljs-sub,\r\n.javascript .hljs-title,\r\n.coffeescript .hljs-title {\r\n  color: #81a2be;\r\n}\r\n\r\n/* Tomorrow Purple */\r\n.hljs-keyword,\r\n.javascript .hljs-function {\r\n  color: #b294bb;\r\n}\r\n\r\n.hljs {\r\n  display: block;\r\n  overflow-x: auto;\r\n  background: #1d1f21;\r\n  color: #c5c8c6;\r\n  padding: 0.5em;\r\n  -webkit-text-size-adjust: none;\r\n}\r\n\r\n.coffeescript .javascript,\r\n.javascript .xml,\r\n.tex .hljs-formula,\r\n.xml .javascript,\r\n.xml .vbscript,\r\n.xml .css,\r\n.xml .hljs-cdata {\r\n  opacity: 0.5;\r\n}\r\n"