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 colororder for chart series colors (any context)
  • Choosing or importing a color palette for plots
  • Organizing brand colors into a reusable struct
  • Applying a custom colormap for continuous data
  • Implementing dark mode with fliplightness() (uifigure)
  • Wiring ThemeChangedFcn to react to OS/user theme changes (uifigure)
  • Using uistyle for conditional formatting in tables/trees (uifigure)
  • Importing an external color scheme (Material Design, Adobe Color, Tailwind)

When NOT to Use This Skill

Installs
19
GitHub Stars
920
First Seen
Jul 18, 2026
matlab-theming — matlab/matlab-agentic-toolkit