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

New-UDTheme

Sintesi

Crea un nuovo tema.

Sintassi

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>]

Descrizione

Crea un nuovo tema.

Parametri

-PrimaryColor

Il colore primario per il tema chiaro.

Required?                    false
Position?                    1
Default value
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-SecondaryColor

Il colore secondario per il tema chiaro.

-WarningColor

Il colore di avviso per il tema chiaro.

-ErrorColor

Il colore di errore per il tema chiaro.

-SuccessColor

Il colore di successo per il tema chiaro.

-Background

Il colore di sfondo per il tema chiaro.

-DarkPrimaryColor

Il colore primario per il tema scuro.

-DarkSecondaryColor

Il colore secondario per il tema scuro.

-DarkWarningColor

Il colore di avviso per il tema scuro.

-DarkErrorColor

Il colore di errore per il tema scuro.

-DarkSuccessColor

Il colore di successo per il tema scuro.

-DarkBackground

Il colore di sfondo per il tema scuro.

Parametri comuni

Questo cmdlet supporta i parametri comuni: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable e OutVariable. Per maggiori informazioni, veda about_CommonParameters.

Ultimo aggiornamento

È stato utile?