Interface ThemeData

Hierarchy

  • ThemeData

Properties

authors?: Author[]
background?: {
    alpha?: number;
    blur?: number;
    url: string;
}

Type declaration

  • Optional alpha?: number

    The alpha value of the background. CHAT_BACKGROUND of semanticColors alpha value will be ignored when this is specified

  • Optional blur?: number
  • url: string
description?: string
name: string
rawColors?: Record<string, string>
semanticColors?: Record<string, (string | false)[]>
spec: number

Generated using TypeDoc