Skip to content

@jsvision/code-editor / CodeEditorThemeResolutionReport

Interface: CodeEditorThemeResolutionReport

Defined in: code-editor/src/theme/theme.ts:25

One rejected theme input or deterministic accessibility adjustment.

Properties

activeLayer

readonly activeLayer: "editor" | "application-derived" | "application" | "independent" | "last-valid" | "safe-default"

Defined in: code-editor/src/theme/theme.ts:27

Highest-precedence layer that contributed a valid value.


adjustments

readonly adjustments: readonly object[]

Defined in: code-editor/src/theme/theme.ts:34

Deterministic accessibility or terminal-capability repairs applied during resolution.


fallbackSource

readonly fallbackSource: string

Defined in: code-editor/src/theme/theme.ts:30

Sanitized palette name or derivation source used as the complete base.


rejected

readonly rejected: readonly string[]

Defined in: code-editor/src/theme/theme.ts:32

Bounded semantic paths rejected during validation.