Path: blob/master/sandbox/RFinance2014/libraries/highlighters/highlight.js/css/solarized_dark.css
1436 views
/*12Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <[email protected]>34*/56pre code {7display: block; padding: 0.5em;8background: #002b36; color: #839496;9}1011pre .comment,12pre .template_comment,13pre .diff .header,14pre .doctype,15pre .pi,16pre .lisp .string,17pre .javadoc {18color: #586e75;19font-style: italic;20}2122pre .keyword,23pre .winutils,24pre .method,25pre .addition,26pre .css .tag,27pre .request,28pre .status {29color: #859900;30}3132pre .number,33pre .command,34pre .string,35pre .tag .value,36pre .phpdoc,37pre .tex .formula,38pre .regexp,39pre .hexcolor {40color: #2aa198;41}4243pre .title,44pre .localvars,45pre .chunk,46pre .decorator,47pre .builtin,48pre .built_in,49pre .identifier,50pre .title .keymethods,51pre .vhdl .literal,52pre .id {53color: #268bd2;54}5556pre .attribute,57pre .variable,58pre .instancevar,59pre .lisp .body,60pre .smalltalk .number,61pre .constant,62pre .class .title,63pre .parent,64pre .haskell .type {65color: #b58900;66}6768pre .preprocessor,69pre .preprocessor .keyword,70pre .shebang,71pre .symbol,72pre .diff .change,73pre .special,74pre .keymethods,75pre .attr_selector,76pre .important,77pre .subst,78pre .cdata {79color: #cb4b16;80}8182pre .deletion {83color: #dc322f;84}8586pre .tex .formula {87background: #073642;88}899091