Features
- Support write token colors.
- Support both background and foreground colors token configuration.
- Theme file format specification modified to support new token settings.
- Updated themes to support new format.
Bug Fixes
- Fix import/export issues with user configuration when theme is reset.
Features
- Add ability to change colors for the current session only.
Bug Fixes
- Set token colors when path is specified in user configuration.
- Suppress directory creation output during export.
Features
- Added
ShowColors
parameter toGet-ConsoleTheme
to display the current color palette.
Performance
- Lazy load themes to decrease module import time.
Bug Fixes
- Reset PSReadline tokens before loading a theme.
- Ensure PSReadline token backgrounds are set properly.
- Use Win32 API to accurately set the active console background and foreground.
- Improve error handling.
Features
- Support loading themes from multiple paths.
- User settings and themes are now stored in the
.psconsoletheme
folder.
Bug Fixes
- Reset colors of active session when -Reset is called.
- Fully support all token types.
Bug Fixes
- Add exported functions to manifest so they are cached before the module is imported.
Bug Fixes
- Add Tags, LicenseUri, and ProjectUri to manifest so that PSGallery page shows proper content.
Initial release.