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

New-UDTheme

Übersicht

Erstellt ein neues Theme.

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

Beschreibung

Erstellt ein neues Theme.

Parameter

-PrimaryColor

Die Primärfarbe für das helle Theme.

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

-SecondaryColor

Die Sekundärfarbe für das helle Theme.

-WarningColor

Die Warnfarbe für das helle Theme.

-ErrorColor

Die Fehlerfarbe für das helle Theme.

-SuccessColor

Die Erfolgsfarbe für das helle Theme.

-Background

Die Hintergrundfarbe für das helle Theme.

-DarkPrimaryColor

Die Primärfarbe für das dunkle Theme.

-DarkSecondaryColor

Die Sekundärfarbe für das dunkle Theme.

-DarkWarningColor

Die Warnfarbe für das dunkle Theme.

-DarkErrorColor

Die Fehlerfarbe für das dunkle Theme.

-DarkSuccessColor

Die Erfolgsfarbe für das dunkle Theme.

-DarkBackground

Die Hintergrundfarbe für das dunkle Theme.

Allgemeine Parameter

Dieses Cmdlet unterstützt die allgemeinen Parameter: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable und OutVariable. Weitere Informationen finden Sie unter about_CommonParameters.

Zuletzt aktualisiert

War das hilfreich?