forked from quarto-dev/quarto-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocument-colors.yml
More file actions
108 lines (95 loc) · 3.24 KB
/
document-colors.yml
File metadata and controls
108 lines (95 loc) · 3.24 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
- name: fontcolor
schema: string
tags:
formats: [$html-doc]
description: Sets the CSS `color` property.
- name: linkcolor
schema: string
tags:
formats: [$html-doc, context, $pdf-all]
description:
short: Sets the color of hyperlinks in the document.
long: |
For HTML output, sets the CSS `color` property on all links.
For LaTeX output, The color used for internal links using color options
allowed by [`xcolor`](https://ctan.org/pkg/xcolor),
including the `dvipsnames`, `svgnames`, and
`x11names` lists.
For ConTeXt output, sets the color for both external links and links within the document.
- name: monobackgroundcolor
schema: string
tags:
formats: [html, html4, html5, slidy, slideous, s5, dzslides]
description: Sets the CSS `background-color` property on code elements and adds extra padding.
- name: monoforegroundcolor
schema: string
tags:
formats: [html, html4, html5, slidy, slideous, s5, dzslides]
description: Sets the CSS `color` property on code elements and adds extra padding.
- name: backgroundcolor
schema: string
tags:
formats: [$html-doc]
description: |
Sets the CSS `background-color` property on the html element.
- name: filecolor
schema: string
tags:
formats: [$pdf-all]
description:
short: The color used for external links using color options allowed by `xcolor`
long: |
The color used for external links using color options
allowed by [`xcolor`](https://ctan.org/pkg/xcolor),
including the `dvipsnames`, `svgnames`, and
`x11names` lists.
- name: citecolor
schema: string
tags:
formats: [$pdf-all]
description:
short: The color used for citation links using color options allowed by `xcolor`
long: |
The color used for citation links using color options
allowed by [`xcolor`](https://ctan.org/pkg/xcolor),
including the `dvipsnames`, `svgnames`, and
`x11names` lists.
- name: urlcolor
schema: string
tags:
formats: [$pdf-all]
description:
short: The color used for linked URLs using color options allowed by `xcolor`
long: |
The color used for linked URLs using color options
allowed by [`xcolor`](https://ctan.org/pkg/xcolor),
including the `dvipsnames`, `svgnames`, and
`x11names` lists.
- name: toccolor
schema: string
tags:
formats: [$pdf-all]
description:
short: The color used for links in the Table of Contents using color options allowed by `xcolor`
long: |
The color used for links in the Table of Contents using color options
allowed by [`xcolor`](https://ctan.org/pkg/xcolor),
including the `dvipsnames`, `svgnames`, and
`x11names` lists.
- name: colorlinks
schema: boolean
tags:
formats: [$pdf-all]
default: true
description: |
Add color to link text, automatically enabled if any of
`linkcolor`, `filecolor`, `citecolor`, `urlcolor`, or `toccolor` are set.
- name: contrastcolor
schema: string
tags:
formats: [context]
description:
short: Color for links to other content within the document.
long: |
Color for links to other content within the document.
See [ConTeXt Color](https://wiki.contextgarden.net/Color) for additional information.