ISEColorTheme.Cmdlets

2.0.0

A collection of PowerShell functions that extend ISE theming from the GUI to the command line. Import, edit, and apply color themes from XML or the registry—no manual ARGB-to-hex conversion required.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name ISEColorTheme.Cmdlets

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name ISEColorTheme.Cmdlets

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2025 Jeff Pollock. All rights reserved.

Package Details

Author(s)

  • Jeff Pollock

Tags

ISE Theme Color PS1XML StorableColorTheme

Functions

Add-ISEThemeMenu Export-GroupISETheme Export-ISEThemeFile Get-CurrentISETheme Get-ImportedISETheme Get-ISETheme Import-GroupISETheme Import-ISEThemeFile Remove-ISETheme Select-ISETheme Set-ISETheme Set-ISEColor Set-ISEThemeColors

PSEditions

Desktop

Dependencies

This module has no dependencies.

Release Notes

Release Notes:
Version: 2.0.0
Release Date: 2025-06-13
Author: Jeff Pollock

- Refactored the module to use a more modular approach, allowing for easier maintenance and updates.
- Renamed and relocated internal utilities to `private\Convert\` and `private\Set\` as appropriate.
- Added new cmdlets for better theme management.
- Added Reset-ISETheme to restore the theme state before color adjustments were made
- Improved error handling and logging for better debugging.
- Improved documentation and examples for better user experience.
- Fixed various bugs and performance issues.
- New ISE menu layout for easier access to theme functions.
- Added support for importing and exporting themes in XML format.
- Help sections updated to match PowerShell best practices.
- Links updated to reflect the transition from legacy TechNet to GitHub-hosted releases (where applicable).

Credits:
Special thanks to the open community for theme inspiration—especially https://github.com/marzme/PowerShell_ISE_Themes.

FileList

Version History

Version Downloads Last updated
2.0.0 (current version) 10 6/17/2025
1.5 29,635 6/28/2016
1.4 44 6/28/2016
1.3 125 6/28/2016
1.2 33 6/28/2016
1.0 33 6/28/2016
Show more