Skip to content

Commit

Permalink
Make Theme:Code[TertiaryText] different to [Text]
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchester authored May 20, 2018
1 parent c03f763 commit 0c769a8
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 0c769a8

Please sign in to comment.