Zendesk Messaging Theme Customizer

Customize and preview Zendesk Messaging themes with live color adjustments

Messenger theme customiser

Tweak colours and preview the messenger theme. Values must be valid CSS colour strings (hex, rgb(), hsl() or named colours).

Preview

Note: invalid CSS colours will be rejected by the widget API and will log an error in the browser console. This form validates values before sending to reduce errors.

Generated Code

Copy this code to implement the theme in your application.

// Configure your theme
zE('messenger:set', 'customization', {
  theme: {
    // Add colors using the form
  }
});