Skip to content

Set-TerminalIconsIconTheme

SYNOPSIS

Set the Terminal-Icons icon theme.

SYNTAX

Set-TerminalIconsIconTheme [-Name] <String> [<CommonParameters>]

DESCRIPTION

Set the Terminal-Icons icon theme to a registered theme.

EXAMPLES

EXAMPLE 1

Set-TerminalIconsIconTheme -Name devblackops

Set the icon theme to 'devblackops'.

PARAMETERS

-Name

The name of a registered icon theme.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

The name of a registered icon theme.

OUTPUTS

None.

NOTES

Set-TerminalIconsColorTheme

Get-TerminalIconsColorTheme

Get-TerminalIconsIconTheme

Back to top