aboutsummaryrefslogtreecommitdiff
path: root/docs/coverage/lib/highlight.js-6.2/rstudio.css
blob: 58de9a9abb581ca759e289305f13df010929c6a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
code {
  line-height: 150%;
}

pre .operator,
pre .paren {
  color: rgb(104, 118, 135)
}

pre .literal {
  color: rgb(88, 72, 246)
}

pre .number {
  color: rgb(0, 0, 205);
}

pre .comment {
  color: rgb(76, 136, 107);
  font-style: italic;
}

pre .keyword,
pre .id {
  color: rgb(0, 0, 255);
}

pre .identifier {
  color: rgb(0, 0, 0);
}

pre .string,
pre .attribute {
  color: rgb(3, 106, 7);
}

pre .doctype {
  color: rgb(104, 104, 92);
}

pre .tag,
pre .title {
  color: rgb(4, 29, 140);
}

pre .value {
  color: rgb(13, 105, 18);
}

.language-xml .attribute {
  color: rgb(0, 0, 0);
}

.language-css .attribute {
  color: rgb(110, 124, 219);
}

.language-css .value {
  color: rgb(23, 149, 30);
}

.language-css .number,
.language-css .hexcolor {
  color: rgb(7, 27, 201);
}

.language-css .function {
  color: rgb(61, 77, 113);
}

.language-css .tag {
  color: rgb(195, 13, 25);
}

.language-css .class {
  color: rgb(53, 132, 148);
}

.language-css .pseudo {
  color: rgb(13, 105, 18);
}

Contact - Imprint