how to change ion item background color in theme code example
Example 1: ion-content background color
ion-content{
--ion-background-color:#111D12;
}
Example 2: ion-select background color
/* use normal css for this component */
background-color: #3cb5b7;