Currently the gadget uses the "cerulean" bootswatch theme (the same as the mizer websites). It would be interesting to play with other options. There is now a branch called theme in which I have added the interactive theming widget from https://rstudio.github.io/bslib/articles/bslib.html#real-time-theming to the gadget. To play with it install from that branch with
remotes::install_github("sizespectrum/mizer@theme")
We may even want to make a custom theme, see https://rstudio.github.io/bslib/articles/bslib.html#custom-themes
I am assigning this to @astaaudzi because she has experience with choosing colours and fonts for her shiny apps and to @baldrech because he is working on tuneParams().
Currently the gadget uses the "cerulean" bootswatch theme (the same as the mizer websites). It would be interesting to play with other options. There is now a branch called
themein which I have added the interactive theming widget from https://rstudio.github.io/bslib/articles/bslib.html#real-time-theming to the gadget. To play with it install from that branch withWe may even want to make a custom theme, see https://rstudio.github.io/bslib/articles/bslib.html#custom-themes
I am assigning this to @astaaudzi because she has experience with choosing colours and fonts for her shiny apps and to @baldrech because he is working on
tuneParams().