ISEColorTheme.Cmdlets.psm1
<#
=============================================================================== =============================================================================== Script : ISEColorThemeCmdlets.ps1 Date : 3/18/2014 Author : Jeff Pollock Blog : http://lifeinpowershell.blogspot.com/ Source : Microsoft Technet Gallery: http://goo.gl/nmwkox Description : A collection of Powershell cmdlets that expand the PowerShell ISE themeing capability to the command line. These cmdlets allow you to import, remove, and apply native xml and registry based ISE themes without the need to format and translate the xml ARGB values to hex for use in a specific theme script. =============================================================================== =============================================================================== #> Import-module "$(split-path -parent $MyInvocation.MyCommand.Definition)\ISEColorTheme.Cmdlets.ps1" # Add the "ISE Color Themes" menu to the Add-ons menu. Add-ISEThemeMenu |