< Back

Set-ISEColor

Wed Jan 15, 2020 7:52 am

NAME Set-ISEColor



SYNOPSIS

Changes ISE Theme colors according to switch





SYNTAX

Set-ISEColor -Cooler [-Degree <Int32>] [<CommonParameters>]



Set-ISEColor -Warmer [-Degree <Int32>] [<CommonParameters>]



Set-ISEColor -Greener [-Degree <Int32>] [<CommonParameters>]



Set-ISEColor -Darker [-Degree <Int32>] [<CommonParameters>]



Set-ISEColor -Lighter [-Degree <Int32>] [<CommonParameters>]





DESCRIPTION

Changes ISE Theme colors according to switch. It does this

by adding or subtracting values in the ARGB table





PARAMETERS

-Cooler [<SwitchParameter>]

Increases blue color values and decreases red by half



Required? true

Position? named

Default value False

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-Warmer [<SwitchParameter>]

Increases red color values and decreases blue by half



Required? true

Position? named

Default value False

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-Greener [<SwitchParameter>]

Increases green color values and decreases blue and red by a quarter



Required? true

Position? named

Default value False

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-Darker [<SwitchParameter>]

Decreases all color values



Required? true

Position? named

Default value False

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-Lighter [<SwitchParameter>]

Increases all color values



Required? true

Position? named

Default value False

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-Degree <Int32>

Amount to add or subtract. Default value: 20



Required? false

Position? named

Default value 20

Accept pipeline input? true (ByValue, ByPropertyName)

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



OUTPUTS



NOTES





Part of the ISEColorThemeCmdlets.ps1 Script by Jeff Pollock

http://Lifeinpowerhsell.blogspot.com

http://gallery.technet.microsoft.com/IS ... s-24905f9e



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Set-ISEColor -Cooler



Deletes an ISE theme from the registry











RELATED LINKS