The theme for the AppKit integration in your dApp can be fully customized.Documentation Index
Fetch the complete documentation index at: https://docs.reown.com/llms.txt
Use this file to discover all available pages before exploring further.
ThemeMode
By defaultthemeMode option will be set to user system settings ‘light’ or ‘dark’. But you can override it like this:
themeVariables
By defaultthemeVariables are undefined. You can set them like this:
| Variable | Description | Type |
|---|---|---|
--apkt-font-family | Base font family | string |
--apkt-accent | Color used for buttons, icons, labels, etc. | string |
--apkt-color-mix | The color that blends in with the default colors | string |
--apkt-color-mix-strength | The percentage on how much “—apkt-color-mix” should blend in | number |
--apkt-font-size-master | The base pixel size for fonts. | string |
--apkt-border-radius-master | The base border radius in pixels. | string |
--apkt-z-index | The z-index of the modal. | number |