Color Themes for ConsoleZ. The color codes are based on the PowerShell Console Colors, that you can get:
PS > [enum]::GetValues([System.ConsoleColor]) | Foreach-Object {Write-Host $_ -ForegroundColor $_}
Note
Make sure to add the background color separately (it has to be done manually) to get correct colors.
- Spacegray
- Github
- Monokai
- Oblivion
- Solarized (Dark)
- Solarized (Light)
- Tomorrow
- Zenburn
- In
Console Settings
click onImport...
and select an.xml
file to import the color map. - Background and cursor colors will be set in
<tabs>
section, but they will not be imported byImport...
. You have to either manually copy and paste the relevant part into%appdata%\Console\console.xml
or change the settings atConsole Settings
->Tabs
.