What problem does it solve?
This Skill provides a robust design token system and theming framework, ensuring all UI components have consistent, customizable styling across different themes like light, dark, and custom brands.
Core Features & Use Cases
- Design Token Management: Centralizes all visual design decisions (colors, spacing, typography, etc.) into a single source of truth.
- Theme Switching: Enables seamless switching between light, dark, high-contrast, and custom brand themes using CSS custom properties.
- RTL/i18n Support: Implements CSS logical properties for automatic right-to-left language support.
- Accessibility: Ensures WCAG compliance through validated color contrast ratios, high-contrast themes, and reduced motion support.
- Use Case: Apply a new brand color palette to your entire application by simply updating the design tokens, or enable dark mode with a single attribute change.
Quick Start
Use the theming-components skill to apply the dark theme to your application.