diff options
Diffstat (limited to '')
-rw-r--r-- | ui/style.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/style.go b/ui/style.go index 2f9c588..91cd2e1 100644 --- a/ui/style.go +++ b/ui/style.go @@ -32,7 +32,7 @@ var baseCodes = []tcell.Color{ tcell.ColorWhite, tcell.ColorBlack, tcell.ColorBlue, tcell.ColorGreen, tcell.ColorRed, tcell.ColorBrown, tcell.ColorPurple, tcell.ColorOrange, tcell.ColorYellow, tcell.ColorLightGreen, tcell.ColorTeal, tcell.ColorLightCyan, - tcell.ColorLightBlue, tcell.ColorPink, tcell.ColorGrey, tcell.ColorLightGrey, + tcell.ColorLightBlue, tcell.ColorPink, tcell.ColorGray, tcell.ColorLightGray, } // unused |