Use SecondaryText code in lists

This commit is contained in:
Phil Nash 2013-03-29 21:55:19 +00:00
parent c7e602f3f2
commit 2a17ef9081
3 changed files with 31 additions and 10 deletions

View file

@ -90,6 +90,7 @@ namespace {
const char* Cyan = "[0;36m";
const char* Yellow = "[0;33m";
const char* LightGrey = "[0;37m";
// const char* DarkGrey = "[1;30m";
struct AnsiConsoleColourCodes : IConsoleColourCodes {