Modulating a specific color of Style Box Texture

Godot Version

4.7 stable

Question

was wondering if there's any way to modulate only the blue color of this theme.. help! theme found in: GitHub - violinbg/godot-desktop-themes: Godot themes aimed at desktop applications · GitHub

Using modulate no, you may have to try shaders in one way or another, using masks or color detection

i feared that was the only way… guess i can add manually to each node but i’ll be following: Add a shader property to the StyleBox resource · Issue #3494 · godotengine/godot-proposals · GitHub