diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2025-10-22 15:52:56 +0200 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2025-10-22 15:52:56 +0200 |
commit | b9a839f29beb9c10f22ace4b0dd4eee167ae6836 (patch) | |
tree | 5d0f7371e2943af431576bae6892102d42cd7625 /docs/coverage/lib/highlight.js-6.2/rstudio.css | |
parent | fadda8cd9c85f0adc74f027b7b570c1c166a0516 (diff) |
Add new files for the transition to README.rmd
Diffstat (limited to 'docs/coverage/lib/highlight.js-6.2/rstudio.css')
-rw-r--r-- | docs/coverage/lib/highlight.js-6.2/rstudio.css | 81 |
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 0000000..58de9a9 --- /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); +} |