📄️ General Styling Concepts
XFrames styles combine three layers into a single object:
📄️ Base Drawing Style Properties
Visual properties that control background fills, borders, and corner rounding. These are drawn via Dear ImGui's ImDrawList and apply to all components (both Nodes and widgets).
📄️ Yoga Layout Properties
Full reference for all Yoga flexbox properties available in XFrames. For a tutorial-style introduction, see the Layout guide.
📄️ Styling <XFrames.Node>
Only Yoga layout properties and base drawing style properties properties apply to ``:
📄️ Theming Guide
Theming controls ImGui's global style — every window background, widget color, spacing value, and rounding radius across your entire application. This is different from per-widget styling where you set colors and vars on individual components.