Sha256: 4354448086ae944067b7a2b87dc3d90d0f3bb63e5e843be6f957d6d6859a77f3
Contents?: true
Size: 1.78 KB
Versions: 8
Compression:
Stored size: 1.78 KB
Contents
/* Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com> */ pre code { display: block; padding: 0.5em; background: #fdf6e3; color: #657b83; } pre .comment, pre .template_comment, pre .diff .header, pre .doctype, pre .pi, pre .lisp .string, pre .javadoc { color: #93a1a1; font-style: italic; } pre .keyword, pre .winutils, pre .method, pre .addition, pre .css .tag, pre .request, pre .status, pre .nginx .title { color: #859900; } pre .number, pre .command, pre .string, pre .tag .value, pre .phpdoc, pre .tex .formula, pre .regexp, pre .hexcolor { color: #2aa198; } pre .title, pre .localvars, pre .chunk, pre .decorator, pre .built_in, pre .identifier, pre .vhdl .literal, pre .id { color: #268bd2; } pre .attribute, pre .variable, pre .lisp .body, pre .smalltalk .number, pre .constant, pre .class .title, pre .parent, pre .haskell .type { color: #b58900; } pre .preprocessor, pre .preprocessor .keyword, pre .shebang, pre .symbol, pre .symbol .string, pre .diff .change, pre .special, pre .attr_selector, pre .important, pre .subst, pre .cdata, pre .clojure .title { color: #cb4b16; } pre .deletion { color: #dc322f; } pre .tex .formula { background: #eee8d5; } 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; background: #eee8d5; }
Version data entries
8 entries across 8 versions & 1 rubygems