79641989

Date: 2025-05-28 10:20:43
Score: 2
Natty:
Report link

It's possible to get the theme, then extract specific variable using bslib functions

theme <- bslib::bs_current_theme()
bslib::bs_get_variables(theme , varnames = "primary")

see https://rstudio.github.io/bslib/reference/bs_get_variables.html

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: thekangaroofactory