Path: blob/master/sandbox/RFinance2014/libraries/highlighters/highlight.js/css/dark.css
1436 views
/*12Dark style from softwaremaniacs.org (c) Ivan Sagalaev <[email protected]>34*/56pre code {7display: block; padding: 0.5em;8background: #444;9}1011pre .keyword,12pre .literal,13pre .change,14pre .winutils,15pre .flow,16pre .lisp .title,17pre .tex .special {18color: white;19}2021pre code,22pre .ruby .subst {23color: #DDD;24}2526pre .string,27pre .title,28pre .haskell .type,29pre .ini .title,30pre .tag .value,31pre .css .rules .value,32pre .preprocessor,33pre .ruby .symbol,34pre .ruby .symbol .string,35pre .ruby .symbol .keyword,36pre .ruby .symbol .keymethods,37pre .ruby .instancevar,38pre .ruby .class .parent,39pre .built_in,40pre .sql .aggregate,41pre .django .template_tag,42pre .django .variable,43pre .smalltalk .class,44pre .javadoc,45pre .ruby .string,46pre .django .filter .argument,47pre .smalltalk .localvars,48pre .smalltalk .array,49pre .attr_selector,50pre .pseudo,51pre .addition,52pre .stream,53pre .envvar,54pre .apache .tag,55pre .apache .cbracket,56pre .tex .command,57pre .input_number {58color: #D88;59}6061pre .comment,62pre .java .annotation,63pre .python .decorator,64pre .template_comment,65pre .pi,66pre .doctype,67pre .deletion,68pre .shebang,69pre .apache .sqbracket,70pre .tex .formula {71color: #777;72}7374pre .keyword,75pre .literal,76pre .title,77pre .css .id,78pre .phpdoc,79pre .haskell .type,80pre .vbscript .built_in,81pre .sql .aggregate,82pre .rsl .built_in,83pre .smalltalk .class,84pre .diff .header,85pre .chunk,86pre .winutils,87pre .bash .variable,88pre .apache .tag,89pre .tex .special,90pre .request,91pre .status {92font-weight: bold;93}9495pre .coffeescript .javascript,96pre .xml .css,97pre .xml .javascript,98pre .xml .vbscript,99pre .tex .formula {100opacity: 0.5;101}102103104