aboutsummaryrefslogtreecommitdiff
path: root/docs/coverage/lib/highlight.js-6.2/rstudio.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/coverage/lib/highlight.js-6.2/rstudio.css')
-rw-r--r--docs/coverage/lib/highlight.js-6.2/rstudio.css81
1 files changed, 81 insertions, 0 deletions
diff --git a/docs/coverage/lib/highlight.js-6.2/rstudio.css b/docs/coverage/lib/highlight.js-6.2/rstudio.css
new file mode 100644
index 00000000..58de9a9a
--- /dev/null
+++ b/docs/coverage/lib/highlight.js-6.2/rstudio.css
@@ -0,0 +1,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