diff --git a/ui.go b/ui.go index 44d97e0..d2876fa 100644 --- a/ui.go +++ b/ui.go @@ -7,8 +7,9 @@ import ( type Colors struct { background_color tcell.Color - foreground_color tcell.Color border_color tcell.Color + foreground_color tcell.Color + text_color tcell.Color } type Window struct {