Skip to main content
Reown Docs

Theming

1 min read

The theme for the AppKit integration in your dApp can be fully customized.

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
--apkt-font-familyBase font familystring
--apkt-accentColor used for buttons, icons, labels, etc.string
--apkt-color-mixThe color that blends in with the default colorsstring
--apkt-color-mix-strengthThe percentage on how much "--apkt-color-mix" should blend innumber
--apkt-font-size-masterThe base pixel size for fonts.string
--apkt-border-radius-masterThe base border radius in pixels.string
--apkt-z-indexThe z-index of the modal.number