agate.css

  1/*!
  2 * Agate by Taufik Nurrohman <https://github.com/tovic>
  3 * ----------------------------------------------------
  4 *
  5 * #ade5fc
  6 * #a2fca2
  7 * #c6b4f0
  8 * #d36363
  9 * #fcc28c
 10 * #fc9b9b
 11 * #ffa
 12 * #fff
 13 * #323234
 14 * #62c8f3
 15 * #888
 16 *
 17 */
 18
 19.hljs {
 20  display: block;
 21  overflow-x: auto;
 22  padding: .5em;
 23  background: #323234;
 24  color: white;
 25  -webkit-text-size-adjust: none;
 26}
 27
 28.asciidoc .hljs-title,
 29.hljs-label,
 30.hljs-tag .hljs-title,
 31.hljs-prompt,
 32.http .hljs-request {
 33  font-weight: bold;
 34}
 35
 36.hljs-change,
 37.hljs-code {
 38  font-style: italic;
 39}
 40
 41.hljs-tag,
 42.ini .hljs-title {
 43  color: #62c8f3;
 44}
 45
 46.hljs-id,
 47.hljs-cbracket,
 48.hljs-tag .hljs-value {
 49  color: #ade5fc;
 50}
 51
 52.hljs-string,
 53.hljs-bullet {
 54  color: #a2fca2;
 55}
 56
 57.hljs-type,
 58.hljs-variable,
 59.hljs-name,
 60.actionscript .hljs-title,
 61.aspectj .hljs-annotation,
 62.aspectj .hljs-title,
 63.hljs-attribute,
 64.hljs-change,
 65.hljs-blockquote,
 66.hljs-built_in {
 67  color: #ffa;
 68}
 69
 70.hljs-number,
 71.hljs-hexcolor,
 72.hljs-link_label,
 73.hljs-link_reference {
 74  color: #d36363;
 75}
 76
 77.hljs-keyword,
 78.hljs-literal,
 79.hljs-constant,
 80.css .hljs-tag,
 81.hljs-typename,
 82.hljs-winutils {
 83  color: #fcc28c;
 84}
 85
 86.hljs-comment,
 87.hljs-cdata,
 88.hljs-preprocessor,
 89.hljs-annotation,
 90.hljs-decorator,
 91.hljs-doctype,
 92.hljs-deletion,
 93.hljs-shebang,
 94.apache .hljs-sqbracket,
 95.tex .hljs-formula,
 96.hljs-header,
 97.hljs-horizontal_rule,
 98.hljs-code {
 99  color: #888;
100}
101
102.hljs-regexp,
103.hljs-attr_selector {
104  color: #c6b4f0;
105}
106
107.hljs-important,
108.hljs-doctype,
109.hljs-pi,
110.hljs-chunk,
111.actionscript .hljs-type,
112.hljs-shebang,
113.hljs-pragma,
114.http .hljs-attribute {
115  color: #fc9b9b;
116}
117
118.hljs-deletion {
119  background-color: #fc9b9b;
120  color: #323234;
121}
122
123.hljs-addition {
124  background-color: #a2fca2;
125  color: #323234;
126}
127
128.hljs a,
129.hljs-tag .hljs-attribute {
130  color: inherit;
131}
132
133.hljs a:focus,
134.hljs a:hover {
135  color: inherit;
136  text-decoration: underline;
137}