godot-ui-theming
Installation
SKILL.md
UI Theming
Theme resources, StyleBox styling, font management, and override system define consistent UI visual identity.
Available Scripts
global_theme_manager.gd
Expert theme manager with dynamic switching, theme variants, and fallback handling.
ui_scale_manager.gd
Runtime theme switching and DPI/Resolution scale management.
theme_swapper.gd
Dynamic Dark/Light mode implementation using cascading theme root propagation.
danger_button_assignment.gd
Expert use of theme_type_variation for semantic UI styling without scene duplication.