agentsclimarketplace

Syncfusion maui theming

Skill syncfusion/maui-ui-components-skills/skills/syncfusion-maui-theming

Skills for Syncfusion .NET MAUI components. Enable AI-assisted development with comprehensive documentation, code examples, and best practices for 100+ UI controls including DataGrid, Charts, Scheduler, and more.

Install
npx -y skills add syncfusion/maui-ui-components-skills --skill syncfusion-maui-theming

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Themes and styles Syncfusion .NET MAUI components. Use when working with SyncfusionThemeResourceDictionary, MaterialLight, MaterialDark, CupertinoLight, CupertinoDark, visual themes, or theme switching. This skill covers theme customization, color overrides, theme keys, dark mode, light mode, and branding.

SKILL.md

3.4 KB, as published. Nobody here has run it

Theming in Syncfusion .NET MAUI

Complete guide for applying, customizing, and creating themes across all Syncfusion .NET MAUI components.

When to Use This Skill

Use this skill when you need to:

  • Apply light or dark themes (MaterialLight, MaterialDark, CupertinoLight, CupertinoDark)
  • Configure SyncfusionThemeResourceDictionary in applications
  • Switch themes dynamically at runtime
  • Override default theme colors for specific controls
  • Customize control-specific styles and appearances
  • Create completely custom themes from scratch
  • Apply consistent branding across all components
  • Implement system theme synchronization
  • Troubleshoot theme-related styling issues
  • Find theme keys for specific UI elements

Component Overview

Syncfusion's theming system provides a unified way to style all MAUI components through the SyncfusionThemeResourceDictionary. This centralized approach offers:

  • Automatic Merging: Control-specific styles automatically included
  • Consistent Appearance: Uniform look across all components
  • Easy Theme Switching: Change themes at runtime
  • Flexible Customization: Override specific keys or create custom themes
  • Platform Themes: Material and Cupertino design support

Available Themes:

  • MaterialLight - Material Design light theme
  • MaterialDark - Material Design dark theme
  • CupertinoLight - Apple iOS light theme
  • CupertinoDark - Apple iOS dark theme

Documentation and Navigation Guide

Basic Theme Setup

πŸ“„ Read: references/applying-themes.md

  • Installing and configuring SyncfusionThemeResourceDictionary
  • Available theme options (Material, Cupertino)
  • Setting up themes in App.xaml
  • Automatic merging of control styles
  • Platform-specific theme application
  • VisualTheme property usage

Runtime Theme Switching

πŸ“„ Read: references/theme-switching.md

  • Dynamically changing themes at runtime
  • ViewModel pattern for theme management
  • Removing and adding theme dictionaries
  • User preference persistence
  • Syncing with system/OS theme
  • Edge cases and troubleshooting

Customizing Default Themes

πŸ“„ Read: references/overriding-themes.md

  • Overriding specific theme color keys
  • Control-specific key customization
  • Primary vs control-specific keys
  • Merged dictionaries layer order
  • Selective customization strategies
  • Common branding scenarios

Creating Custom Themes

πŸ“„ Read: references/creating-custom-themes.md

  • Building themes from scratch
  • Theme key registration pattern
  • Custom color scheme definition
  • Complete theme implementation
  • Corporate branding themes
  • Accessibility themes (high contrast)

Theme Keys Reference

πŸ“„ Read: references/theme-keys-reference.md

  • Key naming conventions
  • Structure: Sf{ControlName}{Element}{Property}
  • Common control keys by category
  • Finding keys for any control
  • Official documentation references

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.