Support 'Light Mode' for ABP CLI
Resolves: https://github.com/abpframework/abp/issues/12256
Related with https://github.com/serilog/serilog-sinks-console/issues/123
- [x] need more test eg. macOS
- [x] waiting for the next release of
Serilog.Sinks.Console
Before:

After:

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@maliming Would you mind helping me with this problem?
hi
Is dotnet cli has similar feature? or other cli tools?
Is dotnet cli has similar feature? or other cli tools?
dotnet cli doesn't have this problem.
dotnet cli:

but ABP CLI Program.cs#L29 used Serilog.Sinks.Console and default theme (SystemConsoleTheme.Literate) .
abp cli and macOS Basic:

See: https://github.com/serilog/serilog-sinks-console/issues/123
SystemConsoleTheme.Literate(default theme):

AnsiConsoleTheme.Sixteen:
