Attribute changed highlight
[roojs1] / highlight / styles / monokai-sublime.css
1 /*
2
3 Monokai 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 }
13
14 .hljs,
15 .hljs-tag,
16 .hljs-subst {
17   color: #f8f8f2;
18 }
19
20 .hljs-strong,
21 .hljs-emphasis {
22   color: #a8a8a2;
23 }
24
25 .hljs-bullet,
26 .hljs-quote,
27 .hljs-number,
28 .hljs-regexp,
29 .hljs-literal,
30 .hljs-link {
31   color: #ae81ff;
32 }
33
34 .hljs-code,
35 .hljs-title,
36 .hljs-section,
37 .hljs-selector-class {
38   color: #a6e22e;
39 }
40
41 .hljs-strong {
42   font-weight: bold;
43 }
44
45 .hljs-emphasis {
46   font-style: italic;
47 }
48
49 .hljs-keyword,
50 .hljs-selector-tag,
51 .hljs-name,
52 .hljs-attr {
53   color: #f92672;
54 }
55
56 .hljs-symbol,
57 .hljs-attribute {
58   color: #66d9ef;
59 }
60
61 .hljs-params,
62 .hljs-class .hljs-title {
63   color: #f8f8f2;
64 }
65
66 .hljs-string,
67 .hljs-type,
68 .hljs-built_in,
69 .hljs-builtin-name,
70 .hljs-selector-id,
71 .hljs-selector-attr,
72 .hljs-selector-pseudo,
73 .hljs-addition,
74 .hljs-variable,
75 .hljs-template-variable {
76   color: #e6db74;
77 }
78
79 .hljs-comment,
80 .hljs-deletion,
81 .hljs-meta {
82   color: #75715e;
83 }