Path: blob/master/sandbox/RFinance2014/libraries/highlighters/highlight.js/css/tomorrow.css
1436 views
/* Tomorrow Theme */1/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */2/* Original theme - https://github.com/chriskempson/tomorrow-theme */3/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */4.tomorrow-comment, pre .comment, pre .title {5color: #8e908c;6}78.tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo {9color: #c82829;10}1112.tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant {13color: #f5871f;14}1516.tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute {17color: #eab700;18}1920.tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {21color: #718c00;22}2324.tomorrow-aqua, pre .css .hexcolor {25color: #3e999f;26}2728.tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title {29color: #4271ae;30}3132.tomorrow-purple, pre .keyword, pre .javascript .function {33color: #8959a8;34}3536pre code {37display: block;38background: white;39color: #4d4d4c;40font-family: Menlo, Monaco, Consolas, monospace;41line-height: 1.5;42border: 1px solid #ccc;43padding: 10px;44}4546