ThemeStorage Type documentation¶ThemeStorage¶Interface PropertiesactiveTheme: (undefined | string)¶themes: { [ key: string ]: Theme } }¶Types Documentation¶Theme¶Interface 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¶ThemeColorSchemes¶Interface Propertiesdark?: ThemeColorScheme¶light?: ThemeColorScheme¶ThemeColorScheme{ [ key: string ]: string } }¶Type alias Except where otherwise noted, content on this site is licensed under MIT License.