Get-UDThemeColors
Returns the colors of a JSON-based theme file.
Synopsis
Syntax
Get-UDThemeColors [-Theme] <Object> [<CommonParameters>]Description
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?