Use any AdminLTE or Bootstrap variables to customize a {bs4Dash} theme.

bs4dash_vars(...)

Arguments

...

Variables to use, under the form body_bg = "#FFF" or "body-bg" = "#FFF".

Value

a list that can be used in create_theme.

Note

For a full list of available variables, use search_vars_bs4dash.

Examples

bs4dash_vars(body_bg = "#FFF")
#> $`body-bg` #> [1] "#FFF" #> #> attr(,"class") #> [1] "fresh_sass_vars" "bs4dash_vars" "list"
bs4dash_vars("body-bg" = "#FFF")
#> $`body-bg` #> [1] "#FFF" #> #> attr(,"class") #> [1] "fresh_sass_vars" "bs4dash_vars" "list"