ConsoleZ-Color-Themes
ConsoleZ-Color-Themes copied to clipboard
Color Themes for ConsoleZ
=========================== Color Themes for ConsoleZ
Color Themes for ConsoleZ <https://github.com/cbucher/console>_. The color
codes are based on the PowerShell Console Colors, that you can get:
.. code-block:: posh
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.
Theme List
Spacegray <https://github.com/kkga/spacegray>_- Github
- Monokai
- Oblivion
- Solarized (Dark)
- Solarized (Light)
- Tomorrow
- Zenburn
HowTo
-
In
Console Settingsclick onImport...and select an.xmlfile 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.xmlor change the settings atConsole Settings->Tabs.