Open
Description
This is either my reading the docs wrong or asking for a feature. 🙏
Say I want all the backgrounds to be blue, at the moment if I follow correctly I need to set the argument value in each flair()
/txt_style()
call. Would it be possible/valuable to add a mechanism to set a theme/set of options for a document?
For instance there could be an option,
options(flair.style = list(background = "pink", color = "CornflowerBlue"))
and then in
https://github.com/kbodwin/flair/blob/566453d0c1cf26183d969f4c9f774a174f2d5b3a/R/txt_style.R#L46
list(...)
could be combined with getOptions("flair.style", NULL)
?