/* Tomorrow Theme */ /* http://jmblog.hljs-github.hljs-com/color-themes-for-google-code-highlightjs */ /* Original theme - https://github.hljs-com/chriskempson/tomorrow-theme */ /* http://jmblog.hljs-github.hljs-com/color-themes-for-google-code-highlightjs */ .hljs-tomorrow-comment, pre .hljs-comment { color: #CCCCCC; } .hljs-tomorrow-red, pre .hljs-variable, pre .hljs-attribute, pre .hljs-tag, pre .hljs-regexp, pre .hljs-ruby .hljs-constant, pre .hljs-xml .hljs-tag .hljs-title, pre .hljs-xml .hljs-pi, pre .hljs-xml .hljs-doctype, pre .hljs-html .hljs-doctype, pre .hljs-css .hljs-id, pre .hljs-css .hljs-class, pre .hljs-css .hljs-pseudo { color: #BB0606; } .hljs-tomorrow-orange, pre .hljs-number, pre .hljs-preprocessor, pre .hljs-built_in, pre .hljs-literal, pre .hljs-params, pre .hljs-constant { color: #FF6600; } .hljs-tomorrow-yellow, pre .hljs-class, pre .hljs-ruby .hljs-class .hljs-title, pre .hljs-css .hljs-rules .hljs-attribute { color: #1D80D3; } .hljs-tomorrow-green, pre .hljs-string, pre .hljs-value, pre .hljs-inheritance, pre .hljs-header, pre .hljs-ruby .hljs-symbol, pre .hljs-xml .hljs-cdata { color: #39A30E; } .hljs-tomorrow-aqua, pre .hljs-css .hljs-hexcolor { color: #01B3CA; } .hljs-tomorrow-blue, pre .hljs-function, pre .hljs-python .hljs-decorator, pre .hljs-python .hljs-title, pre .hljs-ruby .hljs-function .hljs-title, pre .hljs-ruby .hljs-title .hljs-keyword, pre .hljs-perl .hljs-sub, pre .hljs-javascript .hljs-title, pre .hljs-coffeescript .hljs-title { color: #4271ae; } .hljs-tomorrow-purple, pre .hljs-keyword, pre .hljs-javascript .hljs-function { color: #1D80D3; } code { background: #f7f7f7; padding: 1px 6px; border-radius: 3px; color: #888; font-size: 0.8rem; border: 1px solid #e9e9e9; } pre code { display: block; background: white; color: #666; line-height: 1.5; border: 1px solid #e9e9e9; padding: 10px 15px; border-radius: 6px; font-size: 13px; white-space: pre; }