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

New-UDTheme

Creates a new theme.

Synopsis

Creates a new 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>]

Description

Creates a new theme.

Parameters

-PrimaryColor

The primary color for the light theme.

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

-SecondaryColor

The secondary color for the light theme.

-WarningColor

The warning color for the light theme.

-ErrorColor

The error color for the light theme.

-SuccessColor

The success color for the light theme.

-Background

The background color for the light theme.

-DarkPrimaryColor

The primary color for the dark theme.

-DarkSecondaryColor

The secondary color for the dark theme.

-DarkWarningColor

The warning color for the dark theme.

-DarkErrorColor

The error color for the dark theme.

-DarkSuccessColor

The success color for the dark theme.

-DarkBackground

The background color for the dark theme.

Last updated

Was this helpful?