< Back
Get-MSTerminalColorScheme
Post
NAME Get-MSTerminalColorScheme
SYNOPSIS
Returns the currently defined color schemes from the profiles.json file.
SYNTAX
Get-MSTerminalColorScheme [[-Name] <Object>] [<CommonParameters>]
DESCRIPTION
Returns the currently defined color schemes from the profiles.json file.
PARAMETERS
-Name <Object>
The name of a color scheme or a wildcard pattern.
Required? false
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
System.Object
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Get-MSTerminalColorScheme
Returns all currently defined color schemes.
-------------------------- Example 2 --------------------------
PS C:\\> Get-MSTerminalColorScheme -Name Campbell
Returns any color schemes with the name Campbell.
-------------------------- Example 3 --------------------------
PS C:\\> Get-MSTerminalColorScheme -Name *dark*
Returns any color schemes that match dark .
RELATED LINKS
SYNOPSIS
Returns the currently defined color schemes from the profiles.json file.
SYNTAX
Get-MSTerminalColorScheme [[-Name] <Object>] [<CommonParameters>]
DESCRIPTION
Returns the currently defined color schemes from the profiles.json file.
PARAMETERS
-Name <Object>
The name of a color scheme or a wildcard pattern.
Required? false
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
System.Object
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Get-MSTerminalColorScheme
Returns all currently defined color schemes.
-------------------------- Example 2 --------------------------
PS C:\\> Get-MSTerminalColorScheme -Name Campbell
Returns any color schemes with the name Campbell.
-------------------------- Example 3 --------------------------
PS C:\\> Get-MSTerminalColorScheme -Name *dark*
Returns any color schemes that match dark .
RELATED LINKS