New-UDTheme
Synopsis
Crée un nouveau thème.
Syntaxe
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
Crée un nouveau thème.
Paramètres
-PrimaryColor
La couleur primaire du thème clair.
Required? false
Position? 1
Default value
Accept pipeline input? false
Aliases
Accept wildcard characters? false-SecondaryColor
La couleur secondaire du thème clair.
-WarningColor
La couleur d'avertissement du thème clair.
-ErrorColor
La couleur d'erreur du thème clair.
-SuccessColor
La couleur de succès du thème clair.
-Background
La couleur d'arrière-plan du thème clair.
-DarkPrimaryColor
La couleur primaire du thème sombre.
-DarkSecondaryColor
La couleur secondaire du thème sombre.
-DarkWarningColor
La couleur d'avertissement du thème sombre.
-DarkErrorColor
La couleur d'erreur du thème sombre.
-DarkSuccessColor
La couleur de succès du thème sombre.
-DarkBackground
La couleur d'arrière-plan du thème sombre.
Paramètres communs
Cette applet de commande prend en charge les paramètres communs : Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable et OutVariable. Pour plus d'informations, voir about_CommonParameters.
Mis à jour
Ce contenu vous a-t-il été utile ?