LavaUI docs

struct BuiltIn

Swift

struct BuiltIn

A built-in palette the desktop can push by name.

name is what lava.conf and the control plane carry; title and summary are what Settings shows. Keep this list in step with canonicalThemeName in the compositor — an unknown name is dark.

Sources/LavaUI/Theme.swift:250

Properties

var name: String

Not documented.

Sources/LavaUI/Theme.swift:251

var summary: String

Not documented.

Sources/LavaUI/Theme.swift:253

var theme: Theme

Not documented.

Sources/LavaUI/Theme.swift:254

var title: String

Not documented.

Sources/LavaUI/Theme.swift:252