[ionic 4] Anybody has a working demo using ion-slides with different colors in ionic 4.0.0-rc.0?

I’m learning ionic 4 using the ionic-conference-app (even when it has not been fully updated to 4.0.0-rc.0 yet) and I want to have a different color background on each ion-slide but I don’t seem to get it right.

I’m able to get the ion-slide to change color but the ion-header does not change color, even when I have ion-content fullscreen.

Anybody has been able to show ion-slide with different color including the header?

J’ai changé toutes mes couleurs des ions via les fichiers scss et ça fonctionne bien

avez-vous un échantillon?

for example,
to do on every different page
home.page.html

<ion-content></ion-content>

home.page.scss

ion-content { --background: #000000 } for black example

if you want on all the same app then put the code scss in global.scss