set_theme_color
Assign a hex color to a theme property for a specific control type in Godot.
Instructions
Set a color in a theme for a specific control type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Color name (e.g. 'font_color', 'font_hover_color') | |
| path | Yes | Theme resource path | |
| color | Yes | Color value as hex (e.g. '#FF0000') or named color | |
| theme_type | Yes | Control type (e.g. 'Button', 'Label', 'Panel') |