From ee294d8c68176d694959009e4e38b80b36b72b3d Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Tue, 8 May 2018 01:16:29 -0700 Subject: [PATCH] transparent bg --- cointop/cointop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cointop/cointop.go b/cointop/cointop.go index 63b33b2..02afc13 100644 --- a/cointop/cointop.go +++ b/cointop/cointop.go @@ -170,7 +170,7 @@ func Run() { ct.g = g defer g.Close() g.InputEsc = true - g.BgColor = gocui.ColorBlack + //g.BgColor = gocui.ColorBlack g.FgColor = gocui.ColorWhite g.Mouse = true g.Highlight = true