Theming your shiny
theming.Rmd
You can customise the shiny colours you can use the theme argument. The theme argument supports two types of inputs:
- Custom themes, see options below.
- A
bslib::bs_theme()
call:theme = 'bslib::bs_theme(primary = "orange", secondary = "blue")'