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 committed Oct 2, 2022
1 parent 3d1225c commit f8ea0db
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 f8ea0db

Please sign in to comment.