trungnghia112 / ConsoleZ-Color-Themes

Color Themes for ConsoleZ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color Themes for ConsoleZ

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.

Theme List

  • Spacegray
  • Github
  • Monokai
  • Oblivion
  • Solarized (Dark)
  • Solarized (Light)
  • Tomorrow
  • Zenburn

HowTo

  • In Console Settings click on Import... 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 by Import.... You have to either manually copy and paste the relevant part into %appdata%\Console\console.xml or change the settings at Console Settings -> Tabs.

About

Color Themes for ConsoleZ