monokai_sublime.css

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