You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,11 @@ The following built-in themes are available:
43
43
*`ConsoleTheme.None` - no styling
44
44
*`SystemConsoleTheme.Literate` - styled to replicate _Serilog.Sinks.Literate_, using the `System.Console` coloring modes supported on all Windows/.NET targets; **this is the default when no theme is specified**
45
45
*`SystemConsoleTheme.Grayscale` - a theme using only shades of gray, white, and black
46
+
*`SystemConsoleTheme.Sixteen` - a version of the "literate" theme that works with light and dark backgrounds
46
47
*`AnsiConsoleTheme.Literate` - an ANSI 256-color version of the "literate" theme
47
-
*`AnsiConsoleTheme.Literate16Color` - an ANSI 16-color version of the "literate" theme that works with light backgrounds
48
48
*`AnsiConsoleTheme.Grayscale` - an ANSI 256-color version of the "grayscale" theme
49
49
*`AnsiConsoleTheme.Code` - an ANSI 256-color Visual Studio Code-inspired theme
50
-
*`AnsiConsoleTheme.Code16Color` - an ANSI 16-color Visual Studio Code-inspired theme that works with light backgrounds
50
+
*`AnsiConsoleTheme.Sixteen` - an ANSI 16-color version of the "literate" theme that works with light and dark backgrounds
51
51
52
52
Adding a new theme is straightforward; examples can be found in the [`SystemConsoleThemes`](https://github.com/serilog/serilog-sinks-console/blob/dev/src/Serilog.Sinks.Console/Sinks/SystemConsole/Themes/SystemConsoleThemes.cs) and [`AnsiConsoleThemes`](https://github.com/serilog/serilog-sinks-console/blob/dev/src/Serilog.Sinks.Console/Sinks/SystemConsole/Themes/AnsiConsoleThemes.cs) classes.
0 commit comments