Skip to content

Instantly share code, notes, and snippets.

@dyazincahya
Last active March 7, 2017 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dyazincahya/698ed5955c384a37c5eb801a5d3112bd to your computer and use it in GitHub Desktop.
Save dyazincahya/698ed5955c384a37c5eb801a5d3112bd to your computer and use it in GitHub Desktop.
highlight js theme kang-cahya.com
/* 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;
}
pre code {
display: block;
background: white;
color: #111111;
font-family: Menlo, Monaco, Consolas, monospace;
line-height: 1.5;
}
pre .xml .tag .title {
color: #111111;
}
pre .html .tag .title {
color: #111111;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment