diff options
Diffstat (limited to 'client/ui.go')
| -rw-r--r-- | client/ui.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/ui.go b/client/ui.go index 386645e..de9a0fb 100644 --- a/client/ui.go +++ b/client/ui.go @@ -61,6 +61,7 @@ func (a *application) show() { s := tui.Size() tui.Push("", tui.Box { Width: tui.BoxSize(s.Width), Height: tui.BoxSize(s.Height), + Style: &tui.Style {Fg: tui.White, Bg: colorDefault[false]}, }) a.getWin().Buffer().Show("buffer") |
