Path: blob/master/sandbox/RFinance2014/libraries/highlighters/highlight.js/css/hemisu-light.css
1436 views
/* Hemisu Light */1/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */2/* Original theme - http://noahfrederick.com/vim-color-scheme-hemisu/ */3/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */4.hemisu-comment, pre .comment, pre .xml .doctype, pre .html .doctype {5color: #999999;6}78.hemisu-accent1, pre .number, pre .ruby .keyword {9color: #538192;10}1112.hemisu-accent2, pre .string, pre .regexp, pre .xml .value, pre .html .value {13color: #739200;14}1516.hemisu-accent3, pre .keyword, pre .title, pre .constant, pre .xml .tag, pre .html .tag, pre .css .rules .attribute {17color: #ff0055;18}1920.hemisu-accent4 {21color: #503d15;22}2324pre code {25display: block;26background: white;27color: #111111;28font-family: Menlo, Monaco, Consolas, monospace;29line-height: 1.5;30border: 1px solid #ccc;31padding: 10px;32}33pre .xml .tag .title {34color: #111111;35}36pre .html .tag .title {37color: #111111;38}3940