Uno Toolkit Material Theme — Agent Skill
Workflow
Docs lookup: call
uno_platform_docs_search(...)first, thenuno_platform_docs_fetch(sourcePath="…")using thesourcePathfield from a result (a relative.mdpath; add the result'sanchorfor a section). Never pass a URL, a.htmllink, or a hand-built path.
Step 1: Fetch the Material Toolkit Getting Started
uno_platform_docs_search("Uno Material Toolkit MaterialToolkitTheme configuration App.xaml")
Primary documentation page:
- Material Toolkit Getting Started:
external/uno.toolkit.ui/doc/material-getting-started.md
Fetch the page:
uno_platform_docs_fetch(sourcePath="external/uno.toolkit.ui/doc/material-getting-started.md")
Step 2: For Color/Font Customization
Customization is done via MaterialToolkitTheme properties:
uno_platform_docs_search("MaterialToolkitTheme color font override customize palette")
Key Principles (Stable)
MaterialToolkitThemeis the unified approach — replaces separateMaterialTheme+ToolkitResources- Place in App.xaml
<Application.Resources>section - Supports
ColorOverrideSourceandFontOverrideSourcefor customization - Requires
Toolkitin<UnoFeatures>
Related Skills
- [[uno-toolkit-getting-started]] — Base Toolkit setup
- [[uno-themes-material]] — Material theme (non-Toolkit): installation, color palette customization, typography, control styles