makepad-2.0-theme
Installation
SKILL.md
Makepad 2.0 Theme System
Overview
The Makepad 2.0 theme system provides a comprehensive set of design tokens accessed
through theme.* variables in Splash scripts. It delivers consistent styling for
colors, typography, spacing, and widget states across your entire application.
Three built-in themes are available:
mod.themes.dark-- dark desktop theme (default)mod.themes.light-- light desktop thememod.themes.skeleton-- minimal skeleton theme with hardcoded values
Golden rule: Always use theme.* variables instead of hardcoded values for any
color, font size, or spacing in production UIs. This ensures your app automatically
supports theme switching and maintains visual consistency.
Theme Setup in App::run
Related skills