Questions about themes

4.2.2

Hi
I would need a little help with themes in godot. Either some video/other tutorial material you guys found, or the answers if you know

I’m struggling with getting started at a theme that i would apply to basically my whole project, I’d like to set some background color and font color that would apply to all control nodes (that have fonts)but to me it seems i need to add all node-types that i actually want to apply those changes to. Is that correct?

Is there a way to say, this is the default background color for all nodes, this is the font color for all nodes that have text, etcetc?

Thanks in advance

No, but you can save styleboxes as resources and re-apply them to many nodes with panel overrides.

Yes

1 Like

Thank you!

Also, i just realised that basic colorings and theming could be done for something like a panel, that will hold most of the child control nodes anyway.
So by themeing a panel or some other container node it will achieve, for the most part, the same thing as applying the same folor themes and stuff for labels, buttons, etc, individually. Right?

Since usually i will not have labels or otuer control nodes without a panel higher up 8n the hierarchy

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