Attribute changed highlight
[roojs1] / highlight / styles / qtcreator_dark.css
1 /*
2
3 Qt Creator dark color scheme
4
5 */
6
7
8 .hljs {
9   display: block;
10   overflow-x: auto;
11   padding: 0.5em;
12   background: #000000;
13 }
14
15 .hljs,
16 .hljs-subst,
17 .hljs-tag,
18 .hljs-title {
19   color: #aaaaaa;
20 }
21
22 .hljs-strong,
23 .hljs-emphasis {
24   color: #a8a8a2;
25 }
26
27 .hljs-bullet,
28 .hljs-quote,
29 .hljs-number,
30 .hljs-regexp,
31 .hljs-literal {
32   color: #ff55ff;
33 }
34
35 .hljs-code
36 .hljs-selector-class {
37   color: #aaaaff;
38 }
39
40 .hljs-emphasis,
41 .hljs-stronge,
42 .hljs-type {
43   font-style: italic;
44 }
45
46 .hljs-keyword,
47 .hljs-selector-tag,
48 .hljs-function,
49 .hljs-section,
50 .hljs-symbol,
51 .hljs-name {
52   color: #ffff55;
53 }
54
55 .hljs-attribute {
56   color: #ff5555;
57 }
58
59 .hljs-variable,
60 .hljs-params,
61 .hljs-class .hljs-title {
62   color: #8888ff;
63 }
64
65 .hljs-string,
66 .hljs-selector-id,
67 .hljs-selector-attr,
68 .hljs-selector-pseudo,
69 .hljs-type,
70 .hljs-built_in,
71 .hljs-builtin-name,
72 .hljs-template-tag,
73 .hljs-template-variable,
74 .hljs-addition,
75 .hljs-link {
76   color: #ff55ff;
77 }
78
79 .hljs-comment,
80 .hljs-meta,
81 .hljs-deletion {
82   color: #55ffff;
83 }