ionic app color code based on mode code example
Example: ionic mobile always dark theme in web
// Change from dark to light. If you have not modified the variable.scss. it should be in line 79.
@media (prefers-color-scheme: dark)
// Change from dark to light. If you have not modified the variable.scss. it should be in line 79.
@media (prefers-color-scheme: dark)