This is a comprehensive reference for Godot's Theme system, covering everything from StyleBox manipulation to dynamic theme switching and accessibility patterns. You'll find scripts for dark mode toggling, DPI scaling, RTL support, and semantic styling with theme_type_variation. The real value is in the "NEVER" section, which addresses common pitfalls like instantiating StyleBoxFlat in loops, modifying themes during draw calls, and the subtle bugs around focus styles and garbage collection. The expert patterns section teaches proper color palette management and controller-specific UI prompts. Use this when you need consistent visual styling across your game or want to support multiple themes without duplicating scenes.
npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-ui-theming