Attribute changed highlight
[roojs1] / highlight / styles / monokai.css
1 /*
2 Monokai style - ported by Luigi Maselli - http://grigio.org
3 */
4
5 .hljs {
6   display: block;
7   overflow-x: auto;
8   padding: 0.5em;
9   background: #272822; color: #ddd;
10 }
11
12 .hljs-tag,
13 .hljs-keyword,
14 .hljs-selector-tag,
15 .hljs-literal,
16 .hljs-strong,
17 .hljs-name {
18   color: #f92672;
19 }
20
21 .hljs-code {
22   color: #66d9ef;
23 }
24
25 .hljs-class .hljs-title {
26   color: white;
27 }
28
29 .hljs-attribute,
30 .hljs-symbol,
31 .hljs-regexp,
32 .hljs-link {
33   color: #bf79db;
34 }
35
36 .hljs-string,
37 .hljs-bullet,
38 .hljs-subst,
39 .hljs-title,
40 .hljs-section,
41 .hljs-emphasis,
42 .hljs-type,
43 .hljs-built_in,
44 .hljs-builtin-name,
45 .hljs-selector-attr,
46 .hljs-selector-pseudo,
47 .hljs-addition,
48 .hljs-variable,
49 .hljs-template-tag,
50 .hljs-template-variable {
51   color: #a6e22e;
52 }
53
54 .hljs-comment,
55 .hljs-quote,
56 .hljs-deletion,
57 .hljs-meta {
58   color: #75715e;
59 }
60
61 .hljs-keyword,
62 .hljs-selector-tag,
63 .hljs-literal,
64 .hljs-doctag,
65 .hljs-title,
66 .hljs-section,
67 .hljs-type,
68 .hljs-selector-id {
69   font-weight: bold;
70 }