| | |
| | | pre, |
| | | code { |
| | | /* From https://github.com/isagalaev/highlight.js/blob/9.8.0/src/styles/tomorrow.css */ |
| | | /* http://jmblog.github.io/color-themes-for-highlightjs */ |
| | | /* Tomorrow Comment */ |
| | | /* Tomorrow Red */ |
| | | /* Tomorrow Orange */ |
| | | /* Tomorrow Yellow */ |
| | | /* Tomorrow Green */ |
| | | /* Tomorrow Aqua */ |
| | | /* Tomorrow Blue */ |
| | | /* Tomorrow Purple */ |
| | | } |
| | | pre .hljs-comment, |
| | | code .hljs-comment, |
| | | pre .hljs-title, |
| | | code .hljs-title { |
| | | pre .hljs-quote, |
| | | code .hljs-quote { |
| | | color: #8e908c; |
| | | } |
| | | pre .hljs-variable, |
| | | code .hljs-variable, |
| | | pre .hljs-attribute, |
| | | code .hljs-attribute, |
| | | pre .hljs-template-variable, |
| | | code .hljs-template-variable, |
| | | pre .hljs-tag, |
| | | code .hljs-tag, |
| | | pre .hljs-name, |
| | | code .hljs-name, |
| | | pre .hljs-selector-id, |
| | | code .hljs-selector-id, |
| | | pre .hljs-selector-class, |
| | | code .hljs-selector-class, |
| | | pre .hljs-regexp, |
| | | code .hljs-regexp, |
| | | pre .hljs-deletion, |
| | | code .hljs-deletion, |
| | | pre .ruby .hljs-constant, |
| | | code .ruby .hljs-constant, |
| | | pre .xml .hljs-tag .hljs-title, |
| | | code .xml .hljs-tag .hljs-title, |
| | | pre .xml .hljs-pi, |
| | | code .xml .hljs-pi, |
| | | pre .xml .hljs-doctype, |
| | | code .xml .hljs-doctype, |
| | | pre .html .hljs-doctype, |
| | | code .html .hljs-doctype, |
| | | pre .css .hljs-id, |
| | | code .css .hljs-id, |
| | | pre .css .hljs-class, |
| | | code .css .hljs-class, |
| | | pre .css .hljs-pseudo, |
| | | code .css .hljs-pseudo { |
| | | code .hljs-deletion { |
| | | color: #c82829; |
| | | } |
| | | pre .hljs-number, |
| | | code .hljs-number, |
| | | pre .hljs-preprocessor, |
| | | code .hljs-preprocessor, |
| | | pre .hljs-pragma, |
| | | code .hljs-pragma, |
| | | pre .hljs-built_in, |
| | | code .hljs-built_in, |
| | | pre .hljs-builtin-name, |
| | | code .hljs-builtin-name, |
| | | pre .hljs-literal, |
| | | code .hljs-literal, |
| | | pre .hljs-type, |
| | | code .hljs-type, |
| | | pre .hljs-params, |
| | | code .hljs-params, |
| | | pre .hljs-constant, |
| | | code .hljs-constant { |
| | | pre .hljs-meta, |
| | | code .hljs-meta, |
| | | pre .hljs-link, |
| | | code .hljs-link { |
| | | color: #f5871f; |
| | | } |
| | | pre .ruby .hljs-class .hljs-title, |
| | | code .ruby .hljs-class .hljs-title, |
| | | pre .css .hljs-rules .hljs-attribute, |
| | | code .css .hljs-rules .hljs-attribute { |
| | | pre .hljs-attribute, |
| | | code .hljs-attribute { |
| | | color: #eab700; |
| | | } |
| | | pre .hljs-string, |
| | | code .hljs-string, |
| | | pre .hljs-value, |
| | | code .hljs-value, |
| | | pre .hljs-inheritance, |
| | | code .hljs-inheritance, |
| | | pre .hljs-header, |
| | | code .hljs-header, |
| | | pre .hljs-symbol, |
| | | code .hljs-symbol, |
| | | pre .hljs-bullet, |
| | | code .hljs-bullet, |
| | | pre .hljs-addition, |
| | | code .hljs-addition, |
| | | pre .ruby .hljs-symbol, |
| | | code .ruby .hljs-symbol, |
| | | pre .xml .hljs-cdata, |
| | | code .xml .hljs-cdata { |
| | | code .hljs-addition { |
| | | color: #718c00; |
| | | } |
| | | pre .css .hljs-hexcolor, |
| | | code .css .hljs-hexcolor { |
| | | color: #3e999f; |
| | | } |
| | | pre .hljs-function, |
| | | code .hljs-function, |
| | | pre .python .hljs-decorator, |
| | | code .python .hljs-decorator, |
| | | pre .python .hljs-title, |
| | | code .python .hljs-title, |
| | | pre .ruby .hljs-function .hljs-title, |
| | | code .ruby .hljs-function .hljs-title, |
| | | pre .ruby .hljs-title .hljs-keyword, |
| | | code .ruby .hljs-title .hljs-keyword, |
| | | pre .perl .hljs-sub, |
| | | code .perl .hljs-sub, |
| | | pre .javascript .hljs-title, |
| | | code .javascript .hljs-title, |
| | | pre .coffeescript .hljs-title, |
| | | code .coffeescript .hljs-title { |
| | | pre .hljs-title, |
| | | code .hljs-title, |
| | | pre .hljs-section, |
| | | code .hljs-section { |
| | | color: #4271ae; |
| | | } |
| | | pre .hljs-keyword, |
| | | code .hljs-keyword, |
| | | pre .javascript .hljs-function, |
| | | code .javascript .hljs-function { |
| | | pre .hljs-selector-tag, |
| | | code .hljs-selector-tag { |
| | | color: #8959a8; |
| | | } |
| | | pre .hljs, |
| | | code .hljs { |
| | | display: block; |
| | | overflow-x: auto; |
| | | background: white; |
| | | color: #4d4d4c; |
| | | padding: 0.5em; |
| | | } |
| | | pre .coffeescript .javascript, |
| | | code .coffeescript .javascript, |
| | | pre .javascript .xml, |
| | | code .javascript .xml, |
| | | pre .tex .hljs-formula, |
| | | code .tex .hljs-formula, |
| | | pre .xml .javascript, |
| | | code .xml .javascript, |
| | | pre .xml .vbscript, |
| | | code .xml .vbscript, |
| | | pre .xml .css, |
| | | code .xml .css, |
| | | pre .xml .hljs-cdata, |
| | | code .xml .hljs-cdata { |
| | | opacity: 0.5; |
| | | pre .hljs-emphasis, |
| | | code .hljs-emphasis { |
| | | font-style: italic; |
| | | } |
| | | pre .hljs-strong, |
| | | code .hljs-strong { |
| | | font-weight: bold; |
| | | } |