Skip to main content
Reown Docs

Theming

1 min read

ThemeMode#

By default themeMode option will be set to user system settings 'light' or 'dark'. But you can override it like this:

themeVariables#

By default themeVariables are undefined. You can set them like this:

The following list shows the theme variables you can override:

VariableDescriptionType
accentColor used for buttons, icons, labels, etc.string

To change the theme dynamically at runtime, see the useAppKitTheme hook.