From dfe86e1c3e2200f3b1cd61dfdf678b0849a5565d Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 23 Jan 2024 20:20:20 +0100 Subject: go --- src/i_ui.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/i_ui.go') diff --git a/src/i_ui.go b/src/i_ui.go index fc82779..35b57ea 100644 --- a/src/i_ui.go +++ b/src/i_ui.go @@ -361,9 +361,7 @@ func i_ui(data_dir string, opts HardOpts) { ui.style[TITLE_STYLE] = tcell.StyleDefault. Background(tcell.ColorReset). Foreground(tcell.ColorBlue).Dim(true).Bold(true) - ui.style[SEL_STYLE] = tcell.StyleDefault. - Background(tcell.ColorReset). - Foreground(tcell.ColorBlue).Dim(true).Bold(true) + ui.style[SEL_STYLE] = tcell.StyleDefault.Background(tcell.ColorBlack) // TODO: sel_style ui.s.SetStyle(ui.style[DEF_STYLE]) ui.dim[W], ui.dim[H], _ = term.GetSize(0) -- cgit v1.2.3