The default fill colour of each field family in the document that
cto_form_docx() produces. The values are Office theme tints, so the
table looks native in Word and stays legible when printed in greyscale.
See also
Other Form Management Functions:
cto_form_attachment(),
cto_form_data(),
cto_form_data_attachment(),
cto_form_docx(),
cto_form_dofile(),
cto_form_languages(),
cto_form_metadata()
Examples
cto_docx_palette()
#> group repeat note text numeric
#> "#2F5496" "#BF8F00" "#F2F2F2" "#FFFFFF" "#E2EFDA"
#> select_one select_multiple datetime geo media
#> "#DDEBF7" "#BDD7EE" "#E4DFEC" "#DAEEF3" "#FCE4D6"
#> other
#> "#FFFFFF"
# Override a single family
cto_form_docx_palette <- cto_docx_palette()
cto_form_docx_palette["numeric"] <- "#FFF2CC"
