diff --git a/drw/drw.go b/drw/drw.go index f0536bc..7a3aaea 100644 --- a/drw/drw.go +++ b/drw/drw.go @@ -27,6 +27,10 @@ var ( Background(tcell.ColorReset). Foreground(tcell.GetColor("green")). Bold(true) + HolyStyle tcell.Style = tcell.StyleDefault. + Background(tcell.ColorReset). + Foreground(tcell.GetColor("red")). + Bold(true) ) func centeredText(s string, x, y, width int, scr tcell.Screen, style tcell.Style) {