Skip to content

Get-TerminalIconsTheme

SYNOPSIS

Get the currently applied color and icon theme.

SYNTAX

Get-TerminalIconsTheme [<CommonParameters>]

DESCRIPTION

Get the currently applied color and icon theme.

EXAMPLES

EXAMPLE 1

Get-TerminalIconsTheme

Get the currently applied Terminal-Icons color and icon theme.

PARAMETERS

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

None.

OUTPUTS

System.Management.Automation.PSCustomObject

An object representing the currently applied color and icon theme.

NOTES

Get-TerminalIconsColorTheme

Get-TerminalIconsIconTheme

Back to top