

Color palette management with live contrast previews.
Theme.json Design Manager provides a user-friendly admin interface for managing design tokens that are automatically merged into your theme’s theme.json Global Styles pipeline. No code editing required.
--wp--preset--color--{slug} CSS custom properties.--wp--preset--spacing--{slug} CSS custom properties.clamp() support. Generates --wp--preset--font-size--{slug} CSS custom properties.--wp--custom--border-radius--{slug} CSS custom properties.--wp--preset--shadow--{slug} CSS custom properties.The plugin stores design tokens in the WordPress database and merges them into the theme’s Global Styles via the wp_theme_json_data_theme filter. Tokens use WordPress’s native slug-based merge system — matching slugs are replaced, new slugs are appended.
All changes are fully reversible. Deactivating the plugin restores original theme styles.
gdtm_tokens_before_merge)gdtm_after_save) and for custom tab content (gdtm_after_tab_content)gdtm_admin_tabs) for registering additional tabs