Change settings icon color globally?

How to change the color globally for my settings icon so i dont have to modify it in every css file.

do it in app.scss.

ion-icon{
color:…;
}

Thank you that one I already figured out, there is just the settings icon i want to change on all the pages if I do like this all my icons change color.

the only other thing i can recommend you is set variable in variable scss and use in setting icons color

1 Like

You could write a directive, that changes the hosts font color depending on the name input. But I guess globally should not work