summaryrefslogtreecommitdiff
path: root/client/cmd_window.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/cmd_window.go')
-rw-r--r--client/cmd_window.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/client/cmd_window.go b/client/cmd_window.go
index c423b87..e8dcaed 100644
--- a/client/cmd_window.go
+++ b/client/cmd_window.go
@@ -86,7 +86,10 @@ func (w *cmdWindow) showPreview() {
Width: tui.Fill, Height: tui.Children,
})
- tui.Push(msg.Id(), tui.Box {Width: tui.Fill, Height: tui.Children})
+ tui.Push(msg.Id(), tui.Box {
+ Width: tui.Fill, Height: tui.Children,
+ Style: &tui.Style {Fg: tui.White, Bg: colorDefault[bottom.IsOdd()]},
+ })
msg.Show(bottom.IsOdd())
tui.Pop()