Hi,
Thanks a lot for your feedback - let me know if you experience any issues with it!
It's possible to change the colour of valueBox elements directly from their functions, and there's no need for the themes package to do that. Simply change the colour parameter in valueBox. Below are the examples I used.
N
,valueBox(
value = "100"
,subtitle = "Value box: description"
,color = "purple"
,icon = icon("pie-chart")
,width = 6
)
,valueBox(
value = "-100"
,subtitle = "Value box: description"
,color = "light-blue"
,icon = icon("align-right")
,width = 6
)