mirror of https://github.com/rivo/tview.git
Fixed the default theme to use ANSI palette colours only.
This commit is contained in:
parent
7344139b55
commit
2845171a3b
|
@ -31,5 +31,5 @@ var Styles = Theme{
|
||||||
SecondaryTextColor: tcell.ColorYellow,
|
SecondaryTextColor: tcell.ColorYellow,
|
||||||
TertiaryTextColor: tcell.ColorGreen,
|
TertiaryTextColor: tcell.ColorGreen,
|
||||||
InverseTextColor: tcell.ColorBlue,
|
InverseTextColor: tcell.ColorBlue,
|
||||||
ContrastSecondaryTextColor: tcell.ColorDarkBlue,
|
ContrastSecondaryTextColor: tcell.ColorNavy,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue