theme-customization-tools

Generate light/dark theme palettes from a brand color or logo and export design tokens.

9|1|Updated Oct 5, 2025
One-click install
npx skills add https://github.com/vitakili/payload-plugins --skill theme-customization-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: theme-customization-tools
Source: https://github.com/vitakili/payload-plugins/tree/main/packages/theme-management/.claude/skills/theme-customization-tools
Command: npx skills add https://github.com/vitakili/payload-plugins --skill theme-customization-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This toolset enables theme customization by generating harmonious light and dark palettes from a single brand colour or logo, ensuring WCAG-compliant contrast, and exporting design tokens for design tooling in JSON or Tailwind formats.

Core Features & Use Cases

  • Palette generation: create complete light/dark palettes from a brand colour or logo image.
  • Accessibility audit: perform WCAG-compliant contrast checks with automated one-click fixes.
  • Token export: export current themes as W3C design tokens (JSON) and Tailwind v4 @theme / v3 config.
  • Admin & programmatic usage: usable within the Appearance Settings tab and as pure utilities for code.

Quick Start

Generate a full light/dark theme from a brand colour or logo and export the tokens for Tailwind and design tooling.

Frequently Asked Questions about theme-customization-tools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a cohesive light and dark theme palette from a single brand color?

Generate cohesive light and dark theme palettes by inputting a single brand color or logo image, which automatically produces harmonious color schemes and exports them as design tokens for your design system.

How do I ensure my design tokens meet WCAG accessibility contrast standards?

Run an automated accessibility audit to perform WCAG-compliant contrast checks on your palette. The tool identifies failures and provides automated one-click fixes to ensure your theme meets accessibility standards.

Can I export design tokens for Tailwind v4 and v3 configurations?

Yes, you can export design tokens in W3C JSON format alongside Tailwind v4 @theme and v3 config formats, enabling direct integration into your Tailwind setup and broader design tooling workflows.

Does this theme customization tool support Payload CMS admin theming?

Yes, the tool supports Payload CMS admin theming through an Appearance Settings tab, allowing you to generate and apply custom themes directly within the Payload CMS admin interface.

What is the best way to audit color contrast for automated accessibility fixes?

Use the built-in accessibility audit feature to perform WCAG-compliant contrast checks, which automatically identifies contrast failures and applies one-click fixes to resolve accessibility issues.

Can I use the palette generation utilities programmatically in my own code?

Yes, the palette generation and accessibility auditing utilities can be used as pure functions in code, enabling programmatic integration into custom design systems and automated workflows.