Theming

The Theming API supports:

  • Light and dark editor chrome with the theme prop.
  • Chakra color palettes with the color prop.
  • Custom tokens, semantic tokens, recipes, and scoped global styles through themeConfig.
  • Fonts: load a font in your host app and assign it with theme tokens.

For further changes to the React Editor interface, use the composition and UI overrides APIs.

Further reading