diff --git a/wtf/text_widget.go b/wtf/text_widget.go index ca7077ef..9d4b714d 100644 --- a/wtf/text_widget.go +++ b/wtf/text_widget.go @@ -113,6 +113,13 @@ func (widget *TextWidget) addView(app *tview.Application, configKey string) { ), )) + view.SetTitleColor(colorFor( + Config.UString( + fmt.Sprintf("wtf.mods.%s.colors.title", configKey), + Config.UString("wtf.colors.title", "white"), + ), + )) + view.SetBorder(true) view.SetBorderColor(colorFor(widget.BorderColor())) view.SetChangedFunc(func() {