-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
mkdocs.yml
328 lines (311 loc) · 9.49 KB
/
mkdocs.yml
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
site_name: ColorAide Documentation
site_url: https://facelessuser.github.io/coloraide
repo_url: https://github.com/facelessuser/coloraide
edit_uri: ""
site_description: A library to aid in using colors
copyright: |
Copyright © 2020 - 2024 <a href="https://github.com/facelessuser" target="_blank" rel="noopener">Isaac Muse</a>
docs_dir: docs/src/markdown
theme:
custom_dir: docs/theme
name: material
icon:
logo: material/book-open-page-variant
palette:
scheme: dracula
primary: deep purple
accent: deep purple
font:
text: Roboto
code: Roboto Mono
features:
- announce.dismiss
- navigation.tabs
- navigation.top
- navigation.instant
- navigation.sections
- navigation.indexes
- toc.follow
- content.code.copy
- navigation.footer
- search.share
- search.highlight
- search.suggest
pymdownx:
sponsor: "https://github.com/sponsors/facelessuser"
nav:
- ColorAide:
- Introduction: index.md
- The Color Object: color.md
- Manipulating Colors: manipulation.md
- Color Interpolation: interpolation.md
- Color Averaging: average.md
- Compositing and Blending: compositing.md
- Color Distance and Delta E: distance.md
- Filters: filters.md
- Color Harmonies: harmonies.md
- Contrast: contrast.md
- Gamut Mapping: gamut.md
- Chromaticity: chromaticity.md
- Correlated Color Temperature: temperature.md
- Chromatic Adaptation: cat.md
- String Output: strings.md
- Advanced Topics: advanced.md
- Color Spaces:
- colors/index.md
- RGB Color Spaces:
- sRGB: colors/srgb.md
- Display P3: colors/display_p3.md
- A98 RGB: colors/a98_rgb.md
- Rec. 2020: colors/rec2020.md
- ProPhoto RGB: colors/prophoto_rgb.md
- Rec. 709: colors/rec709.md
- Rec. 2100 PQ: colors/rec2100_pq.md
- Rec. 2100 HLG: colors/rec2100_hlg.md
- Linear sRGB: colors/srgb_linear.md
- Linear Display P3: colors/display_p3_linear.md
- Linear A98 RGB: colors/a98_rgb_linear.md
- Linear Rec. 2020: colors/rec2020_linear.md
- Linear Rec. 2100: colors/rec2100_linear.md
- Linear ProPhoto RGB: colors/prophoto_rgb_linear.md
- Cylindrical sRGB Spaces:
- HSV: colors/hsv.md
- HSL: colors/hsl.md
- HWB: colors/hwb.md
- HSI: colors/hsi.md
- Okhsv: colors/okhsv.md
- Okhsl: colors/okhsl.md
- HSLuv: colors/hsluv.md
- HPLuv: colors/hpluv.md
- Cubehelix: colors/cubehelix.md
- XYZ Spaces:
- XYZ D65: colors/xyz_d65.md
- XYZ D50: colors/xyz_d50.md
- Lab Like Spaces:
- Lab D50: colors/lab.md
- Lab D65: colors/lab_d65.md
- Oklab: colors/oklab.md
- Luv: colors/luv.md
- DIN99o: colors/din99o.md
- Jzazbz: colors/jzazbz.md
- Hunter Lab: colors/hunter_lab.md
- RLAB: colors/rlab.md
- IPT: colors/ipt.md
- ICtCp: colors/ictcp.md
- IgPgTg: colors/igpgtg.md
- CAM16 UCS: colors/cam16_ucs.md
- CAM16 SCD: colors/cam16_scd.md
- CAM16 LCD: colors/cam16_lcd.md
- XYB: colors/xyb.md
- LCh Like Spaces:
- LCh D50: colors/lch.md
- LCh D65: colors/lch_d65.md
- OkLCh: colors/oklch.md
- LCh(uv): colors/lchuv.md
- DIN99 LCh: colors/lch99o.md
- JzCzhz: colors/jzczhz.md
- CAM16 JMh: colors/cam16_jmh.md
- HCT: colors/hct.md
- ZCAM JMh: colors/zcam_jmh.md
- ACES Spaces:
- ACES 2065-1: colors/aces2065_1.md
- ACEScg: colors/acescg.md
- ACEScc: colors/acescc.md
- ACEScct: colors/acescct.md
- Miscellaneous Spaces:
- xyY: colors/xyy.md
- CIE 1960 UCS: colors/ucs.md
- RYB: colors/ryb.md
- CMY: colors/cmy.md
- CMYK: colors/cmyk.md
- oRGB: colors/orgb.md
- Prismatic: colors/prismatic.md
- Plugins:
- plugins/index.md
- Delta E: plugins/delta_e.md
- Fit/Gamut Mapping: plugins/fit.md
- Chromatic Adaptation: plugins/cat.md
- Filters: plugins/filter.md
- Contrast: plugins/contrast.md
- Color Spaces: plugins/space.md
- Interpolation: plugins/interpolate.md
- CCT: plugins/cct.md
- Demos:
- demos/index.md
- Color Picker: demos/colorpicker.html
- 3D Color Space Models: demos/3d_models.html
- API:
- Color API: api/index.md
- Playground: playground.md
- About:
- Contributing & Support: about/contributing.md
- Acknowledgments: about/acknowledgments.md
- Changelog: about/changelog.md
- License: about/license.md
- Migration Notes:
- '1.0': about/releases/1.0.md
markdown_extensions:
- markdown.extensions.toc:
slugify: !!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}
permalink: ""
- markdown.extensions.smarty:
smart_quotes: false
- pymdownx.betterem:
- markdown.extensions.attr_list:
- markdown.extensions.tables:
- markdown.extensions.abbr:
- markdown.extensions.footnotes:
- pymdownx.superfences:
preserve_tabs: true
custom_fences:
# Mermaid diagrams
- name: diagram
class: diagram
format: !!python/name:pymdownx.superfences.fence_code_format
- name: playground
class: playground
format: !!python/object/apply:docs.src.py.notebook.color_command_formatter
kwds:
init: |
import coloraide
from coloraide import *
from coloraide.everything import ColorAll as Color
validator: !!python/name:docs.src.py.notebook.color_command_validator
- name: py
class: 'highlight'
format: !!python/object/apply:docs.src.py.notebook.color_command_formatter
kwds:
init: |
import coloraide
from coloraide import *
from coloraide.everything import ColorAll as Color
validator: !!python/name:docs.src.py.notebook.color_command_validator
- name: python
class: 'highlight'
format: !!python/object/apply:docs.src.py.notebook.color_command_formatter
kwds:
init: |
import coloraide
from coloraide import *
from coloraide.everything import ColorAll as Color
validator: !!python/name:docs.src.py.notebook.color_command_validator
- pymdownx.highlight:
extend_pygments_lang:
- name: php-inline
lang: php
options:
startinline: true
- name: pycon3
lang: pycon
options:
python3: true
- pymdownx.inlinehilite:
custom_inline:
- name: color
class: color
format: !!python/object/apply:docs.src.py.notebook.color_formatter
kwds:
init: |
import coloraide
from coloraide import *
from coloraide.everything import ColorAll as Color
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
social_url_shorthand: true
user: facelessuser
repo: coloraide
- pymdownx.tilde:
- pymdownx.caret:
- pymdownx.smartsymbols:
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.escapeall:
hardbreak: True
nbsp: True
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.progressbar:
- pymdownx.striphtml:
- pymdownx.snippets:
base_path:
- docs/src/markdown/.snippets
- LICENSE.md
auto_append:
- refs.md
- info-container.md
- pymdownx.keys:
separator: "\uff0b"
- pymdownx.saneheaders:
- pymdownx.blocks.admonition:
types:
- new
- settings
- note
- abstract
- info
- tip
- success
- question
- warning
- failure
- danger
- bug
- example
- quote
- pymdownx.blocks.details:
types:
- name: details-new
class: new
- name: details-settings
class: settings
- name: details-note
class: note
- name: details-abstract
class: abstract
- name: details-info
class: info
- name: details-tip
class: tip
- name: details-success
class: success
- name: details-question
class: question
- name: details-warning
class: warning
- name: details-failure
class: failure
- name: details-danger
class: danger
- name: details-bug
class: bug
- name: details-example
class: example
- name: details-quote
class: quote
- pymdownx.blocks.html:
- pymdownx.blocks.definition:
- pymdownx.blocks.tab:
alternate_style: True
- pymdownx.fancylists:
inject_style: True
extra_css:
- assets/coloraide-extras/extra-696a2734c9.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
- playground-config-70f29cae.js
- https://cdn.jsdelivr.net/pyodide/v0.26.2/full/pyodide.js
- assets/coloraide-extras/extra-notebook-DQWpIrCE.js
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/facelessuser
plugins:
- search
- git-revision-date-localized:
fallback_to_build_date: true
strict: false
- mkdocs_pymdownx_material_extras
- minify:
minify_html: true