How to change icon

How can I change this icon (defined menu appear in right-click of tab) ?

I try Icon Swapper plugin. But it change star-icon only in left-bar menu:

I get some progress with this:

but still can’t get how to create snippet that should change default behavior

this .css snipped fix my issue:

svg.svg-icon.lucide-star {
    width: 24;
    height: 24;
    fill: yellow;
    stroke: currentcolor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.