mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-30 00:17:52 +00:00
Use SecondaryText code in lists
This commit is contained in:
parent
c7e602f3f2
commit
2a17ef9081
3 changed files with 31 additions and 10 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue