Change default color of console output #3046
Labels
🚀 Feature request
New feature or request
good first issue
hacktoberfest
https://hacktoberfest.digitalocean.com
The default color of the console output is difficult to read when using a console with light background.
A similar issue was raised in the past: #1602
Describe the solution you'd like
The above ticket mentions that Stryker uses
Serilog.Sinks.Console
for generating the output.Serilog provides an easy way to change the color theme:
https://github.com/serilog/serilog-sinks-console?tab=readme-ov-file#themes
Describe alternatives you've considered
AnsiConsoleTheme.Sixteen
. It's readable on dark and light backgroud (see screenshots below).This seems to be the relevant part in the current code, if I'm not mistaking:
stryker-net/src/Stryker.CLI/Stryker.CLI/Logging/ApplicationLogging.cs
Line 17 in 567f028
Additional context
What do you think?
The text was updated successfully, but these errors were encountered: