Path: blob/main/src/resources/schema/document-colors.yml
12921 views
- name: fontcolor1schema: string2tags:3formats: [$html-doc]4description: Sets the CSS `color` property.56- name: linkcolor7schema: string8tags:9formats: [$html-doc, context, $pdf-all, typst]10description:11short: Sets the color of hyperlinks in the document.12long: |13For HTML output, sets the CSS `color` property on all links.1415For LaTeX output, The color used for internal links using color options16allowed by [`xcolor`](https://ctan.org/pkg/xcolor),17including the `dvipsnames`, `svgnames`, and18`x11names` lists.1920For ConTeXt output, sets the color for both external links and links within the document.2122For Typst output, sets the color of internal hyperlinks using Typst color syntax.2324- name: monobackgroundcolor25schema: string26tags:27formats: [html, html4, html5, slidy, slideous, s5, dzslides]28description: Sets the CSS `background-color` property on code elements and adds extra padding.2930- name: backgroundcolor31schema: string32tags:33formats: [$html-doc]34description: |35Sets the CSS `background-color` property on the html element.3637- name: filecolor38schema: string39tags:40formats: [$pdf-all, typst]41description:42short: The color used for external links.43long: |44For LaTeX output, the color used for external links using color options45allowed by [`xcolor`](https://ctan.org/pkg/xcolor),46including the `dvipsnames`, `svgnames`, and47`x11names` lists.4849For Typst output, sets the color of external file links using Typst color syntax.5051- name: citecolor52schema: string53tags:54formats: [$pdf-all, typst]55description:56short: The color used for citation links.57long: |58For LaTeX output, the color used for citation links using color options59allowed by [`xcolor`](https://ctan.org/pkg/xcolor),60including the `dvipsnames`, `svgnames`, and61`x11names` lists.6263For Typst output, sets the color of citation links using Typst color syntax.6465- name: urlcolor66schema: string67tags:68formats: [$pdf-all]69description:70short: The color used for linked URLs using color options allowed by `xcolor`71long: |72The color used for linked URLs using color options73allowed by [`xcolor`](https://ctan.org/pkg/xcolor),74including the `dvipsnames`, `svgnames`, and75`x11names` lists.7677- name: toccolor78schema: string79tags:80formats: [$pdf-all]81description:82short: The color used for links in the Table of Contents using color options allowed by `xcolor`83long: |84The color used for links in the Table of Contents using color options85allowed by [`xcolor`](https://ctan.org/pkg/xcolor),86including the `dvipsnames`, `svgnames`, and87`x11names` lists.8889- name: colorlinks90schema: boolean91tags:92formats: [$pdf-all]93default: true94description: |95Add color to link text, automatically enabled if any of96`linkcolor`, `filecolor`, `citecolor`, `urlcolor`, or `toccolor` are set.9798- name: contrastcolor99schema: string100tags:101formats: [context]102description:103short: Color for links to other content within the document.104long: |105Color for links to other content within the document.106107See [ConTeXt Color](https://wiki.contextgarden.net/Color) for additional information.108109110