Skip to content

Get-WTTheme

SYNOPSIS

Get-WTTheme will get the current Windows Terminal theme

SYNTAX

Get-WTTheme [<CommonParameters>]

DESCRIPTION

Get-WTTheme will get the current Windows Terminal theme, if these is no theme configured it'll return the default theme.

EXAMPLES

EXAMPLE 1

Get-WTTheme

Get-WTTheme will get the current Windows Terminal 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

These is no input for Get-WTTheme

OUTPUTS

Name of the current theme

NOTES

https://github.com/sassdawe/PSWinTerminal

Back to top