I am trying to change the theme of my R Shiny application to "Minty" from the bootswatch theme website: https://bootswatch.com/. However, when I use the shinythemes argument in my code, the theme is not adjusted when I run the application. Any help appreciated.
Update: I was able to get the theme working using the suggestions below, but it doesn't really look similar in terms of color and the navigation bar.
You can set minty as the bootswatch parameter when setting a
bs_theme
, available in the bslib package.