Scene.yaml Help, cant get more than 4 scenes to work

Hi, I am trying to add more scenes to my Xiaomi Hub light as we use them for nightlights around the house.

I have created a Scene.yaml file, but for some reason can only get 4 scenes to show at once, for example the purple one does not show?

  - name: Downstairs Night Light Pink
    entities:
      light.gateway_light_34ce0090834f:
        state: on
        rgb_color: [255,29,197]
        brightness: 70
  - name: Downstairs Night Light White
    entities:
      light.gateway_light_34ce0090834f:
        state: on
        rgb_color: [255,255,255]
        brightness: 70
  - name: Downstairs Night Light Blue
    entities:
      light.gateway_light_34ce0090834f:
        state: on
        rgb_color: [0,0,255]
        brightness: 70
  - name: Downstairs Night Light Red
    entities:
      light.gateway_light_34ce0090834f:
        state: on
        rgb_color: [255,0,0]
        brightness: 70
  - name: Downstairs Night Light Purple
    entities:
      light.gateway_light_34ce0090834f:
        state: on
        rgb_color: [131,0,255]
        brightness: 70

Any help ?

Not sure what you mean by “show at once”.
I loaded your scene.yaml file into my test system, and all the scenes appear in the state developer tool

Thanks I just did a reboot not a restart of HASS and now they appear, odd… but thanks for your help

Off topic but how did you change the second color on that screen? Tearing my hair out trying to find it…

I use the theme posted in this thread:

Thanks! i found it. It was these two:
table-row-background-color:
table-row-alternative-background-color: