Provides several custom color themes for SeriLog console logging.
$ dotnet add package SeriLogThemesLibraryProvides several methods to customize color themes for SeriLog.
To use the predefined themes,
.WriteTo.Console(theme: SeriLogCustomThemes.Theme1())
There are five themes, in the above example the first theme is used.
If you don’t care for something in a theme, clone the source code, make changes, compile and add a reference to the project to your project.