imgui_set_style
Apply a built-in theme (dark, light, or classic) or set custom color overrides to style your ImGui UI, enabling real-time visual customization of your game interface.
Instructions
Set the ImGui style theme. Choose from built-in themes (dark, light, classic) or provide custom color overrides.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theme | Yes | Built-in theme to apply | |
| colors | No | Custom color overrides as a map of color index/name to [r,g,b,a] array (each 0.0-1.0) |