docs(tui): add generated V2 theme reference (#38396)
This commit is contained in:
parent
b6e14b5a74
commit
381f6c47b4
11 changed files with 381 additions and 7 deletions
|
|
@ -243,7 +243,7 @@ const MergeModeDefinition = Schema.Struct({
|
|||
"@context:overlay": Schema.optional(ThemeTokensDefinition),
|
||||
})
|
||||
export type MergeModeDefinition = Schema.Schema.Type<typeof MergeModeDefinition>
|
||||
export const ModeDefinition = Schema.Union([FileThemeDefinition, MergeModeDefinition])
|
||||
export const ModeDefinition = Schema.Union([MergeModeDefinition, FileThemeDefinition])
|
||||
export type ModeDefinition = Schema.Schema.Type<typeof ModeDefinition>
|
||||
|
||||
const FileMetadata = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue