Skip to content

Commit e5e1dd5

Browse files
committed
amend readme
1 parent 2e4c5cf commit e5e1dd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ The following built-in themes are available:
4343
* `ConsoleTheme.None` - no styling
4444
* `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**
4545
* `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
4647
* `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
4848
* `AnsiConsoleTheme.Grayscale` - an ANSI 256-color version of the "grayscale" theme
4949
* `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
5151

5252
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.
5353

0 commit comments

Comments
 (0)