rstudio / bslib

Tools for theming Shiny and R Markdown via Bootstrap 3, 4, or 5.
https://rstudio.github.io/bslib/
Other
466 stars 57 forks source link

support of quartz theme #364

Closed markwsac closed 3 years ago

markwsac commented 3 years ago

Thanks for this useful package. It seems quartz theme of bootswatch is not supported. I am using latest version 0.2.5.1.

cpsievert commented 3 years ago

Quartz is a Bootswatch 5 theme. For now, you'll need the development version to use it remotes::install_github("rstudio/bslib"), but it'll be on CRAN soon: bslib::bs_theme(version = 5, bootswatch = "quartz")

github-actions[bot] commented 1 year ago

This issue has been automatically locked. If you believe you have found a related problem, please open a new issue (with a reproducible example or feature request) and link to this issue.