aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/term/draw.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/term/draw.go')
-rw-r--r--internal/term/draw.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/term/draw.go b/internal/term/draw.go
index 9ce640a..2ded6b3 100644
--- a/internal/term/draw.go
+++ b/internal/term/draw.go
@@ -12,7 +12,7 @@ var (
)
func init() {
- BgStyle = Style(tcell.StyleDefault.Background(tcell.ColorReset).Foreground(tcell.ColorReset))
+ BgStyle = Style(tcell.StyleDefault.Foreground(tcell.ColorReset).Background(tcell.ColorReset))
FgStyle = Style(tcell.StyleDefault.Foreground(tcell.ColorWhite).Background(tcell.ColorOlive))
}