New-UDTheme
Creates a new theme.
Synopsis
Syntax
New-UDTheme [[-PrimaryColor] <DashboardColor>] [[-SecondaryColor] <DashboardColor>] [[-WarningColor] <DashboardColor>] [[-ErrorColor] <DashboardColor>] [[-SuccessColor] <DashboardColor>] [[-Background] <DashboardColor>] [[-DarkPrimaryColor] <DashboardColor>] [[-DarkSecondaryColor] <DashboardColor>] [[-DarkWarningColor] <DashboardColor>] [[-DarkErrorColor] <DashboardColor>] [[-DarkSuccessColor] <DashboardColor>] [[-DarkBackground] <DashboardColor>] [<CommonParameters>]Description
Parameters
-PrimaryColor
Required? false
Position? 1
Default value
Accept pipeline input? false
Aliases
Accept wildcard characters? false-SecondaryColor
-WarningColor
-ErrorColor
-SuccessColor
-Background
-DarkPrimaryColor
-DarkSecondaryColor
-DarkWarningColor
-DarkErrorColor
-DarkSuccessColor
-DarkBackground
Last updated
Was this helpful?