Skip to content

Commit

Permalink
Merge pull request #40 from serilog/adamchester-code-tertiary-text
Browse files Browse the repository at this point in the history
Make Theme:Code[TertiaryText] different to [Text]
  • Loading branch information
nblumhardt authored May 21, 2018
2 parents c03f763 + 0c769a8 commit f1dc616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static class AnsiConsoleThemes
{
[ConsoleThemeStyle.Text] = "\x1b[38;5;0253m",
[ConsoleThemeStyle.SecondaryText] = "\x1b[38;5;0246m",
[ConsoleThemeStyle.TertiaryText] = "\x1b[38;5;0253m",
[ConsoleThemeStyle.TertiaryText] = "\x1b[38;5;0242m",
[ConsoleThemeStyle.Invalid] = "\x1b[33;1m",
[ConsoleThemeStyle.Null] = "\x1b[38;5;0038m",
[ConsoleThemeStyle.Name] = "\x1b[38;5;0081m",
Expand Down

0 comments on commit f1dc616

Please sign in to comment.