CatchColorTheme

sealed class CatchColorTheme

Catch color themes provide the colors that will be used throughout the Catch widgets in your app. There are four supported themes:

  • Light

  • LightMono

  • Dark

  • DarkMono

For further color customization, see CatchStyleConfig.

Inheritors

Types

Link copied to clipboard

Intended for widgets which are displayed over a dark background and features Catch's branding color scheme.

Link copied to clipboard

Intended for widgets which are displayed over a dark background and features a monochromatic scheme.

Link copied to clipboard

Intended for widgets which are displayed over a light background and features Catch's branding color scheme.

Link copied to clipboard

Intended for widgets which are displayed over a light background and features a monochromatic scheme.

Properties

Link copied to clipboard
abstract val isDarkTheme: Boolean

Utility flag to distinguish light themes from dark themes.