Skip to content

Theme Type documentation

Properties
A map of icons that overrides the default Element icons. The key must be the key of the original icon that should be overridden. The value has to be a data SVG string.

Example:
{
  elementUser: "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'>...</svg>"
}
icons?: Record<string, string>
name: string
schemes: ThemeColorSchemes

Types Documentation

Properties
dark?: ThemeColorScheme
light?: ThemeColorScheme

Except where otherwise noted, content on this site is licensed under MIT License.