UNPKG

syntax-highlighting

Version:

Syntax Highlighting Colorschemes for many applications

111 lines (99 loc) 1.91 kB
/* Base16 Duotone-Dark Dark - Theme */ /* by adapted from: Simurai (https://github.com/simurai/duotone-dark-syntax/) */ /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ /* Duotone-Dark Comment */ .hljs-comment { color: #7e75a9; } /* Duotone-Dark Red */ .hljs-variable, .hljs-attribute, .hljs-tag, .hljs-regexp, .hljs-name, .ruby .hljs-constant, .xml .hljs-tag .hljs-title, .xml .hljs-pi, .xml .hljs-doctype, .html .hljs-doctype, .css .hljs-id, .css .hljs-class, .css .hljs-pseudo { color: #6a51e6; } /* Duotone-Dark Orange */ .hljs-number, .hljs-preprocessor, .hljs-built_in, .hljs-literal, .hljs-params, .hljs-constant { color: #e09142; } /* Duotone-Dark Yellow */ .ruby .hljs-class .hljs-title, .css .hljs-rule .hljs-attribute { color: #ffa852; } /* Duotone-Dark Green */ .hljs-string, .hljs-value, .hljs-inheritance, .hljs-header, .ruby .hljs-symbol, .xml .hljs-cdata { color: #7c756e; } /* Duotone-Dark Aqua */ .hljs-title, .css .hljs-hexcolor { color: #ffcc99; } /* Duotone-Dark Blue */ .hljs-function, .python .hljs-decorator, .python .hljs-title, .ruby .hljs-function .hljs-title, .ruby .hljs-title .hljs-keyword, .perl .hljs-sub, .javascript .hljs-title, .coffeescript .hljs-title { color: #ffba76; } /* Duotone-Dark Purple */ .hljs-keyword, .javascript .hljs-function { color: #8b76f4; } .diff .hljs-deletion, .diff .hljs-addition { color: #2a2734; display: inline-block; width: 100%; } .diff .hljs-deletion { background-color: #6a51e6; } .diff .hljs-addition { background-color: #7c756e; } .diff .hljs-change { color: #ffba76; } .hljs { display: block; overflow-x: auto; background: #2a2734; color: #9b87fd; padding: 0.5em; -webkit-text-size-adjust: none; } .coffeescript .javascript, .javascript .xml, .tex .hljs-formula, .xml .javascript, .xml .vbscript, .xml .css, .xml .hljs-cdata { opacity: 0.5; }