Fixed the default theme to use ANSI palette colours only.

This commit is contained in:
Oliver 2023-08-26 18:31:47 +02:00
parent 7344139b55
commit 2845171a3b
1 changed files with 1 additions and 1 deletions

View File

@ -31,5 +31,5 @@ var Styles = Theme{
SecondaryTextColor: tcell.ColorYellow,
TertiaryTextColor: tcell.ColorGreen,
InverseTextColor: tcell.ColorBlue,
ContrastSecondaryTextColor: tcell.ColorDarkBlue,
ContrastSecondaryTextColor: tcell.ColorNavy,
}