Attribute changed highlight
[roojs1] / highlight / styles / darcula.css
1 /*
2
3 Darcula color scheme from the JetBrains family of IDEs
4
5 */
6
7
8 .hljs {
9   display: block;
10   overflow-x: auto;
11   padding: 0.5em;
12   background: #2b2b2b;
13 }
14
15 .hljs {
16   color: #bababa;
17 }
18
19 .hljs-strong,
20 .hljs-emphasis {
21   color: #a8a8a2;
22 }
23
24 .hljs-bullet,
25 .hljs-quote,
26 .hljs-link,
27 .hljs-number,
28 .hljs-regexp,
29 .hljs-literal {
30   color: #6896ba;
31 }
32
33 .hljs-code,
34 .hljs-selector-class {
35   color: #a6e22e;
36 }
37
38 .hljs-emphasis {
39   font-style: italic;
40 }
41
42 .hljs-keyword,
43 .hljs-selector-tag,
44 .hljs-section,
45 .hljs-attribute,
46 .hljs-name,
47 .hljs-variable {
48   color: #cb7832;
49 }
50
51 .hljs-params {
52   color: #b9b9b9;
53 }
54
55 .hljs-string {
56   color: #6a8759;
57 }
58
59 .hljs-subst,
60 .hljs-type,
61 .hljs-built_in,
62 .hljs-builtin-name,
63 .hljs-symbol,
64 .hljs-selector-id,
65 .hljs-selector-attr,
66 .hljs-selector-pseudo,
67 .hljs-template-tag,
68 .hljs-template-variable,
69 .hljs-addition {
70   color: #e0c46c;
71 }
72
73 .hljs-comment,
74 .hljs-deletion,
75 .hljs-meta {
76   color: #7f7f7f;
77 }