Last active
March 7, 2017 15:17
-
-
Save dyazincahya/d01328962b6e132e7a56aef0ffb7feff 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
/* Tomorrow Night Bright Theme */ | |
/* Original theme - https://github.com/chriskempson/tomorrow-theme */ | |
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ | |
.tomorrow-comment, pre .comment, pre .title { | |
color: #969896; | |
} | |
.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 { | |
color: #d54e53; | |
} | |
.tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant { | |
color: #e78c45; | |
} | |
.tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute { | |
color: #e7c547; | |
} | |
.tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata { | |
color: #b9ca4a; | |
} | |
.tomorrow-aqua, pre .css .hexcolor { | |
color: #70c0b1; | |
} | |
.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 { | |
color: #7aa6da; | |
} | |
.tomorrow-purple, pre .keyword, pre .javascript .function { | |
color: #c397d8; | |
} | |
pre code { | |
display: block; | |
color: #eaeaea; | |
font-family: Menlo, Monaco, Consolas, monospace; | |
line-height: 1.5; | |
border: 1px solid #ccc; | |
padding: 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment