Skip to content

Show-WTTheme

SYNOPSIS

Show-WTTheme will show all available Windows Terminal themes

SYNTAX

Show-WTTheme [<CommonParameters>]

DESCRIPTION

Show-WTTheme will show all available Windows Terminal themes.

EXAMPLES

EXAMPLE 1

Show-WTTheme

Show-WTTheme will show all available Windows Terminal themes

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 Show-WTTheme

OUTPUTS

Array of available themes, the custom themes will have a (*) next to their names.

NOTES

https://github.com/sassdawe/PSWinTerminal

Back to top