You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"))
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 withgetOptions("flair.style", NULL)
?The text was updated successfully, but these errors were encountered: