quarto/dist/site_libs/quarto-html/quarto-syntax-highlighting-6cf5824034cebd0380a5b9c74c43f006.css
Nicole Dresselhaus ce0c52a66a initial
2025-05-09 21:47:18 +02:00

206 lines
3.2 KiB
CSS

/* quarto syntax highlight colors */
:root {
--quarto-hl-al-color: #ffff00;
--quarto-hl-an-color: #0066ff;
--quarto-hl-at-color: inherit;
--quarto-hl-bn-color: #44aa43;
--quarto-hl-bu-color: inherit;
--quarto-hl-ch-color: #049b0a;
--quarto-hl-co-color: #0066ff;
--quarto-hl-cn-color: inherit;
--quarto-hl-cf-color: #43a8ed;
--quarto-hl-dt-color: inherit;
--quarto-hl-dv-color: #44aa43;
--quarto-hl-do-color: #0066ff;
--quarto-hl-er-color: #ffff00;
--quarto-hl-ex-color: inherit;
--quarto-hl-fl-color: #44aa43;
--quarto-hl-fu-color: #ff9358;
--quarto-hl-im-color: inherit;
--quarto-hl-in-color: #0066ff;
--quarto-hl-kw-color: #43a8ed;
--quarto-hl-op-color: inherit;
--quarto-hl-pp-color: inherit;
--quarto-hl-sc-color: #049b0a;
--quarto-hl-ss-color: #049b0a;
--quarto-hl-st-color: #049b0a;
--quarto-hl-va-color: inherit;
--quarto-hl-vs-color: #049b0a;
--quarto-hl-wa-color: #ffff00;
}
/* other quarto variables */
:root {
--quarto-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/* syntax highlight based on Pandoc's rules */
/* Alert */
code span.al {
color: #ffff00;
font-style: inherit;
}
/* Annotation */
code span.an {
color: #0066ff;
font-weight: bold;
font-style: italic;
}
/* Attribute */
code span.at {
font-style: inherit;
}
/* BaseN */
code span.bn {
color: #44aa43;
font-style: inherit;
}
/* BuiltIn */
code span.bu {
font-style: inherit;
}
/* ControlFlow */
code span.cf {
color: #43a8ed;
font-weight: bold;
font-style: inherit;
}
/* Char */
code span.ch {
color: #049b0a;
font-style: inherit;
}
/* Constant */
code span.cn {
font-style: inherit;
}
/* Comment */
code span.co {
color: #0066ff;
font-weight: bold;
font-style: italic;
}
/* Documentation */
code span.do {
color: #0066ff;
font-style: italic;
}
/* DataType */
code span.dt {
font-style: inherit;
text-decoration: underline;
}
/* DecVal */
code span.dv {
color: #44aa43;
font-style: inherit;
}
/* Error */
code span.er {
color: #ffff00;
font-weight: bold;
font-style: inherit;
}
/* Extension */
code span.ex {
font-style: inherit;
}
/* Float */
code span.fl {
color: #44aa43;
font-style: inherit;
}
/* Function */
code span.fu {
color: #ff9358;
font-weight: bold;
font-style: inherit;
}
/* Import */
code span.im {
font-style: inherit;
}
/* Information */
code span.in {
color: #0066ff;
font-weight: bold;
font-style: italic;
}
/* Keyword */
code span.kw {
color: #43a8ed;
font-weight: bold;
font-style: inherit;
}
/* Operator */
code span.op {
font-style: inherit;
}
/* Preprocessor */
code span.pp {
font-weight: bold;
font-style: inherit;
}
/* SpecialChar */
code span.sc {
color: #049b0a;
font-style: inherit;
}
/* SpecialString */
code span.ss {
color: #049b0a;
font-style: inherit;
}
/* String */
code span.st {
color: #049b0a;
font-style: inherit;
}
/* Variable */
code span.va {
font-style: inherit;
}
/* VerbatimString */
code span.vs {
color: #049b0a;
font-style: inherit;
}
/* Warning */
code span.wa {
color: #ffff00;
font-weight: bold;
font-style: inherit;
}
.prevent-inlining {
content: "</";
}
/*# sourceMappingURL=32086ec229fb0849d7fb131b930bf548.css.map */