Change the color of a column in the backend based on a select

Hello again,

i have a select in the backend where the user chooses the depth of a list.

 level:
            label: Level
            type: select
            options:
              green: Main
              orange: Sublevel

For clarity, i want to change the background color of the .k-bubble class in the backend to the value of the select that the user has chosen.

Is this possible?

Thank you in advance!

I must admit that I don’t understand what you are trying to achieve. What columns? What is the context here?

Sorry, i want to give these a color.

Screenshot 2023-05-04 at 17.46.25