An interface for Feathers UI themes that support dark mode.

Available since

1.0.0

.

Variables

darkMode:Bool

Indicates if dark mode is enabled or not.

Available since

1.0.0

.

Inherited Variables

Inherited Methods

Defined by ITheme

dispose ():Void

Disposes the theme. It must no longer be used to style components after calling dispose().

Available since

1.0.0

.

getStyleProvider (target:IStyleObject):IStyleProvider

Returns the style provider for the specified component.

Available since

1.0.0

.