Last active
March 7, 2017 15:27
-
-
Save dyazincahya/698ed5955c384a37c5eb801a5d3112bd to your computer and use it in GitHub Desktop.
highlight js theme kang-cahya.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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