From fd2a4af4c7c0fb5466334f4449d2ac422a955886 Mon Sep 17 00:00:00 2001 From: aditya-K2 Date: Mon, 15 Nov 2021 22:18:27 +0530 Subject: [PATCH] minor changes: using default color for searchbar --- App.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.go b/App.go index 7b1eb4b..e9d5b31 100644 --- a/App.go +++ b/App.go @@ -22,7 +22,7 @@ func newApplication(r *Renderer) *Application { expandedView := tview.NewTable() Navbar := tview.NewTable() searchBar := tview.NewInputField() - searchBar.SetFieldBackgroundColor(tcell.GetColor("#000000")) + searchBar.SetFieldBackgroundColor(tcell.ColorDefault) imagePreviewer := tview.NewBox() imagePreviewer.SetBorder(true) imagePreviewer.SetDrawFunc(func(s tcell.Screen, x, y, width, height int) (int, int, int, int) {