Icons color and background in panel

Hey all,

Is there any way to customize the icon color and background color in the panel?

In the blueprint I have a simple

icon: cart

Which shows up like this in the panel:

image

I’d like to change the background color to a flat color instead of the grid. Is this possible?

You can set the background to either black, white or pattern with the back option.

image:
  back: black

You always surprise me with how fast you respond with a solution :wink:

Thanks @texnixe!

They call me iSonja, the robot :robot:

2 Likes

new problem…
if I want to use

image: false
  back: black

it still shows the underlying image instead of the actual icon.

image:
  query: false
  back: black
2 Likes

Hey, is there any way to change the icon color (not background) ?

Yes, of course:

image:
  back: "#502e95"
  color: "#ffcc2e"
1 Like