diff options
| author | citrons <citrons@mondecitronne.com> | 2025-06-01 17:14:51 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2025-06-01 17:15:22 -0500 |
| commit | 397b8de9c2a590f98c1a3255a6dbe7570a7b70b8 (patch) | |
| tree | dc552938bd2488311b9d7f762d16122e8db99243 /client/ui.go | |
| parent | 5bfe1b802ce3d6ff95af8991d27eb177c914664e (diff) | |
color scheme definition
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") |
