Skip to content

Commit

Permalink
Use LightGrey for the skip colour
Browse files Browse the repository at this point in the history
This isn't great, but is better than the deep blue that was borderline
invisible on dark backgrounds. The fix is to redo the colouring
a bit, including introducing light-blue that is actually visible.
  • Loading branch information
horenmar authored and psalz committed Nov 3, 2022
1 parent b2ddca6 commit 60a01b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/catch2/internal/catch_console_colour.hpp
Expand Up @@ -47,7 +47,7 @@ namespace Catch {

Error = BrightRed,
Success = Green,
Skip = Blue,
Skip = LightGrey,

OriginalExpression = Cyan,
ReconstructedExpression = BrightYellow,
Expand Down

0 comments on commit 60a01b6

Please sign in to comment.