/* Hemisu Dark */

/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */

/* Original theme - http://noahfrederick.com/vim-color-scheme-hemisu/ */

/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */

.hemisu-comment, pre .comment, pre .xml .doctype, pre .html .doctype {
  color: #999999;
}

.hemisu-accent1, pre .number, pre .ruby .keyword {
  color: #538192;
}

.hemisu-accent2, pre .string, pre .regexp, pre .xml .value, pre .html .value {
  color: #739200;
}

.hemisu-accent3, pre .keyword, pre .title, pre .constant, pre .xml .tag, pre .html .tag, pre .css .rules .attribute {
  color: #ff0055;
}

.hemisu-accent4 {
  color: #503d15;
}

.hljs {
  background-color: #F9F9F9;
  border-radius: 1px;
  margin: 30px 0px;
}

pre code {
  display: block;
  color: #111111;
  font-family: Menlo, Monaco, Consolas, monospace;
  line-height: 1.5;
  padding: 0px 14px;
}

pre .xml .tag .title {
  color: #111111;
}

pre .html .tag .title {
  color: #111111;
}