1/*
2
3Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/
4
5*/
6
7.hljs {
8  display: block;
9  padding: 0.5em;
10  background: #23241f;
11}
12
13.hljs,
14.hljs-tag,
15.css .hljs-rules,
16.css .hljs-value,
17.css .hljs-function
18.hljs-preprocessor,
19.hljs-pragma {
20  color: #f8f8f2;
21}
22
23.hljs-strongemphasis,
24.hljs-strong,
25.hljs-emphasis {
26  color: #a8a8a2;
27}
28
29.hljs-bullet,
30.hljs-blockquote,
31.hljs-horizontal_rule,
32.hljs-number,
33.hljs-regexp,
34.alias .hljs-keyword,
35.hljs-literal,
36.hljs-hexcolor {
37  color: #ae81ff;
38}
39
40.hljs-tag .hljs-value,
41.hljs-code,
42.hljs-title,
43.css .hljs-class,
44.hljs-class .hljs-title:last-child {
45  color: #a6e22e;
46}
47
48.hljs-link_url {
49  font-size: 80%;
50}
51
52.hljs-strong,
53.hljs-strongemphasis {
54  font-weight: bold;
55}
56
57.hljs-emphasis,
58.hljs-strongemphasis,
59.hljs-class .hljs-title:last-child {
60  font-style: italic;
61}
62
63.hljs-keyword,
64.hljs-function,
65.hljs-change,
66.hljs-winutils,
67.hljs-flow,
68.lisp .hljs-title,
69.clojure .hljs-built_in,
70.nginx .hljs-title,
71.tex .hljs-special,
72.hljs-header,
73.hljs-attribute,
74.hljs-symbol,
75.hljs-symbol .hljs-string,
76.hljs-tag .hljs-title,
77.hljs-value,
78.alias .hljs-keyword:first-child,
79.css .hljs-tag,
80.css .unit,
81.css .hljs-important {
82  color: #F92672;
83}
84
85.hljs-function .hljs-keyword,
86.hljs-class .hljs-keyword:first-child,
87.hljs-constant,
88.css .hljs-attribute {
89  color: #66d9ef;
90}
91
92.hljs-variable,
93.hljs-params,
94.hljs-class .hljs-title {
95  color: #f8f8f2;
96}
97
98.hljs-string,
99.css .hljs-id,
100.hljs-subst,
101.haskell .hljs-type,
102.ruby .hljs-class .hljs-parent,
103.hljs-built_in,
104.sql .hljs-aggregate,
105.django .hljs-template_tag,
106.django .hljs-variable,
107.smalltalk .hljs-class,
108.django .hljs-filter .hljs-argument,
109.smalltalk .hljs-localvars,
110.smalltalk .hljs-array,
111.hljs-attr_selector,
112.hljs-pseudo,
113.hljs-addition,
114.hljs-stream,
115.hljs-envvar,
116.apache .hljs-tag,
117.apache .hljs-cbracket,
118.tex .hljs-command,
119.hljs-prompt,
120.hljs-link_label,
121.hljs-link_url {
122  color: #e6db74;
123}
124
125.hljs-comment,
126.hljs-javadoc,
127.java .hljs-annotation,
128.python .hljs-decorator,
129.hljs-template_comment,
130.hljs-pi,
131.hljs-doctype,
132.hljs-deletion,
133.hljs-shebang,
134.apache .hljs-sqbracket,
135.tex .hljs-formula {
136  color: #75715e;
137}
138
139.coffeescript .javascript,
140.javascript .xml,
141.tex .hljs-formula,
142.xml .javascript,
143.xml .vbscript,
144.xml .css,
145.xml .hljs-cdata,
146.xml .php,
147.php .xml {
148  opacity: 0.5;
149}
150