matlab-theming
Installation
SKILL.md
MATLAB Theming
Style MATLAB charts with color palettes and — for uifigure apps — apply the R2025a Theme API for brand colors, dark mode, and component styling.
When to Use This Skill
Use this skill when:
- Setting
colororderfor chart series colors (any context) - Choosing or importing a color palette for plots
- Organizing brand colors into a reusable struct
- Applying a custom
colormapfor continuous data - Implementing dark mode with
fliplightness()(uifigure) - Wiring
ThemeChangedFcnto react to OS/user theme changes (uifigure) - Using
uistylefor conditional formatting in tables/trees (uifigure) - Importing an external color scheme (Material Design, Adobe Color, Tailwind)