How do you configure the Shell TabBar as follows?
Background : DarkBlue
Selected tab icon : Green
Unselected tab icons : LightBlue
Text color (selected/unselected) : White
I tried this, but TabBarTitleColor seems to be the Selected/Active tab color, and TabBarForegroundColor doesn't seem to do anything.
TabBarBackgroundColor="DarkBlue"
TabBarForegroundColor="Green"
TabBarUnselectedColor="LightBlue"
TabBarTitleColor="White"