Agent skill · Frontend

matlab-theming

Style MATLAB charts and figures. colororder palettes for chart series colors, colormap selection, brand color organization, and the R2025a Theme API for uifigure apps (dark mode with fliplightness, ThemeChangedFcn, uistyle, component colors). Use when customizing chart colors, applying a color palette, organizing brand colors, implementing dark mode, or importing an external color scheme. Triggers: theme, dark mode, brand colors, colororder, colormap, palette, fliplightness, color scheme, styling, chart colors.

matlabgithub.com/matlabGitHub ↗
claude-codecodexcopilotcan modify filesNOASSERTION
Install
npx skills add matlab/matlab-agentic-toolkit --skill matlab-theming --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 8 KB
Bundled scripts: none
Version: 1.0
Declared author: MathWorks
Allowed tools: -Read-Write-Edit-Bash
Path: skills-catalog/matlab-app-building/matlab-theming/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 868
Language: MATLAB

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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 - Choosing chart types or building charts from scratch (use `matlab-build-chart`) - Building a full app layout (use `matlab-build-app` — it invokes this skill for theming sub-steps) - Setting colors on individual plot elements as a one-off (just use the `Color` property directly) - Non-MATLAB styling (CSS, HTML themes for web apps) ## Critical Rules ### Universal (all contexts) - MUST centralize brand/palette colors in a struct — never scatter RGB values - ALWAYS u

What's inside
Steps it walks through
  1. When to Use This Skill
  2. When NOT to Use This Skill
  3. Critical Rules
  4. Universal (all contexts)
  5. Additional rules for uifigure apps (R2025a Theme API)
  6. Semantic Token Vocabulary
  7. Quick Start
  8. Color palettes for any figure
  9. Theme struct for uifigure apps (R2025a)
  10. Light/Dark Strategy
  11. Color Types in MATLAB
  12. Importing External Color Schemes
  13. Workflow
  14. Implementation Checklist
Ships with 4 files
  • manifest.yaml
  • references/component-colors.md
  • references/external-schemes.md
  • references/theme-api.md
More from matlab-agentic-toolkit
All skills →
About this skill
What does the matlab-theming skill do?

Style MATLAB charts and figures. colororder palettes for chart series colors, colormap selection, brand color organization, and the R2025a Theme API for uifigure apps (dark mode with fliplightness, ThemeChangedFcn, uistyle, component colors). Use when customizing chart colors, applying a color palette, organizing brand colors, implementing dark mode, or importing an external color scheme. Triggers: theme, dark mode, brand colors, colororder, colormap, palette, fliplightness, color scheme, styling, chart colors.

How do I install it?

Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-theming --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From matlab/matlab-agentic-toolkit, a repository with 868 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going