For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-UDThemeColors

Returns the colors of a JSON-based theme file.

Synopsis

Returns the colors of a JSON-based theme file.

Syntax

Get-UDThemeColors [-Theme] <Object> [<CommonParameters>]

Description

Returns the colors of a JSON-based theme file.

Parameters

-Theme The name of the theme to get the colors for.Required? truePosition? 1Default valueAccept pipeline input? falseAliasesAccept wildcard characters? false <CommonParameters> This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).NotesGeneral notes-------------------------- EXAMPLE 1 --------------------------PS >Get-UDThemeColors -Theme '1984'

Last updated

Was this helpful?